Releases: fuxingloh/vue-horizontal
Releases · fuxingloh/vue-horizontal
v0.8.3
🧰 Maintenance
- docs: tags.md with mouse wheel event @fuxingloh (#72)
- chore: removed scroll-behavior css, not required in CSS @fuxingloh (#71)
- chore: minor refactor and comment @fuxingloh (#70)
v0.8.2
🧰 Maintenance
- docs: readme.md @fuxingloh (#69)
- docs: cards.md slanted @fuxingloh (#68)
- docs: rectangle.md @fuxingloh (#67)
- docs: cards.md @fuxingloh (#66)
- docs: square.md @fuxingloh (#65)
v0.8.1
🐛 Bug Fixes
- fix: undefined computed slots @fuxingloh (#63)
🧰 Maintenance
- docs: carousel.md @fuxingloh (#64)
- docs: about.md @fuxingloh (#62)
- docs: removed laggy background-backdrop @fuxingloh (#61)
- chore: debounce changed to 100ms @fuxingloh (#60)
- docs: avatar.md @fuxingloh (#59)
- docs: tags.md @fuxingloh (#58)
v0.8.0
🚀 Features
- feat: better button extendability and accessibility @fuxingloh (#56)
🧰 Maintenance
- docs: tabs.md @fuxingloh (#57)
- docs: added portrait/shopping/architecture image collection @fuxingloh (#55)
- docs: snippet browser 50% zoom for better UX @fuxingloh (#54)
v0.7.0
🚀 Features
- feat: refresh() for rendering update @fuxingloh (#50)
🧰 Maintenance
- docs: banner.md @fuxingloh (#53)
- chore: internals optimization @fuxingloh (#52)
- chore: refactor slot to v-slot as former is deprecated @fuxingloh (#51)
- docs: restructure documentation order and content @fuxingloh (#49)
v0.6.0
🚀 Features
- feat: scrollToLeft with behavior option @fuxingloh (#45)
🐛 Bug Fixes
- fix: rename 'debouceId' to 'debounceId' @fuxingloh (#44)
🧰 Maintenance
- docs: autoplay.md @fuxingloh (#48)
- chore: Repo housekeeping @fuxingloh (#47)
- docs: dragging.md @fuxingloh (#46)
v0.5.0
🚀 Features
- feat: Using more consistent prev/next nav btn with index navigation @fuxingloh (#40)
- feat: Replaced button will be in the middle of edge regardless of size @fuxingloh (#39)
🐛 Bug Fixes
- fix: svg to fill current color so that it can be easily edited in CSS @fuxingloh (#37)
- fix: undefined slots due use of template @fuxingloh (#36)
🧰 Maintenance
- docs: navigation.md @fuxingloh (#43)
- chore: Optimized slots navigation performance @fuxingloh (#42)
- chore: Renamed move to displacement for accuracy @fuxingloh (#41)
- docs: scrollbar.md @fuxingloh (#38)
- docs: unpkg.com/vue-horizontal @fuxingloh (#35)
v0.4.1
🐛 Bug Fixes
- fix: nav button css should not influence slots css @fuxingloh (#33)
- fix: Make scrollbar hidden in iOS Safari @fuxingloh (#32)
- fix: nav button show be visible fully on Safari @fuxingloh (#31)
🧰 Maintenance
- docs: Taxonomy & Responsive @fuxingloh (#34)
v0.4.0
🚀 Features
- feat: snap start/center/end and .v-hl-btn internals @fuxingloh (#27)
🐛 Bug Fixes
- fix: scrollToIndex not scrolling to correct index @fuxingloh (#29)
- fix: nav-btn will not overscroll content that are only half visible @fuxingloh (#28)
- fix: content item given width not respected @fuxingloh (#26)
🧰 Maintenance
- docs: Getting started @fuxingloh (#30)
v0.3.0
🚀 Features
- feat: Added opinionated responsive classes (disabled by default) @fuxingloh (#25)
- feat: Added events: next, prev, scroll and scroll-debounce @fuxingloh (#24)