Valentin Palkovic

Results 72 issues of 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...

bug
needs triage

`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....

feature request
cli

## 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] ```

patch

### 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...

bug
good first issue
help wanted
cli
sev:S4

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 ####...

bug
ci:daily

### 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...

feature request
help wanted

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...

build
ci:daily

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...

bug
builder-vite
ci:normal

### 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....

feature request
help wanted
angular