From 43b6de4ce83c262cdaab9a2d8cb28c3eb16c4ec0 Mon Sep 17 00:00:00 2001 From: typhonrt Date: Sun, 27 Feb 2022 15:50:31 -0800 Subject: [PATCH] 0.0.7 release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee39295d..6e6cd236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.` 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 diff --git a/package.json b/package.json index 9cdbf5be..01fbba2d 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/typhonrt)",