Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #6

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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