Skip to content

Commit

Permalink
Version Packages (#15)
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 <94928215+martrapp@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 1, 2025
1 parent 524cf08 commit 719e9f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/cold-boxes-exercise.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vtbag/element-crossing

## 1.1.0 2025-01-01

### Minor Changes

- 065f143: Adds support for Safari.

Starting with version 18.2, Safari introduced support for cross-document view transitions but still lacks support for the Navigation API.

As of version 1.1.0, Element-Crossing now handles Safari as well, again enabling the transfer of selected element states across cross-document view transitions in all browsers that support this feature.

## 1.0.4 - 2024-11-15

### 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.4",
"version": "1.1.0",
"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 719e9f0

Please sign in to comment.