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 Feb 11, 2023
1 parent ef9d0c0 commit a6a7f08
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 0 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# (Sat Feb 11 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 `master`

- 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: fix lodash-es in tests ([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]`
- 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]`
- feat(angular): downgrade back to Angular version 12 for better support ([email protected])
- `[email protected]`
- fix: fix README (ref #648 #645) ([email protected])
- fix(vanilla): fix wrong browser export (fix #639) ([email protected])
- `[email protected]`
- feat(vue): migrate plugin to TS ([email protected])
- chore(vue): update snapshot ([email protected])
- `[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]`, `[email protected]`, `[email protected]`, `[email protected]`
- Publish ([email protected])
- Revert "chore: remove unnecessary build step" ([email protected])
- chore: update READMEs ([email protected])
- `[email protected]`, `[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]`, `[email protected]`, `[email protected]`, `[email protected]`
- chore(core, react, vue, angular): set missing accessibility properties ([email protected])

#### Authors: 2

- [@DenisSvistoplasov](https://github.com/DenisSvistoplasov)
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))
13 changes: 13 additions & 0 deletions packages/simplebar-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v3.2.1 (Sat Feb 11 2023)

#### ⚠️ Pushed to `master`

- feat(angular): downgrade back to Angular version 12 for better support ([@Grsmto](https://github.com/Grsmto))
- Publish ([@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))
25 changes: 25 additions & 0 deletions packages/simplebar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v1.2.1 (Sat Feb 11 2023)

#### ⚠️ Pushed to `master`

- chore: fix lodash-es in tests ([email protected])
- fix(examples): fix Webpack version mismatch after Angular plugin downgrade ([email protected])
- feat(core): start adding support for multiple classNames (ref #651) ([email protected])
- chore(core): rollback to lodash-es so Angular doesn't complain of cjs ([email protected])
- Publish ([email protected])
- chore(core): update tests after changes ([email protected])
- feat(core, vanilla): remove all unnecessary DOM manipulations from core ([email protected])
- Revert "chore: remove unnecessary build step" ([email protected])
- fix(core): fix scrollbar hiding even while scrolling ([email protected])
- chore(core, react, vue, angular): set missing accessibility properties ([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])
- chore: update READMEs ([email protected])

#### Authors: 1

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

---

## 6.0.0

### Major
Expand Down
21 changes: 21 additions & 0 deletions packages/simplebar-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v3.2.1 (Sat Feb 11 2023)

#### ⚠️ Pushed to `master`

- chore: add Auto so we don't have to write releaes/changelogs manually ([@Grsmto](https://github.com/Grsmto))
- Publish ([@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))

---

## 3.2.0

### Major
Expand Down
19 changes: 19 additions & 0 deletions packages/simplebar-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v2.2.1 (Sat Feb 11 2023)

#### ⚠️ Pushed to `master`

- feat(vue): migrate plugin to TS ([@Grsmto](https://github.com/Grsmto))
- Publish ([@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))

---

## 2.0.0

### Major
Expand Down
20 changes: 20 additions & 0 deletions packages/simplebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# v6.2.1 (Sat Feb 11 2023)

#### 🐛 Bug Fix

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

#### ⚠️ Pushed to `master`

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

0 comments on commit a6a7f08

Please sign in to comment.