bissolli / storybook-css-properties

https://storybook.js.org/addons/@bissolli/storybook-css-properties
MIT License
4 stars 4 forks source link

Use the new Framework API? #2

Open jonniebigodes opened 1 year ago

jonniebigodes commented 1 year ago

Hey @bissolli! I'm one of the Storybook maintainers. I focus primarily on documentation and community outreach. I'm opening up this issue and letting you know that the Storybook API for building addons is currently being updated to factor in the changes introduced by the upcoming 7.0 release. If you're interested in making the required changes to help the community from benefiting from using your addon, we've prepared an abridged guide for the required changes here, and if you have any questions or issues, please reach out to us in the #prerelease channel in our Discord Server.

Hope you have a great day!

Stay safe

bissolli commented 1 year ago

Thanks for that Jonnie! I will work on the upgrade in the next few days for sure.

jonniebigodes commented 1 year ago

@bissolli sorry for the late response, but it's been some hectic times getting everything ready for the upcoming release. Appreciate the follow-up on this and looking forward to it.

Hope you have a great week.

Stay safe

larsmunkholm commented 1 year ago

Will this be compatible with v7? 🙏

bissolli commented 1 year ago

Hey guys, I will find some time to work on it this week - it should definitely be compatible.

isaldarriaga commented 5 months ago

Hey @jonniebigodes, does this new Framework API allow any sort of integration between addons?

Let's say i want the default values in the css props tab of this addon to react to theme changes, somehow display different values depending on the selected theme.

Is this anyway possible?

Another case is, css controls affect rendering if the selected theme is the default, but the values do not affect rendering when another theme is selected.