Skip to content

Commit

Permalink
0.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Feb 27, 2022
1 parent 8d89b39 commit 43b6de4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## Release 0.0.7 (large update)
- Complete overhaul of position / setPosition implementation making positional aspects reactive.
- Setting any `this.position.<XXX>` value is reactive.
- New `this.position.set` method. `setPosition` simply invokes it.
- New position validators that make advanced window management easy.
- Introduction of Application state. this.state.save / restore and other methods including animating to a saved state
are now possible.

## Release 0.0.6 (large update)
- Breaking changes (rename of variables):
- When creating a Svelte component the Foundry application accessible by
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typhonjs-fvtt/svelte",
"version": "0.0.6",
"version": "0.0.7",
"description": "Provides resources to integrate Svelte w/ Foundry VTT.",
"type": "module",
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
Expand Down

0 comments on commit 43b6de4

Please sign in to comment.