Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Grsmto committed Dec 16, 2024
1 parent aa46919 commit af4577a
Show file tree
Hide file tree
Showing 8 changed files with 355 additions and 130 deletions.
105 changes: 105 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,111 @@

#### ⚠️ Pushed to `main`

- update auto ([email protected])
- add nvmrc + eslintrc ([@adrien-denat-qatalog](https://github.com/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](https://github.com/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](https://github.com/adrien-denat-qatalog))
- update to Vite ([@adrien-denat-qatalog](https://github.com/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](https://github.com/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](https://github.com/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])

#### Authors: 2

- Adrien ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))

---

# (Mon Dec 16 2024)

#### ⚠️ Pushed to `main`

- update auto ([email protected])
- add nvmrc + eslintrc ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- chore: update Jest ([email protected])
Expand Down
60 changes: 60 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,66 @@

#### 🐛 Bug Fix

- Update CHANGELOG.md \[skip ci\] ([email protected])
- Bump independent versions \[skip ci\] ([email protected])

#### ⚠️ Pushed to `main`

- remove test setup until we have tests ([email protected])
- Merge branch 'next' ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- fix(core): fix observer being cleaned up before triggering ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- chore(core|react): migrate to pnpm + tsup ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- update to Vite ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- Update versions ([email protected])
- 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: update READMEs ([email protected])
- feat(react): add new components SnapCarouselIndicator SnapCarouselNavPrev SnapCarouselNavNext ([email protected])
- feat(core): add get function to retrieve active index ([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|react): do not return index from scrollTo function anymore ([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])
- chore: dependencies updates ([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])
- chore: add repository field to package.json ([email protected])
- chore: set packages publish config ([email protected])
- Merge branch 'develop' ([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: refactor Rollup TS compilation ([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: upgrade rollup + typescript plugin ([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])
- bump versions ([email protected])
- fix(core): fix a bug where snaplist_drag class is never removed ([email protected])
- chore: add base component file ([email protected])
- chore: rename package to @snap-carousel ([email protected])
- chore(core): add stencil components ([email protected])

#### Authors: 2

- Adrien ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))

---

# v0.0.19 (Mon Dec 16 2024)

#### 🐛 Bug Fix

- Bump independent versions \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snap-carousel/core",
"version": "0.0.19-next.4",
"version": "0.0.19",
"main": "dist/index.cjs",
"module": "dist/index.js",
"jsnext:main": "dist/index.js",
Expand Down
51 changes: 51 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,57 @@

#### 🐛 Bug Fix

- Update CHANGELOG.md \[skip ci\] ([email protected])
- Bump independent versions \[skip ci\] ([email protected])

#### ⚠️ Pushed to `main`

- remove test setup until we have tests ([email protected])
- Merge branch 'next' ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- chore(react): upgrade storybook ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- chore(core|react): migrate to pnpm + tsup ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- update to Vite ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- feat(react): add accessibility props to SnapCarouselIndicator ([email protected])
- fix(react): fix typings of components ([email protected])
- Update versions ([email protected])
- chore(react): add a bunch of stories test + add onScrollEnd prop ([email protected])
- chore: update READMEs ([email protected])
- chore: move Storybook to react package ([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])
- 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])
- chore: dependencies updates ([email protected])
- fix(react): fix missing types ([email protected])
- Merge branch 'main' into next ([email protected])
- chore: add repository field to package.json ([email protected])
- chore: set packages publish config ([email protected])
- Merge branch 'develop' ([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])
- chore: refactor Rollup TS compilation ([email protected])
- chore: upgrade rollup + typescript plugin ([email protected])
- update react dep version ([email protected])
- bump versions ([email protected])
- fix(react): fix not building ([email protected])
- chore: rename package to @snap-carousel ([email protected])
- chore: poc web-component using Stencil ([email protected])

#### Authors: 2

- Adrien ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))

---

# v0.0.21 (Mon Dec 16 2024)

#### 🐛 Bug Fix

- Bump independent versions \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))

Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snap-carousel/react",
"version": "0.0.21-next.3",
"version": "0.0.21",
"main": "dist/index.cjs",
"module": "dist/index.js",
"jsnext:main": "dist/index.js",
Expand Down
38 changes: 38 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,44 @@

#### 🐛 Bug Fix

- Update CHANGELOG.md \[skip ci\] ([email protected])
- Merge branch 'master' into develop ([email protected])
- Bump independent versions \[skip ci\] ([email protected])

#### ⚠️ Pushed to `main`

- fix svelte core dep ([email protected])
- Merge branch 'next' ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- update to Vite ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- 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])
- feat(core): add get function to retrieve active index ([email protected])
- chore(svelte): fix missing dist folder in release ([email protected])
- chore: dependencies updates ([email protected])
- Merge branch 'main' into next ([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])
- feat(svelte): export scrollTo function for external usage ([email protected])
- fix(svelte): rework Svelte package ([email protected])
- chore(svelte): rework package ([email protected])

#### Authors: 2

- Adrien ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))

---

# v0.0.19 (Mon Dec 16 2024)

#### 🐛 Bug Fix

- Merge branch 'master' into develop ([@Grsmto](https://github.com/Grsmto))
- Bump independent versions \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snap-carousel/svelte",
"version": "0.0.19-next.0",
"version": "0.0.19",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit af4577a

Please sign in to comment.