Releases: domchristie/turn
Releases · domchristie/turn
v3.0.0
v2.1.0
v2.0.0
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
andturn-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 withhtml.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