Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent a7cbdee commit 5bb902b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-beans-tell.md

This file was deleted.

10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5bb902b

Please sign in to comment.