Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic-support committed May 6, 2024
1 parent a5ea4c7 commit cace259
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v3.1.0 (Mon May 06 2024)

#### 🚀 Enhancement

- Support `:host-context()` selector [#118](https://github.com/chromaui/storybook-addon-pseudo-states/pull/118) ([@m-akinc](https://github.com/m-akinc) [@ghengeveld](https://github.com/ghengeveld))

#### 🐛 Bug Fix

- Fix regression in pseudo-element handling [#117](https://github.com/chromaui/storybook-addon-pseudo-states/pull/117) ([@m-akinc](https://github.com/m-akinc))
- Add proper support for :not() [#115](https://github.com/chromaui/storybook-addon-pseudo-states/pull/115) ([@m-akinc](https://github.com/m-akinc))
- Better support pseudo-states in selectors with `:host()` [#114](https://github.com/chromaui/storybook-addon-pseudo-states/pull/114) ([@m-akinc](https://github.com/m-akinc))
- Avoid invalid `::part` selector [#113](https://github.com/chromaui/storybook-addon-pseudo-states/pull/113) ([@m-akinc](https://github.com/m-akinc))

#### Authors: 2

- [@m-akinc](https://github.com/m-akinc)
- Gert Hengeveld ([@ghengeveld](https://github.com/ghengeveld))

---

# v3.0.1 (Sat Mar 30 2024)

#### 🐛 Bug Fix
Expand Down

0 comments on commit cace259

Please sign in to comment.