Releases: MrVauxs/pf2e-graphics
Releases · MrVauxs/pf2e-graphics
Release list
1.0.0-alpha.14
Fixed
- JSON being cleaned with every New Section created, thus making it impossible to make a new section.
1.0.0-alpha.13
Fixed
positionToArgumentnot erroring gracefully, causing an unhelpful error message instead.- Missing "TEMPLATES" options in Graphics UI elements.
- Some UI elements creating properties on render instead of when the user sets them.
1.0.0-alpha.12
Added
- The ability to edit animation JSON directly in Foundry. Enabled by turning on DEV Mode in module settings. The JSON window continues to be read-only when the setting is disabled.
- "Template" animation template when creating a new animation.
Fixed
1.0.0-alpha.11
Added
- Setting an animation
referenceto the UI. - Setting a
delayandwaitUntilFinished(for Graphics) to the UI. - Ping notification that a
positionis required if not set in Graphic animation sets.
1.0.0-alpha.10
Added
- (Working) JSON Importing.
- "Overrides" configuration to the UI.
Changed
- Improved the "Add" button to automatically switch to the next remaining object.
Fixed
- Animations set as disabled still being played regardless.
1.0.0-alpha.9
Fixed
- A utility function checking for an "undefined" string instead of the undefined type, breaking some UI elements.
1.0.0-alpha.8
Added
- UI Support for Reflections, Elevation, Rotation, and Visibility in Graphics editor.
- Acid Grip, Sword Group, Ranged Critical Hit Sounds
Changed
- (BREAKING) There can now only be one starting position per graphic or sound.
- Moved to PNPM
Fixed
- Animation Editor crashing when loading a previously closed and not saved document.
1.0.0-alpha.7
Fixed
- Animation Set Editor breaking when making a new animation and immediately saving without any sections made.
1.0.0-alpha.4
Fixed
offsetandanchornot being properly set as numbers.
1.0.0-alpha.3
Fixed
- Animation Document not being read-only for other users than its creator.
- TourNag message erroring at startup.