From 9369be94f418618e079ba4ce640c9bc16c947abc Mon Sep 17 00:00:00 2001 From: Tyom Semonov Date: Thu, 29 Aug 2024 23:28:17 +0100 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0108049 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## 0.7.0 + +* Extract the package from the [monorepo](https://github.com/tyom/storybook-addons) to make it easier to iterate and maintain. +* Rewrite the decorator to support Storybook v8. +* Add support for multiple contexts. +* Expose `useArgs` hook from `@storybook/preview-api` to access and update the args in the story.