Releases
v0.8.13
12/18/2023
- fix(ssr): prevent bug when $refs.container not found children @tibs245 (#127)
🧰 Maintenance
- chore: update frontmatter and workflow @fuxingloh (#128)
v0.8.12
10/17/2021
🧰 Maintenance
- doc: update about.md @fuxingloh (#112)
v0.8.11
10/14/2021
🐛 Bug Fixes
- fix: allow refresh callback to be optional as the docs described @fuxingloh (#111)
v0.8.10
4/21/2021
🐛 Bug Fixes
- Fix on scroll called after component is unmounted @heilmela (#101)
v0.8.9
4/20/2021
🐛 Bug Fixes
- Fix on scroll after unmount @heilmela (#100)
🧰 Maintenance
- chore: Add license scan report and status @fossabot (#97)
v0.8.8
2/4/2021
🐛 Bug Fixes
- fix: hover not required for cursor pointer @fuxingloh (#94)
🧰 Maintenance
- docs: Added vue 3 install instruction @fuxingloh (#88)
- chore: refactor slots to use ref.children @fuxingloh (#93)
v0.8.7
1/27/2021
🧰 Maintenance
- chore: refactor all JS specs to TS @fuxingloh (#92)
- docs: README.md and index update @fuxingloh (#91)
- docs: added a simple example on how you could do pagination @fuxingloh (#90)
v0.8.6
1/23/2021
🐛 Bug Fixes
- fix: v-hl-responsive last-child wrong parent class @fuxingloh (#86)
🧰 Maintenance
- chore: updated labeler.yml @fuxingloh (#85)
- chore: added checks for semantic pull request @fuxingloh (#84)
- chore: updated to use a faster labeler 'fuxingloh/multi-labeler' @fuxingloh (#83)
- chore: moved browserslist config to package.json @fuxingloh (#82)
v0.8.5
1/12/2021
🐛 Bug Fixes
- fix: removed margin for last child in container @fuxingloh (#81)
🧰 Maintenance
- chore: [ImgBot] Optimize images @imgbot (#78)
- chore: added .imgbotconfig and robots.txt @fuxingloh (#77)
- docs: dark theme card recipe @fuxingloh (#75)
v0.8.4
1/7/2021
🐛 Bug Fixes
- fix: prevent content from collapsing when empty @fuxingloh (#74)
🧰 Maintenance
- docs: Added missing content snippets purge @fuxingloh (#73)
v0.8.3
1/1/2021
🧰 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
12/29/2020
🧰 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
12/28/2020
🐛 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
12/28/2020
🚀 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
12/27/2020
🚀 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
12/26/2020
🚀 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
12/25/2020
🚀 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
12/24/2020
🐛 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
12/19/2020
🚀 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
12/17/2020
🚀 Features
- feat: Added opinionated responsive classes (disabled by default) @fuxingloh (#25)
- feat: Added events: next, prev, scroll and scroll-debounce @fuxingloh (#24)
v0.2.0
12/16/2020
🚀 Features
- feat: Freezing CCS with v-hl- for internals @fuxingloh (#23)
- feat: VueHorizontal.scrollToIndex(index: number) @fuxingloh (#21)
- feat: Documentation website @fuxingloh (#16)
- feat: Refactored and Simplified vue-horizontal.vue implementation @fuxingloh (#9)
🐛 Bug Fixes
- fix: Firefox failing E2E @fuxingloh (#15)
🧰 Maintenance
- chore: CI for SSG/SSR Testing @fuxingloh (#22)
- docs: Introduction, Setup and Limitations @fuxingloh (#17)
- docs: Updated README.md @fuxingloh (#14)
- chore: E2E testing @fuxingloh (#13)
- chore: Refactor serve/dev for easy development and testing @fuxingloh (#12)
- chore: Added size-limit ci step for min.js/iife format @fuxingloh (#10)
- chore: Add size-limit dependency @fuxingloh (#11)
v0.1.0
12/12/2020
POC Release
🚀 Features
- feat: Completed MVP vue-horizontal @fuxingloh (#8)
🧰 Maintenance
- chore: Added CI Build and Lint workflow @fuxingloh (#7)
- docs: README.md @fuxingloh (#6)
- Added GH Actions Workflow @fuxingloh (#1)