Skip to content

Releases: baianat/hooper

0.3.4

12 Aug 18:34
Compare
Choose a tag to compare
0.3.4 Pre-release
Pre-release

🐛 Fixed

  • Fix slides not getting the correct is-next and is-previous classes correctly. #120

✨ Enhancements

  • Disable animation for the slider track until the slides have been initialized. #122

0.3.1

03 Jul 13:58
Compare
Choose a tag to compare
  • Fix IE11 compatibility regression in #103

0.3.0

03 Jul 13:59
Compare
Choose a tag to compare

The library has been Rewritten as render functions, better performance and many fixes for the infinite slides mode.

v0.1.1

27 Mar 18:10
Compare
Choose a tag to compare

Rebuild dist files

v0.1.0

18 Mar 20:44
Compare
Choose a tag to compare

This release is basically refactoring the slides cloning method, to be completely based on the vNode instead of DOM APIs #54

🚀 Features

hooper.restart() method to better support dynamically added slides

🐛 Fixes

infinite scroll loses events handlers #49
slides sudden transitions #56 #57

✨ Enhancements

cloning slides now based on vNode completely
slide component internally set its state base on its index

☠ Deprecated

hooper.updateSlidesStatus() method
slide component is no longer a functional component

v0.0.9

19 Feb 18:52
Compare
Choose a tag to compare

🚀 Features

  • emnit loaded event after carousel loads #39
  • transpile esm build to es5 #40

🐛 Fixes

  • version inconsistency #44

v0.0.8

09 Feb 08:19
Compare
Choose a tag to compare

🚀 Features

🐛 Fixes

  • initial transition and height 82c10e3
  • event prevent default inside passive touch event listener
  • typos #34 #33 #32
  • remove missing testing console log

✨ Enhancements

  • carousel wheelControl setting default is false #36
  • carousel keysControl setting default is false #36
  • clear slide element padding and margin style #26

v0.0.7

25 Jan 18:08
Compare
Choose a tag to compare

🚀 Features

  • add is-active class to currently active slides.
  • add is-prev to the most previous slide.
  • add is-next to the most next slide.
  • add initialSlide porp to control initial carousel slide. #18
  • emit updated event with current info, after each carousel slide.

🐛 Fixes

  • stop timer after component destruction. #17
  • navigation icons directions in vertical and rtl direction.

✨ Enhancements

  • improve accessibility
  • increase mouse wheel sliding threshold.
  • remove overflow hidden from hooper's root element.