Releases: paulbuechner/storybook-addon-data-theme-switcher
Releases · paulbuechner/storybook-addon-data-theme-switcher
v3.0.1
Patch Changes
bf62069Thanks @paulbuechner! - Update@storybook/iconsto v2.0.1 (ESM-only package).
v3.0.0
Major Changes
- #375
19a1ba2Thanks @paulbuechner! - Update addon for storybook v10:- Drop support for Storybook v8.3, and v9 (requires Storybook v10).
- As of v10 Storybook now requires addons to target ESM only.
Therefore, this release targets ESM only and drops support for CommonJS. - Node requirements updated to Node 20.19 or higher.
v3.0.0-next.1
Patch Changes
- #375
7056b1eThanks @paulbuechner! - Restore show in docs menu
v3.0.0-next.0
Major Changes
- #372
d591ddaThanks @paulbuechner! - Update addon for storybook v10:- Drop support for Storybook v8.3, and v9 (requires Storybook v10).
- As of v10 Storybook now requires addons to target ESM only.
Therefore, this release targets ESM only and drops support for CommonJS. - Node requirements updated to Node 20.19 or higher.
v2.0.2
Patch Changes
- #368
525dc3cThanks @paulbuechner! - Set node version requirement to v20.
v2.0.1
Patch Changes
-
#366
ca12f5dThanks @paulbuechner! - Fixed various Sonar and React warnings. -
#366
ca12f5dThanks @paulbuechner! - Updated@storybook/iconsto version1.6.0adding new icons.
v2.0.0
Major Changes
-
#302
509ca72Thanks @paulbuechner! - Upgraded the addon to be compatible with Storybook v9.- Updated required peer dependencies to Storybook v9 layout.
Minor Changes
- #302
509ca72Thanks @paulbuechner! - Updated@storybook/iconsto version1.4.0
which includes updated icons.
v2.0.0-next.0
Major Changes
-
#302
509ca72Thanks @paulbuechner! - Upgraded the addon to be compatible with Storybook v9.- Updated required peer dependencies to Storybook v9 layout.
Minor Changes
- #302
509ca72Thanks @paulbuechner! - Updated@storybook/iconsto version1.4.0
which includes updated icons.
v1.0.1
Patch Changes
- #258
4225ed7Thanks @paulbuechner! - chore(deps): support react 19 in peer deps
v1.0.0
Major Changes (BREAKING)
Preparations for storybook v9 have been made. Consult the updated documentation README for information on how to migrate to this version.
-
Updated the addon to use
@storybook/iconspackage to render the data theme switch icon, as it otherwise would become deprecated with the release of storybook v9. -
Migrated to new consolidated
initialGlobalsAPI to define and load the data-themes.