- update auto ([email protected])
- add nvmrc + eslintrc (@adrien-denat-qatalog)
- chore: update Jest ([email protected])
- chore: add svelte from dev script ([email protected])
- chore: build and test packages before release... ([email protected])
- chore(docs): improve Storybook example styling ([email protected])
- chore(docs): refactor styles ([email protected])
- chore(docs): move to Astro instead of Remix ([email protected])
- feat(docs): add base Storybook + doc website ([email protected])
- chore: try again to fix publishing failing with yarn ([email protected])
- chore: add lerna command to simplify dev env ([email protected])
- Update README.md ([email protected])
- chore: upgrade Auto to latest version ([email protected])
- yarn lock update ([email protected])
- chore: update yarn.lock ([email protected])
- chore: remove useless fields in package.json ([email protected])
@snap-carousel/[email protected]
- fix svelte core dep ([email protected])
- Update versions ([email protected])
- fix(svelte): fix publish after svelte-package update ([email protected])
- fix(svelte): fix getActiveIndex ([email protected])
- chore(svelte): remove test script ([email protected])
- chore(svelte): update after core change ([email protected])
- chore(svelte): add Sveltkit for package publishing ([email protected])
- chore(svelte): fix missing dist folder in release ([email protected])
- feat(svelte): export scrollTo function for external usage ([email protected])
- fix(svelte): rework Svelte package ([email protected])
- chore(svelte): rework package ([email protected])
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- remove test setup until we have tests ([email protected])
- chore(core|react): migrate to pnpm + tsup (@adrien-denat-qatalog)
- chore: update READMEs ([email protected])
- feat(react): add new components SnapCarouselIndicator SnapCarouselNavPrev SnapCarouselNavNext ([email protected])
- feat(core|react): do not return index from scrollTo function anymore ([email protected])
- chore: upgrade rollup + typescript plugin ([email protected])
- bump versions ([email protected])
- chore: rename package to @snap-carousel ([email protected])
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- Merge branch 'next' (@adrien-denat-qatalog)
- update to Vite (@adrien-denat-qatalog)
- Update versions ([email protected])
- chore: dependencies updates ([email protected])
- chore: add repository field to package.json ([email protected])
- chore: set packages publish config ([email protected])
- Merge branch 'develop' ([email protected])
- chore: refactor Rollup TS compilation ([email protected])
@snap-carousel/[email protected]
- fix(core): fix observer being cleaned up before triggering (@adrien-denat-qatalog)
- feat(core): add onScrollEnd callback to scrollTo function ([email protected])
- chore(core): active snap is now a class ([email protected])
- fix(core): fix getActiveSnap intersection observers leak ([email protected])
- chore(docs): add example for carousel with padding ([email protected])
- feat(core): improve scrollTo animation when it's a partial move ([email protected])
- feat(core): rework active snap observers to compute snap-align per item instead of globally ([email protected])
- feat(core): add support for padding/scroll-padding on container ([email protected])
- chore(core): remove padding from alignment calculations ([email protected])
- feat(core): snapAlign is now defined by an option instead of checking the CSS ([email protected])
- fix(core): add exception when dragging to last carousel item to stick to it ([email protected])
- feat(core): add support for swipe ([email protected])
- fix(core): take into account item snapAlign to calculation items position ([email protected])
- Merge branch 'main' into next ([email protected])
- chore: cleanup changelogs ([email protected])
- fix(core): fix drag class not removed properly + rename .snaplist_drag class to .scrolling ([email protected])
- feat(core): make duration of scroll configurable + better handling of drag/scroll conflicts ([email protected])
- chore: refactor types after TS upgrade ([email protected])
- chore: remove attempt of using web-components for now ([email protected])
- chore: remove hack for compiling TS types and use recommended workaround for Rollup instead ([email protected])
- chore(core): rework smoothScroll detection support ([email protected])
- fix(core): fix calculation for active snap ([email protected])
- fix(core): remove normalizing of values that blocks carousel from going to first/last slide in certain conditions ([email protected])
- fix(core): fix a bug where snaplist_drag class is never removed ([email protected])
- chore: add base component file ([email protected])
- chore(core): add stencil components ([email protected])
@snap-carousel/[email protected]
- chore(react): upgrade storybook (@adrien-denat-qatalog)
- feat(react): add accessibility props to SnapCarouselIndicator ([email protected])
- fix(react): fix typings of components ([email protected])
- chore(react): add a bunch of stories test + add onScrollEnd prop ([email protected])
- chore: move Storybook to react package ([email protected])
- feat(react): add missing styles ([email protected])
- feat(react): add support for className prop ([email protected])
- chore: fix typing ([email protected])
- feat(react): add support for index change callback + controlled carousel on SnapCarousel component ([email protected])
- chore: update react version + change dev script name ([email protected])
- chore(react): cleanup React package ([email protected])
- fix(react): fix missing types ([email protected])
- feat(react): add SnapCarousel component ([email protected])
- feat(react): improve useScroll hook to not flicker when scrollTo called multiple times with same index ([email protected])
- update react dep version ([email protected])
- fix(react): fix not building ([email protected])
- chore: poc web-component using Stencil ([email protected])
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- feat(core): add get function to retrieve active index ([email protected])
- Adrien (@adrien-denat-qatalog)
- Adrien Denat (@Grsmto)
- update auto ([email protected])
- add nvmrc + eslintrc (@adrien-denat-qatalog)
- chore: update Jest ([email protected])
- chore: add svelte from dev script ([email protected])
- chore: build and test packages before release... ([email protected])
- chore(docs): improve Storybook example styling ([email protected])
- chore(docs): refactor styles ([email protected])
- chore(docs): move to Astro instead of Remix ([email protected])
- feat(docs): add base Storybook + doc website ([email protected])
- chore: try again to fix publishing failing with yarn ([email protected])
- chore: add lerna command to simplify dev env ([email protected])
- Update README.md ([email protected])
- chore: upgrade Auto to latest version ([email protected])
- yarn lock update ([email protected])
- chore: update yarn.lock ([email protected])
- chore: remove useless fields in package.json ([email protected])
@snap-carousel/[email protected]
- fix svelte core dep ([email protected])
- Update versions ([email protected])
- fix(svelte): fix publish after svelte-package update ([email protected])
- fix(svelte): fix getActiveIndex ([email protected])
- chore(svelte): remove test script ([email protected])
- chore(svelte): update after core change ([email protected])
- chore(svelte): add Sveltkit for package publishing ([email protected])
- chore(svelte): fix missing dist folder in release ([email protected])
- feat(svelte): export scrollTo function for external usage ([email protected])
- fix(svelte): rework Svelte package ([email protected])
- chore(svelte): rework package ([email protected])
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- remove test setup until we have tests ([email protected])
- chore(core|react): migrate to pnpm + tsup (@adrien-denat-qatalog)
- chore: update READMEs ([email protected])
- feat(react): add new components SnapCarouselIndicator SnapCarouselNavPrev SnapCarouselNavNext ([email protected])
- feat(core|react): do not return index from scrollTo function anymore ([email protected])
- chore: upgrade rollup + typescript plugin ([email protected])
- bump versions ([email protected])
- chore: rename package to @snap-carousel ([email protected])
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- Merge branch 'next' (@adrien-denat-qatalog)
- update to Vite (@adrien-denat-qatalog)
- Update versions ([email protected])
- chore: dependencies updates ([email protected])
- chore: add repository field to package.json ([email protected])
- chore: set packages publish config ([email protected])
- Merge branch 'develop' ([email protected])
- chore: refactor Rollup TS compilation ([email protected])
@snap-carousel/[email protected]
- fix(core): fix observer being cleaned up before triggering (@adrien-denat-qatalog)
- feat(core): add onScrollEnd callback to scrollTo function ([email protected])
- chore(core): active snap is now a class ([email protected])
- fix(core): fix getActiveSnap intersection observers leak ([email protected])
- chore(docs): add example for carousel with padding ([email protected])
- feat(core): improve scrollTo animation when it's a partial move ([email protected])
- feat(core): rework active snap observers to compute snap-align per item instead of globally ([email protected])
- feat(core): add support for padding/scroll-padding on container ([email protected])
- chore(core): remove padding from alignment calculations ([email protected])
- feat(core): snapAlign is now defined by an option instead of checking the CSS ([email protected])
- fix(core): add exception when dragging to last carousel item to stick to it ([email protected])
- feat(core): add support for swipe ([email protected])
- fix(core): take into account item snapAlign to calculation items position ([email protected])
- Merge branch 'main' into next ([email protected])
- chore: cleanup changelogs ([email protected])
- fix(core): fix drag class not removed properly + rename .snaplist_drag class to .scrolling ([email protected])
- feat(core): make duration of scroll configurable + better handling of drag/scroll conflicts ([email protected])
- chore: refactor types after TS upgrade ([email protected])
- chore: remove attempt of using web-components for now ([email protected])
- chore: remove hack for compiling TS types and use recommended workaround for Rollup instead ([email protected])
- chore(core): rework smoothScroll detection support ([email protected])
- fix(core): fix calculation for active snap ([email protected])
- fix(core): remove normalizing of values that blocks carousel from going to first/last slide in certain conditions ([email protected])
- fix(core): fix a bug where snaplist_drag class is never removed ([email protected])
- chore: add base component file ([email protected])
- chore(core): add stencil components ([email protected])
@snap-carousel/[email protected]
- chore(react): upgrade storybook (@adrien-denat-qatalog)
- feat(react): add accessibility props to SnapCarouselIndicator ([email protected])
- fix(react): fix typings of components ([email protected])
- chore(react): add a bunch of stories test + add onScrollEnd prop ([email protected])
- chore: move Storybook to react package ([email protected])
- feat(react): add missing styles ([email protected])
- feat(react): add support for className prop ([email protected])
- chore: fix typing ([email protected])
- feat(react): add support for index change callback + controlled carousel on SnapCarousel component ([email protected])
- chore: update react version + change dev script name ([email protected])
- chore(react): cleanup React package ([email protected])
- fix(react): fix missing types ([email protected])
- feat(react): add SnapCarousel component ([email protected])
- feat(react): improve useScroll hook to not flicker when scrollTo called multiple times with same index ([email protected])
- update react dep version ([email protected])
- fix(react): fix not building ([email protected])
- chore: poc web-component using Stencil ([email protected])
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- feat(core): add get function to retrieve active index ([email protected])
- Adrien (@adrien-denat-qatalog)
- Adrien Denat (@Grsmto)
- update auto ([email protected])
- add nvmrc + eslintrc (@adrien-denat-qatalog)
- chore: update Jest ([email protected])
- chore: add svelte from dev script ([email protected])
- chore: build and test packages before release... ([email protected])
- chore(docs): improve Storybook example styling ([email protected])
- chore(docs): refactor styles ([email protected])
- chore(docs): move to Astro instead of Remix ([email protected])
- feat(docs): add base Storybook + doc website ([email protected])
- chore: try again to fix publishing failing with yarn ([email protected])
- chore: add lerna command to simplify dev env ([email protected])
- Update README.md ([email protected])
- chore: upgrade Auto to latest version ([email protected])
- yarn lock update ([email protected])
- chore: update yarn.lock ([email protected])
- chore: remove useless fields in package.json ([email protected])
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- remove test setup until we have tests ([email protected])
- chore(core|react): migrate to pnpm + tsup (@adrien-denat-qatalog)
- chore: update READMEs ([email protected])
- feat(react): add new components SnapCarouselIndicator SnapCarouselNavPrev SnapCarouselNavNext ([email protected])
- feat(core|react): do not return index from scrollTo function anymore ([email protected])
- chore: upgrade rollup + typescript plugin ([email protected])
- bump versions ([email protected])
- chore: rename package to @snap-carousel ([email protected])
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- Merge branch 'next' (@adrien-denat-qatalog)
- update to Vite (@adrien-denat-qatalog)
- Update versions ([email protected])
- chore: dependencies updates ([email protected])
- chore: add repository field to package.json ([email protected])
- chore: set packages publish config ([email protected])
- Merge branch 'develop' ([email protected])
- chore: refactor Rollup TS compilation ([email protected])
@snap-carousel/[email protected]
- fix(core): fix observer being cleaned up before triggering (@adrien-denat-qatalog)
- feat(core): add onScrollEnd callback to scrollTo function ([email protected])
- chore(core): active snap is now a class ([email protected])
- fix(core): fix getActiveSnap intersection observers leak ([email protected])
- chore(docs): add example for carousel with padding ([email protected])
- feat(core): improve scrollTo animation when it's a partial move ([email protected])
- feat(core): rework active snap observers to compute snap-align per item instead of globally ([email protected])
- feat(core): add support for padding/scroll-padding on container ([email protected])
- chore(core): remove padding from alignment calculations ([email protected])
- feat(core): snapAlign is now defined by an option instead of checking the CSS ([email protected])
- fix(core): add exception when dragging to last carousel item to stick to it ([email protected])
- feat(core): add support for swipe ([email protected])
- fix(core): take into account item snapAlign to calculation items position ([email protected])
- Merge branch 'main' into next ([email protected])
- chore: cleanup changelogs ([email protected])
- fix(core): fix drag class not removed properly + rename .snaplist_drag class to .scrolling ([email protected])
- feat(core): make duration of scroll configurable + better handling of drag/scroll conflicts ([email protected])
- chore: refactor types after TS upgrade ([email protected])
- chore: remove attempt of using web-components for now ([email protected])
- chore: remove hack for compiling TS types and use recommended workaround for Rollup instead ([email protected])
- chore(core): rework smoothScroll detection support ([email protected])
- fix(core): fix calculation for active snap ([email protected])
- fix(core): remove normalizing of values that blocks carousel from going to first/last slide in certain conditions ([email protected])
- fix(core): fix a bug where snaplist_drag class is never removed ([email protected])
- chore: add base component file ([email protected])
- chore(core): add stencil components ([email protected])
@snap-carousel/[email protected]
- chore(react): upgrade storybook (@adrien-denat-qatalog)
- feat(react): add accessibility props to SnapCarouselIndicator ([email protected])
- fix(react): fix typings of components ([email protected])
- chore(react): add a bunch of stories test + add onScrollEnd prop ([email protected])
- chore: move Storybook to react package ([email protected])
- feat(react): add missing styles ([email protected])
- feat(react): add support for className prop ([email protected])
- chore: fix typing ([email protected])
- feat(react): add support for index change callback + controlled carousel on SnapCarousel component ([email protected])
- chore: update react version + change dev script name ([email protected])
- chore(react): cleanup React package ([email protected])
- fix(react): fix missing types ([email protected])
- feat(react): add SnapCarousel component ([email protected])
- feat(react): improve useScroll hook to not flicker when scrollTo called multiple times with same index ([email protected])
- update react dep version ([email protected])
- fix(react): fix not building ([email protected])
- chore: poc web-component using Stencil ([email protected])
@snap-carousel/[email protected]
- Update versions ([email protected])
- fix(svelte): fix publish after svelte-package update ([email protected])
- fix(svelte): fix getActiveIndex ([email protected])
- chore(svelte): remove test script ([email protected])
- chore(svelte): update after core change ([email protected])
- chore(svelte): add Sveltkit for package publishing ([email protected])
- chore(svelte): fix missing dist folder in release ([email protected])
- feat(svelte): export scrollTo function for external usage ([email protected])
- fix(svelte): rework Svelte package ([email protected])
- chore(svelte): rework package ([email protected])
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- feat(core): add get function to retrieve active index ([email protected])
- Adrien (@adrien-denat-qatalog)
- Adrien Denat (@Grsmto)
@snap-carousel/[email protected]
- feat(svelte): export scrollTo function for external usage (@Grsmto)
@snap-carousel/[email protected]
- chore(core): rework smoothScroll detection support (@Grsmto)
- Adrien Denat (@Grsmto)
- Update README.md
- yarn lock update
- chore: update yarn.lock
- chore: remove useless fields in package.json
@snap-carousel/[email protected]
- fix(svelte): rework Svelte package
@snap-carousel/[email protected]
- fix(core): fix calculation for active snap
- Adrien Denat (@Grsmto)
- yarn lock update
- chore: update yarn.lock
- chore: remove useless fields in package.json
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- fix(core): remove normalizing of values that blocks carousel from going to first/last slide in certain conditions
@snap-carousel/[email protected]
- update react dep version
- Adrien Denat (@Grsmto)
- chore: update yarn.lock (@Grsmto)
- chore: remove useless fields in package.json (@Grsmto)
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- fix(react): fix not building (@Grsmto)
@snap-carousel/[email protected]
- fix(core): fix a bug where snaplist_drag class is never removed (@Grsmto)
@snap-carousel/[email protected]
,@snap-carousel/[email protected]
,@snap-carousel/[email protected]
- chore: rename package to @snap-carousel (@Grsmto)
- Adrien Denat (@Grsmto)
- chore: add auto to handle releases (@Grsmto)
[email protected]
- fix(core): fix last slide sometimes not going backward (@Grsmto)
- Adrien Denat (@Grsmto)