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 Jun 13, 2024
1 parent ad9598a commit 7e1bc28
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 0 deletions.
91 changes: 91 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,94 @@
# (Thu Jun 13 2024)

#### 🐛 Bug Fix

- `simplebar-angular@3.2.6`, `simplebar-core@1.2.6`, `simplebar-react@3.2.6`, `simplebar-vue@2.3.5`, `simplebar@6.2.7`
- Add tabIndex as a configurable option. [#695](https://github.com/Grsmto/simplebar/pull/695) ([@shubham-padia](https://github.com/shubham-padia))
- `simplebar@6.2.7`
- Correct `SimpleBar.instances` type [#689](https://github.com/Grsmto/simplebar/pull/689) ([@andersk](https://github.com/andersk))
- Fix typo in README (simplebar/src/simplebar) [#647](https://github.com/Grsmto/simplebar/pull/647) ([@DenisSvistoplasov](https://github.com/DenisSvistoplasov))
- `simplebar-core@1.2.6`
- Do not hide scrollbar if the mouse is being dragged and not yet released. [#684](https://github.com/Grsmto/simplebar/pull/684) ([@thomasdao](https://github.com/thomasdao))
- fix(core): Fix vertical scrollbar dragging in rtl mode [#666](https://github.com/Grsmto/simplebar/pull/666) ([@GSilidis](https://github.com/GSilidis))
- `simplebar-react@3.2.6`
- Fix typo in README (react) [#682](https://github.com/Grsmto/simplebar/pull/682) (joohaem.lee@tridge.com [@joohaem](https://github.com/joohaem))
- `simplebar-vue@2.3.5`
- fix(vue&react): fix some demo codes in examples and README [#668](https://github.com/Grsmto/simplebar/pull/668) ([@X-sky](https://github.com/X-sky))
- `simplebar-core@1.2.6`, `simplebar@6.2.7`
- Add types field to package.json [#661](https://github.com/Grsmto/simplebar/pull/661) ([@andersk](https://github.com/andersk))

#### ⚠️ Pushed to `master`

- upgrade to node v20 (oi@adriendenat.com)
- update angular example to angular 18 (oi@adriendenat.com)
- fix(examples): fix wrong bundle path (oi@adriendenat.com)
- fix(examples): fix example page to work on IE11 (oi@adriendenat.com)
- chore: only use Auto for changelog so we control semver manually (oi@adriendenat.com)
- chore: add local.log to gitignore (oi@adriendenat.com)
- chore: upgrade lerna (oi@adriendenat.com)
- chore: add basic jquery example + fix the iframe demo (oi@adriendenat.com)
- fix(website): fix images urls (oi@adriendenat.com)
- chore: bring back skip cleanup in Travis config (oi@adriendenat.com)
- Revert "chore: remove browserstack access key from travis conf" (oi@adriendenat.com)
- chore: remove browserstack access key from travis conf (oi@adriendenat.com)
- `simplebar-core@1.2.6`, `simplebar@6.2.7`
- remove can-use-dom dependency (oi@adriendenat.com)
- Revert "feat(core): simplify scrollbar width customisation using css custom property" (oi@adriendenat.com)
- feat(core): simplify scrollbar width customisation using css custom property (oi@adriendenat.com)
- feat(core): start adding support for multiple classNames (ref #651) (oi@adriendenat.com)
- feat(core, vanilla): remove all unnecessary DOM manipulations from core (oi@adriendenat.com)
- `simplebar-angular@3.2.6`
- fix angular setup + add missing license field (oi@adriendenat.com)
- update Angular deps + fix example (oi@adriendenat.com)
- feat(angular): downgrade back to Angular version 12 for better support (oi@adriendenat.com)
- `simplebar-angular@3.2.6`, `simplebar-core@1.2.6`, `simplebar-react@3.2.6`, `simplebar-vue@2.3.5`, `simplebar@6.2.7`
- Publish (oi@adriendenat.com)
- Revert "chore: remove unnecessary build step" (oi@adriendenat.com)
- chore: update READMEs (oi@adriendenat.com)
- `simplebar-core@1.2.6`
- Revert "chore(core): revert change in simplebar-core" (oi@adriendenat.com)
- chore(core): revert change in simplebar-core (oi@adriendenat.com)
- fix(core): fix missing Lodash dependency (fix #655) (oi@adriendenat.com)
- chore: fix lodash-es in tests (oi@adriendenat.com)
- fix(examples): fix Webpack version mismatch after Angular plugin downgrade (oi@adriendenat.com)
- chore(core): rollback to lodash-es so Angular doesn't complain of cjs (oi@adriendenat.com)
- chore(core): update tests after changes (oi@adriendenat.com)
- fix(core): fix scrollbar hiding even while scrolling (oi@adriendenat.com)
- fix(core): fix overflow: auto applied to wrong element on new v6 release (oi@adriendenat.com)
- feat(core): set "overflow: auto" by default instead of "hidden" on scrollable element (oi@adriendenat.com)
- fix(core): fix scrollbar not showing up initially for framework plugins when autoHide: false (oi@adriendenat.com)
- `simplebar@6.2.7`
- Publish (oi@adriendenat.com)
- fix: fix README (ref #648 #645) (oi@adriendenat.com)
- fix(vanilla): fix wrong browser export (fix #639) (oi@adriendenat.com)
- `simplebar-vue@2.3.5`
- feat(vue): migrate plugin to TS (oi@adriendenat.com)
- chore(vue): update snapshot (oi@adriendenat.com)
- `simplebar-react@3.2.6`
- chore: add Auto so we don't have to write releaes/changelogs manually (oi@adriendenat.com)
- fix(react): fix support for custom classNames (oi@adriendenat.com)
- fix(react): bring back data attribute to React plugin as it breaks CSS (oi@adriendenat.com)
- fix(react): prevent conflict between vanilla SimpleBar and react plugin (oi@adriendenat.com)
- `simplebar-react@3.2.6`, `simplebar-vue@2.3.5`
- fix(vue, react): fix usage of custom classNames (oi@adriendenat.com)
- feat(vue): set data-attribute on Vue plugin to be 1:1 with other plugins + bring back full test suite (oi@adriendenat.com)
- `simplebar-angular@3.2.6`, `simplebar-core@1.2.6`, `simplebar-react@3.2.6`, `simplebar-vue@2.3.5`
- chore(core, react, vue, angular): set missing accessibility properties (oi@adriendenat.com)

#### Authors: 9

- [@DenisSvistoplasov](https://github.com/DenisSvistoplasov)
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))
- Anders Kaseorg ([@andersk](https://github.com/andersk))
- Grigorii Silidis ([@GSilidis](https://github.com/GSilidis))
- Joohaem Lee (joohaem.lee@tridge.com)
- Shubham Padia ([@shubham-padia](https://github.com/shubham-padia))
- SNUPI ([@joohaem](https://github.com/joohaem))
- Thomas Dao ([@thomasdao](https://github.com/thomasdao))
- tse0103x ([@X-sky](https://github.com/X-sky))

---

# (Sun May 05 2024)

#### 🐛 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.6 (Thu Jun 13 2024)

#### 🐛 Bug Fix

- Add tabIndex as a configurable option. [#695](https://github.com/Grsmto/simplebar/pull/695) ([@shubham-padia](https://github.com/shubham-padia))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))

#### ⚠️ Pushed to `master`

- fix angular setup + add missing license field ([@Grsmto](https://github.com/Grsmto))
- update Angular deps + fix example ([@Grsmto](https://github.com/Grsmto))
- Publish ([@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: 2

- Adrien Denat ([@Grsmto](https://github.com/Grsmto))
- Shubham Padia ([@shubham-padia](https://github.com/shubham-padia))

---

# v3.2.5 (Sun May 05 2024)

#### 🐛 Bug Fix
Expand Down
43 changes: 43 additions & 0 deletions packages/simplebar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# v1.2.6 (Thu Jun 13 2024)

#### 🐛 Bug Fix

- Add tabIndex as a configurable option. [#695](https://github.com/Grsmto/simplebar/pull/695) ([@shubham-padia](https://github.com/shubham-padia))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- Do not hide scrollbar if the mouse is being dragged and not yet released. [#684](https://github.com/Grsmto/simplebar/pull/684) ([@thomasdao](https://github.com/thomasdao))
- fix(core): Fix vertical scrollbar dragging in rtl mode [#666](https://github.com/Grsmto/simplebar/pull/666) ([@GSilidis](https://github.com/GSilidis))
- Add types field to package.json [#661](https://github.com/Grsmto/simplebar/pull/661) ([@andersk](https://github.com/andersk))

#### ⚠️ Pushed to `master`

- remove can-use-dom dependency ([@Grsmto](https://github.com/Grsmto))
- Publish ([@Grsmto](https://github.com/Grsmto))
- Revert "chore(core): revert change in simplebar-core" ([@Grsmto](https://github.com/Grsmto))
- chore(core): revert change in simplebar-core ([@Grsmto](https://github.com/Grsmto))
- fix(core): fix missing Lodash dependency (fix #655) ([@Grsmto](https://github.com/Grsmto))
- Revert "feat(core): simplify scrollbar width customisation using css custom property" ([@Grsmto](https://github.com/Grsmto))
- feat(core): simplify scrollbar width customisation using css custom property ([@Grsmto](https://github.com/Grsmto))
- chore: fix lodash-es in tests ([@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: 5

- Adrien Denat ([@Grsmto](https://github.com/Grsmto))
- Anders Kaseorg ([@andersk](https://github.com/andersk))
- Grigorii Silidis ([@GSilidis](https://github.com/GSilidis))
- Shubham Padia ([@shubham-padia](https://github.com/shubham-padia))
- Thomas Dao ([@thomasdao](https://github.com/thomasdao))

---

# v1.2.5 (Sun May 05 2024)

#### 🐛 Bug Fix
Expand Down
30 changes: 30 additions & 0 deletions packages/simplebar-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v3.2.6 (Thu Jun 13 2024)

#### 🐛 Bug Fix

- Add tabIndex as a configurable option. [#695](https://github.com/Grsmto/simplebar/pull/695) ([@shubham-padia](https://github.com/shubham-padia))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- Fix typo in README (react) [#682](https://github.com/Grsmto/simplebar/pull/682) (joohaem.lee@tridge.com [@joohaem](https://github.com/joohaem))

#### ⚠️ Pushed to `master`

- Publish ([@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: 4

- Adrien Denat ([@Grsmto](https://github.com/Grsmto))
- Joohaem Lee (joohaem.lee@tridge.com)
- Shubham Padia ([@shubham-padia](https://github.com/shubham-padia))
- SNUPI ([@joohaem](https://github.com/joohaem))

---

# v3.2.5 (Sun May 05 2024)

#### 🐛 Bug Fix
Expand Down
27 changes: 27 additions & 0 deletions packages/simplebar-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# v2.3.5 (Thu Jun 13 2024)

#### 🐛 Bug Fix

- Add tabIndex as a configurable option. [#695](https://github.com/Grsmto/simplebar/pull/695) ([@shubham-padia](https://github.com/shubham-padia))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- fix(vue&react): fix some demo codes in examples and README [#668](https://github.com/Grsmto/simplebar/pull/668) ([@X-sky](https://github.com/X-sky))

#### ⚠️ Pushed to `master`

- Publish ([@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: 3

- Adrien Denat ([@Grsmto](https://github.com/Grsmto))
- Shubham Padia ([@shubham-padia](https://github.com/shubham-padia))
- tse0103x ([@X-sky](https://github.com/X-sky))

---

# v2.3.4 (Sun May 05 2024)

#### 🐛 Bug Fix
Expand Down
32 changes: 32 additions & 0 deletions packages/simplebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# v6.2.7 (Thu Jun 13 2024)

#### 🐛 Bug Fix

- Add tabIndex as a configurable option. [#695](https://github.com/Grsmto/simplebar/pull/695) ([@shubham-padia](https://github.com/shubham-padia))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- Correct `SimpleBar.instances` type [#689](https://github.com/Grsmto/simplebar/pull/689) ([@andersk](https://github.com/andersk))
- Add types field to package.json [#661](https://github.com/Grsmto/simplebar/pull/661) ([@andersk](https://github.com/andersk))
- Fix typo in README (simplebar/src/simplebar) [#647](https://github.com/Grsmto/simplebar/pull/647) ([@DenisSvistoplasov](https://github.com/DenisSvistoplasov))

#### ⚠️ Pushed to `master`

- remove can-use-dom dependency ([@Grsmto](https://github.com/Grsmto))
- Publish ([@Grsmto](https://github.com/Grsmto))
- Revert "feat(core): simplify scrollbar width customisation using css custom property" ([@Grsmto](https://github.com/Grsmto))
- feat(core): simplify scrollbar width customisation using css custom property ([@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: 4

- [@DenisSvistoplasov](https://github.com/DenisSvistoplasov)
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))
- Anders Kaseorg ([@andersk](https://github.com/andersk))
- Shubham Padia ([@shubham-padia](https://github.com/shubham-padia))

---

# v6.2.6 (Sun May 05 2024)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 7e1bc28

Please sign in to comment.