Releases: paoloricciuti/sveltekit-view-transition
Releases · paoloricciuti/sveltekit-view-transition
v0.4.0
Minor Changes
- e172bd1: change avoidWrapping to autoWrap to avoid negative booleans
v0.3.1
Patch Changes
- 9ed241c: fix: avoid clearing callbacks without autoclean
v0.3.0
Minor Changes
- ca0f41f: remove positional options for
on
and add autoClean option
v0.2.2
Patch Changes
- f278dad: return function from
on
takes extra parameter to specify avoid wrapping
v0.2.1
Patch Changes
- b848d63: fix on function called outside component initialization
v0.2.0
Minor Changes
- c1b9c7a: automatically wrap methods in afterNavigate
v0.1.0
Minor Changes
- 958f4dd: feat: Add ability to pass a function for the name of the transition
Patch Changes
- 74433a2: docs: fix spaces in install instructions
v0.0.6
Patch Changes
- 5b2c3bf: fix readme to hint at the usage of afterNavigate