Skip to content

Releases: domchristie/turn

v3.0.0

07 Jul 13:39
Compare
Choose a tag to compare

What's Changed

  • Enable View Transitions by default

Full Changelog: v2.1.0...v3.0.0

v2.1.0

07 Jul 13:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

10 May 07:54
Compare
Choose a tag to compare

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