Releases: drgarlic/svelte-class-transition
Releases · drgarlic/svelte-class-transition
v1.0.4
- Fix bug when the element wrapped in a Transition had a display property which made the element to not be hidden when the transition was off
- Fix bug when the element wrapped had reactive classes and only the first state was taken into account
v1.0.3
- Fix slot flickering when built for SSR
v1.0.2
- Fix bug when child transition looks for its parent before the parent has loaded
v1.0.1
- Fix a bug when the page took too long to load and a child transition didn't have the time to look for its parent
- Fix a bug when the toggle of child transition fired too soon which made the animation to not trigger