diff --git a/.changeset/purple-beans-tell.md b/.changeset/purple-beans-tell.md deleted file mode 100644 index be26e09..0000000 --- a/.changeset/purple-beans-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vtbag/element-crossing': patch ---- - -Fixes access to data-\* properties, which were previously ignored. diff --git a/CHANGELOG.md b/CHANGELOG.md index 806b925..c71640a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # @vtbag/element-crossing -## 1.0.3 - 2024-10-30 +## 1.0.4 + +### Patch Changes + +- a7cbdee: Fixes access to data-\* properties, which were previously ignored. + +## 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 diff --git a/package.json b/package.json index 520de42..5173438 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vtbag/element-crossing", "type": "module", - "version": "1.0.3", + "version": "1.0.4", "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": [