diff --git a/.changeset/tidy-parents-explain.md b/.changeset/tidy-parents-explain.md deleted file mode 100644 index e95b234..0000000 --- a/.changeset/tidy-parents-explain.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@vtbag/element-crossing': patch ---- - -Extend `anim` expression with support for SVG animations. - -To transfer the SVG animation state to the new document use the `/svg` key for the `anim` expression - -```html -... -``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c24be0..806b925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @vtbag/element-crossing +## 1.0.3 - 2024-10-30 + +### Patch Changes + +- d4fd998: Extend `anim` expression with support for SVG animations.\ + **Many thanks to [Lukas](https://github.com/trombach)** for this contirbution! + + To transfer the SVG animation state to the new document use the `/svg` key for the `anim` expression + + ```html + ... + ``` + ## 1.0.2 - 2024-10-17 ### Patch Changes diff --git a/package.json b/package.json index a645a0d..2d85af5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vtbag/element-crossing", "type": "module", - "version": "1.0.2", + "version": "1.0.3", "main": "lib/vanilla.js", "description": "Sites using cross-document view transitions do full page loads of static content on navigation. The element crossing provides a way to preserve current dynamic state of selected elements across cross-document view transitions for a smoother user experience.", "files": [