Yann Braga
Yann Braga
Issue: N/A ## What I did Second attempt now, basing on `future/base` and using addon-highlight instead of addon-a11y. Applied the great work from @mikewoudenberg into the codebase. Thanks a lot...
Issue: N/A ## What I did This adds an automigration for projects using `@storybook/react-webpack5` and Next.js, so they can use the new `@storybook/nextjs` package instead. For `@storybook/react-vite` and Next.js users,...
## TLDR If a component has a displayName like one of the following examples: ```jsx Button.displayName = "UI/Button"; // invalid characters Button.displayName = "Some-Kebab-Name"; // invalid characters Toggle.displayName = "switch";...
Issue: N/A ## What I did Most automigrations use `config.getFieldValue` but that's unsafe as it tries to eval the field in order to get its value, and it might break...
- This makes the code safer as it does not evaluate properties, just looks for string literals that identify that property Issue: N/A ## What I did Telescoping #20691 to...
Issue: N/A ## What I did Draft PRs will now also run the Chromatic internal Storybooks step ## How to test Chromatic should run for this draft PR ## Checklist...
Closes #21179 ## What I did There was a change in the naming of directories inside of the CLI where `template/cli/ts` was split into `template/cli/ts-3-8` and `template/cli-ts-4-9`, but not all...
### Describe the bug Reported by @kbrandwijk (thank you!) Keyboard navigation doesn’t scroll search results. If I use arrow up/arrow down in the ‘normal’ sidebar, it scrolls my sidebar so...
### Describe the bug Reported by @kbrandwijk (Thank you!) When accessing the release notes page, it fails with: ``` Refused to display 'https://storybook.js.org/' in a frame because it set 'X-Frame-Options'...