From 3e6e6d05923eed85513f35899898f707fdbd913e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:24:15 +0100 Subject: [PATCH] Version Packages (#6) * Version Packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> --- .changeset/tidy-parents-explain.md | 11 ----------- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 14 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..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": [