All notable changes to this project will be documented in this file.
Fixed
- #632 Slide component auto update when SwiperComponent.autuUpdate
Update
- Upgrade abc-factory
- Update test spec
- Vue SFC component to render
- Move types
to dist
Features
- Support Custom build with Swiper
Fixed
- Event click-slide
condition with !swiper.destroyed
Fixed
- Directive instancing when swiper.destroyed
Fixed
- Publish CI scripts build
Fixed
- @clicks-lide
get event path from event.composedPath()
~~event.path
~~
Update
- Rename update
to updateSwiper
- Rename destroy
to destroySwiper
- Rename autoReLoop
to autoReLoopSwiper
Breaking change
- Remove vue1 support
- Remove bower support
- Upgrade to Swiper5
- Move Swiper dependencie to peerDependencies
- Replace Swiper instance name to $swiper
- Merge SSR (Directive) file to the lib core
- Update the component name
- swiper
to Swiper
- swiperSlide
to SwiperSlide
- Does not merge options object
Removed
- Move examples to github.surmon.me
Features
- Add @click-slide
event (For loop
mode)
- Add directive
- Add prop autoUpdate
- Add prop autoDestroy
- Add prop deleteInstanceOnDestroy
- Add prop cleanupStylesOnDestroy
PR #388
Fixed
Loop mode:
- #593
- #544
- PR #545
Destory:
- PR #593
- PR #341
- PR #388
- #340
Event:
- PR #377