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 Oct 21, 2023
1 parent 23974d5 commit 5269530
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 0 deletions.
110 changes: 110 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,113 @@
# (Sat Oct 21 2023)

#### 🐛 Bug Fix

- `[email protected]`
- Fix typo in README (simplebar/src/simplebar) [#647](https://github.com/Grsmto/simplebar/pull/647) ([@DenisSvistoplasov](https://github.com/DenisSvistoplasov))

#### ⚠️ Pushed to `next`

- chore: add mention of OverlayScrollbars in README ([email protected])
- chore(examples): add story with host element scaled ([email protected])
- chore(examples): update example to support IE11 ([email protected])
- chore: update react example deps ([email protected])
- chore(examples): add stories ([email protected])
- chore(examples): add react-window + Virtual stories ([email protected])
- feat(examples): add Storybook instead of old demo page ([email protected])
- chore: only use Auto for changelog so we control semver manually ([email protected])
- chore: add local.log to gitignore ([email protected])
- chore: upgrade lerna ([email protected])
- chore: add basic jquery example + fix the iframe demo ([email protected])
- fix(website): fix images urls ([email protected])
- chore: bring back skip cleanup in Travis config ([email protected])
- Revert "chore: remove browserstack access key from travis conf" ([email protected])
- chore: remove browserstack access key from travis conf ([email protected])
- `[email protected]`
- chore(vanilla): copy update ([email protected])
- fix(vanilla): make sure element is not already initialised before instantiating (ref #653) ([email protected])
- chore(vanilla): update after core DOM structure changes ([email protected])
- fix(vanilla): add missing types prop in package.json ([email protected])
- chore(examples): cleanup demos ([email protected])
- fix: fix README (ref #648 #645) ([email protected])
- fix(vanilla): fix wrong browser export (fix #639) ([email protected])
- `[email protected]`
- chore(vue): fix wrong template ([email protected])
- chore(vue): update snapshots ([email protected])
- chore(vue): move source code to /src ([email protected])
- feat(vue): migrate plugin to TS ([email protected])
- chore(vue): update snapshot ([email protected])
- `[email protected]`
- chore(react): update snapshots ([email protected])
- feat(react): add onScroll support to react plugin ([email protected])
- chore: add Auto so we don't have to write releaes/changelogs manually ([email protected])
- fix(react): fix support for custom classNames ([email protected])
- fix(react): bring back data attribute to React plugin as it breaks CSS ([email protected])
- fix(react): prevent conflict between vanilla SimpleBar and react plugin ([email protected])
- `[email protected]`, `[email protected]`
- chore(react|vue): merge custom classes with default ones ([email protected])
- feat(react, vue): add stylesheet prop to package.json ([email protected])
- fix(vue, react): fix usage of custom classNames ([email protected])
- feat(vue): set data-attribute on Vue plugin to be 1:1 with other plugins + bring back full test suite ([email protected])
- `[email protected]`
- chore(core): disable e2e until we get Storybook tests + fix types ([email protected])
- chore(core): fix tests ([email protected])
- fix(core): escape custom classes for query selectors (fix #674) ([email protected])
- fix(core): cherry pick cd1cfbc ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- cherry pick [1833e35] ([email protected])
- chore(core): update tests ([email protected])
- fix(core): fix scrollbar hiding while being dragged ([email protected])
- fix(core): fix wrong dimensions calculation if host element is scaled ([email protected])
- chore(core): fix typing on cache measurement helper + remove overflow styles from scrollable node ([email protected])
- feat(core): rework RTL support and use CSS for most of the work + add support for both axis corner ([email protected])
- chore(core): bring back content element since it helps resize detection ([email protected])
- chore(core): improve caching function ([email protected])
- feat(core): remove contentEl since it's not needed anymore ([email protected])
- fix(core): do not edit className if it's identical to the default one ([email protected])
- fix(core): fix host size measurement + add caching helper ([email protected])
- feat(core): improve support for both axis with corner gap ([email protected])
- feat(core): separate track size from scrollbar size for easier styling ([email protected])
- chore: fix lodash-es in tests ([email protected])
- feat(core): add class name to track so it can be auto hidden (ref #416) ([email protected])
- feat(core): remove unused native scrollbar width calculation + remove unused DOM nodes ([email protected])
- feat(core): merge custom classnames with default ones instead of fully overriding ([email protected])
- fix(examples): fix Webpack version mismatch after Angular plugin downgrade ([email protected])
- chore(core): rollback to lodash-es so Angular doesn't complain of cjs ([email protected])
- chore(core): update tests after changes ([email protected])
- fix(core): fix scrollbar hiding even while scrolling ([email protected])
- fix(core): fix overflow: auto applied to wrong element on new v6 release ([email protected])
- feat(core): set "overflow: auto" by default instead of "hidden" on scrollable element ([email protected])
- fix(core): fix scrollbar not showing up initially for framework plugins when autoHide: false ([email protected])
- `[email protected]`, `[email protected]`
- chore(vue|angular): fix build ([email protected])
- `[email protected]`
- chore(angular): update template ([email protected])
- feat(angular): downgrade back to Angular version 12 for better support ([email protected])
- `[email protected]`, `[email protected]`
- feat(core, react): add intersectionObserver to detect direction styling changes dynamically ([email protected])
- `[email protected]`, `[email protected]`, `[email protected]`
- chore(core, react): remove height auto observer since not needed anymore ([email protected])
- `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`
- Merge branch 'master' into next ([email protected])
- Publish ([email protected])
- Revert "chore: remove unnecessary build step" ([email protected])
- chore: update READMEs ([email protected])
- `[email protected]`, `[email protected]`
- feat(core): simplify scrollbar width customisation using css custom property ([email protected])
- feat(core): start adding support for multiple classNames (ref #651) ([email protected])
- feat(core, vanilla): remove all unnecessary DOM manipulations from core ([email protected])
- `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`
- chore: update templates on all plugins ([email protected])
- `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`
- chore(core, react, vue, angular): set missing accessibility properties ([email protected])

#### Authors: 3

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

---

# (Sat Feb 11 2023)

#### 🐛 Bug Fix
Expand Down
24 changes: 24 additions & 0 deletions packages/simplebar-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v3.2.2 (Sat Oct 21 2023)

#### 🐛 Bug Fix

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

#### ⚠️ Pushed to `next`

- chore(vue|angular): fix build ([@Grsmto](https://github.com/Grsmto))
- chore(angular): update template ([@Grsmto](https://github.com/Grsmto))
- Merge branch 'master' into next ([@Grsmto](https://github.com/Grsmto))
- Publish ([@Grsmto](https://github.com/Grsmto))
- chore: update templates on all plugins ([@Grsmto](https://github.com/Grsmto))
- feat(angular): downgrade back to Angular version 12 for better support ([@Grsmto](https://github.com/Grsmto))
- Revert "chore: remove unnecessary build step" ([@Grsmto](https://github.com/Grsmto))
- chore(core, react, vue, angular): set missing accessibility properties ([@Grsmto](https://github.com/Grsmto))
- chore: update READMEs ([@Grsmto](https://github.com/Grsmto))

#### Authors: 1

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

---

# v3.2.1 (Sat Feb 11 2023)

#### 🐛 Bug Fix
Expand Down
54 changes: 54 additions & 0 deletions packages/simplebar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# v1.2.2 (Sat Oct 21 2023)

#### 🐛 Bug Fix

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

#### ⚠️ Pushed to `next`

- chore(core): disable e2e until we get Storybook tests + fix types ([@Grsmto](https://github.com/Grsmto))
- chore(core): fix tests ([@Grsmto](https://github.com/Grsmto))
- fix(core): escape custom classes for query selectors (fix #674) ([@Grsmto](https://github.com/Grsmto))
- fix(core): cherry pick cd1cfbc ([@adrien-denat-qatalog](https://github.com/adrien-denat-qatalog))
- cherry pick [1833e35] ([@Grsmto](https://github.com/Grsmto))
- chore(core): update tests ([@Grsmto](https://github.com/Grsmto))
- fix(core): fix scrollbar hiding while being dragged ([@Grsmto](https://github.com/Grsmto))
- fix(core): fix wrong dimensions calculation if host element is scaled ([@Grsmto](https://github.com/Grsmto))
- chore(core): fix typing on cache measurement helper + remove overflow styles from scrollable node ([@Grsmto](https://github.com/Grsmto))
- feat(core, react): add intersectionObserver to detect direction styling changes dynamically ([@Grsmto](https://github.com/Grsmto))
- feat(core): rework RTL support and use CSS for most of the work + add support for both axis corner ([@Grsmto](https://github.com/Grsmto))
- chore(core): bring back content element since it helps resize detection ([@Grsmto](https://github.com/Grsmto))
- chore(core): improve caching function ([@Grsmto](https://github.com/Grsmto))
- feat(core): remove contentEl since it's not needed anymore ([@Grsmto](https://github.com/Grsmto))
- fix(core): do not edit className if it's identical to the default one ([@Grsmto](https://github.com/Grsmto))
- chore(core, react): remove height auto observer since not needed anymore ([@Grsmto](https://github.com/Grsmto))
- fix(core): fix host size measurement + add caching helper ([@Grsmto](https://github.com/Grsmto))
- feat(core): improve support for both axis with corner gap ([@Grsmto](https://github.com/Grsmto))
- feat(core): separate track size from scrollbar size for easier styling ([@Grsmto](https://github.com/Grsmto))
- Merge branch 'master' into next ([@Grsmto](https://github.com/Grsmto))
- feat(core): simplify scrollbar width customisation using css custom property ([@Grsmto](https://github.com/Grsmto))
- Publish ([@Grsmto](https://github.com/Grsmto))
- chore: fix lodash-es in tests ([@Grsmto](https://github.com/Grsmto))
- feat(core): add class name to track so it can be auto hidden (ref #416) ([@Grsmto](https://github.com/Grsmto))
- feat(core): remove unused native scrollbar width calculation + remove unused DOM nodes ([@Grsmto](https://github.com/Grsmto))
- feat(core): merge custom classnames with default ones instead of fully overriding ([@Grsmto](https://github.com/Grsmto))
- fix(examples): fix Webpack version mismatch after Angular plugin downgrade ([@Grsmto](https://github.com/Grsmto))
- feat(core): start adding support for multiple classNames (ref #651) ([@Grsmto](https://github.com/Grsmto))
- chore(core): rollback to lodash-es so Angular doesn't complain of cjs ([@Grsmto](https://github.com/Grsmto))
- chore(core): update tests after changes ([@Grsmto](https://github.com/Grsmto))
- feat(core, vanilla): remove all unnecessary DOM manipulations from core ([@Grsmto](https://github.com/Grsmto))
- Revert "chore: remove unnecessary build step" ([@Grsmto](https://github.com/Grsmto))
- fix(core): fix scrollbar hiding even while scrolling ([@Grsmto](https://github.com/Grsmto))
- chore(core, react, vue, angular): set missing accessibility properties ([@Grsmto](https://github.com/Grsmto))
- fix(core): fix overflow: auto applied to wrong element on new v6 release ([@Grsmto](https://github.com/Grsmto))
- feat(core): set "overflow: auto" by default instead of "hidden" on scrollable element ([@Grsmto](https://github.com/Grsmto))
- fix(core): fix scrollbar not showing up initially for framework plugins when autoHide: false ([@Grsmto](https://github.com/Grsmto))
- chore: update READMEs ([@Grsmto](https://github.com/Grsmto))

#### Authors: 2

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

---

# v1.2.1 (Sat Feb 11 2023)

#### 🐛 Bug Fix
Expand Down
33 changes: 33 additions & 0 deletions packages/simplebar-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# v3.2.2 (Sat Oct 21 2023)

#### 🐛 Bug Fix

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

#### ⚠️ Pushed to `next`

- chore(react): update snapshots ([@Grsmto](https://github.com/Grsmto))
- chore(react|vue): merge custom classes with default ones ([@Grsmto](https://github.com/Grsmto))
- feat(react): add onScroll support to react plugin ([@Grsmto](https://github.com/Grsmto))
- feat(core, react): add intersectionObserver to detect direction styling changes dynamically ([@Grsmto](https://github.com/Grsmto))
- feat(react, vue): add stylesheet prop to package.json ([@Grsmto](https://github.com/Grsmto))
- chore(core, react): remove height auto observer since not needed anymore ([@Grsmto](https://github.com/Grsmto))
- Merge branch 'master' into next ([@Grsmto](https://github.com/Grsmto))
- Publish ([@Grsmto](https://github.com/Grsmto))
- chore: update templates on all plugins ([@Grsmto](https://github.com/Grsmto))
- chore: add Auto so we don't have to write releaes/changelogs manually ([@Grsmto](https://github.com/Grsmto))
- fix(vue, react): fix usage of custom classNames ([@Grsmto](https://github.com/Grsmto))
- fix(react): fix support for custom classNames ([@Grsmto](https://github.com/Grsmto))
- feat(vue): set data-attribute on Vue plugin to be 1:1 with other plugins + bring back full test suite ([@Grsmto](https://github.com/Grsmto))
- fix(react): bring back data attribute to React plugin as it breaks CSS ([@Grsmto](https://github.com/Grsmto))
- Revert "chore: remove unnecessary build step" ([@Grsmto](https://github.com/Grsmto))
- chore(core, react, vue, angular): set missing accessibility properties ([@Grsmto](https://github.com/Grsmto))
- fix(react): prevent conflict between vanilla SimpleBar and react plugin ([@Grsmto](https://github.com/Grsmto))
- chore: update READMEs ([@Grsmto](https://github.com/Grsmto))

#### Authors: 1

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

---

# v3.2.1 (Sat Feb 11 2023)

#### 🐛 Bug Fix
Expand Down
31 changes: 31 additions & 0 deletions packages/simplebar-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# v2.3.1 (Sat Oct 21 2023)

#### 🐛 Bug Fix

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

#### ⚠️ Pushed to `next`

- chore(vue): fix wrong template ([@Grsmto](https://github.com/Grsmto))
- chore(vue): update snapshots ([@Grsmto](https://github.com/Grsmto))
- chore(react|vue): merge custom classes with default ones ([@Grsmto](https://github.com/Grsmto))
- chore(vue|angular): fix build ([@Grsmto](https://github.com/Grsmto))
- chore(vue): move source code to /src ([@Grsmto](https://github.com/Grsmto))
- feat(react, vue): add stylesheet prop to package.json ([@Grsmto](https://github.com/Grsmto))
- Merge branch 'master' into next ([@Grsmto](https://github.com/Grsmto))
- Publish ([@Grsmto](https://github.com/Grsmto))
- chore: update templates on all plugins ([@Grsmto](https://github.com/Grsmto))
- feat(vue): migrate plugin to TS ([@Grsmto](https://github.com/Grsmto))
- fix(vue, react): fix usage of custom classNames ([@Grsmto](https://github.com/Grsmto))
- feat(vue): set data-attribute on Vue plugin to be 1:1 with other plugins + bring back full test suite ([@Grsmto](https://github.com/Grsmto))
- Revert "chore: remove unnecessary build step" ([@Grsmto](https://github.com/Grsmto))
- chore(vue): update snapshot ([@Grsmto](https://github.com/Grsmto))
- chore(core, react, vue, angular): set missing accessibility properties ([@Grsmto](https://github.com/Grsmto))
- chore: update READMEs ([@Grsmto](https://github.com/Grsmto))

#### Authors: 1

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

---

# v2.2.1 (Sat Feb 11 2023)

#### 🐛 Bug Fix
Expand Down
33 changes: 33 additions & 0 deletions packages/simplebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# v6.2.2 (Sat Oct 21 2023)

#### 🐛 Bug Fix

- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- Fix typo in README (simplebar/src/simplebar) [#647](https://github.com/Grsmto/simplebar/pull/647) ([@DenisSvistoplasov](https://github.com/DenisSvistoplasov))

#### ⚠️ Pushed to `next`

- chore(vanilla): copy update ([@Grsmto](https://github.com/Grsmto))
- fix(vanilla): make sure element is not already initialised before instantiating (ref #653) ([@Grsmto](https://github.com/Grsmto))
- chore(vanilla): update after core DOM structure changes ([@Grsmto](https://github.com/Grsmto))
- fix(vanilla): add missing types prop in package.json ([@Grsmto](https://github.com/Grsmto))
- chore(core, react): remove height auto observer since not needed anymore ([@Grsmto](https://github.com/Grsmto))
- Merge branch 'master' into next ([@Grsmto](https://github.com/Grsmto))
- feat(core): simplify scrollbar width customisation using css custom property ([@Grsmto](https://github.com/Grsmto))
- Publish ([@Grsmto](https://github.com/Grsmto))
- chore(examples): cleanup demos ([@Grsmto](https://github.com/Grsmto))
- chore: update templates on all plugins ([@Grsmto](https://github.com/Grsmto))
- feat(core): start adding support for multiple classNames (ref #651) ([@Grsmto](https://github.com/Grsmto))
- fix: fix README (ref #648 #645) ([@Grsmto](https://github.com/Grsmto))
- feat(core, vanilla): remove all unnecessary DOM manipulations from core ([@Grsmto](https://github.com/Grsmto))
- Revert "chore: remove unnecessary build step" ([@Grsmto](https://github.com/Grsmto))
- fix(vanilla): fix wrong browser export (fix #639) ([@Grsmto](https://github.com/Grsmto))
- chore: update READMEs ([@Grsmto](https://github.com/Grsmto))

#### Authors: 2

- [@DenisSvistoplasov](https://github.com/DenisSvistoplasov)
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))

---

# v6.2.1 (Sat Feb 11 2023)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 5269530

Please sign in to comment.