From cace259b161abca6fcc95e5036171a5f6affd8fe Mon Sep 17 00:00:00 2001 From: Chromatic Date: Mon, 6 May 2024 11:05:17 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1011951..6492e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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