Skip to content

v0.2.11

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 21:12
0.2.11
59be110

Added

  • Add a ScrollReveal atom (#57)
  • Slider
    • Add a dropSensitivity option to configure the factor used to find the next active slide on drop (#56, 1a16160)
    • Add support for navigating through slides with arrow keys when the wrapper is focused (#56, f5d9962)
  • Transition
    • Add support for passing target to the enter and leave methods (#56, 228b61e)
    • Add support for multiple targets (#56, 6fd018f)
    • Add a withTransition decorator (#56, 9612fb9)
  • Figure
    • Add support for transition when using Figure with lazyload (#55)

Changed

  • SliderProgress

Fixed