Michael Shilman

Results 79 issues of Michael Shilman

### Discussed in https://github.com/storybookjs/storybook/discussions/27219 Originally posted by **MichaelAllenWarner** May 22, 2024 ### Summary The new feature for [creating and editing stories from controls](https://storybook.js.org/docs/essentials/controls#creating-and-editing-stories-from-controls) is great, but with my (idiosyncratic) setup...

feature request
addon: controls

## RFC https://github.com/storybookjs/storybook/discussions/23347 ## Milestones _Use this space to document how the project will be split up. At project kickoff, at minimum we should have all the milestones split up,...

Tracking

## RFC https://github.com/storybookjs/storybook/discussions/28386 ## Milestones The Vitest integration effort is split into multiple types of work. It involves a Storybook plugin for Vitest, which transforms stories into tests (see RFC);...

Tracking

RFC: https://github.com/storybookjs/storybook/discussions/27207 PR: https://github.com/storybookjs/storybook/pull/27039 ## Stage 1: The technical bits ```[tasklist] ### Consolidation - [x] `@storybook/channels` - [x] `@storybook/client-logger` - [x] `@storybook/core-common` - [x] `@storybook/core-events` - [x] `@storybook/csf-tools` - [x]...

Tracking

Closes #26239 ## What I did Try applying the workaround described in #24625 to the RSC decorator, which appears to have been written incorrectly. ## Checklist for Contributors ### Testing...

bug
react
nextjs
addon: themes

Closes #28307 ## What I did ## Checklist for Contributors ### Testing #### The changes in this PR are covered in the following automated tests: - [ ] stories -...

https://github.com/storybookjs/storybook/pull/26634 introduces a new tag structure where tags can be defined at the project level and the test runner should be updated to handle the new behavior. For `index.json` mode,...

bug
needs triage

### Describe the bug The CLI should filter out unnecessary automigrations based on the before/after versions of Storybook. However it appears that it can't find versions in some cases. ###...

bug
automigrations
sev:S2

> As a user, if I happen to click outside of the focused element as `userEvent.type` is executing, I want the typing to stop, so that it does not trigger...

bug
addon: interactions

> As a user I want to be able to navigate through stories by keyboard (without the keyboard losing focus), so that I can quickly browse through a Storybook. Patch...

bug
addon: interactions