JoJk0 / storybook-addon-vue-slots

Vue slots support for Storybook.js
MIT License
15 stars 4 forks source link

Storybook 8.0.4 Addon Migration #20

Open sefacndmr01 opened 3 months ago

sefacndmr01 commented 3 months ago
WARN The following packages are incompatible with Storybook 8.0.4 as they depend on different major versions of Storybook packages:
WARN - storybook-addon-vue-slots@0.9.29

Migraion Guide https://github.com/storybookjs/storybook/issues/26031

JoJk0 commented 2 months ago

I'm currently working on a next version 🙂

kraegpoeth commented 2 months ago

@JoJk0 Looking forward to v 8 addon. Thanks for making this!

vladsfh commented 1 month ago

I'm currently working on a next version 🙂

looking forward to v8 as well. any update on this? Much appreciated!

JoJk0 commented 1 month ago

I'm currently working on a next version 🙂

looking forward to v8 as well. any update on this? Much appreciated!

There is a preview version available for now, you can try it by installing storybook-addon-vue-slots@next with your package manager. Since it's going to be a major version, I'm thinking about some improvements that can be done before releasing it, let me know if you have any ideas! 🙂

maartenbrakkee commented 3 days ago

let me know if you have any ideas! 🙂

Could you add an option that will allow enabling kebab-case component naming? E.g., instead of <ComponentA> the code preview will show <component-a>.