Skip to content

Commit

Permalink
Version Packages (#6)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Martin Trapp <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent d4fd998 commit 3e6e6d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/tidy-parents-explain.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<svg data-vtbag-x="id:svg anim:/svg">...</svg>
```

## 1.0.2 - 2024-10-17

### Patch Changes
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.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": [
Expand Down

0 comments on commit 3e6e6d0

Please sign in to comment.