forked from Grsmto/simplebar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
152 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |