Valentin Palkovic
Valentin Palkovic
### Describe the bug In 6.x @storybook/vue3 exported a Vue application instance called app. In 7.0, this has been replaced by a setup function that can be used to initialize...
`storybook init` doesn't add an entry to `.gitignore`, and files such as: ``` build-storybook.log automigrate-storybook.log doctor-storybook.log ``` are versioned by default. Let's add `*storybook.log` to the user's gitignore during init....
## Brief Description As one of the core maintainers of Storybook, I have randomly picked your Storybook to upgrade from Storybook 6 to 8 (prerelease). We do this regularly to...
📦 Published PR as canary version: 1.0.4--canary.42.041aa23.0 :sparkles: Test out this PR locally via: ```bash npm install @storybook/[email protected] # or yarn add @storybook/[email protected] ```
### Describe the bug When initializing Storybook, the terminal logs a lot of unnecessary noise, and we have several formatting issues. We should clean it up so that only relevant...
Closes N/A ## What I did - Reverted https://github.com/storybookjs/storybook/pull/28338 - Adjust the `.storybook/main.js` config for the `cra/default-js` sandbox to not process ts stories ## Checklist for Contributors ### Testing ####...
### Describe the bug Storybook supports npm, pnpm and yarn berry as package managers during installation, automigration, upgrade and startup. Adding support for Bun's package manager would be great since...
Closes N/A ## What I did This PR introduces a significant change to our script execution process. We are now using [Bun](https://bun.sh/), a powerful tool for running scripts from the...
Closes https://github.com/storybookjs/storybook/issues/28567 ## What I did I have added a null byte to the resolveID for virtual files. Virtual modules should be prefixed with a null byte to avoid a...
### Discussed in https://github.com/storybookjs/storybook/discussions/28400 Originally posted by **valentinpalkovic** July 1, 2024 ### Is your feature request related to a problem? Please describe. Currently, Storybook always uses zone.js for change detection....