Releases: Mobius1/Pageable
Releases · Mobius1/Pageable
v0.5.2
Fixes
- Fix
onInit
firing more than once.
v0.5.1
Fixes
Fix incorrect compiled code
v0.5.0
Fixes
- Non-functional navigation pips on touch devices
- Suspend slideshow when interacting with instance
Changes
- Added optional stylesheet for nav pips and buttons styling.
Breaking Changes
- Option
interval
changed to animation
.
v0.4.2
Changes
- Allow infinite scrolling with slideshow
- Replace
onclick
with addEventListener
/ removeEventListener
for nav buttons.
v0.4.1
Fixes
- Fix cloned nodes created by
infinite
option not being removed when calling destroy()
method.
- Fix incorrect page showing when reinitialising an instance after destroying.
- Remove debug code.
v0.4.0
Changes
- Added
slideshow
option.
- Added
infinite
option.
- Added
slideshow()
method.
Fixes
- Prevent overscrolling with
freeScroll
option.