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 10, 2024
1 parent 3aa5f8c commit 9ff79cb
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# (Tue Dec 10 2024)

#### 🐛 Bug Fix

- `[email protected]`
- fix(Angular): fixed applying custom tabIndex and ariaLabel [#710](https://github.com/Grsmto/simplebar/pull/710) ([email protected] [@skrappyzz](https://github.com/skrappyzz))
- unmount only if init fixes #572 [#699](https://github.com/Grsmto/simplebar/pull/699) ([@yelhouti](https://github.com/yelhouti))
- `[email protected]`, `[email protected]`
- Clean up unused dependencies [#696](https://github.com/Grsmto/simplebar/pull/696) ([@CallanMcNulty](https://github.com/CallanMcNulty))

#### ⚠️ Pushed to `master`

- chore(config): remove deprecated es3 target ([email protected])
- fix(config): fix missing outdir in tsconfig ([email protected])
- Update README.md ([email protected])
- add funding.yml ([email protected])
- `[email protected]`
- chore(core): replace lodash-es by lodash ([email protected])
- fix(core): specify file extension on module for node 20+ ([email protected])
- chore(core): import lodash modules directly instead of barrel file (ref #703) ([email protected])
- `[email protected]`
- fix(simplebar): fix wrong tsconfig loaded ([email protected])
- `[email protected]`
- chore: fix angular example ([email protected])

#### Authors: 5

- [@CallanMcNulty](https://github.com/CallanMcNulty)
- [@skrappyzz](https://github.com/skrappyzz)
- [@yelhouti](https://github.com/yelhouti)
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))
- Aleksei Koluzov ([email protected])

---

# (Thu Jun 13 2024)

#### 🐛 Bug Fix
Expand Down
20 changes: 20 additions & 0 deletions packages/simplebar-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v3.2.7 (Tue Dec 10 2024)

#### 🐛 Bug Fix

- fix(Angular): fixed applying custom tabIndex and ariaLabel [#710](https://github.com/Grsmto/simplebar/pull/710) ([email protected] [@skrappyzz](https://github.com/skrappyzz))
- unmount only if init fixes #572 [#699](https://github.com/Grsmto/simplebar/pull/699) ([@yelhouti](https://github.com/yelhouti))

#### ⚠️ Pushed to `master`

- chore: fix angular example ([@Grsmto](https://github.com/Grsmto))

#### Authors: 4

- [@skrappyzz](https://github.com/skrappyzz)
- [@yelhouti](https://github.com/yelhouti)
- Adrien Denat ([@Grsmto](https://github.com/Grsmto))
- Aleksei Koluzov ([email protected])

---

# v3.2.6 (Thu Jun 13 2024)

#### 🐛 Bug Fix
Expand Down
19 changes: 19 additions & 0 deletions packages/simplebar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v1.2.7 (Tue Dec 10 2024)

#### 🐛 Bug Fix

- Clean up unused dependencies [#696](https://github.com/Grsmto/simplebar/pull/696) ([@CallanMcNulty](https://github.com/CallanMcNulty))

#### ⚠️ Pushed to `master`

- chore(core): replace lodash-es by lodash ([email protected])
- fix(core): specify file extension on module for node 20+ ([email protected])
- chore(core): import lodash modules directly instead of barrel file (ref #703) ([email protected])

#### Authors: 2

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

---

# v1.2.6 (Thu Jun 13 2024)

#### 🐛 Bug Fix
Expand Down
17 changes: 17 additions & 0 deletions packages/simplebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v6.2.8 (Tue Dec 10 2024)

#### 🐛 Bug Fix

- Clean up unused dependencies [#696](https://github.com/Grsmto/simplebar/pull/696) ([@CallanMcNulty](https://github.com/CallanMcNulty))

#### ⚠️ Pushed to `master`

- fix(simplebar): fix wrong tsconfig loaded ([email protected])

#### Authors: 2

- [@CallanMcNulty](https://github.com/CallanMcNulty)
- Adrien Denat ([email protected])

---

# v6.2.7 (Thu Jun 13 2024)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 9ff79cb

Please sign in to comment.