Skip to content

Commit

Permalink
Split changeset for remix router and react-router-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 13, 2023
1 parent ae84354 commit 1604c74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/start-view-transition-router.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/router": minor
---

Add support for the [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/ViewTransition) by allowing users to opt-into view transitions on navigations via the new `unstable_viewTransition` option to `router.navigate` ([#10916](https://github.com/remix-run/react-router/pull/10916))
1 change: 0 additions & 1 deletion .changeset/start-view-transition.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
"react-router-dom": minor
"@remix-run/router": minor
---

Add support for the [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/ViewTransition) via `document.startViewTransition` to enable CSS animated transitions on SPA navigations in your application.
Expand Down

0 comments on commit 1604c74

Please sign in to comment.