Releases: League-of-Foundry-Developers/foundry-vtt-types
Releases · League-of-Foundry-Developers/foundry-vtt-types
0.8.9-5
Changelog
- Updated
PermissionControl
for 0.8.9 - Fixed a problem with
FilePicker
- Updated
Playlist
and related classes for 0.8.9 - Updated
Note
for 0.8.9 - Updated
DoorControl
for 0.8.9 - Updated
HeadsUpDisplay
for 0.8.9 - Updated
Tile
for 0.8.9 - Updated
GridHighlight
for 0.8.9 - Updated
AmbientLight
for 0.8.9 - Updated
AmbientSound
for 0.8.9
0.8.9-4
Changelog
- Updated constants to 0.8.9
- Updated
InverseOcclusionMaskFilter
to 0.8.9 - Updated
VideoHelper
to 0.8.9 - Updated special effects (the weather effects) to 0.8.9
- Updated
ChatPopout
to 0.8.9 - Updated
ChatBubbles
to 0.8.9 - Fixed a problem with with
UserConfig
- Updated
RollTable
and related classes to 0.8.9 - Updated
Wall
to 0.8.9
0.8.9-3
- Properly typed
Application.RenderOptions
- Updated
JournalSheet
- Fixed invalid return type of
Actor#getActiveTokens
- Added missing properties
charname
,color
, andborder
toUser
- Fixed Return Type of
ActiveEffectConfig#_onEffectControl
- Fixed
IndexTypeForMetadata
ofCompendiumCollection
- Added support for type guards within
Collection#{filter,find}
- Fixed
ActorSheet#token
- Added the possibility to configure the placeable object classes with
PlaceableObjectClassConfig
- Updated
MacroConfig
for 0.8.9 - Added core flags for
ActiveEffect
- Updated
MainMenu
for 0.8.9 - Added support for the
exactOptionalPropertyTypes
TypeScript compiler switch - Made
TextEditor#enrichHTML
options
partial - Added usage of
StoredDocument
in more places - Updated
CombatTracker
for 0.8.9 - Updated the different
HUD
classes for 0.8.9 - Updated
TextureLoader
for 0.8.9 - Fixed a problem with the core flags for
ActiveEffect
0.8.9-2
0.8.9-1
0.8.9-0
- Updated
AmbientLightDocument
- Removed
ActorTokenHelpers
- Updated
SourcePolygon
- Updated
Ray
- Updated
Sound
,AudioHelper
, andAudioContainer
- Updated
HandlebarsHelpers
- Updated
Quadtree
- Fixed the type of the
whisper
property in the constructor data forChatMessage
- Updated
CombatantConfig
- Updated
FogExploration
StoredDocument
is now used for a lot of collections, which means that documents retrieved from them will have their_id
typed as notnull
.- Incorporated almost all of the 0.8.9 changes
- Use
import type
instead ofimport
where appropriate. This allows users to properly use theimportsNotUsedAsValues
typescript option.
0.8.8-9
- Updated
KeyboardManager
- Updated various shader classes
- Updated grid related classes
- Updated
Ruler
- Updated
Pause
- Updated
UserTargets
- Updated
ResizeHandle
- Updated
Tabs
- Updated
SeachFilter
- Updated
PreciseText
- Updated
Cursor
- Updated the PIXI blend modes
- Updated
PlayerList
- Updated
Canvas
and related layer classes - Updated
Scene
and related things - Adjusted types for some references to some documents to always have an
_id
that is notnull
(e.g.game.user
) - Added the
rejectClose
parameter toDialog.prompt
- Fixed a small problem with things being private in
Macro
This is a huge release and basically all the credit goes to @UFOMelkor, so thanks a lot for the work!
0.8.8-8
0.8.8-7
0.8.8-6
- Added the possibility to configure the types for flags
- Updated
SceneControls
- Updated
ContextMenu
- Updated
NormalizedRectangle
- Updated
Localization
- Updated
GameTime
- Updated texture related utility functions
- Updated
Notifications
- Removed Entity
- Updated
SidebarTab
- Updated
SidebarRepository
- Updated
ImagePopout
- Updated
Settings
- Updated
CompendiumDirectory
- Updated
RolltableDirectory
- Removed
Entity
(which has already been replaced byDocument
)