Michael Shilman

Results 79 issues of Michael Shilman

We're accumulating a number of breaking or highly disruptive changes in the package ecosystem that might require a major release. Collecting them here to explore a 7.0 release or possibly...

documentation
BREAKING CHANGE

Issue: #16865 ## What I did Conditionally apply a patch suggested in #16865 which restricts compodoc-inferred argTypes to inputs only. I implemented this as a feature flag to make it...

bug
app: angular
patch
argtypes

Dummy PR to force changes on `main` to run CI builds

ci: do not merge

### Initial checklist - [X] I read the [support docs](https://mdxjs.com/community/support/) - [X] I read the [contributing guide](https://mdxjs.com/community/contribute/) - [X] I agree to follow the [code of conduct](https://github.com/mdx-js/.github/blob/HEAD/code-of-conduct.md) - [X] I...

Version: tad-0.6.1-preview Usage: ``` > tad top_personal_finance_commenters.csv ``` [top_personal_finance_commenters.csv.zip](https://github.com/antonycourtney/tad/files/659794/top_personal_finance_commenters.csv.zip)

bug

We should move react-native and its affiliated packages to its own monorepo: https://github.com/storybookjs/react-native ## Why We want to be able to release and version RN independently of the rest of...

high priority
cleanup
in progress

RN on-device should match storybook web UI look and feel: - [ ] sidebar navigation - [ ] ondevice addons

enhancement

Lets's highlight sub-area maintainers on the Community page. ## Proposal In https://github.com/storybooks/storybook/pull/6509 I added a config file `automention.yml` that maps github labels to maintainers who are willing to review PRs...

enhancement

Storybook docs had an `examples` page which was a community-contributed gallery of storybooks. We removed this in favor of `/use-cases` but people want to see more examples with source code...

enhancement

Example from `official-storybook` https://github.com/storybookjs/storybook/blob/main/examples/official-storybook/stories/addon-storyshots.stories.js ```js Block.parameters = { async puppeteerTest(page) { const element = await page.$('[data-test-block]'); await element.hover(); const textContent = await element.getProperty('textContent'); const text = await textContent.jsonValue(); // eslint-disable-next-line...

bug