- First release
- Supports indicators
- Supports autoplay
- Fix indicators position
- Fix transition duration
- Fix autoplay
- Swipe item wrapper
- bug fixes
- style bug fixes
- doc fixes
- license is MIT
- fix issue #2
- bug fixes #2
- doc fixes
- fix issue #4
- fix issue #6
- add feat of issue #7
- add feat of issue #8
- bug fixes
- exposed
goTo
method from root component
- fix
goTo
logic to navigate slide by given slide index - exposed
nextItem
,prevItem
method to move slide prev/next from outside - new readonly prop
active_item
for tracking active slide index - bug fixes
- doc fixes
- merge PR #14
- closed issue #10, #14
- doc fixes
- feature request issue #18 (added vertical swipe support)
- doc fixes
- merged pr #26
- fixed issue #25
- merged pr #31
- fixed page scroll on swipe issue
- merged pr #42
- Fixed issue #27
- Allow Swipe height automatically follow the SwipeItem children
- merged pr #44
- Fixed issue #43
- Allow default scroll on touch (for mobile)
- Fixed issue #51
- issue #34 resolved
- Sveltekit featuring dev environment
- Publish gh-pages
- bugfixes
- Fix module import path
- Issue #55 - fix initial item shift issue (Thanks to @gnuletik)
- Fix infinite play
- Fix exports path on package file
- Demo fix