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

- `simplebar-angular@3.2.7`
- fix(Angular): fixed applying custom tabIndex and ariaLabel [#710](https://github.com/Grsmto/simplebar/pull/710) (aleksei.koluzov@phreesia.com [@skrappyzz](https://github.com/skrappyzz))
- unmount only if init fixes #572 [#699](https://github.com/Grsmto/simplebar/pull/699) ([@yelhouti](https://github.com/yelhouti))
- `simplebar-core@1.2.7`, `simplebar@6.2.8`
- 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 (oi@adriendenat.com)
- fix(config): fix missing outdir in tsconfig (oi@adriendenat.com)
- Update README.md (oi@adriendenat.com)
- add funding.yml (oi@adriendenat.com)
- `simplebar-core@1.2.7`
- chore(core): replace lodash-es by lodash (oi@adriendenat.com)
- fix(core): specify file extension on module for node 20+ (oi@adriendenat.com)
- chore(core): import lodash modules directly instead of barrel file (ref #703) (oi@adriendenat.com)
- `simplebar@6.2.8`
- fix(simplebar): fix wrong tsconfig loaded (oi@adriendenat.com)
- `simplebar-angular@3.2.7`
- chore: fix angular example (oi@adriendenat.com)

#### 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 (aleksei.koluzov@phreesia.com)

---

# (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) (aleksei.koluzov@phreesia.com [@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 (aleksei.koluzov@phreesia.com)

---

# 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 (oi@adriendenat.com)
- fix(core): specify file extension on module for node 20+ (oi@adriendenat.com)
- chore(core): import lodash modules directly instead of barrel file (ref #703) (oi@adriendenat.com)

#### 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 (oi@adriendenat.com)

#### Authors: 2

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

---

# v6.2.7 (Thu Jun 13 2024)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 9ff79cb

Please sign in to comment.