From 12ea0126ee0d7c5dc28808882641456aea9d68e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 30 Oct 2024 17:12:43 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/tidy-parents-explain.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/tidy-parents-explain.md 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..2c3e806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @vtbag/element-crossing +## 1.0.3 + +### Patch Changes + +- d4fd998: 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 + ... + ``` + ## 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": [ From 0629ede0232ec169bd9a8cea853329af5948d037 Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:23:11 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3e806..806b925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # @vtbag/element-crossing -## 1.0.3 +## 1.0.3 - 2024-10-30 ### Patch Changes -- d4fd998: Extend `anim` expression with support for SVG animations. - +- 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