Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
9,000 contributions in the last year
Activity overview
Contributed to
storybookjs/storybook,
storybookjs/deprecated-addons,
storybookjs/react-native
and 5 other
repositories
Contribution activity
August 2020
Created a pull request in storybookjs/telejson that received 6 comments
Perf: Remove linear scans
Issue: #42
What I did
Remove linear scans. I suspect this could be further optimized by updating the structure of stringify so we don't need to use a
+21
−14
•
6
comments
- Addon-controls: Fix argType inference priority
- Addon-docs: Fix CSF names importing in MDX
- ArgsTable: Error when subcomponents is an array
- Addon-docs: Fix extractArgTypes for unknown component
- CLI: Fix upgrade error
- Addon-docs: Fix blocks type export
- CLI: Fix RN link
- Source-loader: Fix `.add` detection
- Addon-essentials: Fix missing toolbars addon
- Codemod: Fix csf-hoist-story-annotations for variable default exports
- Addon-docs: Fix ArgsTable regression
- Document preview entries in presets
- 6.0 documentation overhaul
- Update README for 6.0
- Docs: random fixes
- Feature snippets for frameworks
- New docs: Fix addon-docs framework support
- Core: Fix undefined serialization
- Upgrade react-popper-tooltip to 3.1.0
- Upgrade telejson to 5.0.1
- Addon-docs: Add inline rendering support for HTML
- CSF: Support mixed `.x` and deprecated `.story.x` parameters
- Source-loader: Fix storiesOf missing `__STORY__` variable
- Addon-docs: Add `docs.description` parameter
- Addon-docs: Fix Ember args
- Some pull requests not shown.
- [Docs] Added a missing import statement
- fix(ArgValue): fix wrong union type splitting
- Doc: Update toolbars-and-globals.md
- Update overview.md
- fix(docs): Props > ArgsTable & add props in docs
- Build: Remove documentation scripts and fix README
- Change semi-colons in args object to commas
- Fixing little typo!
- Fix url linking to argTypes documentation
- Fix links to "Viewport" and "Toolbars & globals" pages
- docs: add correct links in Addon Controls readme
- docs(cli): fix typo in docs
- Chore: updates for the presets docs
- CLI: Fix welcome links on Introduction MDX
- Fixed link for ArgTypes in controls.md
- Fix link to testing-with-storybook
- Remove deprecated addParameters from docs snippet
- UI: update upgrade command in about section
- Update widget-story-controls-enum.js.mdx
- Fix install command for addon-controls
- fix(withA11y docs): Fix function call code example
- [DOCS] Update links
- [addon-controls] Delete useless wording "annotation" in README
- documentation: fixed storybook-preview-configure-globaltypes typo
- Core: Fix support for main.ts/preview.ts files
- Some pull request reviews not shown.
Created an issue in storybookjs/storybook that received 7 comments
Addon-docs: Controls don't update iframe stories
Controls don't update iframed stories on the Docs tab, but do update on the Canvas tab.
For frameworks that support inline rendering (react, vue, w…
7
comments