Yann Braga

Results 95 issues of Yann Braga

Closes #26061 ## What I did Create a "portable" file which composes all stories of a given component. This is needed because of a limitation of Playwright's CT mechanisms: ```ts...

feature request
portable stories

Closes #25928 ## What I did This PR introduces an API reference for the concept of portable stories ## Checklist for Contributors ### Testing #### The changes in this PR...

documentation
ci:docs
portable stories

The work done in #25182 removed support for *.stories.mdx and the CSF in MDX format, which is impactful for a few users: - *.stories.mdx stories should be migrated to new...

### Describe the bug The "Highlight results" checkbox gets misplaced as you run the a11y tests: ![2023-10-12 09 41 24](https://github.com/storybookjs/storybook/assets/1671563/eac7786e-1acb-4eff-85b2-a877cf50a462) ### To Reproduce 1. Access any Storybook with addon-a11y, for...

bug
good first issue
addon: a11y

@storybook/testing-vue3 has been superceded by @storybook/vue3 which contains the same `composeStories` functionality. We should deprecate the package as soon as Storybook 8 is stable and let users know to migrate...

maintenance

Hey there 👋 I was recently setting up a project to use Storybook for RN and went through a few bumps. I feel like a few changes to the documentation...

documentation

Issue: #121 📦 Published PR as canary version: 2.0.0--canary.122.0f49e5c.0 :sparkles: Test out this PR locally via: ```bash npm install [email protected] # or yarn add [email protected] ```

major