Skip to content

v2.0.0

Compare
Choose a tag to compare
@domchristie domchristie released this 10 May 07:54
· 29 commits to main since this release

What's Changed

  • Improves support for View Transitions: they can be run alongside the CSS class approach. See examples for details. #6
  • Adds class names to annotate View Transitions availability (turn-view-transitions and turn-no-view-transitions)
  • Adds class names during View Transition (turn-before-transition, turn-transition)
  • Adds class names to annotate Turbo Visit action (turn-advance, turn-restore, turn-replace)
  • Breaking: HTML classes are added on all Turbo Visit types, whereas in v1, they were only applied on advance. It's recommended that you scope your CSS animations with html.turn-advance.
  • Fix typo for data-turn-enter usage with Tailwind by @YummYume in #9
  • bugfix(package): add type module by @NaCoLiu in #11

New Contributors

Full Changelog: v1.3.0...v2.0.0