Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Releases: drgarlic/svelte-class-transition

v1.0.4

25 Jun 11:57
Compare
Choose a tag to compare
  • 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

18 Jun 14:37
0da5961
Compare
Choose a tag to compare
  • Fix slot flickering when built for SSR

v1.0.2

16 Jun 14:19
Compare
Choose a tag to compare
  • Fix bug when child transition looks for its parent before the parent has loaded

v1.0.1

25 May 19:02
Compare
Choose a tag to compare
  • 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

v1.0.0

25 May 19:00
Compare
Choose a tag to compare
  • Initial release