- Node-logger: Move
@types/npmlog
to dependencies (#9538) - Core: Fix legacy story URLs (#9545)
- Addon-docs: Convert default prop value to string (#9525)
- Addon-docs: Preserve Source indentation by default (#9513)
- Source-loader: Bypass if file has no exports (#9505)
- Core: Fix default sorting of docs-only stories (#9504)
- Core: Fix typo for loading addon-notes/register-panel (#9497)
- Source-loader: Add imports to top of file (#9492)
- Core: Fix presets register panel (#9486)
- Core: Fix addon/preset detection for local addons (#9485)
- Core: Fix default story sort (#9482)
- UI: Fix edge case where only one legacy separator is defined (#9425)
- Core: Preserve kind load order on HMR when no sortFn is provided (#9424)
- Angular: Fix missing architect properties (#9390)
- Addon-knobs: Fix null knob values in select (#9416)
- Source-loader: Disable linting altogether (#9417)
- Source-loader: Disable eslint entirely for generated code (#9410)
- Core: Fix generated entry to import at top of file (#9398)
Storybook 5.3 is here!
-
🔼 Main.js declarative configuration
5.3 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching
5.3.0-alpha.*
,5.3.0-beta.*
, and5.3.0-rc.*
for the full list of changes. See MIGRATION.md to upgrade from5.0
or earlier.
- Merge
master
intonext
for 5.3.0 release (#9388)
- Addon-docs: Fix link CORS errors using channel navigate event (#9381)
- CLI: Fix
sb init
to use spawn.sync if creating package.json (#9359)
- Official-storybook: Prop table example for multiple named exports (#9364)
- Addon-docs / web-components: Rename 'props' to 'properties' in props table (#9362)
- Upgrade @types/webpack-env and @types/node to fix conflicting types (#9365)
- Nav UI: Nodes are components only if they contain ALL leaf nodes (#9356)
- Core: Fix HMR for global decorators in main.js config (#9354)
- Presets: Fix register.js addons entry (#9347)
- React: Check CRA is installed before showing warning (#9346)
- Addon-Docs: Handle leaf/non-leaf mixture in docs-mode navigation (#9321)
- Axe storyshots: move to original @wordpress/jest-puppeteer-axe package (#9337)
- Revert "Source-loader: Disable no-implicit-any linting" (#9333)
- Addon-docs: Fix scroll behavior on page navigation (#9331)
- CSF: Use
__namedExportsOrder
array in loader if provided (#9315)
- Router: Add storyNameFromExport to avoid breaking changes (#9320)
- Addon-docs: Tweak props table paragraph spacing (#9307)
- Add minimal typescript component to official-storybook (#9308)
- React: Upgrade babel-plugin-react-docgen to 4.0.0 (#9303)
- Core: Fix babel.js to disable simplify (#9280)
- Storyshots-Puppeteer: Don't infer story ID from its name (#9291)
This is significant change to main.js
aka tri-config, dramatically simplifying how addons and presets are registered. See the maintenance PR for details.
- Main.js: Combine presets/registers in
addons
field (#9246)
- Addon-docs: Hide stories block when there are no stories (#9271)
- Source-loader: Disable no-implicit-any linting (#9272)
- Addon-docs: Fix MDX story rendering with dynamic component titles (#9248)
- Ignore testfixtures directory in storybook publish (#9244)
- Addon-docs: Include ember files in addon-docs publish (#9230)
- Standalone CSF example (#9223)
- Addon-info: Upgrade marksy for security (#9234)
Failed NPM publish
- Angular: Add default value to the budgets property (#9207)
- DocsPage: Fix title with new path separator scheme (#9204)
- CLI: Make template
stories
glob more permissive (#9224)
- CSF: Use
__orderedExports
in loader if provided (#9181)
- Addon-a11y: Fix selected blindness color filter (#9179)
- Addon-essentials: Remove actions, links, knobs (#9184)
- React: Add support for CRA without overrides (#9157)
- Addon-docs: Add fontFamily prop to Typeset component (#9158)
- Core: Emit store render event synchronously if we can (#9087)
Failed NPM publish
Failed NPM publish
Failed NPM publish
Failed NPM publish
Failed NPM publish
- Addon-docs: Hide addons on docs-only stories (#9125)
- Upgrade vue-docgen-loader to 1.3.0-beta.0 (#9155)
Failed NPM publish
- Addon-docs: Render components as leaves in
--docs
mode (#7700)
- Addon-viewport: Allow viewports config to be optional (#9137)
- React: Fix CRA preset check (#9142)
- Build: Change CI to chromatic on all examples (#9114)
- Web-components: Clean up example
custom-elements.json
and exposedefaultValue
(#9107)
- Restore main jscodeshift package (#9140)
- CLI: Add Yarn workspaces support for init command (#9104)
- UI: Remove css usage (#9003)
- Addon-essentials: Remove docs from essentials (#9093)
- Source-loader: Handle includeStories/excludeStories in CSF (#9100)
- Source-loader: Support function declaration story exports (#9092)
- CSF: Refactor router utils into CSF library (#9099)
- Addon-essentials (#9019)
- Addon-docs: Fix prop table default value for web-components (#9086)
- CLI: Change generators to Triconfig (#9075)
- Addon-docs: Add Props for Ember (#9067)
- MDX: Handle quotes / template literals in title (#9069)
- Addon-docs: MDX Octicon anchors should not be tabbable (#9063)
- Addon-docs: Upgrade vue-docgen-loader (#9082)
NPM publish failed
- Addon-docs: DocsPage Heading and Subheading anchor links (#9060)
- Core: Fix
api.selectStory
for component permalinks (#9054) - Storyshots: Escape Windows fileNames (#9061)
- Addon-docs: Upgrade vue-docgen-api (#9066)
- Addon-docs: MDX Linking (#9051)
- UI: Fix layout of Preview container (#8628)
- Core: Use
stable
package to ensure story sorting is stable (#8795) - Source-loader: Warn if applied to non-stories file (#8773)
- Addon-docs: Increase Props summary and func length (#8998)
- Addon-docs: Restore IE11 compat by transpiling acorn-jsx (#9021)
- Source-loader: Handle template strings in CSF title (#8995)
- CLI: Fix various storiesof-to-csf cases based on chromatic stories upgrade (#9013)
- Addon-contexts: Fix 'cannot read property h of undefined' in preact (#9001)
- Addon-viewports: Fix missing TypeScript types (#8848)
- Addon-A11y: Show errors, reset config properly (#8779)
- UI: Store layout state in sessionStorage (#8786)
- UI: Fix MobileLayout component error on master (#8941)
- Addon-analytics: Fix 'path is required in .pageview()' (#8468)
- Addon-contexts: Fix 'cannot read property h of undefined' in preact (#9001)
- CLI: Code cleanup (#9004)
- Storyshots: Support a11y tests, generic tests (#8934)
- Dev: Add vscode launch.json for debugging (#8993)
- UI: viewMode proptypes changed to any string (#8994)
- Addon-docs: Remove deprecated framework-specific docs presets (#8985)
- Addon-docs: Upgrade MDX dependencies (#8991)
- UI: Escape hatch CSS on for "active" tablist buttons (#8989)
- Addon-docs: Added dark theme option to source component (#8732)
- Triconfig: Configure UI options overhaul (#8871)
- Addon-docs: Fix vertical alignment of props expandable (#8953)
- Addon-links: Fix return type of linkTo and examples (#8975)
- MDX: Allow user to override
docs.container
parameter (#8968) - Addon-docs: Increase docs content wrapper max-width to 1000px (#8970)
- Addon-docs: Prop table support for Angular directives (#8922)
- Addon-docs: Increase width of props table type column (#8950)
- Addon-docs: Fix
Preview
theming escape hatch (#8969) - Core: Don't try to require .ts files from dist (#8971)
- Core: Use logger in base-webpack.config.js (#8966)
- Examples: Add "debug" script for storybook-official (#8973)
- Build: Upgrade to node 10 on netlify (#8967)
- Core/triconfig everywhere: migrate examples (#8942)
- Storyshots: Remove abandoned storyshots when run with
-u
flag (#8889)
- Addon-docs: Support subcomponents as a top-level default export (#8931)
- Core: Add missing dependencies (#8945)
- Storyshots-puppeteer: Add afterScreenshot handler (#8092)
- Core: Upgrade telejson to fix cross-origin frame error (#8940)
- Build: Fix image snapshots setup in official-storybook (#8932)
- Core: Add @babel/core peer dependency to @storybook/core (#8933)
Failed npm publish
- Presets: dynamic preset injection (#8921)
- Revert "feat: use
puppeteer-core
instead ofpuppeteer
" (#8925) - Addon-docs: Fix props detail tooltip to prevent cutting end of content (#8923)
- Miscellaneous upgrades (#8912)
Failed npm publish
Failed npm publish
- Addon-docs: Rich props table UI (#8887)
- Addon-docs: Improve basic support for Flow props (#8890)
- CLI: Avoid id changes after
storiesof-to-csf
migration (#8856)
- Addon-docs: Fix props table for sections props (#8904)
- Addon-docs: Fix Description block when no component provided (#8902)
- Angular: Fix project without
architect.build
option (#6737)
- Addon-docs: Customizable DocPage doc blocks (#8855)
- Addon-docs: Add back Props "exclude" support (#8868)
- Addon-docs: Fix MDX component permalinking (#8872)
- Addon-docs: Fix regression to @ignore in Props (#8867)
- Addon-docs: Add tests for prop types default value (#8869)
- Addon-google-analytics: Add gaOption config (#8859)
- Addon-docs: Fix props table props sorting for PropTypes (#8857)
- Fix layout of Preview container (#8628)
Storybook 5.3 is in beta y'all 🔥🔥🔥 It includes:
- 📝 Longform documentation in MDX
- 🎨 Multi-framework SB Docs (React, Vue, Angular, WC)
- 📦 Web-components framework support
- 🔼 Tri-config (experimental)
See the latest changelog for a full list of changes.
- Addon-viewports: Fix missing TypeScript types (#8848)
- Dependency upgrades (#8847)
- Core: allow uppercase path names in url query param (#8516)
- Refactor: remove useless variables from eslint config (#8843)
- Addon-docs: Replace
storybook-addon-vue-info
withvue-docgen-loader
(#8831)
- CSF: Deprecate displayName parameter (#8775)
- Addon-docs: Rich prop tables (#8826)
- Core: Simplified hierarchy separators (#8796)
- CLI: Upgrade hierarchy separator codemod + examples (#8818)
- CLI: Addon postinstall hooks (#8700)
- CSF/MDX: Add component id for permalinks (#8808)
- Addon-knobs: Add object[] support for select (#7957)
- Addon-A11y: Show errors, reset config properly (#8779)
- React-native: Add theming to ondevice-addons (#8738)
- UI: Store layout state in sessionStorage (#8786)
- Core: Use
stable
package to ensure story sorting is stable (#8795)
- Svelte: Migrate @storybook/svelte to Typescript (#8770)
- Source-loader: Warn if applied to non-stories file (#8773)
- Presets / Addon-docs: Cleanup framework-specific presets (#8782)
- Add @babel/runtime to workspace (#8774)
- Addon-info: Remove jsnext:main (#8764)
- Addon-info: Fix "The prop 'children' is marked as required in 'Td'" (#8745)
- UI: Fix unmount components on Canvas/Docs tab switch (#8625)
- Addon-docs: Fix code style inside LI (#8708)
- Remove min-height CSS rule from DocsPage wrapper (#8366)
- Core: Revert webpack rebuild changes in node_modules (#8657)
- Addon-notes: Add key to render function (#8633)
- Addon-docs: Fix story scroll-to heuristics (#8629)
- React-native-server: Changed default port to number in CLI options (#8584)
- Increase TooltipLinkList max-height to accommodate more links (#8545)
- Prevent form submission as search is done while typing (#8546)
- Ondevice-knobs: Fix peer dep (#8644)
- Addon-info: Remove jsnext:main (#8764)
- Addon-info: Fix "The prop 'children' is marked as required in 'Td'" (#8745)
- React-native: Update compilation target - it was compiled for old browsers (#8698)
- Addon-docs: Render array of shape properly in props table (#8707)
- Addon-docs: Render params description in props table, support @ignore (#8702)
- Addon-docs: Fix "Cannot read property 'props'" (#8731)
- UI: Fix unmount components on Canvas/Docs tab switch (#8625)
- Angular: Fix loading baseConfig if no angular.json found (#8727)
- TriConfig configuration refactor (#8597)
- Presets: Ability to combine presets into another preset (#6828)
- Theming: Fix invisible hr styles in typography (#8659)
- Build: caching to github workflows (#8724)
- React-native: Require user-provided async storage (#7801)
- Addon-docs: Inline rendering for web-components as default (#8705)
- Addon-docs: Fix recipe to use
notes
as component description (#8718) - Addon-docs: Fix code style inside LI (#8708)
- React Native: Fix on-device-notes (#8692)
- React Native: On Device Knobs Groups Fix (#8694)
- React-native: Fix event listening for story navigation (#8690)
- React-Native: Add safe area wrapper for iphone x and later (#8679)
- React-native: Patch rn-host-detect (#8683)
- React-native: Fix layout in RN61 so addons no longer initially displayed (#8681)
- React-native: Catch touch events when preview is minimized (#8680)
- React-native: Make menu bar have its own position instead of absolute (#8678)
- Source-loader: Fix Typescript support (#8499)
- Addon-docs: Angular DocsPage props table (#8621)
- Addon-docs: Support jsdoc params to describe function signature (#8660)
- Addon-docs: Remove min-height CSS rule from DocsPage wrapper (#8366)
- Addon-docs: Check component propTypes before unwrapping (#8665)
- Addon-notes: Add key to render function (#8633)
- Addon-docs: Fix story scroll-to heuristics (#8629)
- Addon-docs: Fix props table in no props case (#8632)
- Addon-docs/web-components: Add attributes to props table (#8598)
- CLI: Fix package.json update (#8615)
- React-native: Fix background style (#8480)
- Misc. dependency upgrades (#8612)
- Web-components: Move custom-elements utils to app (#8592)
- Addon-docs: Props / Description for web-components (#8585)
- Core: Global addDecorator/addParameters (#8573)
- Addon-docs: Generalize Description doc block (#8590)
- React-native-server: Changed default port to number in CLI options (#8584)
- Upgrade babel-plugin-react-docgen to 4.0.0-beta.1 (#8581)
- Addon-docs: Modify Typeset doc block to accept units (#8574)
- Web-components: Use framework id 'web-components' (#8579)
- WC-kitchen-sink: Add babel-loader dependency (#8578)
- Upgrade babel-plugin-react-docgen to 3.2.0 (#8580)
- Addon-docs: Add props loader to vue preset (#8567)
- Angular: bump zone.js version in peer dependencies (#8558)
- Addon-docs: Publish web-components preset (#8563)
- Addon-docs: Vue slots/events props table + generalization (#8489)
- Core: Allow linking to kind/component ID (#7648)
- Addon-docs: Jest MDX transform for storyshots (#8189)
- CLI: Add flag to disable version checks (#8488)
- Typescript: add types for react demo (#8517)
- UI: Increase TooltipLinkList max-height to accommodate more links (#8545)
- UI: Prevent form submission as search is done while typing (#8546)
- Remove outdated and unused
jsx-to-string
library (#8549)
Fix web-components storybook dependencies
- Docs: Highlight ts and tsx syntax (#8493)
- React-native-server: Convert port to number in CLI options (#8491)
- Automate codemod tests as jest snapshots (#8506)
- Add "@types/react-textarea-autosize" to dependencies (#8503)
- UI: Fix React15 support (#8454)
- React-native-server: Convert port to number in CLI options (#8491)
- Addon-docs: Fix React.forwardedRef/memo props (#8445)
- MDX: Handle
<Story>
name starting with number (#8469) - React: Fix custom themes breaking the welcome demo (#8259)
- Addon-jest: Make withTests type generic (#8410)
- [Security] Bump lodash from 4.17.11 to 4.17.15 (#8351)
- Add "@types/react-textarea-autosize" to dependencies (#8503)
- Webpack: Enabled error details (#8391)
- Addon-docs: Fix React.forwardedRef/memo props (#8445)
- MDX: Handle
<Story>
name starting with number (#8469)
- ADD a step in circleci to upload storybook for angular (#8477)
- Core: Check module type in configure (#8412)
- Angular: Convert angular-cli stories to CSF (#7668)
- Typescript: Migrate @storybook/mithril (#8320)
- CLI: Add component meta to framework templates (#8462)
- UI: Fix React15 support (#8454)
- Addon-centered: Fix zoom issues for non-Firefox browsers (#8442)
- CLI: Add CRA preset to MDX template (#8452)
- CLI: Add preset-create-react-app to CRA presets template (#8449)
- CLI: Fix CRA-ts fixture package name (#8457)
- Addon-docs: Support MDX source in Preview w/ no Story blocks (#7966)
- Addon-jest: Make withTests type generic (#8410)
- Addon-docs: Don't error in React when there's no
prepareForInline
(#8415)
- [Security] Bump lodash from 4.17.11 to 4.17.15 (#8351)
- CSF: Warn when CSF and
storiesOf
mixed in one file (#8411) - Addon API: Clean preview hooks when removing a story (#8408)
- Addon-docs: Fix typo in default config (#8403)
- Angular: Fix angular2-template-loader / raw-loader version conflicts (#8269)
- CLI: Update button.svelte template (#8369)
- Official-storybook: Add a story with duplicate decorators (#8407)
- Angular: Fix angular2-template-loader / raw-loader version conflicts (#8269)
- CSF: Warn when CSF and
storiesOf
mixed in one file (#8411) - Addon API: Clean preview hooks when removing a story (#8408)
- Update button.svelte (#8369)
- CSF: Ignore __esModule export (#8317)
- Publish top-level .js and .d.ts files (#8354)
- Publish top-level .js and .d.ts files (#8354)
Publish failed
- Addon-docs: support vue inline rendering (#7929)
- Typescript: Migrate addon-storyshots (#7674)
NPM publish failed
- MDX: Better ergonomics for documenting CSF (#8312)
- Addon-docs: Story parameter for disabling docs (#8313)
- Remove redundant dependency on hoist-non-react-statics (#6349) (#8310)
- CSF: Allow multiple CSF with same title (#8133)
- Core: Fix lib/core whitelist (#8182)
- Storyshots: First-class CSF support (#8000)
- UI: Move addon dependencies to devDependencies (#8206)
- Addon-docs: CSS classes for escape-hatch theming wrapper/content (#8061)
- CLI: Fix variable collisions in storiesof-to-csf (#8106)
- Addon-knobs: Add missing type def #8105 (#8118)
- Dependencies: add @types/webpack-env to apps that depend on it (#8119)
- Core: Show exception rather than error on react error boundary (#8100)
- UI: Fix inline code styling for dark theme (#8260)
- Addon-ondevice-notes: Validate the state content (#8261)
- Telejson: New version with typings and bugfixes (#8228)
- React: Add DecoratorFn type to exports (#8121)
- Addon-knobs: Handle undefined array value (#8006)
- Preact: Allow JSX.Element story (#8159)
- Storyshots: Fix STORYBOOK_HOOKS_CONTEXT error (#8163)
- Update react-draggable to 4.0.3 (#8145)
- Storyshots: Update
read-pkg-up
usage to work with version7
(#8299)
- Remove
weak
dependency Node 12 (#8300)
- Storyshots: First-class CSF support (#8000)
- Build: Add CLI test in github actions (#8064)
- API: Add method to set manager config (#8232)
- Core: Show exception rather than error on react error boundary (#8100)
- Addon-knobs: Fix issues caused by rerenders (#8287)
- Fix local
yarn lint
(#8289) - Fix button knob story (#8282)
- Official examples: apply babel-preset-minify only in production mode (#8283)
- Build: Upgrade chromatic to test (#8246)
NPM publish failed
- UI: Preferred color scheme awareness (#8271)
- UI: Fix inline code styling for dark theme (#8260)
- Regenerate lockfile (#8263)
- Addon-ondevice-notes: Validate the state content (#8261)
- API: Fix require cycles in addons hooks (#8236)
- API: Fix missing
channel.off
(#8234) - Telejson: New version with typings and bugfixes (#8228)
- Addon-links: Update linkTo type to accept function (#8117)
- React: Add DecoratorFn type to exports (#8121)
- Update angular example to v8 (#7747)
- Hitting some flakiness in now deploys, this might help (#8200)
- Remov hooks from extracted StoryItem (#8256)
- Bump react-native-swipe-gestures to 1.0.4 (#8235)
- UI: Move addon dependencies to devDependencies (#8206)
- Addon-knobs: Handle undefined array value (#8006)
- Build: Upgrade from node8 to node10 (#8207)
- Dependencies: add @types/webpack-env to apps that depend on it (#8119)
- UI: Removes default CSS margins on viewport (#7742)
- Core: Fix lib/core files (#8182)
- Preact: Allow JSX.Element story (#8159)
- Addon-docs: CSS classes for escape-hatch theming wrapper/content (#8061)
- CLI: Fix variable collisions in storiesof-to-csf (#8106)
- Storyshots: Fix STORYBOOK_HOOKS_CONTEXT error (#8163)
- Addon-contexts: Remove peer dependencies (#7675)
- Addon-knobs: Add missing type def (#8118)
- Update react-draggable to 4.0.3 (#8145)
- Core: Fix error handling (#8097)
- UI: Debounce sidebar search filter (#8032)
- Core: Fix error handling (#8097)
Storybook 5.2 is here!
-
📚 DocsPage: Zero-config documentation
-
📦 Component Story Format: Portable ES6 modules
-
🖼 Design System: Best practice component development
-
🧩 Addon API: Simplified w/ hooks
5.2 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching
5.2.0-alpha.*
,5.2.0-beta.*
, and5.2.0-rc.*
for the full list of changes. See MIGRATION.md to upgrade from5.0
or earlier.
- DocsPage: show docs.storyDescription above story (#8037)
- Migrate to new github actions (#8045)
- Angular: remove webpack-env from tsconfig types (#8036)
- Guides: Update all guides to CSF (#8030)
- Addon-knobs: allow array values in select and options knobs (#8027)
Publish failed
- Addon-docs: Doc blocks fixes for dark theme (#7991)
- API: Fix useEfect in inline Docs (#7992)
- UI: Fix enableShortcuts option (#7990)
- Addon-docs: Error handling for invalid Story id (#7965)
- CLI: Force welcome stories to show up first in load order (#7979)
- Addon-docs: Fix MDX theme bleed with reset context (#7974)
Failed publish
- Addon-docs: Fix inline stories using react hooks (#7946)
- Core: Add html lang attribute to iframe (#7892)
- Source-loader: Fix CSF display name handling (#7940)
- React-native: Resolve deprecated methods (#7908)
- Addon-viewport: keep styles on rotation-change (#7683)
- Addon-viewport: Fix defaultViewport (#7934)
5.2 is in RC!!! 🎉What this means:
- no glaring bugs relating to new features (that we know of)
- bugfixes only until 5.2 final
- follow-on features to be released in
5.3-alpha
ASAP
Track progress on the 5.2 release issue
- Addon-docs: Fix docs-only story ID suffix (#7921)
- Replace favicon with new Storybook icon. (#7922)
- Bump react-draggable from 3.1.1 to 3.3.2 (#7912)
- UI: Optimize treeview render/filter performance (#7910)
- Addon-docs: Fix DocsPage to respect displayName (#7915)
CSF users: this reverts the makeDisplayName
change introduced in 5.2.0-beta.43
for maintainability reasons. See #7901 for full rationale. And apologies for the inconvenience!
- React: Fix missing props in the Welcome.tsx demo (#7774)
- CSF: Revert
makeDisplayName
& add stablestoryNameFromExport
(#7901) - Addon-a11y: Upgrade axe to 3.3.2 which adds/mods rules (#7888)
- Addon-docs: Fix MDX Story ID to match new CSF (#7894)
Publish failed
CSF users: This is potentially a breaking change. If you want to opt-out of the new default display name calculation (lodash.startCase
) you can add the following to your SB config:
addParameters({ options: { makeDisplayName: (key) => key } });
- CSF: Transform CSF named exports w/
makeDisplayName
(#7878)
Addon-docs users: This is a breaking change if you have been hacking the docs
parameter manually. If you're using the zero-config option for DocsPage
or MDX
, you should be unaffected by it.
- Addon-docs: Make config API consistent with other addons (#7874)
- Addon-info: Add configurable component comparator (#7409)
- Addon-viewports: Add back default viewports (#7448)
- Core: Pass a separate hooks context per story (#7860)
- UI: Fix TooltipLinkList not scrollable (#7865)
- UI: Add ignore
first-child
selector warning flag (#7861)
- Addon-docs: Fix DocsPage primary story switching (#7849)
- Source-loader: Selectively ignore typescript errors in generated code (#7845)
- Addon-docs: Force hidden attribute on #root element (#7841)
- Remove temporarily added --no-dll option on examples (#7647)
- React-Native: Fix tabs layout issue on simulator (#7809)
- Source-loader: Selectively ignore typescript errors in generated code (#7831)
- FIX issue where the block of build info (including url) wouldn't show if passed --ci #7821 (#7822)
- CLI: Remove babel-register in favor of esm (#7823)
- Addon-docs: Add docsContainer parameter (#7814)
- Preview hooks: trigger effects after story render (#7791)
Failed publish
Failed publish
- Addon-jest: Add pending & todo items (#7793)
- Addon-docs: Fix unique key warning (#7796)
- Addon-docs: Fix docs-only story load (#7787)
- Addon-docs: Unwrap doc blocks stories (#7788)
- Addon-docs: Add toolbar support to Preview (#7778)
- Addon-docs: Fix CSS bleed issue in doc blocks (#7771)
- CLI: Don't output startup information on smoke test (#6949)
- Ondevice-knobs: Expose withKnobs from addon-knobs (#7555)
- Addon-Jest: Add flexibility (#7748)
- Core: Add polyfill for fetch (#7401)
- Core: Revert "Fix #7167 addon-centered causes component to disappear when zooming" (#7750)
- Addon-docs: Packaging for 5.2 release (#7741)
- Core: Revert "Fix #7167 addon-centered causes component to disappear when zooming" (#7750)
- Core: Revert "Addon-centered: Fix disappearing when zoomed" (#7749)
- Core: Disable CRA behaviors when preset detected (#7696)
- Addon-docs: Docs only MDX and navigation UI (#7719)
Publish failed
- UI: Improved component nav UI (#7716)
- Addon-centered: ability to disable on specific story (#7709)
- Addon-docs: DocsPage slots for fine-grained user control (#7680)
- Core: Add polyfill for fetch (#7401)
- Addon-notes: Upgrade markdown-to-jsx dependency (#7694)
- CLI: Suggest possible matches on invalid command (#7658)
- Core: Allow injecting preview-body.html (#7417)
- Core: Fix HMR error recovery (#7684)
- Core: Fix HMR for CSF files (#7669)
- React: Cleanup CSF stories in cra-kitchen-sink (#7670)
- Addon-jest: Add placeholder info for missing tests (#7660)
- Addon-docs: Pass framework configs through babel (#7667)
- Addon-centered: Fix disappearing when zoomed (#7640)
- Addon-docs: Pass everything through babel & partial TS conversion (#7653)
- Addon-docs: Error on non-string description (#7650)
- CLI: Fix
npx -p @storybook/cli sb migrate
in yarn project (#7649)
- Core: Change webpack-defined variables to globals (#7622)
- Addon-notes: Fix dark theming bug (#7623)
- CLI: Fix usage information (#7627)
- CLI: Show additional package information with
sb info
(#7624)
- Typescript: Migrate Preact (#7527)
- Core: Remove project root
babel.config.js
loading (#7573)
- Addon-info: change stylesheetBase info height from 110vh to 100vh (#7141)
- React-native: Fix react native server (#7187)
- Addon-centered/contexts: Move optionalDependencies to peerDependencies (#7315)
- Addon-notes/info: Fix indenting on markdown code blocks (#7158)
- Addon-actions: fix serialization performance (#7256)
- Addon-notes: Fix dark theming bug (#7623)
- CLI: Fix usage information (#7627)
- Addon-centered: Fix component disappearing on zoom (#7400)
- Addon-analytics: Fix API signature (#7410)
- UI: Fix Sidebar input refresh on 'Enter' (#7342)
- Addon-knobs: Prevent rerender when a button callback returns false. (#7197)
- Core: Keep story data and legacy data in sync (#7319)
- CLI: Move the free port logic so that loadOptions don't override it (#7237)
- Addon-backgrounds: Fix unstretched preview background wrapper (#7173)
- Build: delete tests & snapshots from dist (#7358)
- CLI: replaced merge-dirs dependency by fs-extra (#7100)
- Addon-docs: Ensure getNotes/getInfo return string (#7597)
- React/Angular/HTML/Vue: Fix typings for
configure
(#7598)
- Typescript: Migrate Vue (#7578)
- Upgrade corejs-upgrade-webpack-plugin lazy-universal-dotenv (#7592)
- CLI: Fix storiesof-to-csf migration w/punctuation (#7590)
- CRA: Add support for TSX in config folder (#7566)
- Addon-info: only render Components in propTables (#7477)
- Update telejson dependency to 2.2.2 (#7586)
- Angular: Fix @angular-devkit/build-angular version (#7585)
Failed publish
This is a breaking change for anybody who used load
on an earlier 5.2 pre-release. Simply rename load
to configure
in your storybook config and that should fix things.
If you're not using SB Docs, you probably don't have to worry about this.
- Core: Rename
load
toconfigure
(#7576)
- Addon-knobs: Fix select knob default selection when using array values (#7568)
- Addon-knobs: Call onChanges only for changed props (#6884)
- Angular: Print error message if angular.json has no default project specified (#7574)
Failed release
This is a breaking release that undoes an unintentional breaking change introduced in 5.1.0 (and will also be released as a 5.1.x patch)
- Core: Remove project root
babel.config.js
loading (#7573)
- React: Add hooks support to stories (#7571)
- UI: Fix attribute warning on shortcut button click (#7548)
- Angular: Fix automatic module metadata extraction for forRoot imports (#7224)
- Rename "Module" to Component Story Format (#7564)
source-loader
is now part of addon-docs
preset. If you're using both the addon-docs
preset and source-loader
in your project, you need to update. You can remove source-loader
and let the preset take care of it. Alternatively, you can disable source-loader
in the preset by setting sourceLoaderOptions
to null
.
- Addon-storysource: Add source-loader dep to avoid breaking change (#7554)
- Addon-contexts: Ensure nodes is Array (#7393)
- Angular: Log angular cli config errors (#7484)
- Addon-docs: MDX function stories (#7529)
- CLI: update
sb init
to module format for Ember/Marko/Mithril/Rax/Riot/Svelte (#7504) - CLI: update
sb init
to module format for Angular (#7502) - CLI: update
sb init
to module format for React (#7500)
- Ondevice-knobs: Graceful fail on missing default (#7533)
- Build: Attempt to fix travis timeouts (#7531)
It is now recommended to only use ONE load
call in your app and it will warn you if you call it more than once. The examples and docs have been updated to reflect this. Technically this is not a breaking change since the old API is supported, but it's a change in usage from previous versions.
- Core: Top-level components in MDX/Module formats (#7524)
- Core: Module format
load
accept loader function (#7518)
- Addon-centered: Fix component disappearing on zoom (#7400)
- Addon-knobs: enable Typescript
strict
flag (#7515)
- CLI: update
sb init
to module format for Vue (#7501) - CLI: update
sb init
to module format for HTML/Polymer (#7503)
- Source-loader: Separate server and client code for IE support (#7510)
- Core: Module format story decorators (#7490)
- Addon-docs: Fix MDX source string escaping (#7497)
- Marko: Upgrade loader & config (#7459)
- Update core-js in addon-ondevice-actions package.json (#7491)
- React-native: Add storyId as testID (#7482)
- CLI: convert mdx to module format (#7419)
- CLI: sb migrate npm & typescript support (#7463)
- Addon-Docs: HTML support & example (#7454)
- Convert-storiesof-to-module: user exports, collisions, reserved keywords (#7471)
- React-native: On-device knobs fixes (#7470)
- Addon-docs: Upgrade MDX to 1.1 (#7476)
- React native: Emit event when story is rendered (#7449)
- Addon-knobs: improve types via generics and readonlyarray (#7411)
- Ondevice-backgrounds: use same param key as addon-backgrounds (#7437)
- Codemod: Convert module format to MDX (#7418)
- CLI: Add migrate command (#7414)
- UI: Fix Panel rendered wrong at Docs-page (#7327)
- Typescript: Fix types of client-api & storystore (#7337)
- Addon-analytics: Fix API signature (#7410)
- Addon-knobs: fix knobs function return types (#7391)
- UI: Fix proptype for isToolshown (#7405)
- UI: Fix propType warnings (#7408)
- Addon-actions: Use v4 UUID instead of v1 for action IDs (#7397)
- UI: Remove recompose (#7385)
- UI: FIX & IMPROVE styling interop of addon-background & addon-viewport (#7385)
- Move grid toolbar feature to background-addon (#7385)
- Addon-docs: Remove primary parameter (#7383)
- Addon-docs: Fix default separator inconsistency (#7382)
- UI: Fix placement of notificationistList on docs page (#7290)
- Typescript: Migrate @storybook/html (#7338)
- Bump lodash from 4.17.13 to 4.17.14 (#7384)
- [Security] Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 (#7370)
- [Security] Bump lodash from 4.17.11 to 4.17.13 (#7374)
- [Security] Bump lodash.mergewith from 4.6.1 to 4.6.2 (#7372)
- [Security] Bump lodash.merge from 4.6.1 to 4.6.2 (#7373)
- [Security] Bump lodash-es from 4.17.11 to 4.17.14 (#7371)
- Upgrade react-select dependency to version 3 for addon-knobs (#7336)
- Addon-knobs: Fix TypeError on KnobManager channel (#7341)
- React-native: Explicitly depend on emotion core and theming (#7362)
- Bump @babel/preset-env from 7.5.0 to 7.5.4 (#7364)
- Update react-test-renderer requirement from 16.5.1 to 16.8.6 in /examples-native/crna-kitchen-sink (#6372)
- Bump rax-text from 0.6.5 to 1.0.0 (#7346)
- Addon-knobs: Revert entrypoint deletion (#7369)
- Typescript: Fix types in api package (#7072)
- UI: Fix settings page route (about, shortcuts) (#7241)
- Linting: ADD an ignore for an eslint error about a missing dependency (puppeteer) (#7239)
- CI: ADD travis (#7252)
- Typescript: Migrate @storybook/angular (#6570)
- Bump express-graphql from 0.7.1 to 0.8.0 (#7345)
- Bump react-native-modal-datetime-picker from 6.1.0 to 7.4.2 (#6844)
- UI: Fix Sidebar input refresh on 'Enter' (#7342)
- Addon-knobs: Fix select options types to allow string[] and null (#7356)
- Addon-storysource: Replace loader with source-loader (#7272)
- Typescript: Migrate @storybook/addon-knobs (#7180)
- Upgrade all dependencies (#7329)
- Addon-docs: Use storyFn instead of getDecorated (#7334)
- Addon-knobs: Prevent rerender when a button callback returns false. (#7197)
- Addons: Fix null parameters in disable addons tab logic (#7333)
- Addon-docs: Fix renaming stories on module / MDX format (#7319)
- Addon-centered/contexts: Move optionalDependencies to peerDependencies (#7315)
- Addon-docs: Added inline option to Story block (#7308)
- Addon-knobs: Ensure unique knob names across groups (#6793)
- Core: Enable webpack to rebuild changes in node_modules (#6265)
- Addons: Disable option for addon tab (#6923)
- React-Native: Fix null story check (#7243)
- CLI: Fix
--preview-url
for static builds (#7245) - Addon-docs: Fix non-React support & add Vue example (#7222)
- CLI: Move the free port logic so that loadOptions don't override it (#7237)
- CLI: Add
--preview-url
for custom preview (#7235)
- React-Native: Upgrade to new
story_store
API (#7234)
- Addon-docs: Add .story.mdx support to preset (#7229)
- React-native: Fix react native server (#7187)
- Addon-docs: Fix source-loader in monorepo examples (#7214)
- Addon-docs: Convert repo stories to new module format (#7175)
- Module format: story field for name/parameters annotation (#7202)
- Core: Story sorting (#6472)
- Addon-docs: Fix source-loader CI errors (#7203)
This release merges release/docs-technical-preview
branch back into next
through a series of PRs. It also contains other changes that came in on next
since the last alpha.
- CLI: Add info command to print environment information (#6937)
- CLI: Use process.env.CI if available (#7118)
- Addon-docs: Source loader library (#7117)
- Addon-docs: Support non-story exports in MDX (#7188)
- Addon-docs: Support non-story exports in module format (#7185)
- Addon-docs: Docs mode with
--docs
flag (#7154) - Addon-docs: Convert to module format codemod (#7174)
- Addon-docs: MDX support (#7145)
- Addon-docs: Component parameter codemod (#7155)
- Addon-docs: DocsPage and doc blocks (#7119)
- Addon-docs: Module story format & framework param (#7110)
- Addon-docs: Basic skeleton, UI viewMode handling (#7107)
- Addon-backgrounds: Fix unstretched preview background wrapper (#7173)
- Addon-notes/info: Fix indenting on markdown code blocks (#7158)
- Core: Improve HMR error reporting, no refreshes needed for error recovery (#6972)
- Addon-info: change stylesheetBase info height from 110vh to 100vh (#7141)
- Typescript: Migrate addon viewport (#7177)
- Bump css-loader from 2.1.1 to 3.0.0 (#7122)
- Upgrade core-js to 3.x in devkits (#7171)
- UPGRADE lazy-universal-dotenv (#7151)
- Core: Fix JSON babel config error reporting (#7104)
- UI: Fix about page version check message (#7105)
- Add missing dependencies to ui/react (#7081)
- UPGRADE lazy-universal-dotenv (#7151)
- Make compatible with yarn Pnp (#6922)
- Addon-notes: enable multiple sections in notes panel (#6861)
- Addon-context: title fallback (#7078)
- Addon-info: Fix rendering of code block (#6016)
- Core: Fix JSON babel config error reporting (#7104)
- UI: Fix about page version check message (#7105)
- Bump jest-expo from 32.0.1 to 33.0.2 (#6996)
Publish failed
- CLI: Fix RN template to not import addons (#7096)
- UI: Fix warning of loading prop not being a string (#7080)
Publish failed
- Core: Upgrade plugin core-js fix (#7086)
- UI: Fix sidebar loading visibility (#7073)
- UI: Fix unnecessary large bundlesize (#7091)
- Addon-contexts, RN-server: Add core-js dep (#7094)
- Merge in changes from 5.1.7/next branch.
- Fix earlier merge problems relating to addon-docs:
- Restore
--docs
command-line functionality - Fix refreshing docs page bug
- Restore
Publish failed
- Core: Fix core-js 3 errors (#7051)
- UI: Fix syntax highlighter plain text not visible (#7057)
- Addon-actions: Add default options to action(s) (#6438)
- fix: add missing core-js dependency (#7016)
- chore: set react version to 16.8.3 to match react native (#7008)
Merge in changes from 5.1.3/next branch.
Merge in changes from 5.1.3/next branch. Releasing from the addon-docs branch to keep things moving until we can merge addon-docs into next.
- Merge in changes from 5.1.1
- Addon-docs:
- Inline stories respect height prop
- Export Description block
- UI: Fix links that are not working with plain left click (#6970)
- Core: Don't redefine
process
variable (#6991) - Core: Don't mutate user's babel config (#6987)
Publish failed
Storybook 5.1 is a juicy upgrade including:
-
📱 Mobile: Standalone package architecture for React Native
-
🎟 A11y addon: Realtime accessibility checks and visual feedback
-
🛠 Context addon: New UI for themes, internationalization, & more
-
🎛 Presets: One-line configuration for babel, webpack, & addons
5.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching
5.1.0-alpha.*
,5.1.0-beta.*
, and5.1.0-rc.*
for the full list of changes. See MIGRATION.md to upgrade from5.0
or earlier.
Publish failed
- UI: Add copy button for individual story (#6719)
- UI: Fix canvas rendering issue (#6968)
- Angular: Remove zonejs from devDeps; allow ^0.8.0 || ^0.9.0 (#6957)
- Jest: layout/design fixes (#6847)
- Angular: Add 'addParameters' to index.d.ts (#6929)
- FIX race condition in startup of verdaccio && FIX typos (#6956)
- Github org rename to storybookjs (#6954)
- Core: deep merge global options parameter (#6900)
- Core: Fix webpack
process.*
variable definitions (#6946) - Angular: Fix tsconfig.app.json detection for Angular 8 (#6940)
- Core: Convert module format to use default export for metadata
- Addon-docs: Compile MDX to default export modules format
- Source-loader: Support parameter injection for default export metadata
- Addon-docs: Use Meta doc block instead of exporting componentMeta
- React-native: Add accessibility on searchbar (#6819)
- Storyshots: make compatible with read-pkg-up version (#6907)
- Addon-info: Fix issue where forwardRefs throw (#6859)
- Addon-notes: Fix whitespace rendering bug (#6881)
- Bump @types/enzyme from 3.9.2 to 3.9.3 (#6891)
- Bump eslint-plugin-import from 2.17.2 to 2.17.3 (#6894)
- Bump mini-css-extract-plugin from 0.6.0 to 0.7.0 (#6895)
- Bump ts-node from 8.1.0 to 8.2.0 (#6890)
- Bump svelte from 3.4.2 to 3.4.4 (#6892)
- Source-loader: Fix bad package dependencies
- Core: Fix JS/JSON loading babel config (#6878)
- Addon-docs: Codemod for adding component parameters
- Core: Babel config loading bugfix (#6878)
- Addon-docs: Refer to selected story/component with
id="."
/of="."
- Addon-docs: Auto-configure
inlineStories
&getPropDefs
based on framework
- Addon-docs: Expanded Vue support
- Props table support
- iframeHeight configuration parameter
- Addon-docs: Expanded source formats via
@storybook/source-loader
- Legacy
storiesOf
format x (JS / TSX) - Component modules format x (JS / TSX)
- Component MDX format
- Legacy
- Addon-docs: Add documentation-only
--docs
option to build storybook
- Core: Support loglevel for production/ci builds (#6825)
- Addon-storysource: Fix link color (#6876)
- Addon-centered: Fix unnecessary scroll bar (#6862)
- UI: Apply customQueryParams to eject iframe button (#6817)
- Theming: resolve paths locally if possible (#6808)
- Addon-links: Fix withLinks decorator (#6823)
- Addon-contexts: component tests and readability improvements (#6716)
- Upgrade CRA preset dependencies to match CRA v3 (#6589)
- Bump schedule from 0.4.0 to 0.5.0 (#6843)
- UPGRADE dependencies & fix a security vulnerability (low-prio) (#6875)
- Bump simplebar-react from 1.0.0-alpha.9 to 1.0.0 (#6842)
- Bump ts-loader from 5.4.5 to 6.0.1 (#6839)
- Bump @types/react from 16.8.17 to 16.8.18 (#6841)
- Bump core-js-pure from 3.1.0 to 3.1.1 (#6840)
- UI: Fix initial bottom panel size (#6822)
- UI: Fix syntaxhighlighter themes (#6814)
- Addon-knobs: Fix Boolean knob (#6366) (#6830)
- Theming: Change lib/theming so it no longer depends on react-inspector (#6818)
- Core: Handle loading
.storybook/babel.config.js
(#6633) (#6634) - CLI: Fix init in create-react-library projects (#6815)
- HTML: support knobs for both cached and uncached nodes (#6783)
- Uncorrupt yarn lock (#6811)
- Core: set a better value for process in manager webpack config (#6767)
- Typescript: Migrate addon-centered (#6772)
- Add engine field to package.json in apps (#6809)
- Fix required engine for apps (#6810)
- Addon-docs: Fix regression in preview source for legacy stories
- Addon-docs:
- Source refer to stories by name
- Source support for multi-story previews
- Fix loader bug for plaintext stories
- Addon-docs: Display source dropdown in preview component
- Addon-docs bugfixes:
- Fix broken components stories
- Fix regression in iframe preview
- Fix docgen props block
- Fix margin styling on docs page
- UI: Scrollbar supports theming again (#6794)
- UI: Fix scrolling styling (#6785)
- UI: Fix iframe refresh (#6787)
- UI: Preserve dimensions on resizing for panel (#6696)
- Move chromatic to circle ci (#6752)
- Bump fs-extra from 7.0.1 to 8.0.1 (#6776)
- Addon-docs: Optimize docs pane rerendering
- Addon-docs: Docs page bugfix
- Addon-docs: Fix source block for legacy stories
NOTE: use @storybook/source-loader
with option injectParameters: true
for legacy source
- Addon-docs: Docs page content update
- Addon-docs: Preview component redefinition
Preview behavior has been updated. Docs page content has been updated.
Before:
<Story name="a">
defines a story,<Preview id="x--a"/>
references it
After:
<Story name="a">
defines a story,<Story id="x--a"/>
references it<Preview><Story .../><Story .../><Component/></Preview>
shows one or more stories in a grid
- Addon-docs: Description block refactor and bugfixes
- Addon-docs: Source, Props, DocsPage doc blocks
- Doc blocks & presets have moved. Update your MDX stories and
presets.js
file accordingly:import { Preview, Story } from '@storybook/addon-docs/blocks';
module.exports = ['@storybook/addon-docs/common/preset'];
Welcome to the 5.1 beta! Feature development's done; beta.0
kicks off the stabilization process for the 5.1 final release. 🚀
- Svelte: Add svelte v3 support (#6698)
- Angular: Disable production mode for debugging components (#6215)
- Angular: Allow optional component declaration without additional configuration (#6666)
- Core: Allow browsing to a kind and get the first story (#6720)
- UI: Preserve dimensions on resizing for panel (#6696)
- Upgrade to core-js v3 (#6655)
- Bump eslint-plugin-react from 7.12.4 to 7.13.0 (#6728)
- Bump @types/react-native from 0.57.50 to 0.57.51 (#6732)
- Bump @types/node from 11.13.7 to 12.0.0 (#6730)
- Bump jest-cli from 24.7.1 to 24.8.0 (#6729)
- Bump @babel/preset-env from 7.4.3 to 7.4.4 (#6731)
- Bump raw-loader from 1.0.0 to 2.0.0 (#6685)
- Bump react-color from 2.17.1 to 2.17.3 (#6681)
- Bump @babel/plugin-proposal-class-properties from 7.4.0 to 7.4.4 (#6686)
- Bump react-dev-utils from 8.0.0 to 9.0.0 (#6682)
- Bump codelyzer from 5.0.0 to 5.0.1 (#6687)
- Bump @types/react from 16.8.14 to 16.8.16 (#6717)
- Bump react-redux from 7.0.2 to 7.0.3 (#6684)
- API: Mimic PureComponent behavior for Consumer children (#6412)
Failed publish
- Core: Fix regression with deep linking (#6688)
- Addon-contexts: No cancel option in UI if the context have no param (#6669)
- CLI: Fix
sb init
for projects with frozen lock files (#6629)
- CLI: Refactor how we install dev dependencies in cli (#6695)
- Addon-docs: Add Story decorator and parameter support
- Addon-docs: Remove need for extra project babelrc
- Addon-docs: Streamline setup, fix MDX dependencies, improve MDX import, and update guide
Storybook Docs technical preview:
- Docs addon
- MDX story format
- Module story format
- Load API
- Guide
- Polymer: Fix re-rendering lit-html elements after non-lit-html element (#5868)
- Addon-knobs: Check color knob value before applying uppercase (#6598)
- Angular: Fix sourceMap property of angulars webpack config (#6535)
- UI: Add missing props in stories (#6353)
- CLI: Fix
sb init
for projects with frozen lock files (#6629)
- [Snyk] Fix for 1 vulnerable dependencies (#6647)
- Addon-notes: use @storybook/router to render links in notes (#6398)
- Angular: Support default
storybook
project configuration (#6484) - Addon-contexts: Improve Vue integration (#6632)
- Addon-a11y: Design enhancements (#6563)
- UI:
active
PropTypes on MobileLayout (#6241) - Core: Fix css import when sideEffects is false (#6650)
- Core: Fix infinite loop with special characters in kind names (#6607)
- UI: Fix 'Escape' onKeyUp event doesn't work (#6578)
- UI: Add missing props in stories (#6353)
- Build: tslint, and use eslint for everything (#6621)
- Build: deploy to local registry (#6619)
- Bump ts-node from 8.0.3 to 8.1.0 (#6585)
- Bump semver from 5.7.0 to 6.0.0 (#6580)
- Bump react-color from 2.17.0 to 2.17.1 (#6583)
- Addon-contexts: Add URL query param feature (#6601)
- UI: Add classNames to sidebar nav elements (#6571)
- Addon-knobs: Check color knob value before applying uppercase (#6598)
- React-native: Restore title in section header (#6599)
- React: Add support for create-react-app@3.0.0 (#6560)
- Addon-contexts: bug-fixing, testing, typing (#6572)
- CHANGE opn to open (#6567)
- Addon-backgrounds: Emit event on updating background (#6561)
- Addon-contexts: Merge into monorepo (#6559)
- Angular: Fix sourceMap property of angulars webpack config (#6535)
- Addon-jest: Fix result display (#6539)
- Theming: legacy options don't override set config options (#6543)
- Theming: Fix null brandImage (#6544)
- UI: Fix hard-coded viewmode to enable tabbed addons (#6551)
- Theming: legacy options don't override set config options (#6543)
- React-native: Fix preview only UI (#6549)
- Bump react-redux from 6.0.1 to 7.0.2 (#6529)
- Addon-storysource: Migrate from using channel to api (#6550)
- Theming: Fix null brandImage (#6544)
- Typescript: Migrate @storybook/components part 2 (#6500)
- UI: Fix panel toggle behavior in fullscreen (#6525)
- Addon-Knobs: Add missing groupId for files knob (#6534)
- Theming: FIX brandImage when theme created with brandTitle (#6120)
- UI: Fix panel toggle behavior in fullscreen (#6525)
- Addon-Knobs: Add missing groupId for files knob (#6534)
- Typescript: Fix ts-lint config to lint
tsx
files (#6533) - Typescript: Migrate app/react-native (#6448)
- CLI: Improve cli for react-native (#6515)
- Workflow: Automention for project maintainers (#6509)
Bump version to make 5.0.x
latest since I just released a patch in v4.1.18
- Pin react-treebeard dependency at 3.1.0 (#6517)
NPM publish failed
- Addon-Knobs: Fix sorting of knobs Panels (#6480)
- UI: Fix clickable footer links on about page (#6441)
- UI: Fix 'read full changelog' link on about page (#6385)
- Core: Disable webpack performance hints in manager config (#6390)
- Addon-A11y: Drop a11y filter on double click (#6503)
- Addon-Jest: use 'off' instead of 'removeListener' (#6508)
- Addon-background: Fix addon by moving 'iframe' styles (#6502)
- Addon-info: Add support for memoized components (#6347)
- Addon-notes: Register notes as a panel or tab (#6091)
- Core: Fix: custom parameters on preview url (#6486)
- Addon-knobs: Fix sorting of ungrouped knobs panel (#6480)
- Core: Use babel-loader from react-scripts (#5308)
- Bump opn from 5.4.0 to 6.0.0 (#6370)
- Bump @angular/forms from 7.2.7 to 7.2.12 (#6424)
- chore(deps): bump marko from 4.16.7 to 4.16.9 (#6459)
- chore(deps-dev): bump @types/react from 16.8.12 to 16.8.13 (#6457)
- chore(deps-dev): bump typescript from 3.4.1 to 3.4.2 (#6456)
- React-native: Remove channel dep from ondevice-notes (#6431)
- Typescript: Migrate @storybook/components (#6095)
- Addon-a11y: Add 'indeterminate' checkbox state for partial selected group (#6405)
- Angular: Add out-of-the-box support for *.md (#6444)
- UI: Move '@emotion/*' path-resolutions to the dependent package (#6435)
- Core: Set custom options on first load (#6395)
- UI: clickable footer links (#6441)
- Typescript: Migrate @storybook/addon-jest (#6403)
- Addon-actions: Add depth option for serialization (#6410)
- Core: Respect webpack config stats in static build (#6401)
- Typescript: Migrate addon-options (#6428)
- Addon-centered: Fix horizontal scrolling overflow (#6361)
- Angular: Support OnPush change detection for class-specified components (#6360)
- Addon-storysource: Reuse clientApi when possible (#6154)
- React-native: Fix backgrounds addon (#6393)
- UI: Fix 'read full changelog' link on about page (#6385)
- Addon-a11y: Fix addon initialization with 'makeDecorator' (#6354)
- Typescript: Fix a11y build by adding hoist-non-react-statics (#6348)
- Typescript: Use Babel instead of tsc (#5109)
- Addon-a11y: Fix color-blindness emulation in Firefox (#6297)
- Addon-info: Fixed contrast of Show Info button for a11y (#6301)
- Addon-cssresources: Fix panel layout (#6263)
- Addon-info: forwardRef elements use displayName if available (#6222)
- UI: Set expanded stories to objects instead of arrays (#6290)
- Addon-actions: safe render for cyclic obj (#6240)
- Core: Upgrade @babel/preset-env to fix corejs option (#6281)
- Core: Enforces corejs v2 for babel (#6267)
- Knobs: Rename ALL panel to Other for ungrouped knobs (#6232)
- Addons: Manage local/session storage access with store2 (#6310)
- Addon-cssresources: Fix panel layout (#6263)
- Addon-info: Fixed contrast of Show Info button for a11y (#6301)
- Migrate options and decorators in examples to new api (#5954)
- React-native: Fix "lib/addons" default export (#6197)
- Addon-a11y: Remove element styling after re-running the a11y rules (#6325)
- Addon-info: forwardRef elements use displayName if available (#6222)
- React-native: Add background color for stories panel (#6315)
- Upgrade babel-plugin-react-docgen (#6329)
- Bump babel-plugin-emotion from 10.0.7 to 10.0.9 (#6227)
- Bump @types/lodash.isequal from 4.5.3 to 4.5.5 (#6269)
- Bump react-scripts from 2.1.5 to 2.1.8 (#6230)
- Bump esm from 3.2.10 to 3.2.20 (#6270)
- Addon-a11y: Fix color-blindness emulation in Firefox (#6297)
- UI: Set expanded stories to objects instead of arrays (#6290)
- Addon-a11y: Move redux to dependencies (#6286)
- Upgrade
@babel/preset-env
to fix corejs option (#6281)
- Addon-a11y: Highlight a11y violations on component (#6218)
- HTML: Allow forced renders in @storybook/html (#6190)
- Core: Enforces corejs v2 for babel (#6267)
- Knobs: Rename ALL panel to Other for ungrouped knobs (#6232)
- UI: zoom iframe content instead zoom iframe wrapper (#6126)
- Addon-actions: safe render for cyclic obj (#6240)
- Addon-knobs: adds an example of a boolean knob (#6242)
- Bump simplebar-react from 0.1.4 to 0.1.5 (#6226)
- FIX storybook having a incompatible version of webpack with vue-cli (#6259)
- Addon-backgrounds: Add custom grid size (#6252)
- Addon-viewport: Show active viewport dimensions & rotate button (#6045)
- Addon-links: Migrate to Typescript (#6246)
- Bump react-resize-detector from 4.0.2 to 4.0.5 (#6229)
Bump version number (same as 5.0.4, but need to make this latest
again!)
- UI: Workaround broken treebeard animations (#6249)
- UI: Fix tooltip event bindings, logger import (#6238)
- CLI: Fix stories regexp in config.js (#6180)
- Accessibility: Add missing button titles (#6124)
- React: Fix forked CRA support on Windows (#6236)
- Addon-knobs: Fix color type button z-index (#6203)
- Angular: Fix typo in demo example (#6193)
- Addon-Info: Restore fonts and color styling (#6186)
- Addon-knobs: Fix ObjectType knob react warning (#6159)
- Core: Add core-js as a dep to client-api (#6209)
- React: Fix logging in cra-config (#6245)
- UI: Workaround broken treebeard animations (#6249)
NPM publish failed
- Svelte: add svelte cli generator (#6132)
- Addon-knobs: Fix ObjectType knob react warning (#6159)
- React: Fix forked CRA support on Windows (#6236)
- UI: Fix tooltip event bindings, logger import (#6238)
- CLI: Fix stories regexp in config.js (#6180)
- Addon-Info: Restore fonts and color styling (#6186)
- Core: Add core-js as a dep to client-api (#6209)
- Bump eslint-plugin-jest from 22.3.2 to 22.4.1 (#6168)
- Bump ember-cli-babel from 7.5.0 to 7.6.0 (#6165)
- Bump danger from 7.0.14 to 7.0.15 (#6164)
- Bump babel-preset-expo from 5.0.0 to 5.1.1 (#6167)
- Bump @emotion/core from 10.0.7 to 10.0.9 (#6169)
- Bump marko from 4.15.4 to 4.16.2 (#6205)
- Addon-notes: Support theming (#5922)
- Addon-knobs: Fix color type button z-index (#6203)
- Angular: Fix typo in demo example (#6193)
- UI: Fix problem with selectedPanel reset (#6149)
- React-native: Publish crna-kitchen-sink app to expo (#6183)
- New @storybook/api manager API package (#5402)
- Angular: Fix rerender performance (#6094)
- React-native: Add the raw method to preview (#6182)
- Theming: Fix brandImage to occupy 100% width of BrandArea (#5904)
- Bump emotion-theming from 10.0.7 to 10.0.9 (#6138)
- Bump webpack-cli from 3.2.3 to 3.3.0 (#6140)
- Bump tslint from 5.13.1 to 5.14.0 (#6141)
- Bump ember-cli from 3.7.1 to 3.8.1 (#6142)
- Bump markdown-to-jsx from 6.9.1 to 6.9.3 (#6139)
- Accessibility: Add missing button titles (#6124)
- UI: Make update notifications much less aggressive (#6143)
- UI: Make update notifications much less aggressive (#6143)
- Accessibility: Add aria label to search box (#6131)
- Accessibility: Add missing button titles (#6124)
- Addon-cssresources: Fix
STORY_RENDERED
CSS reset (#6050)
- React-native: Integrate crna-kitchen-sink example into monorepo (#6125)
- Fix deprecations in examples (#6134)
- CLI: Add --debug-webpack option (#6082)
- Addon-a11y: Fix design icons (#5991)
- Addon-cssresources: Fix
STORY_RENDERED
CSS reset (#6050) - CLI: Clear build folder in static build (#6024)
- Addon-backgrounds: Set preview to theme color when "transparent" (#6042)
- UI: Fix search item in menu (#6027)
- Addon-knobs: Fix key press debouncing (#6022)
- CLI: Fix welcome component in dark theme (#5998)
- Addon-viewport: Fix viewport iframe dimensions (#5993)
- Core: fix selectStory with one parameter (#5983)
- Addon-viewport: Change styling to more closely match v4 (#5979)
- Core: Restore v4 webpack extend mode behavior AND deprecate it (#6104)
- React native: Use @storybook/core (#4942)
- CLI: Clear build folder in static build (#6024)
- Addon-a11y: Fix tab navigation (#6118)
- Theming: FIX brandImage when theme created with brandTitle (#6120)
- Addon-backgrounds: Set preview to theme color when "transparent" (#6042)
- Sort package.json on precommit (#6101)
- Use community AsyncStorage instead of deprecated React Native one (#6079)
- Fix expo (#6121)
- Bump graphiql from 0.12.0 to 0.13.0 (#5901)
- Update expo requirement from ^31.0.4 to ^32.0.6 in /examples-native/crna-kitchen-sink (#5664)
- Bump @angular/cli from 7.3.4 to 7.3.6 (#6103)
- Bump react-dom from 16.8.3 to 16.8.4 (#5903)
- Angular: add autoprefixing like angular-cli (#5612)
- UI: Update syntaxhighlighter stories (#6054)
- Addon-a11y: Remove bg color from reports (#6026)
- Addon-knobs: Fix key press debouncing (#6022)
- Addon-knobs: Fix error when removing value from number knob (#6043)
- Theming: Improve typescript typings (#5988)
- build(deps): bump axe-core from 3.2.0 to 3.2.2 (#6034)
- build(deps): bump css-loader from 2.1.0 to 2.1.1 (#6033)
- build(deps): bump react-focus-lock from 1.17.7 to 1.18.3 (#6031)
- Bump react-resize-detector from 3.4.0 to 4.0.2 (#5899)
- CLI: Fix welcome component in dark theme (#5998)
- Polymer: Fix re-rendering lit-html elements after non-lit-html element (#5868)
- Addon-a11y: Fix respect 'element' arg in config (#5996)
- Addon-a11y: Fix design icons (#5991)
- Addon-viewport: Fix viewport iframe dimensions (#5993)
- ADD parameters to compile-js to no longer copy .ts files into dist (#5844)
- build(deps): bump react-is from 16.8.3 to 16.8.4 (#6010)
- build(deps): bump react-dev-utils from 7.0.3 to 8.0.0 (#6011)
- Addon-a11y: add 'incomplete' tab (#5984)
- Addon-viewport: Change styling to more closely match v4 (#5979)
- Bump babel-preset-react-app from 7.0.1 to 7.0.2 (#5937)
- Bump ts-node from 8.0.2 to 8.0.3 (#5938)
- Bump react from 16.8.3 to 16.8.4 (#5902)
- Bump marko from 4.15.3 to 4.15.4 (#5939)
- Addon-a11y: Fix design icons (#5991)
- Addon-cssresources: Fix
STORY_RENDERED
CSS reset (#6050) - CLI: Clear build folder in static build (#6024)
- Addon-backgrounds: Set preview to theme color when "transparent" (#6042)
- UI: Fix search item in menu (#6027)
- Addon-knobs: Fix key press debouncing (#6022)
- CLI: Fix welcome component in dark theme (#5998)
- Addon-viewport: Fix viewport iframe dimensions (#5993)
- Core: fix selectStory with one parameter (#5983)
- Addon-viewport: Change styling to more closely match v4 (#5979)
- Core: Remove custom presets warning (#5911)
- Core: support unicode chars in story IDs (#5964)
- Core: Add core-js dependencies where it was missing (#5961)
- CLI: Fix missing iframe.html in absolute path output directory(#5947)
- Addon-knobs: Added debouncing between keystrokes to speed up component rendering (#5811)
- UI: Fix search in production mode (#5909)
- React-native: Fix RN 0.58.5 / support 0.59 via react-native-modal-datetime-picker 6.0.0 (#4425)
- Core: support unicode chars in story IDs (#5964)
- Core: Add core-js dependencies where it was missing (#5961)
- Addon-a11y: Migrate to typescript (#5738)
- CLI: Fix missing iframe.html in absolute path output directory (#5947)
- Addon-knobs: Added debouncing between keystrokes to speed up component rendering (#5811)
- UI: Fix search in production mode (#5909)
- UI: Custom scrollbars (#5714)
- Fix: Move
react-select
dependency to 2.2 (#5867)
- Cleanup unused dependencies (#5453)
- Add directory attribute to repositories in package.json files (#5643)
- Project-wide dependency upgrades (#5740)
- Bump react-is from 16.8.1 to 16.8.3 (#5743)
- Bump danger from 7.0.13 to 7.0.14 (#5744)
- Bump babel-plugin-named-asset-import from 0.3.0 to 0.3.1 (#5745)
- Bump eslint-plugin-json from 1.3.2 to 1.4.0 (#5719)
- Bump react-native-modal-datetime-picker from 5.1.0 to 6.0.0 (#4425)
- Bump immer from 1.12.0 to 2.0.0 (#5694)
- Bump danger from 7.0.11 to 7.0.13 (#5696)
- Bump eslint-plugin-jsx-a11y from 6.2.0 to 6.2.1 (#5698)
- Bump @angular/platform-browser-dynamic from 7.2.4 to 7.2.6 (#5697)
- Bump eslint from 5.12.1 to 5.14.1 (#5653)
- Bump babel-preset-react-app from 7.0.0 to 7.0.1 (#5674)
- Bump react from 16.8.1 to 16.8.2 (#5673)
- Bump @angular/cli from 7.3.0 to 7.3.2 (#5654)
- Bump @types/jest from 24.0.0 to 24.0.6 (#5655)
- Bump lint-staged from 8.1.3 to 8.1.4 (#5606)
- Bump @types/lodash from 4.14.120 to 4.14.121 (#5609)
- Bump webpack from 4.29.0 to 4.29.3 (#5570)
- update modal manager for rn 0.58 support (#5581)
- Bump danger from 7.0.7 to 7.0.11 (#5568)
- Bump jest-jasmine2 from 24.0.0 to 24.1.0 (#5569)
- Bump jest-jasmine2 from 24.0.0 to 24.1.0 (#5567)
- Bump handlebars from 4.0.12 to 4.1.0 (#5576)
- Bump esm from 3.2.1 to 3.2.4 (#5556)
- Bump @types/jest from 23.3.13 to 24.0.0 (#5554)
- Bump webpack-dev-middleware from 3.5.1 to 3.5.2 (#5552)
- Bump @emotion/core from 10.0.6 to 10.0.7 (#5555)
- Bump terser-webpack-plugin from 1.2.1 to 1.2.2 (#5553)
- Bump fuse.js from 3.3.1 to 3.4.2 (#5538)
- Bump @angular/platform-browser-dynamic from 7.2.3 to 7.2.4 (#5540)
- Bump emotion-theming from 10.0.6 to 10.0.7 (#5541)
- Bump eslint-config-prettier from 3.6.0 to 4.0.0 (#5539)
Storybook 5.0 is a completely new UI with the following improvements:
-
🌓 New design with light and dark themes
-
🛠 Canvas toolbar for easy access to addons
-
🗺 Overhauled navigation sidebar with an intuitive menu
-
🗜 Redesigned addons panel with handy buttons to toggle visibility and orientation
-
⌨️ Improved keyboard shortcuts that are user configurable
-
🌍 New URL structure that eliminates long strings of query parameters
5.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching
5.0.0-alpha.*
,5.0.0-beta.*
, and5.0.0-rc.*
for the full list of changes. See MIGRATION.md to upgrade from4.x
.
- UI: Fix base theme initialization and theme bootup (#5843)
- UI: Fix SidebarItem feels "laggy" when clicked (#5850)
- Addon-viewports: Restore v4 behaviour (#5829)
- Addon-backgrounds: Remove previously deprecated default export (#5828)
- Addon-a11y: Cleanup and document migration (#5833)
- Core: Allow local decorators via params (#5806)
- Core: Add warning for decorators added "mid-kind" (#5819)
- Addon-notes: Support inline code markdown (#5802)
- Theming: Fix theme loading bugs (#5787)
- CLI: Fix build-storybook with simplebar esm files (#5816)
- Core: Allow local decorators via params (#5806)
- UI: Sort storiesHash so grouped keys appear together (#5805)
- UI: Close tooltips on iframe clicks on keypresses (#5807)
- Addon-Info: Add font family to info panel (#5759)
- UI: Page load animation and
STORIES_CONFIGURED
event (#5756) - Theming: Improve
brand
API (#5733) - UI: Fuzzy search improvement (#5748)
- UI: Add toolbar animation (#5742)
- UI: Fix update notifications placement (#5716)
- Angular: Fix global style imports (#5776)
- Addon-options: Add backwards compatibility (#5758)
- Addon-options: Fix deprecated url/name options (#5773)
- Addon-knobs: Remove call to
forceReRender()
onSTORY_CHANGED
(#5753) - UI: Fix active state in addon-background, addon-viewport tools (#5749)
- Addon-actions: FIX performance by upgrading to telejson 2.1 (#5751)
- UI: FIX bad treeview mockdata (#5741)
- UI: About page styling fixes (#5732)
- UI: Restore the toolbar eject button (#5737)
- UI: Fix
/
search hotkey so it doesn't type into the input (#5702) - Addon-a11y: Fix a11y setup being undefined (#5724)
- UI: Fix duplicate theming packages (#5722)
- Core: Clean up debug logging (#5705)
- UI: Minor addon ux tweaks (#5712)
- Addon-a11y: Fix story scrolling (#5713)
- UI: Fix mobile styling (#5709)
- UI: Fix tooltip bugs (#5692)
- UI: Fix toolbar separators (#5711)
- UI: Handle prerelease versions in version check (#5641)
- UI: Fix scrollbar persistence (#5689)
- UI: Fix keyboard shortcuts of toggleNav & togglePanel (#5677)
- Core: Fix singleton module issue for manager & theme (#5679)
- Addon-storysource: Fix source not updating (#5672)
- Core: Fix broken error reporting (#5678)
- Addon-info: Compare component name to story name, not story fn (#5649)
- CLI: Cleanup version notice (#5699)
- Docs: Use static versions.json file instead of hacking one in (#5675)
- UI: Allow collapsing active story and use separate expansion for filtered (#5625)
- UI: Handle prerelease versions in version check (#5641)
- Addon-a11y: Fix tab highlighting (#5646)
- Addon-jest: Fix event subscription (#5644)
- UI: Handle old versions in version check (#5638)
- Addon-google-analytics: Add missing
register.js
file (#5379)
- Update modal manager for rn 0.58 support (#5581)
- Core: Add missing babel-preset-env dependency (#5617)
Welcome to Storybook 5 (SB5) with a beautiful new user interface including:
- Navigation sidebar redesign
- New canvas toolbar
- Customizable keyboard shortcuts
- Improved search
- Version update notifications
SB5 also includes a new URL structure, expanded addon API, and many more features and architectural improvements.
See the RC announcement for more details!
- UI: Fix mobile view (#5603)
- UI: Misc warning fixes (#5601)
- UI: Fix ie 11 (#5599)
- CLI: Fix for when outputDir is an absolute path (#5573)
- CLI: Avoid false-negative checks for port (#5565)
- Core: Prioritise programmatic configuration (#5564)
- UI: FIX clear search (#5550)
- Core: Transpile safe-eval package (#5498)
- UI: Add default backgrounds to official example (#5585)
- UI: V5 styling refinements (#5562)
- Storyshots: puppeteer launch config for CI (#5487)
- Addon-notes: fix loading behavior (#5514)
- CLI: Workaround -h shorthand conflict (#5464)
- Addons: remove tool addon styling (#5452)
- UI: V5 style refinements (#5444)
- Core: Allow ignoring preview bundle building in core (#5523)
- Core: Extract client-api pkg from core (#5521)
- UI: Add react element hoisting && ADD display names via babel-plugin (#5454)
- Build: TEMP disable the image snapshots (#5469)
- Bump vue and vue-template-compiler (#5516)
- Bump react from 16.7.0 to 16.8.1 (#5517)
- Bump react-is from 16.7.0 to 16.8.1 (#5504)
- Bump eslint-plugin-jest from 22.2.1 to 22.2.2 (#5505)
- Bump babel-plugin-emotion from 10.0.6 to 10.0.7 (#5502)
- Bump ember-source from 3.7.2 to 3.7.3 (#5501)
- Bump lint-staged from 8.1.1 to 8.1.3 (#5503)
- Bump enzyme-adapter-react-16 from 1.9.0 to 1.9.1 (#5507)
- dependencies: update lit-html to 1.0.0 (#5490)
- Bump esm from 3.2.0 to 3.2.1 (#5492)
- Bump webpack-cli from 3.2.1 to 3.2.3 (#5494)
- Bump @babel/plugin-proposal-object-rest-spread from 7.3.1 to 7.3.2 (#5496)
- Bump fuse.js from 3.3.0 to 3.3.1 (#5497)
- Bump jest-emotion from 10.0.6 to 10.0.7 (#5495)
- Bump prettier from 1.16.1 to 1.16.4 (#5482)
- Bump @types/webpack-env from 1.13.6 to 1.13.7 (#5477)
- Bump typescript from 3.2.4 to 3.3.1 (#5479)
- Bump eslint-plugin-import from 2.15.0 to 2.16.0 (#5480)
- Bump storybook-chromatic from 1.2.5 to 1.2.6 (#5481)
- Bump enzyme-adapter-react-16 from 1.8.0 to 1.9.0 (#5478)
- Bump markdown-to-jsx from 6.9.0 to 6.9.1 (#5465)
- Bump @angular/compiler from 7.2.2 to 7.2.3 (#5466)
- Bump babel-plugin-react-docgen from 2.0.0 to 2.0.2 (#5468)
- Bump danger from 7.0.4 to 7.0.7 (#5467)
- Bump puppeteer from 1.11.0 to 1.12.0 (#5450)
- Bump @angular/platform-browser-dynamic from 7.2.2 to 7.2.3 (#5434)
- Bump esm from 3.1.4 to 3.2.0 (#5447)
- Bump eslint-plugin-jest from 22.1.3 to 22.2.1 (#5448)
- Bump danger from 7.0.2 to 7.0.4 (#5449)
- Bump case-sensitive-paths-webpack-plugin from 2.1.2 to 2.2.0 (#5451)
- Addon-backgrounds: Fix tool not appearing, or appearing only after a few navigations (#5439)
- UI:Added iframe stories (#5428)
- UI: Broke up Sidebar (ex-nav) and made stories for subcomponents (#5426)
- UI: Improve about/shortcuts stories by passing in
onClose
as a prop. (#5425)
Failed release
- Addon-knobs: Added property name into form fields (#5414)
- UI: Fix the layout issue where panels still sort-of appear on non story viewmodes (#5413)
- UI: Refactoring components and adding more stories (#5404)
- UI: Add extra stories for StoryExplorer component & subcomponents (#5424)
- UI: theming treeview & preview (#5372)
- Bump @ngrx/store from 7.1.0 to 7.2.0 (#5433)
- Bump @angular/cli from 7.2.2 to 7.3.0 (#5432)
- Bump ember-cli-babel from 7.4.0 to 7.4.1 (#5431)
- Bump @ember/test-helpers from 1.3.0 to 1.3.1 (#5430)
- Bump jest-diff from 23.6.0 to 24.0.0 (#5429)
- Bump @types/react from 16.7.21 to 16.7.22 (#5405)
- Bump @types/node from 10.12.18 to 10.12.19 (#5406)
- Bump autoprefixer from 9.4.6 to 9.4.7 (#5407)
- Bump storybook-chromatic from 1.2.4 to 1.2.5 (#5408)
- Bump rxjs-compat from 6.3.3 to 6.4.0 (#5409)
- Bump jest-config from 23.6.0 to 24.0.0 (#5410)
- Bump jest-environment-jsdom from 23.4.0 to 24.0.0 (#5398)
- Bump lint-staged from 8.1.0 to 8.1.1 (#5395)
- Bump ts-node from 8.0.1 to 8.0.2 (#5396)
- Bump @angular/compiler from 7.2.1 to 7.2.2 (#5394)
- Bump eslint-plugin-jsx-a11y from 6.1.2 to 6.2.0 (#5397)
- Bump telejson from 1.0.0 to 1.0.1 (#5399)
- Bump @ember/test-helpers from 1.1.0 to 1.3.0 (#5383)
- Bump esm from 3.1.1 to 3.1.4 (#5384)
- Bump ws from 6.1.2 to 6.1.3 (#5385)
- Bump jest-jasmine2 from 23.6.0 to 24.0.0 (#5386)
- Bump vue-loader from 15.6.0 to 15.6.2 (#5387)
- Bump @types/react from 16.7.20 to 16.7.21 (#5388)
- UI: Fix issue where "Tab" keyboard input => []. (#5374)
- UI: FIX keybindings were pointing to null events (#5375)
- Addon-GA: Add missing
register.js
file in base directory (#5379)
- Bump enzyme-adapter-react-16 from 1.7.1 to 1.8.0 (#5366)
- Bump typescript from 3.2.2 to 3.2.4 (#5368)
- Bump @babel/plugin-transform-react-jsx from 7.2.0 to 7.3.0 (#5367)
- Bump @babel/preset-env from 7.2.3 to 7.3.1 (#5369)
- Bump vue-loader from 15.5.1 to 15.6.0 (#5365)
- Bump prettier from 1.15.3 to 1.16.1 (#5354)
- Bump ember-source from 3.7.0 to 3.7.2 (#5358)
- Bump @angular/platform-browser-dynamic from 7.2.1 to 7.2.2 (#5353)
- Bump ember-cli-babel from 7.2.0 to 7.4.0 (#5357)
- Bump zone.js from 0.8.28 to 0.8.29 (#5355)
- Bump lerna from 3.10.6 to 3.10.7 (#5356)
- Bump eslint-plugin-import from 2.14.0 to 2.15.0 (#5352)
- Bump immer from 1.10.5 to 1.12.0 (#5345)
- Bump @babel/plugin-proposal-object-rest-spread from 7.2.0 to 7.3.1 (#5342)
- Bump autoprefixer from 9.4.5 to 9.4.6 (#5347)
- Bump react-focus-lock from 1.17.6 to 1.17.7 (#5344)
- Bump @ngrx/store from 7.0.0 to 7.1.0 (#5341)
- React-native: Fixed isUIHidden param (#5067)
- React-native: Disabling warning if story is not set in async storage (#5068)
Release failed due to NPM error
- Core: Add a STORY_UNCHANGED event (#5340)
- Core: Add a persistence API to context/state -- use for keyboard shortcuts (#5289)
- Addon-knobs: Fix story so array type is array (#5318)
- Bump ts-node from 7.0.1 to 8.0.1 (#5346)
- Bump marko from 4.14.20 to 4.14.21 (#5343)
- Bump @types/jest from 23.3.12 to 23.3.13 (#5327)
- Bump @babel/plugin-proposal-class-properties from 7.2.3 to 7.3.0 (#5326)
- Bump esm from 3.1.0 to 3.1.1 (#5328)
- Bump resolve from 1.9.0 to 1.10.0 (#5329)
- Bump webpack from 4.28.4 to 4.29.0 (#5331)
Note that 4.1.7
contained a bad merge that missed an important change. This release fixes that:
- Core: Add missing polyfills to manager to support IE (#5238)
Bad release
- UI: Memoize treeview utils && ADD fuzzy search (#5321)
- Bump eslint-config-prettier from 3.5.0 to 3.6.0 (#5311)
- Bump eslint-plugin-react from 7.12.3 to 7.12.4 (#5310)
- Bump vuex from 3.0.1 to 3.1.0 (#5316)
- Bump lerna from 3.10.5 to 3.10.6 (#5313)
- Bump react-docgen-typescript-loader from 3.0.0 to 3.0.1 (#5315)
- Bump eslint from 5.12.0 to 5.12.1 (#5314)
- Bump jscodeshift from 0.6.2 to 0.6.3 (#5317)
- Addon-centered: Add special entry-points for Vue and React (#5296)
- Addon-a11y: RE-ADD deprecated 'configureA11Y' for backwards compatibility (#5302)
- UI: FIX navigation issue for
file://
URLs (#5295) - UI: FIX merge mutation (#5300)
- Core: FIX issue where webpack process would hang when manager build failed (#5290)
- Restore official-storybook error test (#5281)
- Add explicit return types to @storybook/addons (#5212)
- REFACTOR router into @storybook/router (#5252)
- Bump react-select from 2.2.0 to 2.3.0 (#5288)
- Bump webpack-dev-middleware from 3.5.0 to 3.5.1 (#5285)
- Bump dotenv-webpack from 1.6.0 to 1.7.0 (#5283)
- Bump graphql from 0.13.2 to 14.1.1 (#5282)
- Bump marko from 4.14.19 to 4.14.20 (#5284)
- Bumps webpack from 4.28.3 to 4.28.4 (#5260)
- Core: make absolute DLL path relative (#5238)
- Addon-actions: import utils directly to prevent import cycles (#5107)
- Add-knobs: render non-grouped knobs in the ALL tab (#5106)
- Core: preserve user-specified iframe url params (#5272)
- Storyshots: FIX using the wrong parameter for disabling (#5257)
- Core: Fix iframe url params (#5265)
- Core: Rename viewMode/url from
components
tostory
(#5266) - Core: Export events constants as named exports (#5186)
- Bump vue and vue-template-compiler (#5231)
- Bump ember-cli from 3.7.0 to 3.7.1 (#5243)
- Bump ember-source from 3.6.1 to 3.7.0 (#5258)
- Bump @angular/platform-browser-dynamic from 7.1.4 to 7.2.0 (#5259)
- Bump vue-loader from 15.4.2 to 15.5.1 (#5261)
Test publishing improvements
- Storyshots: Fix async issue with obtaining custom Puppeteer instance … (#5130)
- MIGRATE to wrap emotion into a @storybook/theming package (#5241)
- Core:
no-dll
option to CLI to disable DllReferencePlugin, fix polyfills (#5238) - Core: Continue
{name, kind}
support on theSET_CURRENT_STORY
event (#5228) - UI: FIX issue with accidentally thinking things are roots (#5236)
- Bump react-scripts from 2.1.1 to 2.1.3 (#5214)
- React: Merge CRA2 webpack plugins (#5126)
- Bump eslint-plugin-jest from 22.1.2 to 22.1.3 (#5215)
- Bump eslint from 5.11.0 to 5.12.0 (#5216)
- Bump jscodeshift from 0.5.1 to 0.6.2 (#5213)
- Bump ember-cli from 3.6.1 to 3.7.0 (#5203)
- Bump react-dev-utils from 7.0.0 to 7.0.1 (#5202)
- Bump ember-cli from 3.6.0 to 3.6.1 (#5188)
- Bump terser-webpack-plugin from 1.1.0 to 1.2.1 (#5190)
- Bump chalk from 2.4.1 to 2.4.2 (#5191)
- Typescript: Add TypeScript CRA example (#5120)
- Typescript: Migrate @storybook/channel-postmessage (#5154)
- Typescript: Migrate @storybook/client-logger (#5151)
- Bump @babel/cli from 7.2.0 to 7.2.3 (#5178)
- Bump babel-plugin-macros from 2.4.4 to 2.4.5 (#5177)
- Bump babel-preset-react-app from 6.1.0 to 7.0.0 (#5176)
- Bump interpret from 1.1.0 to 1.2.0 (#5175)
- Bump file-loader from 2.0.0 to 3.0.1 (#5174)
- Bump mini-css-extract-plugin from 0.4.5 to 0.5.0 (#5173)
- Bump webpack-cli from 3.2.0 to 3.2.1 (#5172)
- Bump marko from 4.14.12 to 4.14.15 (#5157)
- Bump @types/jest from 23.3.10 to 23.3.12 (#5158)
- Bump @angular/compiler from 7.1.3 to 7.1.4 (#5159)
- Bump dotenv-webpack from 1.5.7 to 1.6.0 (#5160)
- Bump babel-plugin-macros from 2.4.3 to 2.4.4 (#5161)
- React: Fix react version backwards compatibility (#5148)
- UI: fix highlightColor (#5150)
- Core: Transpile addons.js with Babel for IE11 (#5081)
- Add CORS headers to versions.json (#5155)
- Bump puppeteer from 1.9.0 to 1.11.0 (#5119)
NPM failure, republishing as 4.1.6
- Addon-a11y: fix addon, add ability to configure context (#5101)
- Addon-knobs: Render non-grouped knobs in the ALL tab (#5106)
- Addon-actions: import utils directly to prevent import cycles (#5107)
- TypeScript: Migrate @storybook/node-logger (#5153)
- TypeScript: Migrate @storybook/core-events (#5140)
- bump puppeteer from 1.9.0 to 1.11.0 (#5119)
- Bump lerna from 3.6.0 to 3.8.4 (#5142)
- Bump svelte from 2.15.3 to 2.16.0 (#5145)
- Bump react-dev-utils from 6.1.1 to 7.0.0 (#5146)
- Bump react-is from 16.6.3 to 16.7.0 (#5144)
- Transpile addons.js with Babel (#5081)
- [Security] Bump webpack-dev-server from 3.1.10 to 3.1.14 (#5108)
- Update @storybook/react to include peer dependency @emotion/core (#5135)
- Bump webpack-cli from 3.1.2 to 3.2.0 (#5137)
- Bump resolve from 1.8.1 to 1.9.0 (#5139)
- Bump husky from 1.3.0 to 1.3.1 (#5138)
- Bump @types/node from 10.12.17 to 10.12.18 (#5098)
- Bump svelte-loader from 2.11.0 to 2.12.0 (#5125)
- Bump react-modal from 3.7.1 to 3.8.1 (#5124)
- Bump marko from 4.14.3 to 4.14.12 (#5123)
- Bump css-loader from 1.0.1 to 2.1.0 (#5115)
- Bump lit-html from 0.12.0 to 0.14.0 (#5114)
- Bump @angular/platform-browser-dynamic from 7.1.3 to 7.1.4 (#5113)
- Typescript: Migrate @storybook/channel-websocket (#5046)
- Typescript: Migrate @storybook/addons (#5018)
- Bump @babel/plugin-proposal-class-properties from 7.2.1 to 7.2.3 (#5070)
- Bump babel-plugin-named-asset-import from 0.2.3 to 0.3.0 (#5100)
- Bump eslint from 5.10.0 to 5.11.0 (#5097)
- Bump loader-utils from 1.2.0 to 1.2.1 (#5099)
- Bump boxen from 2.0.0 to 2.1.0 (#5104)
- Bump @ngrx/store from 6.1.2 to 7.0.0 (#5105)
- Bump react-select from 2.1.1 to 2.1.2 (#5102)
- Core: Load Symbol polyfill before any other code (#5082)
- React: Fix error with new CRA Webpack config (#5074)
- React: Fix error with new CRA Webpack config (#5074)
- Core: Load Symbol polyfill before any other code (#5082)
- Bump eslint-plugin-jest from 21.27.2 to 22.1.2 (#5089)
- Bump react-color from 2.14.1 to 2.17.0 (#5083)
- Bump @angular-devkit/build-angular from 0.10.7 to 0.11.4 (#5084)
- Bump ts-loader from 5.3.1 to 5.3.2 (#5085)
- Bump loader-utils from 1.1.0 to 1.2.0 (#5086)
- Bump protractor from 5.4.1 to 5.4.2 (#5087)
- Bump ember-cli from 3.5.1 to 3.6.0 (#5088)
- Bump tslint from 5.11.0 to 5.12.0 (#5090)
- Bump react-dom from 16.6.3 to 16.7.0 (#5071)
- React: remove unnecessary dependencies, fix aliasing (#5047)
- React: alias to react & react-dom (#5016)
- Addon-knobs: Fix color picker display (#5010)
- React-Native: Change on-device layout to absolute position (#4962)
- Addon-Info: add css classes for style overrides (#4589)
- Addon-Info: Display description when story name matches component (#4863)
- React-Native: Disable warning if story is not set in async storage (#5068)
- React-Native: Fixed isUIHidden param (#5067)
- Vue: Fix reloading and story decoration (#5057)
- TypeScript: migrate @storybook/channels to typescript (#4977)
- Bump babel-plugin-macros from 2.4.2 to 2.4.3 (#5060)
- Bump @babel/core from 7.2.0 to 7.2.2 (#5059)
- Bump ember-cli-htmlbars-inline-precompile from 1.0.5 to 2.1.0 (#5064)
- Bump react-test-renderer from 16.6.3 to 16.7.0 (#5063)
- Bump autoprefixer from 9.4.2 to 9.4.3 (#5061)
- React: Remove unnecessary dependencies, fix aliasing (#5047)
- React: fix alias for react(-dom) to resolve to the user's version (#5042)
- Bump husky from 1.2.0 to 1.3.0 (#5038)
- Bump fork-ts-checker-webpack-plugin from 0.4.15 to 0.5.2 (#5037)
- Make applyPresets function signature more consistent (#4988)
- RESET lockfile (#4991)
Fixes 4.2.0-alpha.0
- Addon-info: add forwardRef support (#4961)
- Addon-knobs: Add missing key property in Panel (#4507)
- Addon-notes: Migrated to TypeScript (#4758)
- Fix: Add missing peer dependencies to addon-knobs (#4928)
Bad release
- FIX react native by adding an empty array named dlls to the templateParameters (#4985)
Storybook 4.1 with performance and compatibility improvements! Highlights include:
- Core: Performance optimizations on separate manager preview split, improved cold start, restart & rebuild (#4834)
- React: add support for all versions of react (#4808)
- Addon-CSSResources: new adddon to dynamically add/remove css (#4622)
- React: use babel presets/plugins based on CRA. (#4836)
- React-native: Add ability to filter story list (#4806)
- React: Add TypeScript support for react-scripts (#4824)
There are dozens more fixes, features, and tweaks in the 4.1 release. See changelogs for 4.1.0-*
for details.
- React-native: add core-js to addons (#4981)
- Fix storyshots by compiling JS modules (#4967)
- Angular: move 'core-js/modules/es6.promise' into storyshots (#4929)
- Addon-a11y: Fix runtime errors in older browsers (#4904)
- Add CRA TypeScript support for .storybook folder (#4902)
- React-native: Fix async storage (#4907)
- Core: replace babel/runtime with core-js to fix some aliasing issues (#4900)
- Core: More granular methods separation in "build-static" and "build-dev" (#4919)
- Examples: replace deprecated setOptions with withOptions (#4899)
- Restore index.html in cra-kitchen-sink (#4856)
- Add try, catch for IE11 as it breaks script execution (#4870)
Fixes 4.0.9
- Core: Use correct cache directory path (#4792)
- Addon-Info: fix docgen description display (#4685)
- Addon-storyshots-puppeteer: fix peerDependencies (#4828)
- Performance optimizations on separate manager preview split, improved cold start, restart & rebuild (#4834)
- UI: Accessible success/fail colors (#4843)
- React-native: add option to set keyboardVerticalOffset (#4862)
- Addon-CSSResources: new adddon to dynamically add/remove css (#4622)
- Core: Add try, catch for history API for IE11 (#4870)
- Core: Don't copy index.html on build-storybook (#4856)
- React-native: properly set initial story out of Async Storage. (#4872)
- React-native: show webpack-related build issues (#4883)
- Addon-info: fix docgen description display (#4685)
- Bump svelte to 2.15.3, addresses !4478 (#4842)
- React: use babel presets/plugins based on CRA. (#4836)
- React-native: Add ability to filter story list (#4806)
- Core: Don't mangle production build (#4838)
- HTML: Don't change rootElement when received node is the same (#4822)
- Fix snapshots to use "emotion/snapshot-serializer" (#4837)
- Add TypeScript support for react-scripts (#4824)
Publish failed
- ADD support for all versions of react (#4808)
- Use correct cache directory path (#4792)
Broken release (see #4897)
- Addon-knobs: Vue optimize on force render (#4773)
- Use alpha minify dependency to upgrade transitive lodash dependencies (#4771)
- Vue/Angular/Mithril/Polymer: Add missing "forceReRender" and "addParameters" (#4767)
- Core: Interpolation for multiple environment variables (#4761)
- UI: deep theming for stories nav panel (#4702)
- React-native: Persist last displayed story, allow to set initial story. (#4713)
- Better a11y (#4704)
- Remove z-index from vertical resizer (#4651)
- React: Ensure @storybook/react can be imported in Node.js without errors (#4757)
- Core: separate manager from preview (#4590)
- Add tests for custom react-scripts packages (#4768)
- FIX deprecation warning from husky (#4755)
- Tech/silent smoke tests (#4749)
- Bump lint-staged from 7.3.0 to 8.0.4 (#4673)
- Bump svelte from 2.13.5 to 2.15.2 (#4726)
- [Security] Bump cached-path-relative from 1.0.1 to 1.0.2 (#4745)
- Update expo requirement from ^30.0.1 to ^31.0.4 in /examples-native/crna-kitchen-sink (#4728)
- Bump @storybook/addon-links from 3.4.11 to 4.0.4 in /docs (#4732)
- Bump react-syntax-highlighter from 9.0.1 to 10.0.0 (#4654)
- Bump @angular/compiler from 7.0.1 to 7.0.2 (#4677)
- Bump @types/jest from 23.3.8 to 23.3.9 (#4658)
- Bump copy-webpack-plugin from 4.5.4 to 4.6.0 (#4674)
- Bump @ngrx/store from 6.1.1 to 6.1.2 (#4678)
- [Security] Bump merge from 1.2.0 to 1.2.1 (#4686)
- React: add support for custom
react-scripts
packages (#4712)
- Core: fix NODE_PATH is not being loaded from .env (#4706)
Publish failed
2018-November-06
- Core: add cursor images to webpack loader #4498
- Storyshots-puppeteer: Allow specifying an existing browser #4721
- React-native: close StoryListView after tap again in the current story #4714
- Bump @angular/compiler from 7.0.1 to 7.0.2 #4677
- Bump @types/jest from 23.3.8 to 23.3.9 #4658
- Bump copy-webpack-plugin from 4.5.4 to 4.6.0 #4674
- Bump @ngrx/store from 6.1.1 to 6.1.2 #4678
- [Security] Bump merge from 1.2.0 to 1.2.1 #4686
Publish failed
2018-November-06
- Core: Change extensions ordering in webpack config #4708
- Addon-Knobs: Fix PropTypes in NumberType #4669
- Addon-Viewport: Fix "defaultViewport" configuration #4683
- Addon-Jest: Fix test matching #4689
- Fix tests in node 11 by using
Array#sort
correctly #4720
2018-November-06
- React: Fix css relative asset urls #4695
- Core: Fix a bug with buildStaticStandalone resolving too early #4649
- Angular: Fixes component imports from dist #4682
- Addon-info: Improve accessibility with contrast #4698
- Ember: update ergonomics to not require any manual setup #4594
- React-native: fix accessibility for component preview (iOS+VoiceOver) #4601
- Update release process and
master
becomes the stable branch #4719 - Report CLI tests to teamcity #4671
30 PRs
- Bump @angular/core from 7.0.1 to 7.0.2 #4675
- [Security] Bump merge from 1.2.0 to 1.2.1 in /docs #4687
- Bump typescript from 3.1.4 to 3.1.6 #4699
- Set zone.js as a peer and dev dependency #4663
- chore(core): update css-loader to latest #4619
- Bump css-loader from 1.0.0 to 1.0.1 #4655
- Bump @ngrx/store from 6.1.0 to 6.1.1 #4653
- Allow for angular-devkit/core version aligned with Angular v7 #4652
- Bump ember-load-initializers from 1.1.0 to 2.0.0 #4634
- Bump @ember/test-helpers from 0.7.27 to 1.0.0 #4630
- Bump @storybook/addon-actions from 3.4.11 to 4.0.0 in /docs #4626
- Bump gatsby-plugin-sharp from 2.0.7 to 2.0.10 in /docs #4627
- Bump typescript from 3.1.3 to 3.1.4 #4629
- Bump react-scripts from 2.0.5 to 2.1.0 #4631
- Bump ember-source from 3.5.0 to 3.5.1 #4633
- Bump @types/node from 10.12.0 to 10.12.1 #4635
- Bump react-dev-utils from 6.0.5 to 6.1.0 #4636
- Bump eslint from 5.7.0 to 5.8.0 #4613
- Bump express-graphql from 0.6.12 to 0.7.1 #4610
- Bump tslint-plugin-prettier from 2.0.0 to 2.0.1 #4609
- Bump eslint-plugin-jest from 21.26.1 to 21.26.2 #4606
- Bump @types/jest from 23.3.7 to 23.3.8 #4611
- Bump fork-ts-checker-webpack-plugin from 0.4.10 to 0.4.14 #4607
- Bump autoprefixer from 9.2.1 to 9.3.1 #4605
- Bump jasmine-core from 3.2.1 to 3.3.0 #4581
- Bump react-dom from 16.5.2 to 16.6.0 #4580
- Bump eslint-plugin-jest from 21.25.1 to 21.26.1 #4583
- Bump react from 16.5.2 to 16.6.0 #4584
- Bump react-syntax-highlighter from 9.0.0 to 9.0.1 #4585
- Bump remark-cli from 5.0.0 to 6.0.0 #4551
2018-October-31
Fix broken 4.0.1 release
- Addon-knobs: fix select array values showing k #4586
2018-October-31
Broken release - @storybook/client-logger
somehow didn't get published to NPM.
2018-October-29
Storybook 4.0 is our first major-version update in over a year! Key improvements include:
- Build tools
- View layers
- Mobile
- UI
- Storybook UI theming #3628
- Core
There are hundreds of more fixes, features, and tweaks in the 4.0 release. See changelogs for 4.0.0-rc.*
and 4.0.0-alpha.*
for details; check out our migration guide for a walkthrough of how to upgrade or the
migration docs for an enumeration of breaking changes.
2018-October-25
- Upgrade react-komposer to 2.0.5 #4547
2018-October-25
- Fix issue with
sb init
on the Vue CLI #4535
2018-October-25
- Ember: update to not require any manual setup #4544
- React: add mini-css-extract-plugin to app/react dependencies #4534
- Bump danger from 4.4.8 to 6.0.2 #4538
- Bump react-test-renderer from 16.5.2 to 16.6.0 #4536
- Bump fuse.js from 3.2.1 to 3.3.0 #4537
- Bump riot from 3.12.0 to 3.13.0 #4511
2018-October-23
- ADD timeout to update check #4530
- REMOVE emotion from demo components to make backwards compatibility easier && ADD demo components to official example #4527
- Exclude story files from angular app build #4485
2018-October-22
- Support css-modules #4405
- Angular: Support sass files #4343
- Support "mjs" extensions #4466
- Allow presets to be async #4450
- Addon-Jest: undefined file extension #4452
- Bump copy-webpack-plugin from 4.5.3 to 4.5.4 #4492
- Bump jest-image-snapshot from 2.5.0 to 2.6.0 #4494
- Bump webpack from 4.20.2 to 4.21.0 #4477
2018-October-18
- Add Angular 6 fixture to the sb-cli tests #4464
- Require React 16.3 as a peer dependency #4458
- Bump @ember/test-helpers from 0.7.26 to 0.7.27 #4455
- Bump eslint-plugin-jest from 21.25.0 to 21.25.1 #4456
- Bump autoprefixer from 9.2.0 to 9.2.1 #4457
- Bump @types/node from 10.11.7 to 10.12.0 #4434
- Bump ember-cli-inject-live-reload from 2.0.0 to 2.0.1 #4435
- Bump gatsby-plugin-sharp from 1.6.48 to 2.0.7 in /docs #4438
- Bump marked from 0.4.0 to 0.5.1 in /docs #4437
- Bump highlight.js from 9.12.0 to 9.13.0 in /docs #4440
2018-October-15
- Addon: google analytics #4138
- Improve environment var loading #4413
- Skip preflight check when starting cra kitchen sink #4408
- Change crna-kitchen-sink path and Some CI maintenance #4409
- Create ember entry point to official storybook #4426
- Bump ember-cli from 3.4.3 to 3.5.0 #4429
- Bump react-native-modal-selector from 0.0.27 to 0.0.29 #4428
- Bump ember-cli-inject-live-reload from 1.8.2 to 1.10.1 #4423
- Bump html-webpack-plugin from 4.0.0-beta.1 to 4.0.0-beta.2 #4421
- Bump react-scripts from 2.0.4 to 2.0.5 #4420
- Bump autoprefixer from 9.1.5 to 9.2.0 #4417
- Bump redux from 4.0.0 to 4.0.1 #4419
- Bump ts-loader from 5.2.1 to 5.2.2 #4418
- Bump eslint-plugin-jest from 21.24.1 to 21.25.0 #4424
- Bump lazy-universal-dotenv from 1.9.1 to 2.0.0 #4422
2018-October-13
- CLI: Rename CLI to sb #4345
- React Native: Remove the packager from storybook #4261
- React-Native: On-device addons #4381
- Storybook version update check #4334
- CLI: specify project type interactively or as option #4184
- Addon-Jest: expand supported file types #3983
- CLI-less Node api #4344
- React-Native: Updated channel to support async option #4326
- React-Native: On-device addons for notes, knobs, backgrounds #4327
- Angular: Add support for "baseUrl" and "paths" from angular-cli #4162
- Angular: Added basePath support #4323
- Vue: support string-only component #4285
- Storyshots: Add snapshot serializer option #4283
- Storyshots: Support story-specific options as function #4282
- React-native: Remove deprecated attempt to load default addons #4308
- Fix panel layouts #4304
- [logging] better error logging for when opn fails to opn #4348
- Fix iPhone viewport dimensions #4293
- Fix Array.js value to string #4336
- Fixes to cli ember support #4318
- Update
addon-jest
to new propType #4252
- Remove CRNA fixture #4346
- Try to fix cli tests #4338
- Updated installation for Angular #4302
- Fix the broken lint #4310
- [ember] add dependencies to root application #4309
- Knobs/replace datepicker #4380
- Re-generate lockfiles #4404
- Run
yarn upgrade-interactive --latest
in root and docs #4403 - chore(deps): #4267 upgrade lodash to latest #4284
- Bump express from 4.16.3 to 4.16.4 #4370
- Bump @angular/cli from 6.2.4 to 6.2.5 #4390
- CHANGE back to use html-webpack-plugin to keep compatibility with plugins that depend on it #4375
- Bump danger from 4.4.6 to 4.4.7 #4365
- Bump @storybook/react from 3.4.8 to 3.4.11 in /docs #4354
- Bump sitemap from 1.13.0 to 2.0.1 in /docs #4356
- Bump husky from 1.1.1 to 1.1.2 #4358
- Tech/upgrades 5 #4347
2018-October-04
- Storybook for Ember #4237
- Riot: support the tagConstructor option #4258
- Presets: Add "addons" and "config" to preset extensions #4240
- Webpack: Fix broken SVGs #4260
- Babel/minify: use
builtIns: false
#4262 - Addon-Notes: Fix how markdownOptions are passed to marked #4242
- Addon-Knobs: Fix broken colorpicker #4222
2018-September-25
- Fix getstorybook CLI #4213
- FIX regression devtool, in case of cross domain parent, window.parent might throw #4199
2018-September-19
- Storyshots: story params support #4176
- Addon-options: story params support #3965
- Presets - API generalization #4173
- start-storybook: open browser tab on first compilation #4149
- start-storybook: suggest an alternative when the port is occupied #4146
- Merge webpack optimisation configs #4121
- Angular cli - fix prebuild #4187
- Presets - add babelDefault extension #4155
- CHANGE index.html.ejs to use files over chunks && UPGRADE generate-page-webpack-plugin #4134
- Allow replacing of stories (with warning rather than error) #4061
- [core]: widen
airbnb-js-shims
dep range #4189 - Updating react-split-pane to version 0.1.84 #4153
- Riot tag loader missing in cli #4122
2018-September-17
- Allow v1 or v2 in airbnb-js-shims #4190
2018-September-07
- Presets support #4027
- CLI: Add missing @babel/core dependency #4117
- Addon-Info: Fix duplicated keys in PropTypes table #4095
- Moved to lerna 3 #4067
- [WIP] Refactor core and frameworks to work with presets #4043
- [WIP] presets - merge default babel configs #4107
2018-August-31
- Use
babelrc: false
only for custom config in.storybook
directory #4077
- Storybook for Riot #4070
- Backgrounds addon: Allow setting background via name #4081
- Storysource addon: injectDecorator option custom stories #4012
- Disabled import for TabWrapper #4100
- Angular cli with projects assets: root dir not correctly used #4058
- Do not stale "good first issue" #4092
- Remove danger from circleci because it's not working for forked PRs #4080
- UPGRADE packages #3996
2018-August-31
Not published to NPM
2018-August-25
- Add missing
@babel/plugin-proposal-class-properties
dependency #4076 - Don't display wrong warning when loading ".js" or ".json" #4060
- Fix autodetection of used components in info addon #4004
- Faster CircleCI #4068
2018-August-24
- Babel 7 #3746
- Emit messages when stories fail to render #3967
- Storybook for Svelte #3770
- Allow extending extensions without a full control mode #3976
- Storyshots puppeteer images do not match #4045
- Storyshots puppeteer images do not match #4037
- Bring .jsx back #4024
- Fix custom webpack config warnings #4009
- sorting by kind and nested stories #3963
- Temp revert the 36a2676 #4062
- Remove deprecation of --db-path and --enable-db #4030
- Remove git info extraction #4031
- Fixed homepage links [skip ci] #4008
- CHANGE html-webpack-plugin for generate-page-plugin #3919
2018-August-06
- Make addon-options work with story parameters #3958
- [BUG FIX] Use fixed version of react-dev-utils #3959
- Inline emotion css calls that require theme to avoid using state #3950
- Upgrade even more dependencies #3964
- More dependency upgrades (major version bumps) #3957
- UPGRADE all minor dependencies #3954
2018-August-03
- dependencies(vue): Update vue-loader to 15.x.x #3911
- Horizontal display for addon-knobs radios UI #3922
- Add customizePage method to imageSnapshot #3930
- Add additional device options to addon-viewport #3918
- Support different extensions for "config" and "addons" files #3913
- Add radio buttons knob type #3872 #3894
- Added arrow to a11y addon HeaderBar #3788
- Fix addons panel when using preact #3882
- Improve BettercodeHub #3941
- REFACTOR layout and REMOVE usplit component #3914
- Group deprecated stories #3846
- MOVE ui into it's own group #3884
- Use react-dev-utils@next #3852
2018-August-03
NOTE: 3.4.9
publish failed
2018-July-11
- Upgrade universal-dotenv to fix core-js dependency #3874
2018-July-09
- Refactor addon-jest to use a parameter-based pattern #3678
- Upgrade universal-dotenv to fix babel-runtime #3863
- Added a test for parameter combination #3844
2018-July-03
- Fix non-polyfilled themed UI components #3829
2018-July-02
- Storybook UI theming #3628
- Replaced 'dotenv-webpack' with 'universal-dotenv' to support multiple dot env files (like CRA) #3744
- Support other type of webpack configs #3785
2018-June-21
- Storyshots - Replace require_context.js with babel-plugin-require-context-hook #3757
- Storyshots advanced config options #3747
- Storyshots addon refactoring #3745
- Extract imageSnapshots to a separate package #3742
- Addon-knobs: Allow number knob to be empty #3775
- Improvements to Info Docgen parsing #3772
- Angular-cli 6 assets as a glob-object compatibility fix #3751
- Try to fix linter issues #3748
2018-June-21
2018-June-10
- storyshots: Remove deprecated props from storyshots #3717
- angular: angular-cli 6 (with webpack 4) compatibility #3491
- addon-info: Use parameters for info addon #3697
- addon-backgrounds: Use parameters for backgrounds addon #3676
- storyshots: add renderWithOptions to @addons/storyshots #3479
- addon-knobs: Make withKnobs accept story parameters #3675
- storysource: Add default parser option. Support prettier v1.13.0 #3660
- react-native: using disableWebsockets instead of useWebsockets #3686
- Updates storybook-start.js to use child_process instead of shelljs #3527
- Force render on knob button click and update example #3650
- Refactor webpack and babel configs to core #3655
- Remove status bar hiding #3634
- React Native Refactored list view #3635
- Using only single channel for react native #3636
88 Upgrades
- Update gatsby-plugin-sharp in /docs from "1.6.46" to "1.6.47"
- Update gatsby-remark-images in /docs from "1.5.65" to "1.5.66"
- Update gatsby-transformer-remark in /docs from "1.7.41" to "1.7.42"
- Update react-router in /docs from "4.2.0" to "4.3.1"
- Update danger in / from "3.7.14" to "3.7.15"
- Update eslint-plugin-react in / from "7.8.2" to "7.9.1"
- Update eslint-teamcity in / from "2.0.0" to "2.0.1"
- Update lint-staged in / from "7.1.2" to "7.1.3"
- Update prettier in / from "1.13.2" to "1.13.4"
- Update remark-lint in / from "6.0.1" to "6.0.2"
- Update remark-preset-lint-recommended in / from "3.0.1" to "3.0.2"
- Update typescript in / from "2.8.3" to "2.9.1"
- Update airbnb-js-shims in lib/core from "1.5.2" to "1.6.0"
- Update autoprefixer in lib/core from "8.5.1" to "8.6.0"
- Update babel-plugin-macros in lib/core from "2.2.1" to "2.2.2"
- Update dotenv-webpack in lib/core from "1.5.5" to "1.5.6"
- Update webpack in lib/core from "4.10.1" to "4.10.2"
- Update sass-loader in app/angular from "7.0.1" to "7.0.2"
- Update ts-loader in app/angular from "4.3.0" to "4.3.1"
- Update axe-core in addons/a11y from "3.0.2" to "3.0.3"
- Update moment in addons/knobs from "2.22.1" to "2.22.2"
- Update prettier in addons/storysource from "1.13.3" to "1.13.4"
- Update react-modal in lib/ui from "3.4.4" to "3.4.5"
- Update babel-plugin-macros in app/react-native from "2.2.1" to "2.2.2"
- Update dotenv-webpack in app/react-native from "1.5.5" to "1.5.6"
- Update webpack in app/react-native from "4.10.1" to "4.10.2"
- Update prettier in examples/marko-cli from "1.13.2" to "1.13.4"
- Update webpack in examples/marko-cli from "4.10.1" to "4.10.2"
- Update webpack in examples/polymer-cli from "4.10.1" to "4.10.2"
- Update @types/jasmine in examples/angular-cli from "2.8.7" to "2.8.8"
- Update @types/node in examples/angular-cli from "9.6.18" to "9.6.20"
- Update ts-node in examples/angular-cli from "6.0.5" to "6.1.0"
- Update typescript in examples/angular-cli from "2.8.3" to "2.9.1"
- Update webpack in examples/cra-kitchen-sink from "4.10.1" to "4.10.2"
- Update webpack in examples/mithril-kitchen-sink from "4.10.1" to "4.10.2"
- Update webpack in examples/vue-kitchen-sink from "4.10.1" to "4.10.2"
- Update webpack in examgatsby-plugin-sharp in /docs from "1.6.44" to "1.6.46"
- Update gatsby-remark-copy-linked-files in /docs from "1.5.32" to "1.5.35"
- Update gatsby-remark-images in /docs from "1.5.63" to "1.5.65"
- Update gatsby-source-filesystem in /docs from "1.5.36" to "1.5.38"
- Update gatsby in /docs from "1.9.261" to "1.9.269"
- Update gh-pages in /docs from "1.1.0" to "1.2.0"
- Update @storybook/addon-actions in /docs from "3.4.5" to "3.4.6"
- Update @storybook/addon-links in /docs from "3.4.5" to "3.4.6"
- Update @storybook/addons in /docs from "3.4.5" to "3.4.6"
- Update @storybook/react in /docs from "3.4.5" to "3.4.6"
- Update cross-env in / from "5.1.5" to "5.1.6"
- Update eslint-plugin-jest in / from "21.15.1" to "21.17.0"
- Update jest-enzyme in / from "6.0.0" to "6.0.1"
- Update jest-image-snapshot in / from "2.4.1" to "2.4.2"
- Update prettier in / from "1.12.1" to "1.13.0"
- Update react in / from "16.3.2" to "16.4.0"
- Update react-dom in / from "16.3.2" to "16.4.0"
- Update react-test-renderer in / from "16.3.2" to "16.4.0"
- Update airbnb-js-shims in lib/core from "1.5.1" to "1.5.2"
- Update autoprefixer in lib/core from "8.5.0" to "8.5.1"
- Update webpack in lib/core from "4.8.3" to "4.9.2"
- Update core-js in app/angular from "2.5.6" to "2.5.7"
- Update common-tags in app/html from "1.7.2" to "1.8.0"
- Update common-tags in app/marko from "1.7.2" to "1.8.0"
- Update common-tags in app/mithril from "1.7.2" to "1.8.0"
- Update common-tags in app/polymer from "1.7.2" to "1.8.0"
- Update common-tags in app/react from "1.7.2" to "1.8.0"
- Update common-tags in app/vue from "1.7.2" to "1.8.0"
- Update vue-loader in app/vue from "14.2.2" to "14.2.3"
- Update core-js in addons/info from "2.5.6" to "2.5.7"
- Update react-test-renderer in addons/info from "16.3.2" to "16.4.0"
- Update prettier in addons/storysource from "1.12.1" to "1.13.0"
- Update events in lib/ui from "2.0.0" to "2.1.0"
- Update jest-image-snapshot in addons/storyshots from "2.4.1" to "2.4.2"
- Update react in addons/storyshots from "16.3.2" to "16.4.0"
- Update webpack in app/react-native from "4.8.3" to "4.9.2"
- Update marko in examples/marko-cli from "4.9.7" to "4.10.0"
- Update prettier in examples/marko-cli from "1.12.1" to "1.13.0"
- Update webpack in examples/marko-cli from "4.8.3" to "4.9.2"
- Update webpack in examples/polymer-cli from "4.8.3" to "4.9.2"
- Update core-js in examples/angular-cli from "2.5.6" to "2.5.7"
- Update rxjs in examples/angular-cli from "5.5.10" to "5.5.11"
- Update ts-node in examples/angular-cli from "6.0.3" to "6.0.5"
- Update react in examples/cra-kitchen-sink from "16.3.2" to "16.4.0"
- Update react-dom in examples/cra-kitchen-sink from "16.3.2" to "16.4.0"
- Update webpack in examples/cra-kitchen-sink from "4.8.3" to "4.9.2"
- Update webpack in examples/mithril-kitchen-sink from "4.8.3" to "4.9.2"
- Update cross-env in examples/vue-kitchen-sink from "5.1.5" to "5.1.6"
- Update vue-loader in examples/vue-kitchen-sink from "14.2.2" to "14.2.3"
- Update webpack in examples/vue-kitchen-sink from "4.8.3" to "4.9.2"
- Update react in examples/official-storybook from "16.3.2" to "16.4.0"
- Update react-dom in examples/official-storybook from "16.3.2" to "16.4.0"
- Update webpack in examples/official-storybook from "4.8.3" to "4.9.2"
2018-June-10
- Remove linebreaks in notes text when they are html elements #3731
2018-May-26
- Fix the output of the boolean knob #3612
- Don't scroll story on knob change #3639
- Few fixed related to marko support #3609
- Angular background addon example #3653
- fix url as per issue #3565 #3619
- Document parameters for start command for RN #3606
- Update README.md #3608
- Build static storybooks utility script #3648
- Revert "Replace decorate with decorateAction" #3600
- addon-viewport: Use the new parameterized way of decorators #3610
- Make all licenses consistent to MIT #3611
- Theme-ability progress #3572
- fix(knobs): cancel debounced onChange on unmounting #3607
36 Upgrades
- Update @angular/common from 5.2.10 to 5.2.11 in /
- Update @angular/compiler from 5.2.10 to 5.2.11 in /
- Update @angular/core from 5.2.10 to 5.2.11 in /
- Update @angular/forms from 5.2.10 to 5.2.11 in /
- Update @angular/platform-browser from 5.2.10 to 5.2.11 in /
- Update @angular/platform-browser-dynamic from 5.2.10 to 5.2.11 in /
- Update danger from 3.7.0 to 3.7.14 in /
- Update eslint-plugin-import from 2.11.0 to 2.12.0 in /
- Update jest from 22.4.3 to 22.4.4 in /
- Update jest-cli from 22.4.3 to 22.4.4 in /
- Update jest-config from 22.4.3 to 22.4.4 in /
- Update jest-jasmine2 from 22.4.3 to 22.4.4 in /
- Update lint-staged from 7.1.0 to 7.1.2 in /
- Update marked from 0.3.19 to 0.4.0 in addons/notes
- Update tslint-config-prettier from 1.12.0 to 1.13.0 in /
- Update airbnb-js-shims from 1.4.1 to 1.5.1 in app/angular
- Update airbnb-js-shims from 1.4.1 to 1.5.1 in app/html
- Update airbnb-js-shims from 1.4.1 to 1.5.1 in app/mithril
- Update babel-preset-minify from 0.4.1 to 0.4.3 in app/polymer
- Update airbnb-js-shims from 1.4.1 to 1.5.1 in app/polymer
- Update airbnb-js-shims from 1.4.1 to 1.5.1 in app/react
- Update airbnb-js-shims from 1.4.1 to 1.5.1 in app/vue
- Update enzyme-to-json from 3.3.3 to 3.3.4 in addons/storyshots
- Update airbnb-js-shims from 1.4.1 to 1.5.1 in app/marko
- Update ws from 5.1.1 to 5.2.0 in app/react-native
- Update @angular/common from 5.2.10 to 5.2.11 in examples/angular-cli
- Update @angular/compiler from 5.2.10 to 5.2.11 in examples/angular-cli
- Update @angular/core from 5.2.10 to 5.2.11 in examples/angular-cli
- Update @angular/forms from 5.2.10 to 5.2.11 in examples/angular-cli
- Update @angular/platform-browser from 5.2.10 to 5.2.11 in examples/an… …
- Update @angular/platform-browser-dynamic from 5.2.10 to 5.2.11 in exa… …
- Update @angular/compiler-cli from 5.2.10 to 5.2.11 in examples/angula… …
- Update @types/node from 9.6.17 to 9.6.18 in examples/angular-cli
- Update jest from 22.4.3 to 22.4.4 in examples/angular-cli
- Update enzyme-to-json from 3.3.3 to 3.3.4 in examples/cra-kitchen-sink
- Update jest from 22.4.3 to 22.4.4 in examples/html-kitchen-sink
- Update enzyme-to-json from 3.3.3 to 3.3.4 in examples/official-storybook
2018-May-26
- Addon-notes: Add classname to the container component to target with styles. #3617
2018-May-17
NOTE: As part of the generic addon decorators, we've reversed the order of addon-knob's select
knob keys/values, which had been called selectV2
prior to this breaking change.
- Addon-centered for Angular #3573
- Refactor transitional decorator from addon-notes #3559
2018-May-17
- Addon-info: improve prop options #3428
- Addon-storysource: Remove nested braces in code block #3568
- Addon-info: Fix double quotes in prop table, add additional examples #3401
- Ignore any unstructured output from the package managers #3563
- Use the --use-npm flag also for version checking #3535
2018-May-12
- Fix the import of external md files #3472
- Storybook for Marko #3504
- Storybook addon Jest angular support #3532
- Storybook for HTML snippets #3475
- Feature/config custom chrome executable path #3518
- Channel-postmessage: handle events from the same window #3519
- Force re-render event #3515
- Ignore any unstructured output from the package managers #3563
- Use the --use-npm flag also for version checking #3535
- Clean out the store if
configure
fails #3558 - Fix render order in preview #3520
Broken release (@storybook/core-events had not been published publicly)
2018-May-12
- Ignore home package.json no license field #3531
- fixed Duplicate declaration h #3409
- Storyshots integrity tests options #3418
- Fix dynamic knobs d2a289e
- jest-image-snapshot version to ^2.4.1 #3500
2018-April-27
- Knobs: add escapeHTML option; use it by default in Vue, Angular, and Polymer #3473
- Added
actions
to addon-actions to create multiple actions #3352 - Add excludedPropTypes as an option to info addon #3468
- Addon-background: add Vue support #3488
- Suppress verbose build output #3487
- Provide a configuration option to limit the number of actions logged #3447
- Add IStory interface. #3482
- Add option to clear action logger #3459
- Fix auto focus of searchbox #3494
- Don't try to access the devtools hook if we are cross-origin #3485
- Improve yarn detection #3453
15 Upgrades
- Upgraded
@storybook/addon-actions
in/docs
from "3.4.1" to "3.4.2" #3478 - Upgraded
@storybook/addon-links
in/docs
from "3.4.1" to "3.4.2" #3478 - Upgraded
@storybook/addons
in/docs
from "3.4.1" to "3.4.2" #3478 - Upgraded
@storybook/react
in/docs
from "3.4.1" to "3.4.2" #3478 - Upgraded
gatsby-link
in/docs
from "1.6.40" to "1.6.41" #3478 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.42" to "1.6.43" #3478 - Upgraded
gatsby-remark-autolink-headers
in/docs
from "1.4.16" to "1.4.17" #3478 - Upgraded
gatsby-remark-copy-linked-files
in/docs
from "1.5.31" to "1.5.32" #3478 - Upgraded
gatsby-remark-images
in/docs
from "1.5.61" to "1.5.62" #3478 - Upgraded
gatsby
in/docs
from "1.9.252" to "1.9.253" #3478 - Upgrade redux to 4.0.0 #3470
- Upgrade sass-loader to 7.0.1 & stop bringing node-sass bin to each user #3467
- Upgrade ts-node to 6.0.0 #3460
- Upgrade to json5@1.0.1 #3466
- Update webpack-hot-middleware to fix HMR #3463
2018-April-27
- Suppress verbose build output #3487
- Update webpack-hot-middleware to fix HMR #3463
2018-April-17
Also includes changes from 3.4.2
- Mobile device view: toggling stories panel with ☰ button #3337
- Add lit-html support #3433
- Addon info prop options #3428
- Use per-story parameters in Notes addon #3373
- Fixed Duplicate declaration h #3409
- Storyshots integrity tests options #3418
- Debounce Knob input to improve performance, fix number Knob undefined/NaN #3412
- Fix double quotes in prop table and add additional examples #3401
- viewport-addon: configure => configureViewport #3414
94 Upgrades
- Upgraded
chalk
in/
from "2.3.2" to "2.4.0" #3440 - Upgraded
danger
in/
from "3.4.7" to "3.5.1" #3440 - Upgraded
prettier
in/
from "1.12.0" to "1.12.1" #3440 - Upgraded
webpack
inapp/react
from "4.5.0" to "4.6.0" #3440 - Upgraded
prettier
inaddons/storysource
from "1.12.0" to "1.12.1" #3440 - Upgraded
react-modal
inlib/ui
from "3.3.2" to "3.4.1" #3440 - Upgraded
chalk
inlib/core
from "2.3.2" to "2.4.0" #3440 - Upgraded
webpack
inlib/core
from "4.5.0" to "4.6.0" #3440 - Upgraded
webpack
inapp/angular
from "4.5.0" to "4.6.0" #3440 - Upgraded
webpack
inapp/mithril
from "4.5.0" to "4.6.0" #3440 - Upgraded
webpack
inapp/polymer
from "4.5.0" to "4.6.0" #3440 - Upgraded
webpack
inapp/react-native
from "4.5.0" to "4.6.0" #3440 - Upgraded
webpack
inapp/vue
from "4.5.0" to "4.6.0" #3440 - Upgraded
chalk
inlib/cli
from "2.3.2" to "2.4.0" #3440 - Upgraded
webpack
inexamples/cra-kitchen-sink
from "4.5.0" to "4.6.0" #3440 - Upgraded
webpack
inexamples/mithril-kitchen-sink
from "4.5.0" to "4.6.0" #3440 - Upgraded
webpack
inexamples/polymer-cli
from "4.5.0" to "4.6.0" #3440 - Upgraded
webpack
inexamples/vue-kitchen-sink
from "4.5.0" to "4.6.0" #3440 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.32" to "1.5.33" #3439 - Upgraded
gatsby
in/docs
from "1.9.251" to "1.9.252" #3439 - Update lerna in / from 2.10.1 to 2.10.2 #3431
- Update gatsby in /docs from 1.9.250 to 1.9.251 #3430
- Upgraded
@angular/common
in/
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/compiler
in/
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/core
in/
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/forms
in/
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/platform-browser
in/
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/platform-browser-dynamic
in/
from "5.2.9" to "5.2.10" #3429 - Upgraded
babel-eslint
in/
from "8.2.2" to "8.2.3" #3429 - Upgraded
danger
in/
from "3.4.5" to "3.4.7" #3429 - Upgraded
eslint-plugin-import
in/
from "2.10.0" to "2.11.0" #3429 - Upgraded
lerna
in/
from "2.10.0" to "2.10.1" #3429 - Upgraded
prettier
in/
from "1.11.1" to "1.12.0" #3429 - Upgraded
react
in/
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
in/
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-test-renderer
in/
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
inaddons/centered
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-lifecycles-compat
inaddons/background
from "3.0.0" to "3.0.2" #3429 - Upgraded
react-lifecycles-compat
inaddons/events
from "3.0.0" to "3.0.2" #3429 - Upgraded
glamorous
inapp/react
from "4.12.1" to "4.12.3" #3429 - Upgraded
@types/react
inaddons/notes
from "16.3.5" to "16.3.11" #3429 - Upgraded
glamorous
inaddons/actions
from "4.12.1" to "4.12.3" #3429 - Upgraded
react-inspector
inaddons/actions
from "2.2.2" to "2.3.0" #3429 - Upgraded
glamorous
inlib/components
from "4.12.1" to "4.12.3" #3429 - Upgraded
glamorous
inaddons/a11y
from "4.12.1" to "4.12.3" #3429 - Upgraded
glamorous
inaddons/info
from "4.12.1" to "4.12.3" #3429 - Upgraded
react-lifecycles-compat
inaddons/info
from "3.0.0" to "3.0.2" #3429 - Upgraded
react-test-renderer
inaddons/info
from "16.3.1" to "16.3.2" #3429 - Upgraded
glamorous
inaddons/jest
from "4.12.1" to "4.12.3" #3429 - Upgraded
moment
inaddons/knobs
from "2.22.0" to "2.22.1" #3429 - Upgraded
react-color
inaddons/knobs
from "2.14.0" to "2.14.1" #3429 - Upgraded
react-lifecycles-compat
inaddons/knobs
from "3.0.0" to "3.0.2" #3429 - Upgraded
react
inaddons/links
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
inaddons/links
from "16.3.1" to "16.3.2" #3429 - Upgraded
prettier
inaddons/storysource
from "1.11.1" to "1.12.0" #3429 - Upgraded
react-lifecycles-compat
inlib/ui
from "3.0.0" to "3.0.2" #3429 - Upgraded
autoprefixer
inlib/core
from "8.2.0" to "8.3.0" #3429 - Upgraded
postcss-loader
inlib/core
from "2.1.3" to "2.1.4" #3429 - Upgraded
puppeteer
inaddons/storyshots
from "1.2.0" to "1.3.0" #3429 - Upgraded
react
inaddons/storyshots
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
inaddons/storyshots
from "16.3.1" to "16.3.2" #3429 - Upgraded
react
inapp/angular
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
inapp/angular
from "16.3.1" to "16.3.2" #3429 - Upgraded
react
inapp/mithril
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
inapp/mithril
from "16.3.1" to "16.3.2" #3429 - Upgraded
react
inapp/polymer
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
inapp/polymer
from "16.3.1" to "16.3.2" #3429 - Upgraded
react
inapp/vue
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
inapp/vue
from "16.3.1" to "16.3.2" #3429 - Upgraded
update-notifier
inlib/cli
from "2.4.0" to "2.5.0" #3429 - Upgraded
npx
inlib/cli
from "10.0.1" to "10.2.0" #3429 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.9" to "5.2.10" #3429 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.9" to "5.2.10" #3429 - Upgraded
rxjs
inexamples/angular-cli
from "5.5.8" to "5.5.10" #3429 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.9" to "5.2.10" #3429 - Upgraded
@types/node
inexamples/angular-cli
from "9.6.2" to "9.6.5" #3429 - Upgraded
react
inexamples/cra-kitchen-sink
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
inexamples/cra-kitchen-sink
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-lifecycles-compat
inexamples/cra-kitchen-sink
from "3.0.0" to "3.0.2" #3429 - Upgraded
react
inexamples/official-storybook
from "16.3.1" to "16.3.2" #3429 - Upgraded
react-dom
inexamples/official-storybook
from "16.3.1" to "16.3.2" #3429 - Upgraded
@storybook/addon-actions
in/docs
from "3.4.0" to "3.4.1" #3426 - Upgraded
@storybook/addon-links
in/docs
from "3.4.0" to "3.4.1" #3426 - Upgraded
@storybook/addons
in/docs
from "3.4.0" to "3.4.1" #3426 - Upgraded
@storybook/react
in/docs
from "3.4.0" to "3.4.1" #3426 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.41" to "1.6.42" #3426 - Upgraded
gatsby-remark-images
in/docs
from "1.5.60" to "1.5.61" #3426 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.29" to "1.5.32" #3426 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.39" to "1.7.40" #3426 - Upgraded
gatsby
in/docs
from "1.9.247" to "1.9.250" #3426
2018-April-17
- Fix storyshots readme for image snapshotting #3397
2018-April-10
Also includes changes from 3.4.1
- React native Typescript transform #3209
- Split vendor and runtime chunk in static builds #3316
- Persist background for @addon/background #3331
- feat(notes): add marked options #3225
- Enforce addons store being a singleton by storing it in global variable #3383
- Scroll to top of the page when changing story #3338
- Fix HtmlWebpackPlugin error #3328
- Remove usages of deprecated React lifecycle methods #3327
142 Updates
- Migrate to react-lifecycles-compat@3 #3392
- Upgrade dev dependencies in Angular example #3391
- Upgraded
gatsby-remark-copy-linked-files
in/docs
from "1.5.30" to "1.5.31" #3388 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.28" to "1.5.29" #3388 - Upgraded
gatsby
in/docs
from "1.9.246" to "1.9.247" #3388 - Upgraded
lerna
in/
from "2.9.1" to "2.10.0" #3387 - Upgraded
babel-preset-minify
inapp/react
from "0.3.0" to "0.4.0" #3387 - Upgraded
core-js
inapp/react
from "2.5.4" to "2.5.5" #3387 - Upgraded
webpack-hot-middleware
inapp/react
from "2.21.2" to "2.22.0" #3387 - Upgraded
webpack-dev-middleware
inlib/core
from "3.1.1" to "3.1.2" #3387 - Upgraded
webpack-hot-middleware
inlib/core
from "2.21.2" to "2.22.0" #3387 - Upgraded
core-js
inapp/angular
from "2.5.4" to "2.5.5" #3387 - Upgraded
ts-loader
inapp/angular
from "4.1.0" to "4.2.0" #3387 - Upgraded
webpack-hot-middleware
inapp/angular
from "2.21.2" to "2.22.0" #3387 - Upgraded
zone.js
inapp/angular
from "0.8.25" to "0.8.26" #3387 - Upgraded
babel-preset-minify
inapp/mithril
from "0.3.0" to "0.4.0" #3387 - Upgraded
core-js
inapp/mithril
from "2.5.4" to "2.5.5" #3387 - Upgraded
webpack-hot-middleware
inapp/mithril
from "2.21.2" to "2.22.0" #3387 - Upgraded
@webcomponents/webcomponentsjs
inapp/polymer
from "1.1.1" to "1.2.0" #3387 - Upgraded
babel-preset-minify
inapp/polymer
from "0.3.0" to "0.4.0" #3387 - Upgraded
core-js
inapp/polymer
from "2.5.4" to "2.5.5" #3387 - Upgraded
webpack-hot-middleware
inapp/polymer
from "2.21.2" to "2.22.0" #3387 - Upgraded
babel-preset-minify
inapp/react-native
from "0.3.0" to "0.4.0" #3387 - Upgraded
url-parse
inapp/react-native
from "1.2.0" to "1.3.0" #3387 - Upgraded
webpack-dev-middleware
inapp/react-native
from "3.1.1" to "3.1.2" #3387 - Upgraded
webpack-hot-middleware
inapp/react-native
from "2.21.2" to "2.22.0" #3387 - Upgraded
babel-preset-minify
inapp/vue
from "0.3.0" to "0.4.0" #3387 - Upgraded
core-js
inapp/vue
from "2.5.4" to "2.5.5" #3387 - Upgraded
webpack-hot-middleware
inapp/vue
from "2.21.2" to "2.22.0" #3387 - Upgraded
core-js
inexamples/angular-cli
from "2.5.4" to "2.5.5" #3387 - Upgraded
zone.js
inexamples/angular-cli
from "0.8.25" to "0.8.26" #3387 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.7.3" to "1.7.4" #3387 - Upgraded
@webcomponents/webcomponentsjs
inexamples/polymer-cli
from "1.1.1" to "1.2.0" #3387 - Upgraded
webpack-dev-server
inexamples/polymer-cli
from "3.1.1" to "3.1.3" #3387 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "3.1.1" to "3.1.3" #3387 - Upgraded
lint-staged
in/
from "7.0.3" to "7.0.4" #3368 - Upgraded
webpack-dev-middleware
inlib/core
from "3.1.0" to "3.1.1" #3368 - Upgraded
webpack-dev-middleware
inapp/react-native
from "3.1.0" to "3.1.1" #3368 - Upgraded
react
in/
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
in/
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-test-renderer
in/
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
inaddons/centered
from "16.3.0" to "16.3.1" #3357 - Upgraded
webpack
inapp/react
from "4.4.1" to "4.5.0" #3357 - Upgraded
@types/react
inaddons/notes
from "16.3.4" to "16.3.5" #3357 - Upgraded
react-test-renderer
inaddons/info
from "16.3.0" to "16.3.1" #3357 - Upgraded
react
inaddons/links
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
inaddons/links
from "16.3.0" to "16.3.1" #3357 - Upgraded
webpack
inlib/core
from "4.4.1" to "4.5.0" #3357 - Upgraded
react
inaddons/storyshots
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
inaddons/storyshots
from "16.3.0" to "16.3.1" #3357 - Upgraded
react
inapp/angular
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
inapp/angular
from "16.3.0" to "16.3.1" #3357 - Upgraded
webpack
inapp/angular
from "4.4.1" to "4.5.0" #3357 - Upgraded
zone.js
inapp/angular
from "0.8.24" to "0.8.25" #3357 - Upgraded
react
inapp/mithril
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
inapp/mithril
from "16.3.0" to "16.3.1" #3357 - Upgraded
webpack
inapp/mithril
from "4.4.1" to "4.5.0" #3357 - Upgraded
react
inapp/polymer
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
inapp/polymer
from "16.3.0" to "16.3.1" #3357 - Upgraded
webpack
inapp/polymer
from "4.4.1" to "4.5.0" #3357 - Upgraded
webpack
inapp/react-native
from "4.4.1" to "4.5.0" #3357 - Upgraded
react
inapp/vue
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
inapp/vue
from "16.3.0" to "16.3.1" #3357 - Upgraded
webpack
inapp/vue
from "4.4.1" to "4.5.0" #3357 - Upgraded
zone.js
inexamples/angular-cli
from "0.8.24" to "0.8.25" #3357 - Upgraded
protractor
inexamples/angular-cli
from "5.3.0" to "5.3.1" #3357 - Upgraded
react
inexamples/cra-kitchen-sink
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
inexamples/cra-kitchen-sink
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-scripts
inexamples/cra-kitchen-sink
from "1.1.3" to "1.1.4" #3357 - Upgraded
webpack
inexamples/cra-kitchen-sink
from "4.4.1" to "4.5.0" #3357 - Upgraded
webpack
inexamples/mithril-kitchen-sink
from "4.4.1" to "4.5.0" #3357 - Upgraded
webpack
inexamples/polymer-cli
from "4.4.1" to "4.5.0" #3357 - Upgraded
webpack
inexamples/vue-kitchen-sink
from "4.4.1" to "4.5.0" #3357 - Upgraded
react
inexamples/official-storybook
from "16.3.0" to "16.3.1" #3357 - Upgraded
react-dom
inexamples/official-storybook
from "16.3.0" to "16.3.1" #3357 - Upgraded
gatsby-remark-autolink-headers
in/docs
from "1.4.15" to "1.4.16" #3356 - Upgraded
gatsby
in/docs
from "1.9.244" to "1.9.246" #3356 - Upgraded
danger
in/
from "3.4.4" to "3.4.5" #3350 - Upgraded
lint-staged
in/
from "7.0.2" to "7.0.3" #3350 - Upgraded
react-lifecycles-compat
inaddons/background
from "1.1.1" to "1.1.4" #3350 - Upgraded
react-lifecycles-compat
inaddons/events
from "1.1.1" to "1.1.4" #3350 - Upgraded
html-webpack-plugin
inapp/react
from "3.1.0" to "3.2.0" #3350 - Upgraded
@types/react
inaddons/notes
from "16.3.1" to "16.3.4" #3350 - Upgraded
axe-core
inaddons/a11y
from "3.0.0" to "3.0.1" #3350 - Upgraded
react-lifecycles-compat
inaddons/info
from "1.1.1" to "1.1.4" #3350 - Upgraded
react-lifecycles-compat
inaddons/knobs
from "1.1.1" to "1.1.4" #3350 - Upgraded
react-lifecycles-compat
inlib/ui
from "1.1.1" to "1.1.4" #3350 - Upgraded
html-webpack-plugin
inapp/angular
from "3.1.0" to "3.2.0" #3350 - Upgraded
html-webpack-plugin
inapp/mithril
from "3.1.0" to "3.2.0" #3350 - Upgraded
html-webpack-plugin
inapp/polymer
from "3.1.0" to "3.2.0" #3350 - Upgraded
html-webpack-plugin
inapp/react-native
from "3.1.0" to "3.2.0" #3350 - Upgraded
html-webpack-plugin
inapp/vue
from "3.1.0" to "3.2.0" #3350 - Upgraded
@types/node
inexamples/angular-cli
from "9.6.1" to "9.6.2" #3350 - Upgraded
react-lifecycles-compat
inexamples/cra-kitchen-sink
from "1.1.1" to "1.1.4" #3350 - Upgraded
react-scripts
inexamples/cra-kitchen-sink
from "1.1.1" to "1.1.3" #3350 - Upgraded
html-webpack-plugin
inexamples/polymer-cli
from "3.1.0" to "3.2.0" #3350 - Update gatsby-source-filesystem in /docs from 1.5.27 to 1.5.28 #3349
- Update gatsby in /docs from 1.9.243 to 1.9.244 #3345
- Upgraded
danger
in/
from "3.3.2" to "3.4.4" #3343 - Upgraded
eslint-plugin-import
in/
from "2.9.0" to "2.10.0" #3343 - Upgraded
lerna
in/
from "2.5.1" to "2.9.1" #3343 - Upgraded
lint-staged
in/
from "7.0.0" to "7.0.2" #3343 - Upgraded
react-lifecycles-compat
inaddons/background
from "1.1.0" to "1.1.1" #3343 - Upgraded
react-lifecycles-compat
inaddons/events
from "1.1.0" to "1.1.1" #3343 - Upgraded
react-textarea-autosize
inaddons/events
from "6.1.0-0" to "6.1.0" #3343 - Upgraded
babel-plugin-react-docgen
inapp/react
from "1.8.3" to "1.9.0" #3343 - Upgraded
nodemon
inapp/react
from "1.17.2" to "1.17.3" #3343 - Upgraded
@types/react
inaddons/notes
from "16.1.0" to "16.3.1" #3343 - Upgraded
react-lifecycles-compat
inaddons/info
from "1.1.0" to "1.1.1" #3343 - Upgraded
moment
inaddons/knobs
from "2.21.0" to "2.22.0" #3343 - Upgraded
react-lifecycles-compat
inaddons/knobs
from "1.1.0" to "1.1.1" #3343 - Upgraded
react-textarea-autosize
inaddons/knobs
from "6.1.0-0" to "6.1.0" #3343 - Upgraded
react-lifecycles-compat
inlib/ui
from "1.1.0" to "1.1.1" #3343 - Upgraded
serve-favicon
inlib/core
from "2.4.5" to "2.5.0" #3343 - Upgraded
zone.js
inapp/angular
from "0.8.20" to "0.8.24" #3343 - Upgraded
nodemon
inapp/angular
from "1.17.2" to "1.17.3" #3343 - Upgraded
nodemon
inapp/mithril
from "1.17.2" to "1.17.3" #3343 - Upgraded
nodemon
inapp/polymer
from "1.17.2" to "1.17.3" #3343 - Upgraded
ws
inapp/react-native
from "5.1.0" to "5.1.1" #3343 - Upgraded
nodemon
inapp/vue
from "1.17.2" to "1.17.3" #3343 - Upgraded
react-lifecycles-compat
inexamples/cra-kitchen-sink
from "1.1.0" to "1.1.1" #3343 - Upgraded
zone.js
inexamples/angular-cli
from "0.8.20" to "0.8.24" #3343 - Migrate to axe-core@3.0.0 #3332
- Migrate to ws@5 #3334
- Upgraded
@storybook/addon-actions
in/docs
from "3.3.15" to "3.4.0" #3325 - Upgraded
@storybook/addon-links
in/docs
from "3.3.15" to "3.4.0" #3325 - Upgraded
@storybook/addons
in/docs
from "3.3.15" to "3.4.0" #3325 - Upgraded
@storybook/react
in/docs
from "3.3.15" to "3.4.0" #3325 - Update gatsby-remark-autolink-headers in /docs from 1.4.13 to 1.4.15 #3314
- Upgraded
webpack
inapp/react
from "4.3.0" to "4.4.1" #3315 - Upgraded
webpack
inlib/core
from "4.3.0" to "4.4.1" #3315 - Upgraded
webpack
inapp/angular
from "4.3.0" to "4.4.1" #3315 - Upgraded
webpack
inapp/mithril
from "4.3.0" to "4.4.1" #3315 - Upgraded
webpack
inapp/polymer
from "4.3.0" to "4.4.1" #3315 - Upgraded
webpack
inapp/react-native
from "4.3.0" to "4.4.1" #3315 - Upgraded
webpack
inapp/vue
from "4.3.0" to "4.4.1" #3315 - Upgraded
webpack
inexamples/cra-kitchen-sink
from "4.3.0" to "4.4.1" #3315 - Upgraded
@types/node
inexamples/angular-cli
from "9.6.0" to "9.6.1" #3315 - Upgraded
webpack
inexamples/mithril-kitchen-sink
from "4.3.0" to "4.4.1" #3315 - Upgraded
webpack
inexamples/polymer-cli
from "4.3.0" to "4.4.1" #3315 - Upgraded
webpack
inexamples/vue-kitchen-sink
from "4.3.0" to "4.4.1" #3315 - Add babel-core dev-deps #3319
2018-April-10
- Make storybook addons channel available globally in
window
#3243
- Scroll preview pane for non-percentage heights #3342
- Replacing Report Fragment with div #3372
- Don't use direct react dependency in core #3382
2018-March-30
Welcome to Storybook 3.4 with the following key improvements:
- Polymer 2 support #2225
- Angular and Vue storyshots #2564
- Add image snapshots to addon-storyshots #2413
- Multiple story hierarchies #2452
- Addon-storysource: story source in addon pane #2885
Read on for more improvements, fixes. In addition, there are hundreds of dependency upgrades in the 3.4 release, so to see the details, please see the changelogs for 3.4.0-rc.*
and 3.4.0-alpha.*
.
- Bind window access if
window
is defined; addaddons channel
access too #3243 - Fix screenshots tests & add getScreenshotOption to storyshots #3102
- Add
__STORYBOOK_CLIENT_API__
for external tools #3058 - Addon storysource: select stories from inside of the StoryPanel #3154
- Storyshots: env.NODE_PATH support #2873
- Knobs: Select knob key/value ordering #1745
- Angular: Add option to pass custom styles for ng components #2856
- Core: Add watch mode for build-storybook #2866
- Core: Add
__dirname
support #2791 - Pass default webpack config as third argument in Full Control Mode #2796
- Angular and Vue storyshots #2564
- Addon-info: Added "Copy button" for code example #2713
- Angular: Serve styles and assets using .angular-cli webpack configuration #2735
- API: Added an event that is emitted when a channel is created. #2711
- Addon-a11y: Handle components with delayed rendering #2651
- Polymer 2 support #2225
- Add image snapshots to addon-storyshots #2413
- Angular template support for Storybook #2690
- Custom tsconfig.json for angular apps. #2669
- Multiple story hierarchies #2452
- Change template story files extension to .ts #2594
- Use store revisions to ensure that stories re-render on HMR. #2605
- Ability to force re-render a story #2463
- Introduce framework-independent core library #2241
- [Addon-storyshots] Remove default options on "goto" call #3298
- CLI: add error handling for latest_version helper #3297
- Refactor CLI to use
npm
andyarn
instead of third party packages #3275 - Fix issue when extending webpack config #3279
- Object proptype is shown in addon-info proptable #3255
- Fix storyshots renderer and serializer options #3252
- Angular: use resolveLoader from cliCommonConfig #3251
- Delaying update of height and width in Layout #3180
- Add 'waitUntil' option to puppeteer of storyshots #3156
- Move polymer loader to peerDependencies #3161
- Addons: avoid mixing manager and preview code together #3068
- React-Native: Fix by moving managerPath export to
server.js
#2947 - Addon-Info: Add type check to PropType on OneOf #2653
- Vue: Support .vue extension resolving #2896
- UI: remove zero on story loading #2857
- Angular: remove entryComponents prop from metadata #2790
- Use process.exitCode instead of process.exit() #2717
- Angular: knobs with template #2766
- Remove polymer-cli dependency #2741
- Add scss for components in angular apps by default. #2703
- Add example for @ngrx/store #3233
- Fix missing declaration in Angular example #3213
- Update ADDONS_SUPPORT.md #3114
- StoryShots: Document ref mocking #2869
- Extending webpack section is no longer needed for the common usage #2826
- Updating Vue Jest Config #2821
- Angular inheritance example #2787
- Revisit addon/framework support #3046
- Docs live examples #3019
- Mention new supported frameworks #2895
- Update writing addons documentation #2951
- Update docs on LinkTo in addon-links #2926
- Fix errors on starting example Angular app #3078
- Use WatchMissingNodeModulesPlugin from react-dev-utils package #3141
- Don't use exact versions in peerDependencies #3073
- Remove integration tests #3052
- Fix "dev" script to be cross-platform #2922
- Typescript distribution #2846
- Use UTC timezone in formatting too for knobs test #2861
- ADD autolabeler.yml for https://github.com/probot/autolabeler #2809
- Fix css warning in angular-cli example #2789
- Move more things to core #2788
- Change ng stories dir #2672
- Only update CLI snapshots on postpublish script, skip smoke tests #2671
- Fix the timezone for example dates #2654
- Update prereq yarn install level #2638
- Separate stories in angular-cli example #2592
2018-March-29
- [Hotfix] Use published webpack 4 compatible fork of react-dev-utils #3312
2018-March-28
- Webpack 4 #3148
- Viewport-addon Allow setting callback to be called whenever viewport changes #3283
- Storybook for Mithril #3244
- Feature request: adding aXe configuration for a11y addon #3285
- files knob #2860
- Using svg-url-loader for webpack configs that accept svgs #3221
- Addon Storysource typescript support #3253
- addon-options: Make shortcuts in storybook optional #3237
- Add parameters to stories in the story store, and render them in app layers #2679
- Add min, value, and max labels to range knob #3128
- viewport-addon: Make the addon configurable #3099
- Bind window access if
window
is defined; addaddons channel
access too #3243
- Update react-native symlink resolving and add support for flow #3306
- [Addon-storyshots] Remove default options on "goto" call #3298
- Remove onDeviceUI animation to support Detox screenshots #3272
- Angular: use resolveLoader from cliCommonConfig #3251
- Create CODEOWNERS from git history #3296
- Close inactive issues in 30 days #3273
- Refactor all startup code into
@storybook/core
also #3259 - Update ISSUE_TEMPLATE to help define work to be done #3257
64 Updates
- Update gatsby-transformer-remark in /docs from 1.7.38 to 1.7.39 #3310
- Upgraded
@types/react
inaddons/notes
from "16.0.41" to "16.1.0" #3311 - Upgraded
react-chromatic
inexamples/official-storybook
from "0.7.11" to "0.8.1" #3311 - Major upgrades for devDependencies #3304
- Upgraded
typescript
in/
from "2.7.2" to "2.8.1" #3303 - Upgraded
core-js
inapp/react
from "2.5.3" to "2.5.4" #3303 - Upgraded
core-js
inapp/angular
from "2.5.3" to "2.5.4" #3303 - Upgraded
core-js
inapp/polymer
from "2.5.3" to "2.5.4" #3303 - Upgraded
core-js
inapp/vue
from "2.5.3" to "2.5.4" #3303 - Upgraded
core-js
inexamples/angular-cli
from "2.5.3" to "2.5.4" #3303 - Upgraded
typescript
inexamples/angular-cli
from "2.7.2" to "2.8.1" #3303 - Upgraded
gatsby-link
in/docs
from "1.6.39" to "1.6.40" #3300 - Upgraded
gatsby-remark-images
in/docs
from "1.5.59" to "1.5.60" #3300 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.37" to "1.7.38" #3300 - Upgraded
gatsby
in/docs
from "1.9.241" to "1.9.243" #3300 - Upgraded
webpack
inapp/react
from "4.2.0" to "4.3.0" #3299 - Upgraded
webpack
inlib/core
from "4.2.0" to "4.3.0" #3299 - Upgraded
webpack-dev-middleware
inlib/core
from "3.0.1" to "3.1.0" #3299 - Upgraded
webpack
inapp/angular
from "4.2.0" to "4.3.0" #3299 - Upgraded
webpack
inapp/polymer
from "4.2.0" to "4.3.0" #3299 - Upgraded
webpack
inapp/react-native
from "4.2.0" to "4.3.0" #3299 - Upgraded
webpack-dev-middleware
inapp/react-native
from "3.0.1" to "3.1.0" #3299 - Upgraded
webpack
inapp/vue
from "4.2.0" to "4.3.0" #3299 - Upgraded
webpack
inexamples/cra-kitchen-sink
from "4.2.0" to "4.3.0" #3299 - Upgraded
rxjs
inexamples/angular-cli
from "5.5.7" to "5.5.8" #3299 - Upgraded
webpack
inexamples/polymer-cli
from "4.2.0" to "4.3.0" #3299 - Upgraded
webpack
inexamples/vue-kitchen-sink
from "4.2.0" to "4.3.0" #3299 - Upgraded
inquirer
in/
from "5.1.0" to "5.2.0" #3294 - Upgraded
marked
inaddons/notes
from "0.3.18" to "0.3.19" #3294 - Upgraded
update-notifier
inlib/cli
from "2.3.0" to "2.4.0" #3294 - Update marked in /docs from 0.3.18 to 0.3.19 #3292
- Update gatsby in /docs from 1.9.240 to 1.9.241 #3281
- Update @types/react in addons/notes from 16.0.40 to 16.0.41 #3282
- Upgraded
gatsby-remark-images
in/docs
from "1.5.56" to "1.5.59" #3276 - Upgraded
gatsby
in/docs
from "1.9.239" to "1.9.240" #3276 - Upgraded
vue-loader
inapp/vue
from "14.2.1" to "14.2.2" #3277 - Upgraded
vue-loader
inexamples/vue-kitchen-sink
from "14.2.1" to "14.2.2" #3277 - Upgraded
eslint
in/
from "4.19.0" to "4.19.1" #3265 - Upgraded
marked
inaddons/notes
from "0.3.17" to "0.3.18" #3265 - Upgraded
autoprefixer
inlib/core
from "8.1.0" to "8.2.0" #3265 - Upgraded
@webcomponents/webcomponentsjs
inapp/polymer
from "1.1.0" to "1.1.1" #3265 - Upgraded
@types/node
inexamples/angular-cli
from "9.4.7" to "9.6.0" #3265 - Upgraded
@polymer/polymer
inexamples/polymer-cli
from "2.5.0" to "2.6.0" #3265 - Upgraded
@webcomponents/webcomponentsjs
inexamples/polymer-cli
from "1.1.0" to "1.1.1" #3265 - Update marked in /docs from 0.3.17 to 0.3.18 #3264
- Update gatsby in /docs from 1.9.238 to 1.9.239 #3262
- Upgraded
danger
in/
from "3.3.0" to "3.3.2" #3254 - Upgraded
jest
in/
from "22.4.2" to "22.4.3" #3254 - Upgraded
jest-cli
in/
from "22.4.2" to "22.4.3" #3254 - Upgraded
jest-config
in/
from "22.4.2" to "22.4.3" #3254 - Upgraded
jest-diff
in/
from "22.4.0" to "22.4.3" #3254 - Upgraded
jest-environment-jsdom
in/
from "22.4.1" to "22.4.3" #3254 - Upgraded
jest-jasmine2
in/
from "22.4.2" to "22.4.3" #3254 - Upgraded
keycode
inlib/ui
from "2.1.9" to "2.2.0" #3254 - Upgraded
autoprefixer
inlib/core
from "8.0.0" to "8.1.0" #3254 - Upgraded
babel-preset-vue
inexamples/vue-kitchen-sink
from "2.0.1" to "2.0.2" #3254 - Upgraded
commander
in/
from "2.15.0" to "2.15.1" #3250 - Upgraded
danger
in/
from "3.2.0" to "3.3.0" #3250 - Upgraded
commander
inlib/core
from "2.15.0" to "2.15.1" #3250 - Upgraded
postcss-loader
inlib/core
from "2.1.2" to "2.1.3" #3250 - Upgraded
commander
inapp/react-native
from "2.15.0" to "2.15.1" #3250 - Upgraded
commander
inlib/cli
from "2.15.0" to "2.15.1" #3250 - Core: upgrade autoprefixer from 7.2.6 to 8.0.0 & allow configuring browser list externally #3076
- Update gatsby in /docs from 1.9.236 to 1.9.238 #3249
2018-March-28
- CLI: add error handling for latest_version helper #3297
- Refactor CLI to use
npm
andyarn
instead of third party packages #3275 - Fix issue when extending webpack config #3279
- Object proptype is shown in addon-info proptable #3255
- Fix storyshots renderer and serializer options #3252
- Angular: use resolveLoader from cliCommonConfig #3251
2018-March-19
58 Updates
- Update node-sass in app/angular from 4.8.2 to 4.8.3 #3239
- Update postcss-loader in lib/core from 2.1.1 to 2.1.2 #3234
- Upgraded
eslint
in/
from "4.18.2" to "4.19.0" #3230 - Upgraded
graphql
inaddons/graphql
from "0.13.1" to "0.13.2" #3230 - Update gatsby in /docs from 1.9.233 to 1.9.236 #3229
- Upgraded
gatsby-transformer-remark
in/docs
from "1.7.36" to "1.7.37" #3226 - Upgraded
gatsby
in/docs
from "1.9.232" to "1.9.233" #3226 - Upgraded
uglifyjs-webpack-plugin
inapp/react
from "1.2.3" to "1.2.4" #3227 - Upgraded
puppeteer
inaddons/storyshots
from "1.1.1" to "1.2.0" #3227 - Upgraded
enzyme-to-json
inaddons/storyshots
from "3.3.1" to "3.3.3" #3227 - Upgraded
css-loader
inlib/core
from "0.28.10" to "0.28.11" #3227 - Upgraded
uglifyjs-webpack-plugin
inapp/angular
from "1.2.3" to "1.2.4" #3227 - Upgraded
uglifyjs-webpack-plugin
inapp/polymer
from "1.2.3" to "1.2.4" #3227 - Upgraded
uglifyjs-webpack-plugin
inapp/react-native
from "1.2.3" to "1.2.4" #3227 - Upgraded
uglifyjs-webpack-plugin
inapp/vue
from "1.2.3" to "1.2.4" #3227 - Upgraded
enzyme-to-json
inexamples/cra-kitchen-sink
from "3.3.1" to "3.3.3" #3227 - Upgraded
enzyme-to-json
inexamples/official-storybook
from "3.3.1" to "3.3.3" #3227 - Upgraded
@angular/common
in/
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/compiler
in/
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/core
in/
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/forms
in/
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/platform-browser
in/
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/platform-browser-dynamic
in/
from "5.2.8" to "5.2.9" #3219 - Upgraded
danger
in/
from "3.1.8" to "3.2.0" #3219 - Upgraded
eslint-plugin-jest
in/
from "21.14.1" to "21.15.0" #3219 - Upgraded
jest-vue-preprocessor
in/
from "1.3.1" to "1.4.0" #3219 - Upgraded
react-chromatic
inexamples/official-storybook
from "0.7.10" to "0.7.11" #3219 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.8" to "5.2.9" #3219 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.8" to "5.2.9" #3219 - Upgraded
eslint-plugin-jest
in/
from "21.14.0" to "21.14.1" #3210 - Upgraded
jest-image-snapshot
in/
from "2.3.0" to "2.4.0" #3210 - Upgraded
nodemon
inapp/react
from "1.17.1" to "1.17.2" #3210 - Upgraded
vue
inaddons/knobs
from "2.5.15" to "2.5.16" #3210 - Upgraded
jest-image-snapshot
inaddons/storyshots
from "2.3.0" to "2.4.0" #3210 - Upgraded
nodemon
inapp/angular
from "1.17.1" to "1.17.2" #3210 - Upgraded
nodemon
inapp/polymer
from "1.17.1" to "1.17.2" #3210 - Upgraded
nodemon
inapp/vue
from "1.17.1" to "1.17.2" #3210 - Upgraded
vue
inapp/vue
from "2.5.15" to "2.5.16" #3210 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.15" to "2.5.16" #3210 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.15" to "2.5.16" #3210 - Upgraded
tslint-config-prettier
in/
from "1.9.0" to "1.10.0" #3201 - Upgraded
glamorous
inapp/react
from "4.12.0" to "4.12.1" #3201 - Upgraded
glamorous
inaddons/actions
from "4.12.0" to "4.12.1" #3201 - Upgraded
glamorous
inlib/components
from "4.12.0" to "4.12.1" #3201 - Upgraded
glamorous
inaddons/a11y
from "4.12.0" to "4.12.1" #3201 - Upgraded
glamorous
inaddons/info
from "4.12.0" to "4.12.1" #3201 - Upgraded
glamorous
inaddons/jest
from "4.12.0" to "4.12.1" #3201 - Upgraded
react-modal
inlib/ui
from "3.3.1" to "3.3.2" #3201 - Upgraded
express
inlib/core
from "4.16.2" to "4.16.3" #3201 - Upgraded
node-sass
inapp/angular
from "4.8.1" to "4.8.2" #3201 - Upgraded
express
inapp/react-native
from "4.16.2" to "4.16.3" #3201 - Upgraded
rxjs
inexamples/angular-cli
from "5.5.6" to "5.5.7" #3201 - Update gatsby in /docs from 1.9.231 to 1.9.232 #3200
2018-March-13
Fix publishing options to use exact versions for cross-dependencies per this change:
- use exact versions for cross-dependencies between our own packages #3183
2018-March-13
- Fix screenshots tests & add getScreenshotOption to storyshots #3102
- Delaying update of height and width in Layout #3180
- Add 'waitUntil' option to puppeteer of storyshots #3156
- Move polymer loader to peerDependencies #3161
- Feature-freeze master #3149
57 updates
- Update danger in / from 3.1.7 to 3.1.8 #3191
- Upgraded
polymer-webpack-loader
in/
from "2.0.1" to "2.0.2" #3184 - Upgraded
uglifyjs-webpack-plugin
inapp/react
from "1.2.2" to "1.2.3" #3184 - Upgraded
vue
inaddons/knobs
from "2.5.14" to "2.5.15" #3184 - Upgraded
node-sass
inapp/angular
from "4.7.2" to "4.8.1" #3184 - Upgraded
uglifyjs-webpack-plugin
inapp/angular
from "1.2.2" to "1.2.3" #3184 - Upgraded
uglifyjs-webpack-plugin
inapp/polymer
from "1.2.2" to "1.2.3" #3184 - Upgraded
polymer-webpack-loader
inapp/polymer
from "2.0.1" to "2.0.2" #3184 - Upgraded
uglifyjs-webpack-plugin
inapp/react-native
from "1.2.2" to "1.2.3" #3184 - Upgraded
uglifyjs-webpack-plugin
inapp/vue
from "1.2.2" to "1.2.3" #3184 - Upgraded
vue
inapp/vue
from "2.5.14" to "2.5.15" #3184 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.14" to "2.5.15" #3184 - Upgraded
polymer-webpack-loader
inexamples/polymer-cli
from "2.0.1" to "2.0.2" #3184 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.14" to "2.5.15" #3184 - Update eslint-plugin-jest in / from 21.13.0 to 21.14.0 #3182
- Upgraded
cross-env
in/
from "5.1.3" to "5.1.4" #3179 - Upgraded
jest-preset-angular
in/
from "5.2.0" to "5.2.1" #3179 - Upgraded
@types/react
inaddons/notes
from "16.0.34" to "16.0.40" #3179 - Upgraded
style-loader
inaddons/knobs
from "0.20.2" to "0.20.3" #3179 - Upgraded
vue
inaddons/knobs
from "2.5.13" to "2.5.14" #3179 - Upgraded
style-loader
inlib/core
from "0.20.2" to "0.20.3" #3179 - Upgraded
cross-env
inapp/angular
from "5.1.3" to "5.1.4" #3179 - Upgraded
copy-webpack-plugin
inapp/polymer
from "4.5.0" to "4.5.1" #3179 - Upgraded
vue
inapp/vue
from "2.5.13" to "2.5.14" #3179 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.13" to "2.5.14" #3179 - Upgraded
@types/node
inexamples/angular-cli
from "9.4.6" to "9.4.7" #3179 - Upgraded
copy-webpack-plugin
inexamples/polymer-cli
from "4.5.0" to "4.5.1" #3179 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.13" to "2.5.14" #3179 - Upgraded
cross-env
inexamples/vue-kitchen-sink
from "5.1.3" to "5.1.4" #3179 - Upgraded
gatsby-link
in/docs
from "1.6.38" to "1.6.39" #3171 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.39" to "1.6.41" #3171 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.26" to "1.5.27" #3171 - Upgraded
gatsby
in/docs
from "1.9.225" to "1.9.231" #3171 - Upgraded
@angular/common
in/
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/compiler
in/
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/core
in/
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/forms
in/
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/platform-browser
in/
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/platform-browser-dynamic
in/
from "5.2.7" to "5.2.8" #3170 - Upgraded
commander
in/
from "2.14.1" to "2.15.0" #3170 - Upgraded
acorn
inaddons/storysource
from "5.5.1" to "5.5.3" #3170 - Upgraded
enzyme-to-json
inaddons/storyshots
from "3.3.1" to "3.3.2" #3170 - Upgraded
commander
inlib/core
from "2.14.1" to "2.15.0" #3170 - Upgraded
commander
inapp/react-native
from "2.14.1" to "2.15.0" #3170 - Upgraded
enzyme-to-json
inexamples/cra-kitchen-sink
from "3.3.1" to "3.3.2" #3170 - Upgraded
enzyme-to-json
inexamples/official-storybook
from "3.3.1" to "3.3.2" #3170 - Upgraded
commander
inlib/cli
from "2.14.1" to "2.15.0" #3170 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.7" to "5.2.8" #3170 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.7.2" to "1.7.3" #3170 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.7" to "5.2.8" #3170 - use exact versions for cross-dependencies between our own packages #3183
- Move "@types/react" to dev dependencies #3169
2018-March-08
- Add
__STORYBOOK_CLIENT_API__
for external tools #3058 - Addon storysource: select stories from inside of the StoryPanel #3154
- Addons: avoid mixing manager and preview code together #3068
- Update ADDONS_SUPPORT.md #3114
- Add
viewport
addon to the Addon Gallery #3106 - Fix links examples #3096
- Fix links addon examples #3070
- Fix inconsistencies in the background add-on README #3080
- Fix errors on starting example Angular app #3078
- Use WatchMissingNodeModulesPlugin from react-dev-utils package #3141
- Don't use exact versions in peerDependencies #3073
- Remove integration tests #3052
229 Updates
- Upgraded
jscodeshift
inlib/codemod
from "0.4.1" to "0.5.0" #3168 - Upgraded
vue-loader
inapp/vue
from "14.1.1" to "14.2.1" #3168 - Upgraded
jscodeshift
inlib/cli
from "0.4.1" to "0.5.0" #3168 - Upgraded
vue-loader
inexamples/vue-kitchen-sink
from "14.1.1" to "14.2.1" #3168 - Upgraded
@storybook/addon-actions
in/docs
from "3.3.14" to "3.3.15" #3167 - Upgraded
@storybook/addon-links
in/docs
from "3.3.14" to "3.3.15" #3167 - Upgraded
@storybook/addons
in/docs
from "3.3.14" to "3.3.15" #3167 - Upgraded
@storybook/react
in/docs
from "3.3.14" to "3.3.15" #3167 - Upgraded
gatsby-remark-images
in/docs
from "1.5.55" to "1.5.56" #3167 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.34" to "1.7.36" #3167 - Upgraded
gatsby
in/docs
from "1.9.223" to "1.9.225" #3167 - Upgraded
eslint-plugin-jest
in/
from "21.12.3" to "21.13.0" #3160 - Upgraded
babel-loader
inapp/react
from "7.1.3" to "7.1.4" #3160 - Upgraded
case-sensitive-paths-webpack-plugin
inapp/react
from "2.1.1" to "2.1.2" #3160 - Upgraded
acorn
inaddons/storysource
from "5.5.0" to "5.5.1" #3160 - Upgraded
react-syntax-highlighter
inaddons/storysource
from "7.0.1" to "7.0.2" #3160 - Upgraded
babel-loader
inapp/angular
from "7.1.3" to "7.1.4" #3160 - Upgraded
case-sensitive-paths-webpack-plugin
inapp/angular
from "2.1.1" to "2.1.2" #3160 - Upgraded
babel-loader
inapp/polymer
from "7.1.3" to "7.1.4" #3160 - Upgraded
case-sensitive-paths-webpack-plugin
inapp/polymer
from "2.1.1" to "2.1.2" #3160 - Upgraded
babel-loader
inapp/react-native
from "7.1.3" to "7.1.4" #3160 - Upgraded
case-sensitive-paths-webpack-plugin
inapp/react-native
from "2.1.1" to "2.1.2" #3160 - Upgraded
babel-loader
inapp/vue
from "7.1.3" to "7.1.4" #3160 - Upgraded
case-sensitive-paths-webpack-plugin
inapp/vue
from "2.1.1" to "2.1.2" #3160 - Upgraded
karma-coverage-istanbul-reporter
inexamples/angular-cli
from "1.4.1" to "1.4.2" #3160 - Upgraded
babel-loader
inexamples/polymer-cli
from "7.1.3" to "7.1.4" #3160 - Upgraded
babel-loader
inexamples/vue-kitchen-sink
from "7.1.3" to "7.1.4" #3160 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.38" to "1.6.39" #3159 - Upgraded
gatsby-remark-images
in/docs
from "1.5.54" to "1.5.55" #3159 - Update jest-specific-snapshot in addons/storyshots from 0.4.0 to 0.5.0 #3151
- Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.37" to "1.6.38" #3146 - Upgraded
gatsby-remark-images
in/docs
from "1.5.53" to "1.5.54" #3146 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.25" to "1.5.26" #3146 - Upgraded
gatsby
in/docs
from "1.9.222" to "1.9.223" #3146 - Upgraded
webpack-hot-middleware
inapp/react
from "2.21.1" to "2.21.2" #3145 - Upgraded
webpack-hot-middleware
inlib/core
from "2.21.1" to "2.21.2" #3145 - Upgraded
webpack-hot-middleware
inapp/angular
from "2.21.1" to "2.21.2" #3145 - Upgraded
webpack-hot-middleware
inapp/polymer
from "2.21.1" to "2.21.2" #3145 - Upgraded
webpack-hot-middleware
inapp/react-native
from "2.21.1" to "2.21.2" #3145 - Upgraded
webpack-hot-middleware
inapp/vue
from "2.21.1" to "2.21.2" #3145 - Upgraded
babel-plugin-macros
in/
from "2.1.0" to "2.2.0" #3137 - Upgraded
chalk
in/
from "2.3.1" to "2.3.2" #3137 - Upgraded
eslint
in/
from "4.18.1" to "4.18.2" #3137 - Upgraded
eslint-plugin-jest
in/
from "21.12.2" to "21.12.3" #3137 - Upgraded
babel-plugin-macros
inapp/react
from "2.1.0" to "2.2.0" #3137 - Upgraded
glamorous
inapp/react
from "4.11.6" to "4.12.0" #3137 - Upgraded
glamorous
inaddons/actions
from "4.11.6" to "4.12.0" #3137 - Upgraded
glamorous
inlib/components
from "4.11.6" to "4.12.0" #3137 - Upgraded
glamorous
inaddons/a11y
from "4.11.6" to "4.12.0" #3137 - Upgraded
glamorous
inaddons/info
from "4.11.6" to "4.12.0" #3137 - Upgraded
glamorous
inaddons/jest
from "4.11.6" to "4.12.0" #3137 - Upgraded
moment
inaddons/knobs
from "2.20.1" to "2.21.0" #3137 - Upgraded
chalk
inlib/core
from "2.3.1" to "2.3.2" #3137 - Upgraded
babel-plugin-macros
inapp/angular
from "2.1.0" to "2.2.0" #3137 - Upgraded
sass-loader
inapp/angular
from "6.0.6" to "6.0.7" #3137 - Upgraded
babel-plugin-macros
inapp/polymer
from "2.1.0" to "2.2.0" #3137 - Upgraded
babel-plugin-macros
inapp/react-native
from "2.1.0" to "2.2.0" #3137 - Upgraded
babel-plugin-macros
inapp/vue
from "2.1.0" to "2.2.0" #3137 - Upgraded
chalk
inlib/cli
from "2.3.1" to "2.3.2" #3137 - Upgraded
cross-spawn
inlib/cli
from "6.0.4" to "6.0.5" #3137 - Upgraded
gatsby-remark-copy-linked-files
in/docs
from "1.5.29" to "1.5.30" #3136 - Upgraded
gatsby
in/docs
from "1.9.221" to "1.9.222" #3136 - Upgraded
gatsby-link
in/docs
from "1.6.37" to "1.6.38" #3124 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.35" to "1.6.37" #3124 - Upgraded
gatsby-remark-autolink-headers
in/docs
from "1.4.12" to "1.4.13" #3124 - Upgraded
gatsby-remark-copy-linked-files
in/docs
from "1.5.28" to "1.5.29" #3124 - Upgraded
gatsby-remark-images
in/docs
from "1.5.51" to "1.5.53" #3124 - Upgraded
gatsby-remark-smartypants
in/docs
from "1.4.11" to "1.4.12" #3124 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.24" to "1.5.25" #3124 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.33" to "1.7.34" #3124 - Upgraded
gatsby
in/docs
from "1.9.216" to "1.9.221" #3124 - Upgraded
codelyzer
in/
from "4.1.0" to "4.2.1" #3131 - Upgraded
file-loader
inlib/core
from "1.1.10" to "1.1.11" #3131 - Upgraded
copy-webpack-plugin
inapp/polymer
from "4.4.2" to "4.5.0" #3131 - Upgraded
copy-webpack-plugin
inexamples/polymer-cli
from "4.4.2" to "4.5.0" #3131 - Upgraded
file-loader
inexamples/vue-kitchen-sink
from "1.1.10" to "1.1.11" #3131 - Upgraded
@angular/common
in/
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/compiler
in/
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/core
in/
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/forms
in/
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/platform-browser
in/
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/platform-browser-dynamic
in/
from "5.2.6" to "5.2.7" #3123 - Upgraded
prettier
in/
from "1.11.0" to "1.11.1" #3123 - Upgraded
prettier
inaddons/storysource
from "1.11.0" to "1.11.1" #3123 - Upgraded
babel-plugin-react-docgen
inapp/react
from "1.8.2" to "1.8.3" #3123 - Upgraded
webpack-hot-middleware
inapp/react
from "2.21.0" to "2.21.1" #3123 - Upgraded
nodemon
inapp/react
from "1.15.1" to "1.17.1" #3123 - Upgraded
jest-specific-snapshot
inaddons/storyshots
from "0.3.0" to "0.4.0" #3123 - Upgraded
react-color
inaddons/knobs
from "2.13.8" to "2.14.0" #3123 - Upgraded
webpack-hot-middleware
inlib/core
from "2.21.0" to "2.21.1" #3123 - Upgraded
webpack-hot-middleware
inapp/angular
from "2.21.0" to "2.21.1" #3123 - Upgraded
nodemon
inapp/angular
from "1.15.1" to "1.17.1" #3123 - Upgraded
webpack-hot-middleware
inapp/polymer
from "2.21.0" to "2.21.1" #3123 - Upgraded
nodemon
inapp/polymer
from "1.15.1" to "1.17.1" #3123 - Upgraded
webpack-hot-middleware
inapp/react-native
from "2.21.0" to "2.21.1" #3123 - Upgraded
webpack-hot-middleware
inapp/vue
from "2.21.0" to "2.21.1" #3123 - Upgraded
nodemon
inapp/vue
from "1.15.1" to "1.17.1" #3123 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.6" to "5.2.7" #3123 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.7.1" to "1.7.2" #3123 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.6" to "5.2.7" #3123 - Vue example: upgrade vue-loader from 13.7.1 to 14.1.1 #3077
- Maintenance: upgrade lint-staged from
6.1.1
to7.0.0
#3067 - Core & UI: upgrade events from 1.1.1 to 2.0.0 #3075
- Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.34" to "1.6.35" #3109 - Upgraded
gatsby-remark-images
in/docs
from "1.5.50" to "1.5.51" #3109 - Upgraded
gatsby
in/docs
from "1.9.215" to "1.9.216" #3109 - Upgraded
marked
in/docs
from "0.3.16" to "0.3.17" #3109 - Upgraded
prop-types
in/docs
from "15.6.0" to "15.6.1" #3109 - RN app: upgrade ws from 3.3.3 to 4.1.0 #3074
- Upgraded
prettier
in/
from "1.10.2" to "1.11.0" #3108 - Upgraded
prop-types
inaddons/background
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inaddons/events
from "15.6.0" to "15.6.1" #3108 - Upgraded
acorn
inaddons/storysource
from "5.4.1" to "5.5.0" #3108 - Upgraded
acorn-stage3
inaddons/storysource
from "0.5.0" to "0.6.0" #3108 - Upgraded
prettier
inaddons/storysource
from "1.10.2" to "1.11.0" #3108 - Upgraded
prop-types
inaddons/storysource
from "15.6.0" to "15.6.1" #3108 - Upgraded
dotenv-webpack
inapp/react
from "1.5.4" to "1.5.5" #3108 - Upgraded
prop-types
inapp/react
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inaddons/graphql
from "15.6.0" to "15.6.1" #3108 - Upgraded
marked
inaddons/notes
from "0.3.16" to "0.3.17" #3108 - Upgraded
prop-types
inaddons/notes
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inaddons/actions
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inaddons/links
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inlib/components
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inaddons/a11y
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inaddons/info
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inaddons/jest
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inaddons/knobs
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inaddons/viewport
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inlib/ui
from "15.6.0" to "15.6.1" #3108 - Upgraded
dotenv
inlib/core
from "5.0.0" to "5.0.1" #3108 - Upgraded
file-loader
inlib/core
from "1.1.9" to "1.1.10" #3108 - Upgraded
prop-types
inlib/core
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inexamples/cra-kitchen-sink
from "15.6.0" to "15.6.1" #3108 - Upgraded
prop-types
inexamples/official-storybook
from "15.6.0" to "15.6.1" #3108 - Upgraded
dotenv-webpack
inapp/angular
from "1.5.4" to "1.5.5" #3108 - Upgraded
dotenv-webpack
inapp/polymer
from "1.5.4" to "1.5.5" #3108 - Upgraded
prop-types
inapp/react-native
from "15.6.0" to "15.6.1" #3108 - Upgraded
dotenv-webpack
inapp/vue
from "1.5.4" to "1.5.5" #3108 - Upgraded
webpack-dev-server
inexamples/polymer-cli
from "2.11.1" to "2.11.2" #3108 - Upgraded
file-loader
inexamples/vue-kitchen-sink
from "1.1.9" to "1.1.10" #3108 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "2.11.1" to "2.11.2" #3108 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.23" to "1.5.24" #3103 - Upgraded
gatsby
in/docs
from "1.9.214" to "1.9.215" #3103 - Upgraded
jest-preset-angular
in/
from "5.1.0" to "5.2.0" #3104 - Upgraded
postcss-loader
inlib/core
from "2.1.0" to "2.1.1" #3104 - Upgraded
tslint-config-prettier
in/
from "1.8.0" to "1.9.0" #3097 - Upgraded
babel-loader
inapp/react
from "7.1.2" to "7.1.3" #3097 - Upgraded
babel-loader
inapp/angular
from "7.1.2" to "7.1.3" #3097 - Upgraded
babel-loader
inapp/polymer
from "7.1.2" to "7.1.3" #3097 - Upgraded
babel-loader
inapp/react-native
from "7.1.2" to "7.1.3" #3097 - Upgraded
babel-loader
inapp/vue
from "7.1.2" to "7.1.3" #3097 - Upgraded
babel-loader
inexamples/polymer-cli
from "7.1.2" to "7.1.3" #3097 - Upgraded
babel-loader
inexamples/vue-kitchen-sink
from "7.1.2" to "7.1.3" #3097 - Update gatsby in /docs from 1.9.212 to 1.9.214 #3095
- Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.33" to "1.6.34" #3071 - Upgraded
gatsby-remark-images
in/docs
from "1.5.49" to "1.5.50" #3071 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.22" to "1.5.23" #3071 - Upgraded
gatsby
in/docs
from "1.9.209" to "1.9.212" #3071 - Upgraded
puppeteer
in/
from "1.1.0" to "1.1.1" #3069 - Upgraded
react-syntax-highlighter
inaddons/storysource
from "7.0.0" to "7.0.1" #3069 - Upgraded
uglifyjs-webpack-plugin
inapp/react
from "1.2.0" to "1.2.2" #3069 - Upgraded
puppeteer
inaddons/storyshots
from "1.0.0" to "1.1.1" #3069 - Upgraded
uglifyjs-webpack-plugin
inapp/angular
from "1.2.0" to "1.2.2" #3069 - Upgraded
copy-webpack-plugin
inapp/polymer
from "4.4.1" to "4.4.2" #3069 - Upgraded
uglifyjs-webpack-plugin
inapp/polymer
from "1.2.0" to "1.2.2" #3069 - Upgraded
uglifyjs-webpack-plugin
inapp/react-native
from "1.2.0" to "1.2.2" #3069 - Upgraded
uglifyjs-webpack-plugin
inapp/vue
from "1.2.0" to "1.2.2" #3069 - Upgraded
copy-webpack-plugin
inexamples/polymer-cli
from "4.4.1" to "4.4.2" #3069 - Upgraded
jest
in/
from "22.4.0" to "22.4.2" #3063 - Upgraded
jest-cli
in/
from "22.4.0" to "22.4.2" #3063 - Upgraded
jest-config
in/
from "22.4.0" to "22.4.2" #3063 - Upgraded
jest-environment-jsdom
in/
from "22.4.0" to "22.4.1" #3063 - Upgraded
jest-jasmine2
in/
from "22.4.0" to "22.4.2" #3063 - Upgraded
css-loader
inapp/react
from "0.28.9" to "0.28.10" #3063 - Upgraded
babel-jest
inaddons/storyshots
from "22.4.0" to "22.4.1" #3063 - Upgraded
jest
inaddons/storyshots
from "22.4.0" to "22.4.2" #3063 - Upgraded
jest-cli
inaddons/storyshots
from "22.4.0" to "22.4.2" #3063 - Upgraded
css-loader
inlib/core
from "0.28.9" to "0.28.10" #3063 - Upgraded
babel-jest
inexamples/cra-kitchen-sink
from "22.4.0" to "22.4.1" #3063 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.4.0" to "22.4.2" #3063 - Upgraded
babel-jest
inexamples/official-storybook
from "22.4.0" to "22.4.1" #3063 - Upgraded
jest
inexamples/official-storybook
from "22.4.0" to "22.4.2" #3063 - Upgraded
css-loader
inapp/angular
from "0.28.9" to "0.28.10" #3063 - Upgraded
css-loader
inapp/polymer
from "0.28.9" to "0.28.10" #3063 - Upgraded
css-loader
inapp/react-native
from "0.28.9" to "0.28.10" #3063 - Upgraded
css-loader
inapp/vue
from "0.28.9" to "0.28.10" #3063 - Upgraded
css-loader
inexamples/vue-kitchen-sink
from "0.28.9" to "0.28.10" #3063 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.32" to "1.6.33" #3064 - Upgraded
gatsby-remark-copy-linked-files
in/docs
from "1.5.27" to "1.5.28" #3064 - Upgraded
gatsby-remark-images
in/docs
from "1.5.48" to "1.5.49" #3064 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.21" to "1.5.22" #3064 - Upgraded
gatsby
in/docs
from "1.9.206" to "1.9.209" #3064 - Upgraded
@angular/common
in/
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/compiler
in/
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/core
in/
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/forms
in/
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/platform-browser
in/
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/platform-browser-dynamic
in/
from "5.2.5" to "5.2.6" #3055 - Upgraded
eslint-plugin-import
in/
from "2.8.0" to "2.9.0" #3055 - Upgraded
jest-preset-angular
in/
from "5.0.0" to "5.1.0" #3055 - Upgraded
file-loader
inapp/react
from "1.1.8" to "1.1.9" #3055 - Upgraded
file-loader
inlib/core
from "1.1.8" to "1.1.9" #3055 - Upgraded
react-chromatic
inexamples/official-storybook
from "0.7.9" to "0.7.10" #3055 - Upgraded
file-loader
inapp/angular
from "1.1.8" to "1.1.9" #3055 - Upgraded
file-loader
inapp/polymer
from "1.1.8" to "1.1.9" #3055 - Upgraded
file-loader
inapp/react-native
from "1.1.8" to "1.1.9" #3055 - Upgraded
file-loader
inapp/vue
from "1.1.8" to "1.1.9" #3055 - Upgraded
@angular/animations
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/http
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/router
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.7.0" to "1.7.1" #3055 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
@angular/language-service
inexamples/angular-cli
from "5.2.5" to "5.2.6" #3055 - Upgraded
file-loader
inexamples/vue-kitchen-sink
from "1.1.8" to "1.1.9" #3055 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.31" to "1.6.32" #3056 - Upgraded
gatsby-remark-images
in/docs
from "1.5.47" to "1.5.48" #3056 - Upgraded
gatsby
in/docs
from "1.9.204" to "1.9.206" #3056
2018-March-07
- Unset background when switching to a non-background story #3142
- Updated testIds in RN StoryListView to use kind #3129
- Added missing key prop to NoTests component. #3111
- Events addon: fix React keys warning #3072
2018-February-22
- Addon-storysource: story source in addon pane #2885
- Addon Storysource improvements #3040
- Add moduleMetadata decorator for supplying common Angular metadata #2959
Addon Storysource
Add auto scrolling to the selected story #3025- Enable groupId option for knobs to be organized into sub panels. #2661
- Added beforeScreenshot config option to addons/storyshots, to allow testing of components with mounting animations #2972
- Add GitHub flavored markdown notes #2946
- Fix problem with RN on latest
master
build #3045 - Use @storybook/podda to fix npm engine version in podda #3033
- Revisit addon/framework support #3046
- Docs live examples #3019
- Mention new supported frameworks #2895
- Use core client api in react native #3036
- Optimize CI workflow #3016
- Integration tests: wait until stories appear #3027
- Add netlify for polymer #3004
- Add built storybooks to official storybook #2958
169 Updates
- Upgraded
@storybook/addon-actions
in/docs
from "3.3.13" to "3.3.14" #3051 - Upgraded
@storybook/addon-links
in/docs
from "3.3.13" to "3.3.14" #3051 - Upgraded
@storybook/addons
in/docs
from "3.3.13" to "3.3.14" #3051 - Upgraded
@storybook/react
in/docs
from "3.3.13" to "3.3.14" #3051 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.20" to "1.5.21" #3051 - Upgraded
gatsby
in/docs
from "1.9.203" to "1.9.204" #3051 - Upgraded
marked
in/docs
from "0.3.15" to "0.3.16" #3051 - Upgraded
eslint
in/
from "4.18.0" to "4.18.1" #3050 - Upgraded
jscodeshift
inlib/codemod
from "0.4.0" to "0.4.1" #3050 - Upgraded
file-loader
inapp/react
from "1.1.7" to "1.1.8" #3050 - Upgraded
marked
inaddons/notes
from "0.3.15" to "0.3.16" #3050 - Upgraded
react-modal
inlib/ui
from "3.2.1" to "3.3.1" #3050 - Upgraded
file-loader
inlib/core
from "1.1.7" to "1.1.8" #3050 - Upgraded
file-loader
inapp/angular
from "1.1.7" to "1.1.8" #3050 - Upgraded
react-modal
inapp/angular
from "3.2.1" to "3.3.1" #3050 - Upgraded
ts-loader
inapp/angular
from "3.3.1" to "3.5.0" #3050 - Upgraded
file-loader
inapp/polymer
from "1.1.7" to "1.1.8" #3050 - Upgraded
react-modal
inapp/polymer
from "3.2.1" to "3.3.1" #3050 - Upgraded
file-loader
inapp/react-native
from "1.1.7" to "1.1.8" #3050 - Upgraded
file-loader
inapp/vue
from "1.1.7" to "1.1.8" #3050 - Upgraded
vue-hot-reload-api
inapp/vue
from "2.2.4" to "2.3.0" #3050 - Upgraded
jscodeshift
inlib/cli
from "0.4.0" to "0.4.1" #3050 - Upgraded
file-loader
inexamples/vue-kitchen-sink
from "1.1.7" to "1.1.8" #3050 - Upgraded
vue-hot-reload-api
inexamples/vue-kitchen-sink
from "2.2.4" to "2.3.0" #3050 - Upgraded
babel-eslint
in/
from "8.2.1" to "8.2.2" #3041 - Upgraded
jest
in/
from "22.3.0" to "22.4.0" #3041 - Upgraded
jest-cli
in/
from "22.3.0" to "22.4.0" #3041 - Upgraded
jest-config
in/
from "22.3.0" to "22.4.0" #3041 - Upgraded
jest-diff
in/
from "22.1.0" to "22.4.0" #3041 - Upgraded
jest-environment-jsdom
in/
from "22.3.0" to "22.4.0" #3041 - Upgraded
jest-jasmine2
in/
from "22.3.0" to "22.4.0" #3041 - Upgraded
babel-jest
inaddons/storyshots
from "22.1.0" to "22.4.0" #3041 - Upgraded
jest
inaddons/storyshots
from "22.3.0" to "22.4.0" #3041 - Upgraded
jest-cli
inaddons/storyshots
from "22.3.0" to "22.4.0" #3041 - Upgraded
babel-jest
inexamples/cra-kitchen-sink
from "22.2.2" to "22.4.0" #3041 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.3.0" to "22.4.0" #3041 - Upgraded
babel-jest
inexamples/official-storybook
from "22.1.0" to "22.4.0" #3041 - Upgraded
jest
inexamples/official-storybook
from "22.3.0" to "22.4.0" #3041 - Addon-storyshots: upgrade puppeteer to 1.0.0 #2853
- App-angular: upgrade ts-loader to 3.3.1 #2855
- Update cross-spawn in lib/cli from 6.0.3 to 6.0.4 #3039
- Update eslint-plugin-react in / from 7.6.1 to 7.7.0 #3037
- CLI: upgrade cross-spawn to 6.0.3 #2854
- Update gatsby in /docs from 1.9.202 to 1.9.203 #3034
- Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.30" to "1.6.31" #3030 - Upgraded
gatsby-remark-images
in/docs
from "1.5.46" to "1.5.47" #3030 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.32" to "1.7.33" #3030 - Upgraded
nodemon
in/
from "1.15.0" to "1.15.1" #3028 - Upgraded
file-loader
inapp/react
from "1.1.6" to "1.1.7" #3028 - Upgraded
nodemon
inapp/react
from "1.15.0" to "1.15.1" #3028 - Upgraded
file-loader
inlib/core
from "1.1.6" to "1.1.7" #3028 - Upgraded
file-loader
inapp/angular
from "1.1.6" to "1.1.7" #3028 - Upgraded
nodemon
inapp/angular
from "1.15.0" to "1.15.1" #3028 - Upgraded
file-loader
inapp/polymer
from "1.1.6" to "1.1.7" #3028 - Upgraded
nodemon
inapp/polymer
from "1.15.0" to "1.15.1" #3028 - Upgraded
file-loader
inapp/react-native
from "1.1.6" to "1.1.7" #3028 - Upgraded
file-loader
inapp/vue
from "1.1.6" to "1.1.7" #3028 - Upgraded
nodemon
inapp/vue
from "1.15.0" to "1.15.1" #3028 - Upgraded
file-loader
inexamples/vue-kitchen-sink
from "1.1.6" to "1.1.7" #3028 - Update marked in /docs from 0.3.14 to 0.3.15 #3021
- Core: upgrade dotenv to 5.0.0 #2878
- Update acorn-stage3 in addons/storysource from 0.4.0 to 0.5.0 #3014
- Update gatsby in /docs from 1.9.201 to 1.9.202 #3012
- Update marked in addons/notes from 0.3.12 to 0.3.14 #3015
- Upgraded
danger
in/
from "3.1.6" to "3.1.7" #3013 - Upgraded
eslint-plugin-jest
in/
from "21.12.1" to "21.12.2" #3013 - Upgraded
glamorous
inlib/components
from "4.11.5" to "4.11.6" #3009 - Upgraded
glamorous
inaddons/a11y
from "4.11.5" to "4.11.6" #3009 - Upgraded
glamorous
inaddons/info
from "4.11.5" to "4.11.6" #3009 - Upgraded
glamorous
inaddons/jest
from "4.11.5" to "4.11.6" #3009 - Upgraded
glamorous
inapp/react
from "4.11.5" to "4.11.6" #3009 - Upgraded
glamorous
inexamples/cra-kitchen-sink
from "4.11.5" to "4.11.6" #3009 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.29" to "1.6.30" #3008 - Upgraded
gatsby-remark-images
in/docs
from "1.5.45" to "1.5.46" #3008 - Upgraded
eslint
in/
from "4.17.0" to "4.18.0" #3006 - Upgraded
uglifyjs-webpack-plugin
inapp/angular
from "1.1.8" to "1.2.0" #3006 - Upgraded
uglifyjs-webpack-plugin
inapp/polymer
from "1.1.8" to "1.2.0" #3006 - Upgraded
uglifyjs-webpack-plugin
inapp/react-native
from "1.1.8" to "1.2.0" #3006 - Upgraded
uglifyjs-webpack-plugin
inapp/react
from "1.1.8" to "1.2.0" #3006 - Upgraded
uglifyjs-webpack-plugin
inapp/vue
from "1.1.8" to "1.2.0" #3006 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.28" to "1.6.29" #3005 - Upgraded
gatsby-remark-images
in/docs
from "1.5.44" to "1.5.45" #3005 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.19" to "1.5.20" #3005 - Upgraded
gatsby
in/docs
from "1.9.200" to "1.9.201" #3005 - Upgraded
lint-staged
in/
from "6.1.0" to "6.1.1" #3003 - Upgraded
nodemon
in/
from "1.14.12" to "1.15.0" #3003 - Upgraded
puppeteer
in/
from "1.0.0" to "1.1.0" #3003 - Upgraded
typescript
in/
from "2.7.1" to "2.7.2" #3003 - Upgraded
graphql
inaddons/graphql
from "0.13.0" to "0.13.1" #3003 - Upgraded
style-loader
inaddons/knobs
from "0.20.1" to "0.20.2" #3003 - Upgraded
glamorous
inlib/components
from "4.11.4" to "4.11.5" #3003 - Upgraded
glamorous
inaddons/a11y
from "4.11.4" to "4.11.5" #3003 - Upgraded
glamorous
inaddons/info
from "4.11.4" to "4.11.5" #3003 - Upgraded
glamorous
inaddons/jest
from "4.11.4" to "4.11.5" #3003 - Upgraded
style-loader
inlib/core
from "0.20.1" to "0.20.2" #3003 - Upgraded
style-loader
inapp/angular
from "0.20.1" to "0.20.2" #3003 - Upgraded
nodemon
inapp/angular
from "1.14.12" to "1.15.0" #3003 - Upgraded
typescript
inapp/angular
from "2.7.1" to "2.7.2" #3003 - Upgraded
style-loader
inapp/polymer
from "0.20.1" to "0.20.2" #3003 - Upgraded
nodemon
inapp/polymer
from "1.14.12" to "1.15.0" #3003 - Upgraded
style-loader
inapp/react-native
from "0.20.1" to "0.20.2" #3003 - Upgraded
glamorous
inapp/react
from "4.11.4" to "4.11.5" #3003 - Upgraded
style-loader
inapp/react
from "0.20.1" to "0.20.2" #3003 - Upgraded
nodemon
inapp/react
from "1.14.12" to "1.15.0" #3003 - Upgraded
style-loader
inapp/vue
from "0.20.1" to "0.20.2" #3003 - Upgraded
nodemon
inapp/vue
from "1.14.12" to "1.15.0" #3003 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.6.8" to "1.7.0" #3003 - Upgraded
typescript
inexamples/angular-cli
from "2.7.1" to "2.7.2" #3003 - Upgraded
glamorous
inexamples/cra-kitchen-sink
from "4.11.4" to "4.11.5" #3003 - Update gatsby in /docs from 1.9.199 to 1.9.200 #3001
- Update marked in /docs from 0.3.12 to 0.3.14 #2999
- Upgraded
react-modal
inlib/ui
from "3.1.13" to "3.2.1" #2992 - Upgraded
react-modal
inapp/angular
from "3.1.13" to "3.2.1" #2992 - Upgraded
react-modal
inapp/polymer
from "3.1.13" to "3.2.1" #2992 - Update 8 dependencies from npm #2978
- Update make-error in addons/actions from 1.3.3 to 1.3.4 #2991
- Update 2 dependencies from npm #2712
- Update tslint-config-prettier in / from 1.7.0 to 1.8.0 #2990
- Update lerna in / from 2.8.0 to 2.9.0 #2987
- Update
eslint-plugin-react
in/
from "7.6.0" to "7.6.1" #2864 - Upgraded
@angular/common
in/
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/compiler
in/
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/core
in/
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/forms
in/
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/platform-browser
in/
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/platform-browser-dynamic
in/
from "5.2.4" to "5.2.5" #2986 - Upgraded
jest
in/
from "22.2.1" to "22.3.0" #2986 - Upgraded
jest-cli
in/
from "22.2.2" to "22.3.0" #2986 - Upgraded
jest-config
in/
from "22.2.2" to "22.3.0" #2986 - Upgraded
jest-environment-jsdom
in/
from "22.2.2" to "22.3.0" #2986 - Upgraded
jest-jasmine2
in/
from "22.2.2" to "22.3.0" #2986 - Upgraded
jest
inaddons/storyshots
from "22.1.4" to "22.3.0" #2986 - Upgraded
jest-cli
inaddons/storyshots
from "22.1.4" to "22.3.0" #2986 - Upgraded
@angular/animations
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/http
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/router
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@angular/language-service
inexamples/angular-cli
from "5.2.4" to "5.2.5" #2986 - Upgraded
@types/node
inexamples/angular-cli
from "9.4.5" to "9.4.6" #2986 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.2.2" to "22.3.0" #2986 - Upgraded
jest
inexamples/official-storybook
from "22.1.4" to "22.3.0" #2986 - Update gatsby in /docs from 1.9.198 to 1.9.199 #2988
- Update gatsby in /docs from 1.9.197 to 1.9.198 #2985
- Update gatsby in /docs from 1.9.193 to 1.9.197 #2983
- Upgraded
danger
in/
from "3.1.3" to "3.1.6" #2977 - Upgraded
eslint-plugin-jest
in/
from "21.12.0" to "21.12.1" #2977 - Upgraded
inquirer
in/
from "5.0.1" to "5.1.0" #2977 - Upgraded
react-fuzzy
inlib/ui
from "0.5.1" to "0.5.2" #2977 - Upgraded
@types/node
inexamples/angular-cli
from "9.4.0" to "9.4.5" #2977 - Upgraded
babel-preset-vue
inexamples/vue-kitchen-sink
from "2.0.0" to "2.0.1" #2977 - Update gatsby in /docs from 1.9.188 to 1.9.193 #2973
- Upgraded
eslint-plugin-jest
in/
from "21.8.0" to "21.12.0" #2975 - Upgraded
ts-jest
in/
from "22.0.3" to "22.0.4" #2975 - Upgraded
react-datetime
inaddons/knobs
from "2.13.0" to "2.14.0" #2975 - Upgraded
@storybook/addon-actions
in/docs
from "3.3.12" to "3.3.13" #2960 - Upgraded
@storybook/addon-links
in/docs
from "3.3.12" to "3.3.13" #2960 - Upgraded
@storybook/addons
in/docs
from "3.3.12" to "3.3.13" #2960 - Upgraded
@storybook/react
in/docs
from "3.3.12" to "3.3.13" #2960 - Upgraded
chalk
in/
from "2.3.0" to "2.3.1" #2961 - Upgraded
chalk
inlib/node-logger
from "2.3.0" to "2.3.1" #2961 - Upgraded
react-split-pane
inlib/ui
from "0.1.76" to "0.1.77" #2961 - Upgraded
chalk
inlib/core
from "2.3.0" to "2.3.1" #2961 - Upgraded
chalk
inlib/cli
from "2.3.0" to "2.3.1" #2961
2018-February-21
- RN: Add error handler on WS to fix crashing on page reload #3002
- Added safety net preventing storybook Jest addon from throwing. #3023
- Added "key" prop to list items inside test failure message. #2867
- Addon-info: Add type check to PropType on OneOf #2653
- Use @storybook/podda to fix npm engine version in podda #3033
- Addon-backgrounds: set background on iframe instead of adding a wrapper in preview #2807
2018-February-11
- React-Native: Fix by moving managerPath export to
server.js
#2947 - Addon-Info: Add type check to PropType on OneOf #2653
- Vue: Support .vue extension resolving #2896
- Fix "dev" script to be cross-platform #2922
98 Updates
- Upgraded
jest-cli
in/
from "22.2.1" to "22.2.2" #2957 - Upgraded
jest-config
in/
from "22.2.1" to "22.2.2" #2957 - Upgraded
jest-environment-jsdom
in/
from "22.2.0" to "22.2.2" #2957 - Upgraded
jest-jasmine2
in/
from "22.2.1" to "22.2.2" #2957 - Upgraded
autoprefixer
inlib/core
from "7.2.5" to "7.2.6" #2957 - Upgraded
webpack
inlib/core
from "3.10.0" to "3.11.0" #2957 - Upgraded
autoprefixer
inapp/angular
from "7.2.5" to "7.2.6" #2957 - Upgraded
webpack
inapp/angular
from "3.10.0" to "3.11.0" #2957 - Upgraded
autoprefixer
inapp/polymer
from "7.2.5" to "7.2.6" #2957 - Upgraded
webpack
inapp/polymer
from "3.10.0" to "3.11.0" #2957 - Upgraded
autoprefixer
inapp/react-native
from "7.2.5" to "7.2.6" #2957 - Upgraded
webpack
inapp/react-native
from "3.10.0" to "3.11.0" #2957 - Upgraded
autoprefixer
inapp/react
from "7.2.5" to "7.2.6" #2957 - Upgraded
webpack
inapp/react
from "3.10.0" to "3.11.0" #2957 - Upgraded
autoprefixer
inapp/vue
from "7.2.5" to "7.2.6" #2957 - Upgraded
webpack
inapp/vue
from "3.10.0" to "3.11.0" #2957 - Upgraded
webpack
inexamples/polymer-cli
from "3.10.0" to "3.11.0" #2957 - Upgraded
@types/node
inexamples/angular-cli
from "6.0.99" to "6.0.100" #2957 - Upgraded
webpack
inexamples/vue-kitchen-sink
from "3.10.0" to "3.11.0" #2957 - Upgraded
eslint-plugin-jest
in/
from "21.7.0" to "21.8.0" #2952 - Upgraded
react-datetime
inaddons/knobs
from "2.12.0" to "2.13.0" #2952 - Upgraded
react-modal
inlib/ui
from "3.1.12" to "3.1.13" #2952 - Upgraded
react-modal
inapp/angular
from "3.1.12" to "3.1.13" #2952 - Upgraded
react-modal
inapp/polymer
from "3.1.12" to "3.1.13" #2952 - Upgraded
babel-jest
inexamples/cra-kitchen-sink
from "22.2.0" to "22.2.2" #2952 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.2.1" to "22.2.2" #2952 - Upgraded
react-scripts
inexamples/cra-kitchen-sink
from "1.1.0" to "1.1.1" #2952 - Update gatsby in /docs from 1.9.184 to 1.9.187 #2950
- Upgraded
copy-webpack-plugin
inapp/polymer
from "4.3.1" to "4.4.0" #2945 - Upgraded
copy-webpack-plugin
inexamples/polymer-cli
from "4.3.1" to "4.4.0" #2945 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.6.7" to "1.6.8" #2945 - Upgraded
@types/node
inexamples/angular-cli
from "6.0.97" to "6.0.99" #2945 - Upgraded
jasmine-core
inexamples/angular-cli
from "2.99.0" to "2.99.1" #2945 - Upgraded
gatsby-remark-images
in/docs
from "1.5.42" to "1.5.43" #2944 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.30" to "1.7.31" #2944 - Upgraded
gatsby-remark-images
in/docs
from "1.5.41" to "1.5.42" #2939 - Upgraded
gatsby
in/docs
from "1.9.183" to "1.9.184" #2939 - Upgraded
@angular/common
in/
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/compiler
in/
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/core
in/
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/forms
in/
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/platform-browser
in/
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/platform-browser-dynamic
in/
from "5.2.3" to "5.2.4" #2938 - Upgraded
commander
in/
from "2.14.0" to "2.14.1" #2938 - Upgraded
jest
in/
from "22.1.4" to "22.2.0" #2938 - Upgraded
jest-cli
in/
from "22.1.4" to "22.2.0" #2938 - Upgraded
jest-config
in/
from "22.1.4" to "22.2.0" #2938 - Upgraded
jest-environment-jsdom
in/
from "22.1.4" to "22.2.0" #2938 - Upgraded
jest-jasmine2
in/
from "22.1.4" to "22.2.0" #2938 - Upgraded
graphql
inaddons/graphql
from "0.12.3" to "0.13.0" #2938 - Upgraded
commander
inlib/core
from "2.14.0" to "2.14.1" #2938 - Upgraded
commander
inapp/react-native
from "2.14.0" to "2.14.1" #2938 - Upgraded
commander
inlib/cli
from "2.14.0" to "2.14.1" #2938 - Upgraded
@angular/animations
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/http
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/router
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
@angular/language-service
inexamples/angular-cli
from "5.2.3" to "5.2.4" #2938 - Upgraded
babel-jest
inexamples/cra-kitchen-sink
from "22.1.0" to "22.2.0" #2938 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.1.4" to "22.2.0" #2938 - Upgraded
eventemitter3
inexamples/official-storybook
from "3.0.0" to "3.0.1" #2938 - Update @types/node in examples/angular-cli from 6.0.96 to 6.0.97 #2932
- Update gatsby in /docs from 1.9.181 to 1.9.182 #2929
- Update jasmine-core in examples/angular-cli from 2.9.1 to 2.99.0 #2930
- Upgraded
commander
in/
from "2.13.0" to "2.14.0" #2928 - Upgraded
make-error
inaddons/actions
from "1.3.2" to "1.3.3" #2928 - Upgraded
commander
inapp/angular
from "2.13.0" to "2.14.0" #2928 - Upgraded
commander
inapp/polymer
from "2.13.0" to "2.14.0" #2928 - Upgraded
commander
inapp/react-native
from "2.13.0" to "2.14.0" #2928 - Upgraded
react-native
inapp/react-native
from "0.52.2" to "0.53.0" #2928 - Upgraded
commander
inapp/react
from "2.13.0" to "2.14.0" #2928 - Upgraded
commander
inapp/vue
from "2.13.0" to "2.14.0" #2928 - Upgraded
commander
inlib/cli
from "2.13.0" to "2.14.0" #2928 - Upgraded
jest-enzyme
in/
from "4.1.1" to "4.2.0" #2919 - Upgraded
react-modal
inlib/ui
from "3.1.11" to "3.1.12" #2919 - Upgraded
react-modal
inapp/angular
from "3.1.11" to "3.1.12" #2919 - Upgraded
react-modal
inapp/polymer
from "3.1.11" to "3.1.12" #2919 - Upgraded
gatsby-remark-copy-linked-files
in/docs
from "1.5.25" to "1.5.26" #2927 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.16" to "1.5.18" #2927 - Upgraded
gatsby
in/docs
from "1.9.178" to "1.9.179" #2927 - Update lodash in /docs from 4.17.4 to 4.17.5 #2914
- Update lodash in / from 4.17.4 to 4.17.5 #2915
- Upgraded
gatsby-link
in/docs
from "1.6.35" to "1.6.36" #2908 - Upgraded
gatsby
in/docs
from "1.9.175" to "1.9.177" #2908 - Upgraded
@storybook/addon-actions
in/docs
from "3.3.11" to "3.3.12" #2911 - Upgraded
@storybook/addon-links
in/docs
from "3.3.11" to "3.3.12" #2911 - Upgraded
@storybook/addons
in/docs
from "3.3.11" to "3.3.12" #2911 - Upgraded
@storybook/react
in/docs
from "3.3.11" to "3.3.12" #2911 - Upgraded
gatsby
in/docs
from "1.9.175" to "1.9.178" #2911 - Upgraded
eslint
in/
from "4.16.0" to "4.17.0" #2912 - Upgraded
ts-jest
in/
from "22.0.1" to "22.0.3" #2912 - Upgraded
@polymer/polymer
inexamples/polymer-cli
from "2.4.0" to "2.5.0" #2912
2018-February-11
- Angular: add rule for .md to webpack.config.prod.js #2924
- Check for correct props in Flow or prop-types #2902
2018-February-03
- Storyshots: env.NODE_PATH support #2873
- Knobs: Select knob key/value ordering #1745
- Angular: Add option to pass custom styles for ng components #2856
- Core: Add watch mode for build-storybook #2866
- Core: Add
__dirname
support #2791
- UI: remove zero on story loading #2857
- StoryShots: Document ref mocking #2869
76 Upgrades
- Upgraded
eslint-plugin-prettier
in/
from "2.5.0" to "2.6.0" #2910 - Upgraded
nodemon
in/
from "1.14.11" to "1.14.12" #2910 - Upgraded
postcss-loader
inlib/core
from "2.0.10" to "2.1.0" #2910 - Upgraded
postcss-loader
inapp/angular
from "2.0.10" to "2.1.0" #2910 - Upgraded
nodemon
inapp/angular
from "1.14.11" to "1.14.12" #2910 - Upgraded
postcss-loader
inapp/polymer
from "2.0.10" to "2.1.0" #2910 - Upgraded
nodemon
inapp/polymer
from "1.14.11" to "1.14.12" #2910 - Upgraded
postcss-loader
inapp/react-native
from "2.0.10" to "2.1.0" #2910 - Upgraded
postcss-loader
inapp/react
from "2.0.10" to "2.1.0" #2910 - Upgraded
nodemon
inapp/react
from "1.14.11" to "1.14.12" #2910 - Upgraded
postcss-loader
inapp/vue
from "2.0.10" to "2.1.0" #2910 - Upgraded
nodemon
inapp/vue
from "1.14.11" to "1.14.12" #2910 - Upgraded
@angular/common
in/
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/compiler
in/
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/core
in/
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/forms
in/
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/platform-browser
in/
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/platform-browser-dynamic
in/
from "5.2.2" to "5.2.3" #2901 - Upgraded
tslint-config-prettier
in/
from "1.6.0" to "1.7.0" #2901 - Upgraded
react-split-pane
inlib/ui
from "0.1.74" to "0.1.75" #2901 - Upgraded
@angular/animations
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/http
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/router
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.6.6" to "1.6.7" #2901 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
@angular/language-service
inexamples/angular-cli
from "5.2.2" to "5.2.3" #2901 - Upgraded
babel-plugin-macros
in/
from "2.0.0" to "2.1.0" #2891 - Upgraded
babel-plugin-macros
inapp/angular
from "2.0.0" to "2.1.0" #2891 - Upgraded
typescript
inapp/angular
from "2.6.2" to "2.7.1" #2891 - Upgraded
babel-plugin-macros
inapp/polymer
from "2.0.0" to "2.1.0" #2891 - Upgraded
babel-preset-minify
inapp/polymer
from "0.2.0" to "0.3.0" #2891 - Upgraded
babel-plugin-macros
inapp/react-native
from "2.0.0" to "2.1.0" #2891 - Upgraded
babel-preset-minify
inapp/react-native
from "0.2.0" to "0.3.0" #2891 - Upgraded
babel-plugin-macros
inapp/react
from "2.0.0" to "2.1.0" #2891 - Upgraded
babel-preset-minify
inapp/react
from "0.2.0" to "0.3.0" #2891 - Upgraded
babel-plugin-macros
inapp/vue
from "2.0.0" to "2.1.0" #2891 - Upgraded
babel-preset-minify
inapp/vue
from "0.2.0" to "0.3.0" #2891 - Upgraded
vue-style-loader
inapp/vue
from "3.1.1" to "3.1.2" #2891 - Upgraded
vue-loader
inapp/vue
from "13.7.0" to "13.7.1" #2891 - Upgraded
typescript
inexamples/angular-cli
from "2.6.2" to "2.7.1" #2891 - Upgraded
vue-loader
inexamples/vue-kitchen-sink
from "13.7.0" to "13.7.1" #2891 - Upgraded
vue-style-loader
inexamples/vue-kitchen-sink
from "3.1.1" to "3.1.2" #2891 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.15" to "1.5.16" #2875 - Upgraded
gatsby
in/docs
from "1.9.172" to "1.9.174" #2875 - Upgraded
@types/lodash
in/
from "4.14.97" to "4.14.98" #2876 - Upgraded
jest-enzyme
in/
from "4.0.2" to "4.1.0" #2876 - Upgraded
uglifyjs-webpack-plugin
inapp/angular
from "1.1.6" to "1.1.7" #2876 - Upgraded
uglifyjs-webpack-plugin
inapp/react-native
from "1.1.6" to "1.1.7" #2876 - Upgraded
uglifyjs-webpack-plugin
inapp/react
from "1.1.6" to "1.1.7" #2876 - Upgraded
uglifyjs-webpack-plugin
inapp/vue
from "1.1.6" to "1.1.7" #2876 - Upgraded
gatsby-link
in/docs
from "1.6.34" to "1.6.35" #2858 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.29" to "1.7.30" #2858 - Upgraded
gatsby
in/docs
from "1.9.169" to "1.9.171" #2858 - Make dependencies in polymer & angular up to date with other apps #2852
- Upgraded
@types/lodash
in/
from "4.14.96" to "4.14.97" #2850 - Upgraded
react-datetime
inaddons/knobs
from "2.11.1" to "2.12.0" #2850 - Upgraded
style-loader
inaddons/knobs
from "0.19.1" to "0.20.1" #2850 - Upgraded
style-loader
inlib/core
from "0.19.1" to "0.20.1" #2850 - Upgraded
style-loader
inapp/angular
from "0.18.2" to "0.20.1" #2850 - Upgraded
style-loader
inapp/polymer
from "0.18.2" to "0.20.1" #2850 - Upgraded
style-loader
inapp/react-native
from "0.19.1" to "0.20.1" #2850 - Upgraded
style-loader
inapp/react
from "0.19.1" to "0.20.1" #2850 - Upgraded
style-loader
inapp/vue
from "0.19.1" to "0.20.1" #2850 - Upgraded
@polymer/polymer
inexamples/polymer-cli
from "2.3.1" to "2.4.0" #2850 - Upgraded
@types/jasmine
inexamples/angular-cli
from "2.8.5" to "2.8.6" #2850 - Upgraded
@storybook/addon-actions
in/docs
from "3.3.10" to "3.3.11" #2849 - Upgraded
@storybook/addon-links
in/docs
from "3.3.10" to "3.3.11" #2849 - Upgraded
@storybook/addons
in/docs
from "3.3.10" to "3.3.11" #2849 - Upgraded
@storybook/react
in/docs
from "3.3.10" to "3.3.11" #2849 - Update url-loader from 0.5.8 to 0.6.2 in app/angular #2847
2018-February-02
- Fix browser navigation again #2870
- Update url-loader from 0.5.8 to 0.6.2 in app/angular #2847
2018-January-27
- Pass default webpack config as third argument in Full Control Mode #2796
- Angular: remove entryComponents prop from metadata #2790
- Use process.exitCode instead of process.exit() #2717
- Extending webpack section is no longer needed for the common usage #2826
- Updating Vue Jest Config #2821
- Angular inheritance example #2787
- ADD autolabeler.yml for https://github.com/probot/autolabeler #2809
- Fix css warning in angular-cli example #2789
- Move more things to core #2788
76 Upgrades
- Upgraded
eslint-plugin-react
in/
from "7.5.1" to "7.6.0" #2844 - Upgraded
lint-staged
in/
from "6.0.1" to "6.1.0" #2844 - Upgraded
react-native
inapp/react-native
from "0.52.1" to "0.52.2" #2844 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.6.5" to "1.6.6" #2844 - Upgraded
protractor
inexamples/angular-cli
from "5.2.2" to "5.3.0" #2844 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.26" to "1.6.27" #2843 - Upgraded
gatsby-remark-images
in/docs
from "1.5.40" to "1.5.41" #2843 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.14" to "1.5.15" #2843 - Upgraded
gatsby
in/docs
from "1.9.166" to "1.9.169" #2843 - Upgraded
@types/lodash
in/
from "4.14.95" to "4.14.96" #2840 - Upgraded
airbnb-js-shims
inapp/angular
from "1.4.0" to "1.4.1" #2840 - Upgraded
airbnb-js-shims
inapp/polymer
from "1.4.0" to "1.4.1" #2840 - Upgraded
airbnb-js-shims
inapp/react
from "1.4.0" to "1.4.1" #2840 - Upgraded
airbnb-js-shims
inapp/vue
from "1.4.0" to "1.4.1" #2840 - Upgraded
@angular/animations
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/http
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/router
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
@angular/language-service
inexamples/angular-cli
from "5.2.1" to "5.2.2" #2840 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.25" to "1.6.26" #2828 - Upgraded
gatsby-remark-images
in/docs
from "1.5.39" to "1.5.40" #2828 - Upgraded
gatsby
in/docs
from "1.9.165" to "1.9.166" #2828 - Upgraded
@types/lodash
in/
from "4.14.93" to "4.14.95" #2829 - Upgraded
vue-style-loader
inapp/vue
from "3.0.3" to "3.1.1" #2829 - Upgraded
karma-coverage-istanbul-reporter
inexamples/angular-cli
from "1.3.3" to "1.4.1" #2829 - Upgraded
vue-style-loader
inexamples/vue-kitchen-sink
from "3.0.3" to "3.1.1" #2829 - Upgraded
@webcomponents/webcomponentsjs
inapp/polymer
from "1.0.22" to "1.1.0" #2818 - Upgraded
enzyme-to-json
inaddons/storyshots
from "3.3.0" to "3.3.1" #2818 - Upgraded
@webcomponents/webcomponentsjs
inexamples/polymer-cli
from "1.0.22" to "1.1.0" #2818 - Upgraded
@types/jasmine
inexamples/angular-cli
from "2.8.4" to "2.8.5" #2818 - Upgraded
enzyme-to-json
inexamples/cra-kitchen-sink
from "3.3.0" to "3.3.1" #2818 - Upgraded
enzyme-to-json
inexamples/official-storybook
from "3.3.0" to "3.3.1" #2818 - Upgraded
react-chromatic
inexamples/official-storybook
from "0.7.8" to "0.7.9" #2818 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.28" to "1.7.29" #2816 - Upgraded
gatsby
in/docs
from "1.9.164" to "1.9.165" #2816 - Upgraded
eslint
in/
from "4.15.0" to "4.16.0" #2806 - Upgraded
github-release-from-changelog
in/
from "1.3.0" to "1.3.1" #2806 - Upgraded
jest
in/
from "22.1.3" to "22.1.4" #2806 - Upgraded
jest-cli
in/
from "22.1.3" to "22.1.4" #2806 - Upgraded
jest-config
in/
from "22.1.3" to "22.1.4" #2806 - Upgraded
jest-environment-jsdom
in/
from "22.1.2" to "22.1.4" #2806 - Upgraded
jest-jasmine2
in/
from "22.1.3" to "22.1.4" #2806 - Upgraded
lerna
in/
from "2.6.0" to "2.8.0" #2806 - Upgraded
lint-staged
in/
from "6.0.0" to "6.0.1" #2806 - Upgraded
shelljs
in/
from "0.8.0" to "0.8.1" #2806 - Upgraded
shelljs
inaddons/links
from "0.8.0" to "0.8.1" #2806 - Upgraded
glamorous
inlib/components
from "4.11.3" to "4.11.4" #2806 - Upgraded
glamorous
inaddons/a11y
from "4.11.3" to "4.11.4" #2806 - Upgraded
glamorous
inaddons/info
from "4.11.3" to "4.11.4" #2806 - Upgraded
glamorous
inaddons/jest
from "4.11.3" to "4.11.4" #2806 - Upgraded
shelljs
inapp/angular
from "0.8.0" to "0.8.1" #2806 - Upgraded
shelljs
inapp/polymer
from "0.7.8" to "0.8.1" #2806 - Upgraded
shelljs
inapp/react-native
from "0.8.0" to "0.8.1" #2806 - Upgraded
react-native
inapp/react-native
from "0.52.0" to "0.52.1" #2806 - Upgraded
glamorous
inapp/react
from "4.11.3" to "4.11.4" #2806 - Upgraded
shelljs
inapp/react
from "0.8.0" to "0.8.1" #2806 - Upgraded
shelljs
inapp/vue
from "0.8.0" to "0.8.1" #2806 - Upgraded
webpack-dev-server
inexamples/polymer-cli
from "2.11.0" to "2.11.1" #2806 - Upgraded
shelljs
inlib/cli
from "0.8.0" to "0.8.1" #2806 - Upgraded
jasmine-core
inexamples/angular-cli
from "2.9.0" to "2.9.1" #2806 - Upgraded
glamorous
inexamples/cra-kitchen-sink
from "4.11.3" to "4.11.4" #2806 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.1.3" to "22.1.4" #2806 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "2.11.0" to "2.11.1" #2806 - Upgraded
@storybook/addon-actions
in/docs
from "3.3.9" to "3.3.10" #2799 - Upgraded
@storybook/addon-links
in/docs
from "3.3.9" to "3.3.10" #2799 - Upgraded
@storybook/addons
in/docs
from "3.3.9" to "3.3.10" #2799 - Upgraded
@storybook/react
in/docs
from "3.3.9" to "3.3.10" #2799 - Upgraded
gatsby-remark-images
in/docs
from "1.5.37" to "1.5.39" #2799 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.11" to "1.5.14" #2799 - Upgraded
gatsby
in/docs
from "1.9.158" to "1.9.164" #2799
2018-January-26
- Angular: update helpers.ts #2777
2018-January-19
- Angular and Vue storyshots #2564
- Addon-info: Added "Copy button" for code example #2713
- Angular: Serve styles and assets using .angular-cli webpack configuration #2735
- API: Added an event that is emitted when a channel is created. #2711
- Addon-a11y: Handle components with delayed rendering #2651
- Angular: knobs with template #2766
4 PRs
91 upgrades
- Upgraded
@types/lodash
in/
from "4.14.92" to "4.14.93" #2783 - Upgraded
jest
in/
from "22.1.2" to "22.1.3" #2783 - Upgraded
jest-cli
in/
from "22.1.2" to "22.1.3" #2783 - Upgraded
jest-config
in/
from "22.1.2" to "22.1.3" #2783 - Upgraded
jest-jasmine2
in/
from "22.1.2" to "22.1.3" #2783 - Upgraded
postcss-flexbugs-fixes
inapp/angular
from "3.2.0" to "3.3.0" #2783 - Upgraded
postcss-flexbugs-fixes
inapp/polymer
from "3.2.0" to "3.3.0" #2783 - Upgraded
postcss-flexbugs-fixes
inapp/react
from "3.2.0" to "3.3.0" #2783 - Upgraded
postcss-flexbugs-fixes
inapp/vue
from "3.2.0" to "3.3.0" #2783 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.6.4" to "1.6.5" #2783 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.1.2" to "22.1.3" #2783 - Update gatsby in /docs from 1.9.157 to 1.9.158 #2779
- Upgraded
jasmine-core
inexamples/angular-cli
from "2.8.0" to "2.9.0" #2780 - Upgraded
react-chromatic
inexamples/official-storybook
from "0.7.7" to "0.7.8" #2780 - Upgraded
eslint-plugin-jest
in/
from "21.6.2" to "21.7.0" #2770 - Upgraded
jest
in/
from "22.1.1" to "22.1.2" #2770 - Upgraded
jest-cli
in/
from "22.1.1" to "22.1.2" #2770 - Upgraded
jest-config
in/
from "22.1.1" to "22.1.2" #2770 - Upgraded
jest-environment-jsdom
in/
from "22.1.0" to "22.1.2" #2770 - Upgraded
jest-jasmine2
in/
from "22.1.1" to "22.1.2" #2770 - Upgraded
uuid
inaddons/actions
from "3.2.0" to "3.2.1" #2770 - Upgraded
uuid
inaddons/events
from "3.2.0" to "3.2.1" #2770 - Upgraded
glamorous
inlib/components
from "4.11.2" to "4.11.3" #2770 - Upgraded
glamorous
inaddons/a11y
from "4.11.2" to "4.11.3" #2770 - Upgraded
glamorous
inaddons/info
from "4.11.2" to "4.11.3" #2770 - Upgraded
glamorous
inaddons/jest
from "4.11.2" to "4.11.3" #2770 - Upgraded
css-loader
inapp/angular
from "0.28.8" to "0.28.9" #2770 - Upgraded
html-loader
inapp/angular
from "0.5.4" to "0.5.5" #2770 - Upgraded
uuid
inapp/angular
from "3.2.0" to "3.2.1" #2770 - Upgraded
css-loader
inapp/polymer
from "0.28.8" to "0.28.9" #2770 - Upgraded
uuid
inapp/polymer
from "3.2.0" to "3.2.1" #2770 - Upgraded
css-loader
inapp/react-native
from "0.28.8" to "0.28.9" #2770 - Upgraded
uuid
inapp/react-native
from "3.2.0" to "3.2.1" #2770 - Upgraded
css-loader
inapp/react
from "0.28.8" to "0.28.9" #2770 - Upgraded
glamorous
inapp/react
from "4.11.2" to "4.11.3" #2770 - Upgraded
html-loader
inapp/react
from "0.5.4" to "0.5.5" #2770 - Upgraded
uuid
inapp/react
from "3.2.0" to "3.2.1" #2770 - Upgraded
css-loader
inapp/vue
from "0.28.8" to "0.28.9" #2770 - Upgraded
html-loader
inapp/vue
from "0.5.4" to "0.5.5" #2770 - Upgraded
uuid
inapp/vue
from "3.2.0" to "3.2.1" #2770 - Upgraded
semver
inlib/cli
from "5.4.1" to "5.5.0" #2770 - Upgraded
@angular/animations
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/common
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/core
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/http
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/router
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
@angular/language-service
inexamples/angular-cli
from "5.2.0" to "5.2.1" #2770 - Upgraded
glamorous
inexamples/cra-kitchen-sink
from "4.11.2" to "4.11.3" #2770 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.1.1" to "22.1.2" #2770 - Upgraded
css-loader
inexamples/vue-kitchen-sink
from "0.28.8" to "0.28.9" #2770 - Upgraded
uuid
inexamples/official-storybook
from "3.2.0" to "3.2.1" #2770 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.24" to "1.6.25" #2768 - Upgraded
gatsby-remark-images
in/docs
from "1.5.36" to "1.5.37" #2768 - Upgraded
eslint-plugin-prettier
in/
from "2.4.0" to "2.5.0" #2764 - Upgraded
lerna
in/
from "2.7.0" to "2.7.1" #2764 - Upgraded
uuid
inaddons/actions
from "3.1.0" to "3.2.0" #2764 - Upgraded
uuid
inaddons/events
from "3.1.0" to "3.2.0" #2764 - Upgraded
react-modal
inlib/ui
from "3.1.10" to "3.1.11" #2764 - Upgraded
uuid
inapp/angular
from "3.1.0" to "3.2.0" #2764 - Upgraded
uuid
inapp/polymer
from "3.1.0" to "3.2.0" #2764 - Upgraded
uuid
inapp/react-native
from "3.1.0" to "3.2.0" #2764 - Upgraded
uuid
inapp/react
from "3.1.0" to "3.2.0" #2764 - Upgraded
uuid
inapp/vue
from "3.1.0" to "3.2.0" #2764 - Upgraded
uuid
inexamples/official-storybook
from "3.1.0" to "3.2.0" #2764 - Update gatsby in /docs from 1.9.155 to 1.9.157 #2763
- Upgraded
jest
in/
from "22.0.6" to "22.1.1" #2754 - Upgraded
jest-cli
in/
from "22.0.6" to "22.1.1" #2754 - Upgraded
jest-config
in/
from "22.0.6" to "22.1.1" #2754 - Upgraded
jest-diff
in/
from "22.0.6" to "22.1.0" #2754 - Upgraded
jest-environment-jsdom
in/
from "22.0.6" to "22.1.0" #2754 - Upgraded
jest-jasmine2
in/
from "22.0.6" to "22.1.1" #2754 - Upgraded
babel-plugin-react-docgen
inapp/angular
from "1.8.1" to "1.8.2" #2754 - Upgraded
babel-preset-react-app
inapp/angular
from "3.1.0" to "3.1.1" #2754 - Upgraded
babel-plugin-react-docgen
inapp/polymer
from "1.8.1" to "1.8.2" #2754 - Upgraded
babel-preset-react-app
inapp/polymer
from "3.1.0" to "3.1.1" #2754 - Upgraded
babel-plugin-react-docgen
inapp/react
from "1.8.1" to "1.8.2" #2754 - Upgraded
babel-preset-react-app
inapp/react
from "3.1.0" to "3.1.1" #2754 - Upgraded
babel-plugin-react-docgen
inapp/vue
from "1.8.1" to "1.8.2" #2754 - Upgraded
babel-preset-react-app
inapp/vue
from "3.1.0" to "3.1.1" #2754 - Upgraded
babel-jest
inexamples/cra-kitchen-sink
from "22.0.6" to "22.1.0" #2754 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.0.6" to "22.1.1" #2754 - Upgraded
react-scripts
inexamples/cra-kitchen-sink
from "1.0.17" to "1.1.0" #2754 - Upgraded
eslint-plugin-jest
in/
from "21.6.1" to "21.6.2" #2746 - Upgraded
webpack-dev-server
inexamples/polymer-cli
from "2.10.1" to "2.11.0" #2746 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "2.10.1" to "2.11.0" #2746 - Upgraded
jest-image-snapshot
in/
from "2.2.1" to "2.3.0" #2740 - Upgraded
polymer-webpack-loader
inapp/polymer
from "2.0.0" to "2.0.1"
2018-January-19
- Addon-backgrounds: remove redundant scrollbars #2744
- Addon-info: add keys for separator spans in OneOfType #2743
2018-January-13
Republish 3.4.0-alpha.3
due to potential publishing errors
2018-January-13
- Polymer 2 support #2225
- Add image snapshots to addon-storyshots #2413
- Angular template support for Storybook #2690
- Change ng stories dir #2672
54 Upgrades
- Upgraded
jest-image-snapshot
in/
from "2.2.1" to "2.3.0" #2740 - Upgraded
polymer-webpack-loader
inapp/polymer
from "2.0.0" to "2.0.1" #2740 - Upgraded
jest-image-snapshot
inaddons/storyshots
from "2.2.1" to "2.3.0" #2740 - Upgraded
shelljs
in/
from "0.7.8" to "0.8.0" #2734 - Upgraded
shelljs
inaddons/links
from "0.7.8" to "0.8.0" #2734 - Upgraded
autoprefixer
inapp/react
from "7.2.4" to "7.2.5" #2734 - Upgraded
shelljs
inapp/react
from "0.7.8" to "0.8.0" #2734 - Upgraded
autoprefixer
inapp/angular
from "7.2.4" to "7.2.5" #2734 - Upgraded
shelljs
inapp/angular
from "0.7.8" to "0.8.0" #2734 - Upgraded
autoprefixer
inapp/react-native
from "7.2.4" to "7.2.5" #2734 - Upgraded
shelljs
inapp/react-native
from "0.7.8" to "0.8.0" #2734 - Upgraded
autoprefixer
inapp/vue
from "7.2.4" to "7.2.5" #2734 - Upgraded
shelljs
inapp/vue
from "0.7.8" to "0.8.0" #2734 - Upgraded
shelljs
inlib/cli
from "0.7.8" to "0.8.0" #2734 - Update gatsby in /docs from 1.9.153 to 1.9.154 #2733
- Update @angular/cli in examples/angular-cli from 1.6.3 to 1.6.4 #2726
- Upgraded
commander
in/
from "2.12.2" to "2.13.0" #2724 - Upgraded
jest
in/
from "22.0.5" to "22.0.6" #2724 - Upgraded
jest-cli
in/
from "22.0.5" to "22.0.6" #2724 - Upgraded
jest-config
in/
from "22.0.5" to "22.0.6" #2724 - Upgraded
jest-diff
in/
from "22.0.5" to "22.0.6" #2724 - Upgraded
jest-environment-jsdom
in/
from "22.0.5" to "22.0.6" #2724 - Upgraded
jest-jasmine2
in/
from "22.0.5" to "22.0.6" #2724 - Upgraded
nodemon
in/
from "1.14.10" to "1.14.11" #2724 - Upgraded
prettier
in/
from "1.9.2" to "1.10.2" #2724 - Upgraded
tslint
in/
from "5.8.0" to "5.9.1" #2724 - Upgraded
commander
inapp/react
from "2.12.2" to "2.13.0" #2724 - Upgraded
common-tags
inapp/react
from "1.7.0" to "1.7.2" #2724 - Upgraded
nodemon
inapp/react
from "1.14.10" to "1.14.11" #2724 - Upgraded
commander
inapp/angular
from "2.12.2" to "2.13.0" #2724 - Upgraded
common-tags
inapp/angular
from "1.7.0" to "1.7.2" #2724 - Upgraded
zone.js
inapp/angular
from "0.8.19" to "0.8.20" #2724 - Upgraded
nodemon
inapp/angular
from "1.14.10" to "1.14.11" #2724 - Upgraded
commander
inapp/react-native
from "2.12.2" to "2.13.0" #2724 - Upgraded
commander
inapp/vue
from "2.12.2" to "2.13.0" #2724 - Upgraded
common-tags
inapp/vue
from "1.7.0" to "1.7.2" #2724 - Upgraded
nodemon
inapp/vue
from "1.14.10" to "1.14.11" #2724 - Upgraded
babel-jest
inexamples/cra-kitchen-sink
from "22.0.4" to "22.0.6" #2724 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.0.5" to "22.0.6" #2724 - Upgraded
commander
inlib/cli
from "2.12.2" to "2.13.0" #2724 - Upgraded
zone.js
inexamples/angular-cli
from "0.8.19" to "0.8.20" #2724 - Upgraded
@storybook/addon-actions
in/docs
from "3.3.7" to "3.3.8" #2722 - Upgraded
@storybook/addon-links
in/docs
from "3.3.7" to "3.3.8" #2722 - Upgraded
@storybook/addons
in/docs
from "3.3.7" to "3.3.8" #2722 - Upgraded
@storybook/react
in/docs
from "3.3.7" to "3.3.8" #2722 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.27" to "1.7.28" #2722 - Upgraded
gatsby
in/docs
from "1.9.151" to "1.9.153" #2722 - Upgraded
@storybook/addon-actions
in/docs
from "3.3.6" to "3.3.7" #2710 - Upgraded
@storybook/addon-links
in/docs
from "3.3.6" to "3.3.7" #2710 - Upgraded
@storybook/addons
in/docs
from "3.3.6" to "3.3.7" #2710 - Upgraded
@storybook/react
in/docs
from "3.3.6" to "3.3.7" #2710 - Upgraded
gatsby-link
in/docs
from "1.6.33" to "1.6.34" #2710 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.26" to "1.7.27" #2710 - Upgraded
gatsby
in/docs
from "1.9.150" to "1.9.151" #2710
2018-January-13
- Start haul/react-native using named binaries instead of cli.js #2715
- Reflect the new peer dependencies in docs and CLI templates #2714
- Don't mangle function names for production builds #2705
2018-January-11
This is a duplicate of 3.4.0-alpha.1
, re-published because I accidentally published 3.4.0-alpha.1
on the latest
NPM tag.
2018-January-11
This is a duplicate of 3.3.7
, re-published because I accidentally published 3.4.0-alpha.1
on the latest
NPM tag.
2018-January-10
In addition to the changes listed here, also contains fixes from 3.3.5 and 3.3.6 and 3.3.7.
- Custom tsconfig.json for angular apps. #2669
105 Upgrades
- Upgraded
babel-eslint
in/
from "8.1.2" to "8.2.1" #2700 - Upgraded
eslint-plugin-jest
in/
from "21.5.0" to "21.6.1" #2700 - Upgraded
jest
in/
from "22.0.4" to "22.0.5" #2700 - Upgraded
jest-cli
in/
from "22.0.4" to "22.0.5" #2700 - Upgraded
jest-config
in/
from "22.0.4" to "22.0.5" #2700 - Upgraded
jest-diff
in/
from "22.0.3" to "22.0.5" #2700 - Upgraded
jest-environment-jsdom
in/
from "22.0.4" to "22.0.5" #2700 - Upgraded
jest-jasmine2
in/
from "22.0.4" to "22.0.5" #2700 - Upgraded
lerna
in/
from "2.5.1" to "2.6.0" #2700 - Upgraded
nodemon
in/
from "1.14.9" to "1.14.10" #2700 - Upgraded
common-tags
inapp/react
from "1.6.0" to "1.7.0" #2700 - Upgraded
nodemon
inapp/react
from "1.14.9" to "1.14.10" #2700 - Upgraded
common-tags
inapp/angular
from "1.6.0" to "1.7.0" #2700 - Upgraded
nodemon
inapp/angular
from "1.14.9" to "1.14.10" #2700 - Upgraded
common-tags
inapp/vue
from "1.6.0" to "1.7.0" #2700 - Upgraded
nodemon
inapp/vue
from "1.14.9" to "1.14.10" #2700 - Upgraded
vue-loader
inapp/vue
from "13.6.2" to "13.7.0" #2700 - Upgraded
jest
inexamples/cra-kitchen-sink
from "22.0.4" to "22.0.5" #2700 - Upgraded
vue-loader
inexamples/vue-kitchen-sink
from "13.6.2" to "13.7.0" #2700 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "2.10.0" to "2.10.1" #2700 - Upgraded
marked
in/docs
from "0.3.7" to "0.3.12" #2699 - Upgraded
react-stack-grid
in/docs
from "0.7.0" to "0.7.1" #2699 - Upgraded
@storybook/addon-actions
in/docs
from "3.3.4" to "3.3.6" #2686 - Upgraded
@storybook/addon-links
in/docs
from "3.3.4" to "3.3.6" #2686 - Upgraded
@storybook/addons
in/docs
from "3.3.4" to "3.3.6" #2686 - Upgraded
@storybook/react
in/docs
from "3.3.4" to "3.3.6" #2686 - Upgraded
gatsby-link
in/docs
from "1.6.32" to "1.6.33" #2686 - Upgraded
gatsby
in/docs
from "1.9.149" to "1.9.150" #2686 - Upgraded
nodemon
in/
from "1.14.8" to "1.14.9" #2687 - Upgraded
markdown-loader
inapp/react
from "2.0.1" to "2.0.2" #2687 - Upgraded
nodemon
inapp/react
from "1.14.8" to "1.14.9" #2687 - Upgraded
nodemon
inapp/angular
from "1.14.8" to "1.14.9" #2687 - Upgraded
react-native
inapp/react-native
from "0.51.0" to "0.52.0" #2687 - Upgraded
nodemon
inapp/vue
from "1.14.8" to "1.14.9" #2687 - Upgraded
@storybook/addon-actions
in/docs
from "3.3.3" to "3.3.4" #2674 - Upgraded
@storybook/addon-links
in/docs
from "3.3.3" to "3.3.4" #2674 - Upgraded
@storybook/addons
in/docs
from "3.3.3" to "3.3.4" #2674 - Upgraded
@storybook/react
in/docs
from "3.3.3" to "3.3.4" #2674 - Update eslint in / from 4.14.0 to 4.15.0 #2673
- Upgraded
nodemon
in/
from "1.14.7" to "1.14.8" #2664 - Upgraded
marksy
inaddons/info
from "6.0.2" to "6.0.3" #2664 - Upgraded
nodemon
inapp/react
from "1.14.7" to "1.14.8" #2664 - Upgraded
nodemon
inapp/angular
from "1.14.7" to "1.14.8" #2664 - Upgraded
nodemon
inapp/vue
from "1.14.7" to "1.14.8" #2664 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "2.9.7" to "2.10.0" #2664 - Upgraded
@types/lodash
in/
from "4.14.91" to "4.14.92" #2659 - Upgraded
marksy
inaddons/info
from "6.0.1" to "6.0.2" #2659 - Upgraded
css-loader
inapp/react
from "0.28.7" to "0.28.8" #2659 - Upgraded
html-loader
inapp/react
from "0.5.1" to "0.5.4" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/react
from "1.1.5" to "1.1.6" #2659 - Upgraded
css-loader
inapp/angular
from "0.28.7" to "0.28.8" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/angular
from "1.1.5" to "1.1.6" #2659 - Upgraded
css-loader
inapp/react-native
from "0.28.7" to "0.28.8" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/react-native
from "1.1.5" to "1.1.6" #2659 - Upgraded
css-loader
inapp/vue
from "0.28.7" to "0.28.8" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/vue
from "1.1.5" to "1.1.6" #2659 - Upgraded
@types/node
inexamples/angular-cli
from "6.0.95" to "6.0.96" #2659 - Upgraded
css-loader
inexamples/vue-kitchen-sink
from "0.28.7" to "0.28.8" #2659 - Upgraded
@angular/animations
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/common
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/core
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/http
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/router
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/language-service
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
postcss-loader
inapp/react
from "2.0.9" to "2.0.10" #2637 - Upgraded
postcss-loader
inapp/angular
from "2.0.9" to "2.0.10" #2637 - Upgraded
postcss-loader
inapp/react-native
from "2.0.9" to "2.0.10" #2637 - Upgraded
postcss-loader
inapp/vue
from "2.0.9" to "2.0.10" #2637 - Update inquirer in / from 4.0.1 to 4.0.2 #2632
- Upgraded
danger
in/
from "2.1.8" to "2.1.10" #2618 - Upgraded
autoprefixer
inapp/react
from "7.2.3" to "7.2.4" #2618 - Upgraded
autoprefixer
inapp/angular
from "7.2.3" to "7.2.4" #2618 - Upgraded
autoprefixer
inapp/react-native
from "7.2.3" to "7.2.4" #2618 - Upgraded
autoprefixer
inapp/vue
from "7.2.3" to "7.2.4" #2618 - Upgraded
nodemon
in/
from "1.14.6" to "1.14.7" #2612 - Upgraded
nodemon
inapp/react
from "1.14.6" to "1.14.7" #2612 - Upgraded
nodemon
inapp/angular
from "1.14.6" to "1.14.7" #2612 - Upgraded
nodemon
inapp/vue
from "1.14.6" to "1.14.7" #2612 - Upgraded
vue-loader
inapp/vue
from "13.6.1" to "13.6.2" #2611 - Upgraded
vue-loader
inexamples/vue-kitchen-sink
from "13.6.1" to "13.6.2" #2611 - Upgraded
nodemon
in/
from "1.14.5" to "1.14.6" #2609 - Upgraded
nodemon
inapp/react
from "1.14.5" to "1.14.6" #2609 - Upgraded
nodemon
inapp/angular
from "1.14.5" to "1.14.6" #2609 - Upgraded
nodemon
inapp/vue
from "1.14.5" to "1.14.6" #2609 - Upgraded
enzyme
in/
from "3.2.0" to "3.3.0" #2608 - Upgraded
nodemon
in/
from "1.14.3" to "1.14.5" #2608 - Upgraded
graphiql
inaddons/graphql
from "0.11.10" to "0.11.11" #2608 - Upgraded
enzyme
inaddons/links
from "3.2.0" to "3.3.0" #2608 - Upgraded
nodemon
inapp/react
from "1.14.3" to "1.14.5" #2608 - Upgraded
nodemon
inapp/angular
from "1.14.3" to "1.14.5" #2608 - Upgraded
nodemon
inapp/vue
from "1.14.3" to "1.14.5" #2608 - Upgraded
enzyme
inexamples/cra-kitchen-sink
from "3.2.0" to "3.3.0" #2608 - Upgraded
enzyme
inexamples/official-storybook
from "3.2.0" to "3.3.0" #2608 - Update 2 dependencies from npm #2597
- Upgraded
@storybook/addon-actions
in/docs
from "3.3.1" to "3.3.3" #2598 - Upgraded
@storybook/addon-links
in/docs
from "3.3.1" to "3.3.3" #2598 - Upgraded
@storybook/addons
in/docs
from "3.3.1" to "3.3.3" #2598 - Upgraded
@storybook/react
in/docs
from "3.3.1" to "3.3.3" #2598 - Upgraded
danger
in/
from "2.1.6" to "2.1.8" #2599 - Upgraded
axe-core
inaddons/a11y
from "2.6.0" to "2.6.1" #2599
2018-January-10
- Angular: add entry components to modulemetadata - #2701 #2702
- Add html and markup loaders to angular and vue apps #2692
2018-January-08
- Remove
src/
from remaining.npmignore
s #2678
2018-January-08
- Remove src from individual .npmignore files #2677
2018-January-07
- Multiple hierarchies #2452
- Change template story files extension to .ts #2594
- Use store revisions to ensure that stories re-render on HMR. #2605
- Ability to force re-render a story #2463
- Introduce framework-independent core library #2241
4 PRs
4 PRs
66 Upgrades
- Upgraded
nodemon
in/
from "1.14.7" to "1.14.8" #2664 - Upgraded
marksy
inaddons/info
from "6.0.2" to "6.0.3" #2664 - Upgraded
nodemon
inapp/react
from "1.14.7" to "1.14.8" #2664 - Upgraded
nodemon
inapp/angular
from "1.14.7" to "1.14.8" #2664 - Upgraded
nodemon
inapp/vue
from "1.14.7" to "1.14.8" #2664 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "2.9.7" to "2.10.0" #2664 - Upgraded
@types/lodash
in/
from "4.14.91" to "4.14.92" #2659 - Upgraded
marksy
inaddons/info
from "6.0.1" to "6.0.2" #2659 - Upgraded
css-loader
inapp/react
from "0.28.7" to "0.28.8" #2659 - Upgraded
html-loader
inapp/react
from "0.5.1" to "0.5.4" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/react
from "1.1.5" to "1.1.6" #2659 - Upgraded
css-loader
inapp/angular
from "0.28.7" to "0.28.8" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/angular
from "1.1.5" to "1.1.6" #2659 - Upgraded
css-loader
inapp/react-native
from "0.28.7" to "0.28.8" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/react-native
from "1.1.5" to "1.1.6" #2659 - Upgraded
css-loader
inapp/vue
from "0.28.7" to "0.28.8" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/vue
from "1.1.5" to "1.1.6" #2659 - Upgraded
@types/node
inexamples/angular-cli
from "6.0.95" to "6.0.96" #2659 - Upgraded
css-loader
inexamples/vue-kitchen-sink
from "0.28.7" to "0.28.8" #2659 - Upgraded
@angular/animations
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/common
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/compiler
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/core
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/forms
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/http
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/platform-browser
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/platform-browser-dynamic
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/router
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/compiler-cli
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
@angular/language-service
inexamples/angular-cli
from "5.1.2" to "5.1.3" #2648 - Upgraded
postcss-loader
inapp/react
from "2.0.9" to "2.0.10" #2637 - Upgraded
postcss-loader
inapp/angular
from "2.0.9" to "2.0.10" #2637 - Upgraded
postcss-loader
inapp/react-native
from "2.0.9" to "2.0.10" #2637 - Upgraded
postcss-loader
inapp/vue
from "2.0.9" to "2.0.10" #2637 - Update inquirer in / from 4.0.1 to 4.0.2 #2632
- Upgraded
danger
in/
from "2.1.8" to "2.1.10" #2618 - Upgraded
autoprefixer
inapp/react
from "7.2.3" to "7.2.4" #2618 - Upgraded
autoprefixer
inapp/angular
from "7.2.3" to "7.2.4" #2618 - Upgraded
autoprefixer
inapp/react-native
from "7.2.3" to "7.2.4" #2618 - Upgraded
autoprefixer
inapp/vue
from "7.2.3" to "7.2.4" #2618 - Upgraded
nodemon
in/
from "1.14.6" to "1.14.7" #2612 - Upgraded
nodemon
inapp/react
from "1.14.6" to "1.14.7" #2612 - Upgraded
nodemon
inapp/angular
from "1.14.6" to "1.14.7" #2612 - Upgraded
nodemon
inapp/vue
from "1.14.6" to "1.14.7" #2612 - Upgraded
vue-loader
inapp/vue
from "13.6.1" to "13.6.2" #2611 - Upgraded
vue-loader
inexamples/vue-kitchen-sink
from "13.6.1" to "13.6.2" #2611 - Upgraded
nodemon
in/
from "1.14.5" to "1.14.6" #2609 - Upgraded
nodemon
inapp/react
from "1.14.5" to "1.14.6" #2609 - Upgraded
nodemon
inapp/angular
from "1.14.5" to "1.14.6" #2609 - Upgraded
nodemon
inapp/vue
from "1.14.5" to "1.14.6" #2609 - Upgraded
enzyme
in/
from "3.2.0" to "3.3.0" #2608 - Upgraded
nodemon
in/
from "1.14.3" to "1.14.5" #2608 - Upgraded
graphiql
inaddons/graphql
from "0.11.10" to "0.11.11" #2608 - Upgraded
enzyme
inaddons/links
from "3.2.0" to "3.3.0" #2608 - Upgraded
nodemon
inapp/react
from "1.14.3" to "1.14.5" #2608 - Upgraded
nodemon
inapp/angular
from "1.14.3" to "1.14.5" #2608 - Upgraded
nodemon
inapp/vue
from "1.14.3" to "1.14.5" #2608 - Upgraded
enzyme
inexamples/cra-kitchen-sink
from "3.2.0" to "3.3.0" #2608 - Upgraded
enzyme
inexamples/official-storybook
from "3.2.0" to "3.3.0" #2608 - Update 2 dependencies from npm #2597
- Upgraded
@storybook/addon-actions
in/docs
from "3.3.1" to "3.3.3" #2598 - Upgraded
@storybook/addon-links
in/docs
from "3.3.1" to "3.3.3" #2598 - Upgraded
@storybook/addons
in/docs
from "3.3.1" to "3.3.3" #2598 - Upgraded
@storybook/react
in/docs
from "3.3.1" to "3.3.3" #2598 - Upgraded
danger
in/
from "2.1.6" to "2.1.8" #2599 - Upgraded
axe-core
inaddons/a11y
from "2.6.0" to "2.6.1" #2599
2018-January-07
- Fix config dir detection #2666
- Removed lowercase-only restriction for knobs #2646
- Add IE11 compatibility meta tag #2650
- Allow transparency in color knob #2624
- RN: Use haul/bin/cli.js for cross-platform support #2577
- Publish package sources along with transpiled files #2604
- Fixed all peerDependencies for apps. #2601
- Renamed angular root node to avoid name collisions #2657
- Add .ts compatibility to storyshots #2639
- Remove @angular/core dep from knobs peer. #2640
- Angular: Change template story files extension .ts #2594
- Skip serializing (Synthetic)Events #2626
- Separate stories in angular-cli example #2592
13 Upgrades
- Upgraded
@types/lodash
in/
from "4.14.91" to "4.14.92" #2659 - Upgraded
marksy
inaddons/info
from "6.0.1" to "6.0.2" #2659 - Upgraded
css-loader
inapp/react
from "0.28.7" to "0.28.8" #2659 - Upgraded
html-loader
inapp/react
from "0.5.1" to "0.5.4" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/react
from "1.1.5" to "1.1.6" #2659 - Upgraded
css-loader
inapp/angular
from "0.28.7" to "0.28.8" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/angular
from "1.1.5" to "1.1.6" #2659 - Upgraded
css-loader
inapp/react-native
from "0.28.7" to "0.28.8" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/react-native
from "1.1.5" to "1.1.6" #2659 - Upgraded
css-loader
inapp/vue
from "0.28.7" to "0.28.8" #2659 - Upgraded
uglifyjs-webpack-plugin
inapp/vue
from "1.1.5" to "1.1.6" #2659 - Upgraded
@types/node
inexamples/angular-cli
from "6.0.95" to "6.0.96" #2659 - Upgraded
css-loader
inexamples/vue-kitchen-sink
from "0.28.7" to "0.28.8" #2659
2017-December-29
app:angular
Fixed dependency injection for components #2566- Revert "Move everything from lodash to lodash-es" #2591
- Upgraded
@storybook/addon-actions
in/docs
from "3.2.18" to "3.3.1" #2580 - Upgraded
@storybook/addon-links
in/docs
from "3.2.18" to "3.3.1" #2580 - Upgraded
@storybook/addons
in/docs
from "3.2.18" to "3.3.1" #2580 - Upgraded
@storybook/react
in/docs
from "3.2.18" to "3.3.1" #2580
2017-December-28
- Use store revisions to ensure that stories re-render on HMR. #2588
- Fix @storybook/client-logger import #2576
- Fixed react peer dependency #2584
- Docs: fix logos display & add babelrc #2585
- add guide for Angular #2574
- Update custom webpack config docs #2578
- Attempt to make propTablesExclude usage clearer #2568
- Upgraded
make-error
inaddons/actions
from "1.3.0" to "1.3.2" #2586 - Upgraded
zone.js
inapp/angular
from "0.8.18" to "0.8.19" #2586 - Upgraded
zone.js
inexamples/angular-cli
from "0.8.18" to "0.8.19" #2586 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.6.2" to "1.6.3" #2586 - Upgraded
uglifyjs-webpack-plugin
inapp/react
from "1.1.4" to "1.1.5" #2581 - Upgraded
uglifyjs-webpack-plugin
inapp/angular
from "1.1.4" to "1.1.5" #2581 - Upgraded
uglifyjs-webpack-plugin
inapp/react-native
from "1.1.4" to "1.1.5" #2581 - Upgraded
uglifyjs-webpack-plugin
inapp/vue
from "1.1.4" to "1.1.5" #2581 - Upgraded
karma-coverage-istanbul-reporter
inexamples/angular-cli
from "1.3.1" to "1.3.3" #2581
2017-December-26
- Fix storybook CLI for angular: dev dependencies and fix addon-notes usage #2572
- Add migration note about #2570 #2571
2017-December-26
At long last! 3.3 contains a few major features and a ginormous backlog of smaller changes. A few highlights:
- Add angular support: Storybook for Angular #1474
- Viewport Addon: simulate device sizes #1740
- Jest Addon: preview test results in Storybook #2295
- Stories panel: Stories on each hierarchy level #1763
- Storyshots: Generate snapshot per story file #1584
- Add support for importing markdown in storybook #2299
We'll do a better job of getting out smaller releases next time around. ;-)
- Add support for importing markdown in storybook #2299
- Add
TableComponent
option for addon-info #2400 - Change keyboard shortcuts to platform safe #1858
- Replace
console
withclient-logger
andnode-logger
packages #2347 - Add renderer option to storyshots #2414
- Added type annotation to helpers, added ts declaration files for angu… #2459
- Adding extra metadata to module/components #2526
- Fix ng component prop output override #2456
WIP
Angular versions support #2467- Angular Add custom pipes support #2518
- Add angular support: Storybook for Angular #1474
- Fix addon Knobs: add array in Object PropTypes #2227
- Adds error when storyshots finds no stories #2079
- Add addon background to monorepo #2220
- Add ability to parse line breaks into
for Docgen descriptions #2053 - Ability for custom storyshots testFunctions to utilise "snapshot per story file" #1841
- Viewport Addon #1753
- Viewport Addon #1740
- Generate snapshot per story file #1584
- addon-links: add
LinkTo
component, andhrefTo
function #1829 - Viewport addon: simulate device sizes in preview window #1753
- CLI: Add codemod for deprecated addon-links and addon-actions from app #1368
- Info addon: More detailed props table #1485
- React native: Add accessibility labels to OnDeviceUI #1780
- Stories panel: Stories on each hierarchy level #1763
- Storyshots: Generate snapshot per story file #1584
- CLI: Add support for Vue projects using Nuxt #1794
- Fix whitespace on info add-on card #2543
- Angular component props assignment improvements #2554
- Remove redundant render in react #2503
- Addon-actions: Fix types and refactor #2438
- Fix warnings in search box #2479
- Migrate to marksy@6 #2464
- Extract Jest config from package.json to config file #2424
- Fix Horizontal Scrollbar of DownPanel #2410
- Move
@storybook/addons
to peerDependencies in all addons #2335 - Fix compatibility with @babel/core v7 #2494
- Unmount after storyshot snapshot #2417
- Fix HMR by saving the preview frame URL as the story changes #2349
- Fix CLI babel transpilation #2350
- Move LinkTo component to a separate
addon-links/react
endpoint #2239 - Fix Array Knob deserialization #2217
- Return the test in storyshots to respect promises. #2218
- Knobs refactor accidentally removed select #2210
- Add HMR to other RN app templates #2213
- Autoload all
*.stories.js
files in cli templates #2195 - Fix info upgrade codemod failing when optional description string is not supplied #2138
- Fix
flex-basis
ofDownPanel
content div #2126 - CLI: Use actions in sample stories for vue + fix them in SFC_VUE template #1867
- Improve rendering of 'types' in addon-actions #1887
- Circular json can possibly hang #1881
- Use HtmlWebpackPlugin to import all assets (importing chunks in order) #1775
- Fix preview scrolling #1782
- Search box: make found options selectable with click #1697
- Fix Docgen in static builds for Info #1725
- Return empty array when Array knob is empty #1811
- Import chunks/assets in correct order using HtmlWebpackPlugin #1775
- Fix preview scrolling #1782
- Height aligned 2 buttons in manager's header #1769
- Search box: make found options selectable with click #1697
- Info addon: Fix Docgen in static builds #1725
- Knobs: allow arrays in object knob proptypes #1701
- Make dependencies more deterministic #1703
- Addon-info: deep merge passed styles with default ones #2449
- Test documentation duplication fix #2228
- Updated local test documentation #2224
- Add state addon to the addons page #2012
- Add community addon to add the ability to customize styles in the story preview area #2007
- Add Figma addon to community supported section #2009
- Update storybook-router description in the addon gallery. #1991
- Make dependencies more deterministic #1703
- Synced changes from new-docs to CONTRIBUTING.md #1911
- Fix incorrect yarn command in docs #1758
- Improve linkTo documentation #1793
- Add carbon to examples page #1764
- Minor grammar fixes and clarification to Vue documentation #1756
- Fix incorrect yarn command in docs #1758
- Add storybook-chrome-screenshot to addon gallery #1761
- Fixing typo on VueJS withNotes Example #1787
- Improve linkTo documentation #1793
- Add carbon to examples page #1764
- Minor grammar fixes and clarification to Vue documentation #1756
- Fix incorrect yarn command in docs #1758
- Add storybook-chrome-screenshot to addon gallery #1761
- Fixing typo on VueJS withNotes Example #1787
- Switch to UglifyJS that supports ES6 and up #2530
- Move everything from lodash to lodash-es #2558
- Misc fixes #2556
- CI: test that angular example works #2557
- FIX
yarn test
& selecting only core #2219 - CLI test: always remove
run
directory before exiting #2201 - Bot for closing old issues #2186
- Drop "Install latest yarn version" step on CI #1910
- CLI: A more human-friendly message for undetected project types #1825
- CLI: handle promise rejections #1826
- Add tests for CLI #1767
- Yarn workspaces #1810
- Knobs: allow arrays in object knob proptypes #1701
- Deprecate confusing option names #1692
- A CLI for running specific tests suites, like bootstrap CLI #1752
- Remove check for sender on channel. #1407
- Exit with code 1 if
start-storybook --smoke-test
fails #1851 - Refactor CLI #1840
- Refactor knobs - no longer include all runtimes #1832
- Added addon-knobs to crna and vanilla react native. #1636
- Deprecate confusing option names #1692
- A CLI for running specific tests suites, like bootstrap CLI #1752
- Remove check for sender on channel. #1407
- Use yarn instead of NPM #1703
- Add config for dependencies.io #1770
- Added addon-knobs to crna and vanilla react native. #1636
- Fixed Jest warnings #1744
- Smoke test master #1801
57 Upgrades
- Update babel-eslint in / from 8.1.1 to 8.1.2 #2562
- Update babel-eslint in / from 8.1.0 to 8.1.1 #2561
- Update babel-eslint in / from 8.0.3 to 8.1.0 #2559
- Upgraded
eslint
in/
from "4.13.1" to "4.14.0" #2555 - Upgraded
jest-specific-snapshot
inaddons/storyshots
from "0.2.0" to "0.3.0" #2555 - Upgraded
style-loader
inapp/angular
from "0.17.0" to "0.18.2" #2555 - Upgraded
npx
inlib/cli
from "9.6.0" to "9.7.1" #2555 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.3.0" to "1.6.2" #2555 - Upgraded
@types/jasmine
inexamples/angular-cli
from "2.5.54" to "2.8.2" #2555 - Upgraded
jasmine-core
inexamples/angular-cli
from "2.6.4" to "2.8.0" #2555 - Upgraded
jasmine-spec-reporter
inexamples/angular-cli
from "4.1.1" to "4.2.1" #2555 - Upgraded
karma-chrome-launcher
inexamples/angular-cli
from "2.1.1" to "2.2.0" #2555 - Upgraded
karma-coverage-istanbul-reporter
inexamples/angular-cli
from "1.3.0" to "1.3.1" #2555 - Upgraded
protractor
inexamples/angular-cli
from "5.1.2" to "5.2.2" #2555 - Upgraded
ts-node
inexamples/angular-cli
from "3.2.2" to "3.3.0" #2555 - Upgraded
tslint
inexamples/angular-cli
from "5.3.2" to "5.8.0" #2555 - UPGRADE jest & react-native #2542
- Move back to original fuse.js package #2478
- UPDATE "react-split-pane": "^0.1.74", to FIX an breaking issue #2528
- Upgraded
gatsby-remark-copy-linked-files
in/docs
from "1.5.24" to "1.5.25" #2529 - Upgraded
gatsby
in/docs
from "1.9.144" to "1.9.146" #2529 - Update gatsby in /docs from 1.9.143 to 1.9.144 #2524
- Update gatsby in /docs from 1.9.142 to 1.9.143 #2521
- Upgraded
enzyme-adapter-react-16
in/
from "1.1.0" to "1.1.1" #2520 - Upgraded
jest-image-snapshot
in/
from "2.2.0" to "2.2.1" #2520 - Upgraded
axe-core
inaddons/a11y
from "2.5.0" to "2.6.0" #2520 - Upgraded
moment
inaddons/knobs
from "2.20.0" to "2.20.1" #2520 - Upgraded
vue
inaddons/knobs
from "2.5.11" to "2.5.12" #2520 - Upgraded
vue
inapp/vue
from "2.5.11" to "2.5.12" #2520 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.11" to "2.5.12" #2520 - Upgraded
moment
inaddons/comments
from "2.20.0" to "2.20.1" #2520 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.11" to "2.5.12" #2520 - Upgraded
vue-template-compiler
inexamples/vue-kitchen-sink
from "2.5.11" to "2.5.12" #2520 - Upgraded
@storybook/addon-actions
in/docs
from "3.2.17" to "3.2.18" #2519 - Upgraded
@storybook/addon-links
in/docs
from "3.2.17" to "3.2.18" #2519 - Upgraded
@storybook/addons
in/docs
from "3.2.17" to "3.2.18" #2519 - Upgraded
@storybook/react
in/docs
from "3.2.17" to "3.2.18" #2519 - Upgraded
gatsby
in/docs
from "1.9.141" to "1.9.142" #2519 - Upgraded
nodemon
in/
from "1.13.2" to "1.13.3" #2498 - Upgraded
graphql
inaddons/graphql
from "0.11.7" to "0.12.0" #2498 - Upgraded
@types/react
inaddons/knobs
from "16.0.30" to "16.0.31" #2498 - Upgraded
file-loader
inapp/react-native
from "1.1.5" to "1.1.6" #2498 - Upgraded
file-loader
inapp/react
from "1.1.5" to "1.1.6" #2498 - Upgraded
nodemon
inapp/react
from "1.13.2" to "1.13.3" #2498 - Upgraded
file-loader
inapp/vue
from "1.1.5" to "1.1.6" #2498 - Upgraded
nodemon
inapp/vue
from "1.13.2" to "1.13.3" #2498 - Upgraded
vue-loader
inapp/vue
from "13.5.0" to "13.6.0" #2498 - Upgraded
file-loader
inexamples/vue-kitchen-sink
from "1.1.5" to "1.1.6" #2498 - Upgraded
vue-loader
inexamples/vue-kitchen-sink
from "13.5.0" to "13.6.0" #2498 - Update danger in / from 2.1.5 to 2.1.6 #2511
- Update react-native from 0.43.4 to 0.49.3 in app/react-native #1971
- React-Native - Docs - Add Issues section for Android Emulator #2078
- Upgrade eslint-config-airbnb and make it pass #2212
- Add config for dependencies.io #1770
- Upgrade root dependencies and sync with packages #1802
- Update jest to the latest version 🚀 #1799
- Update eslint-plugin-jest to the latest version 🚀 #1795
- Update lerna to the latest version 🚀 #1768
2017-December-26
- Fix whitespace on info add-on card #2543
- Make dependencies more deterministic #1703
- Switch to UglifyJS that supports ES6 and up #2530
- Move everything from lodash to lodash-es #2558
- Misc fixes #2556
- CI: test that angular example works #2557
17 Upgrades
- Update babel-eslint in / from 8.1.1 to 8.1.2 #2562
- Update babel-eslint in / from 8.1.0 to 8.1.1 #2561
- Update babel-eslint in / from 8.0.3 to 8.1.0 #2559
- Upgraded
eslint
in/
from "4.13.1" to "4.14.0" #2555 - Upgraded
jest-specific-snapshot
inaddons/storyshots
from "0.2.0" to "0.3.0" #2555 - Upgraded
style-loader
inapp/angular
from "0.17.0" to "0.18.2" #2555 - Upgraded
npx
inlib/cli
from "9.6.0" to "9.7.1" #2555 - Upgraded
@angular/cli
inexamples/angular-cli
from "1.3.0" to "1.6.2" #2555 - Upgraded
@types/jasmine
inexamples/angular-cli
from "2.5.54" to "2.8.2" #2555 - Upgraded
jasmine-core
inexamples/angular-cli
from "2.6.4" to "2.8.0" #2555 - Upgraded
jasmine-spec-reporter
inexamples/angular-cli
from "4.1.1" to "4.2.1" #2555 - Upgraded
karma-chrome-launcher
inexamples/angular-cli
from "2.1.1" to "2.2.0" #2555 - Upgraded
karma-coverage-istanbul-reporter
inexamples/angular-cli
from "1.3.0" to "1.3.1" #2555 - Upgraded
protractor
inexamples/angular-cli
from "5.1.2" to "5.2.2" #2555 - Upgraded
ts-node
inexamples/angular-cli
from "3.2.2" to "3.3.0" #2555 - Upgraded
tslint
inexamples/angular-cli
from "5.3.2" to "5.8.0" #2555
2017-December-23
- Angular component props assignment improvements #2554
- UPGRADE jest & react-native #2542
2017-December-23
- Add support for importing markdown in storybook #2299
- Add
TableComponent
option for addon-info #2400 - Change keyboard shortcuts to platform safe #1858
- Replace
console
withclient-logger
andnode-logger
packages #2347 - Add renderer option to storyshots #2414
- Added type annotation to helpers, added ts declaration files for angu… #2459
- Adding extra metadata to module/components #2526
- Fix ng component prop output override #2456
WIP
Angular versions support #2467- Angular Add custom pipes support #2518
- Remove redundant render in react #2503
- Addon-actions: Fix types and refactor #2438
- Fix warnings in search box #2479
- Migrate to marksy@6 #2464
- Extract Jest config from package.json to config file #2424
- Fix Horizontal Scrollbar of DownPanel #2410
- Move
@storybook/addons
to peerDependencies in all addons #2335 - Fix compatibility with @babel/core v7 #2494
- Unmount after storyshot snapshot #2417
- Addon-info: deep merge passed styles with default ones #2449
- Test documentation duplication fix #2228
- Netlify for angularexample #2533
- Netlify for officialexample #2532
- Add a storybook for the ui package #2504
- FIX the failing netlify builds #2527
- fix tests not actually running #2450
- Add method to channel that ignores event from self #1879
- Fix broken CI build #2255
- Fix unittest warnings r3.3 #2381
- Move addon events into its own story file #2502
33 Upgrades
- Move back to original fuse.js package #2478
- UPDATE "react-split-pane": "^0.1.74", to FIX an breaking issue #2528
- Upgraded
gatsby-remark-copy-linked-files
in/docs
from "1.5.24" to "1.5.25" #2529 - Upgraded
gatsby
in/docs
from "1.9.144" to "1.9.146" #2529 - Update gatsby in /docs from 1.9.143 to 1.9.144 #2524
- Update gatsby in /docs from 1.9.142 to 1.9.143 #2521
- Upgraded
enzyme-adapter-react-16
in/
from "1.1.0" to "1.1.1" #2520 - Upgraded
jest-image-snapshot
in/
from "2.2.0" to "2.2.1" #2520 - Upgraded
axe-core
inaddons/a11y
from "2.5.0" to "2.6.0" #2520 - Upgraded
moment
inaddons/knobs
from "2.20.0" to "2.20.1" #2520 - Upgraded
vue
inaddons/knobs
from "2.5.11" to "2.5.12" #2520 - Upgraded
vue
inapp/vue
from "2.5.11" to "2.5.12" #2520 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.11" to "2.5.12" #2520 - Upgraded
moment
inaddons/comments
from "2.20.0" to "2.20.1" #2520 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.11" to "2.5.12" #2520 - Upgraded
vue-template-compiler
inexamples/vue-kitchen-sink
from "2.5.11" to "2.5.12" #2520 - Upgraded
@storybook/addon-actions
in/docs
from "3.2.17" to "3.2.18" #2519 - Upgraded
@storybook/addon-links
in/docs
from "3.2.17" to "3.2.18" #2519 - Upgraded
@storybook/addons
in/docs
from "3.2.17" to "3.2.18" #2519 - Upgraded
@storybook/react
in/docs
from "3.2.17" to "3.2.18" #2519 - Upgraded
gatsby
in/docs
from "1.9.141" to "1.9.142" #2519 - Upgraded
nodemon
in/
from "1.13.2" to "1.13.3" #2498 - Upgraded
graphql
inaddons/graphql
from "0.11.7" to "0.12.0" #2498 - Upgraded
@types/react
inaddons/knobs
from "16.0.30" to "16.0.31" #2498 - Upgraded
file-loader
inapp/react-native
from "1.1.5" to "1.1.6" #2498 - Upgraded
file-loader
inapp/react
from "1.1.5" to "1.1.6" #2498 - Upgraded
nodemon
inapp/react
from "1.13.2" to "1.13.3" #2498 - Upgraded
file-loader
inapp/vue
from "1.1.5" to "1.1.6" #2498 - Upgraded
nodemon
inapp/vue
from "1.13.2" to "1.13.3" #2498 - Upgraded
vue-loader
inapp/vue
from "13.5.0" to "13.6.0" #2498 - Upgraded
file-loader
inexamples/vue-kitchen-sink
from "1.1.5" to "1.1.6" #2498 - Upgraded
vue-loader
inexamples/vue-kitchen-sink
from "13.5.0" to "13.6.0" #2498 - Update danger in / from 2.1.5 to 2.1.6 #2511
2017-November-22
- Fix HMR by saving the preview frame URL as the story changes #2349
- Fix CLI babel transpilation #2350
2017-November-07
- Add angular support: Storybook for Angular #1474
- Fix addon Knobs: add array in Object PropTypes #2227
- Adds error when storyshots finds no stories #2079
- Add addon background to monorepo #2220
- Add ability to parse line breaks into
for Docgen descriptions #2053
- Move LinkTo component to a separate
addon-links/react
endpoint #2239 - Fix Array Knob deserialization #2217
- Return the test in storyshots to respect promises. #2218
- Knobs refactor accidentally removed select #2210
- Add HMR to other RN app templates #2213
- Autoload all
*.stories.js
files in cli templates #2195 - Fix info upgrade codemod failing when optional description string is not supplied #2138
- Fix
flex-basis
ofDownPanel
content div #2126
- Updated local test documentation #2224
- Add state addon to the addons page #2012
- Add community addon to add the ability to customize styles in the story preview area #2007
- Add Figma addon to community supported section #2009
- Update storybook-router description in the addon gallery. #1991
- FIX
yarn test
& selecting only core #2219 - CLI test: always remove
run
directory before exiting #2201 - Bot for closing old issues #2186
- Update react-native from 0.43.4 to 0.49.3 in app/react-native #1971
- React-Native - Docs - Add Issues section for Android Emulator #2078
- Upgrade eslint-config-airbnb and make it pass #2212
2017-October-03
- Ability for custom storyshots testFunctions to utilise "snapshot per story file" #1841
- Viewport Addon #1753
- More detailed props table #1485
- RN: Add accessibility labels to OnDeviceUI #1780
- Have Stories on each level of hierarchy #1763
- Viewport Addon #1740
- Generate snapshot per story file #1584
- addon-links: add
LinkTo
component, andhrefTo
function #1829
- CLI: Use actions in sample stories for vue + fix them in SFC_VUE template #1867
- Improve rendering of 'types' in addon-actions #1887
- Circular json can possibly hang #1881
- Use HtmlWebpackPlugin to import all assets (importing chunks in order) #1775
- Fix preview scrolling #1782
- Search box: make found options selectable with click #1697
- Fix Docgen in static builds for Info #1725
- Return empty array when Array knob is empty #1811
- Make dependencies more deterministic #1703
- Synced changes from new-docs to CONTRIBUTING.md #1911
- Fix incorrect yarn command in docs #1758
- Drop "Install latest yarn version" step on CI #1910
- CLI: A more human-friendly message for undetected project types #1825
- CLI: handle promise rejections #1826
- Add tests for CLI #1767
- Yarn workspaces #1810
- Knobs: allow arrays in object knob proptypes #1701
- Deprecate confusing option names #1692
- A CLI for running specific tests suites, like bootstrap CLI #1752
- Remove check for sender on channel. #1407
- Exit with code 1 if
start-storybook --smoke-test
fails #1851 - Refactor CLI #1840
- Refactor knobs - no longer include all runtimes #1832
- Added addon-knobs to crna and vanilla react native. #1636
- Add config for dependencies.io #1770
2017-September-06
- Viewport addon: simulate device sizes in preview window #1753
- CLI: Add codemod for deprecated addon-links and addon-actions from app #1368
- Info addon: More detailed props table #1485
- React native: Add accessibility labels to OnDeviceUI #1780
- Stories panel: Stories on each hierarchy level #1763
- Storyshots: Generate snapshot per story file #1584
- CLI: Add support for Vue projects using Nuxt #1794
- Import chunks/assets in correct order using HtmlWebpackPlugin #1775
- Fix preview scrolling #1782
- Height aligned 2 buttons in manager's header #1769
- Search box: make found options selectable with click #1697
- Info addon: Fix Docgen in static builds #1725
- Knobs: allow arrays in object knob proptypes #1701
- Improve linkTo documentation #1793
- Add carbon to examples page #1764
- Minor grammar fixes and clarification to Vue documentation #1756
- Fix incorrect yarn command in docs #1758
- Add storybook-chrome-screenshot to addon gallery #1761
- Fixing typo on VueJS withNotes Example #1787
- Deprecate confusing option names #1692
- A CLI for running specific tests suites, like bootstrap CLI #1752
- Remove check for sender on channel. #1407
- Use yarn instead of NPM #1703
- Add config for dependencies.io #1770
- Added addon-knobs to crna and vanilla react native. #1636
- Fixed Jest warnings #1744
- Smoke test master #1801
- Upgrade root dependencies and sync with packages #1802
- Update jest to the latest version 🚀 #1799
- Update eslint-plugin-jest to the latest version 🚀 #1795
- Update lerna to the latest version 🚀 #1768
2017-December-23
- fix compatibility with @babel/core v7 #2494
- FIX the failing netlify builds #2527
- UPDATE readme with new slackin link #2536
55 Updates
- UPDATE "react-split-pane": "^0.1.74", to FIX an breaking issue [#2528](#2528) - Upgraded `cross-env` in `/` from "5.1.1" to "5.1.3" [#2540](#2540) - Upgraded `nodemon` in `/` from "1.13.3" to "1.14.3" [#2540](#2540) - Upgraded `glamorous` in `lib/components` from "4.11.0" to "4.11.2" [#2540](#2540) - Upgraded `glamorous` in `addons/jest` from "4.11.0" to "4.11.2" [#2540](#2540) - Upgraded `@types/node` in `addons/knobs` from "8.5.1" to "8.5.2" [#2540](#2540) - Upgraded `vue` in `addons/knobs` from "2.5.12" to "2.5.13" [#2540](#2540) - Upgraded `common-tags` in `app/react` from "1.5.1" to "1.6.0" [#2540](#2540) - Upgraded `glamorous` in `app/react` from "4.11.0" to "4.11.2" [#2540](#2540) - Upgraded `nodemon` in `app/react` from "1.13.3" to "1.14.3" [#2540](#2540) - Upgraded `common-tags` in `app/vue` from "1.5.1" to "1.6.0" [#2540](#2540) - Upgraded `nodemon` in `app/vue` from "1.13.3" to "1.14.3" [#2540](#2540) - Upgraded `vue` in `app/vue` from "2.5.12" to "2.5.13" [#2540](#2540) - Upgraded `vue-loader` in `app/vue` from "13.6.0" to "13.6.1" [#2540](#2540) - Upgraded `vue-template-compiler` in `app/vue` from "2.5.12" to "2.5.13" [#2540](#2540) - Upgraded `vue` in `examples/vue-kitchen-sink` from "2.5.12" to "2.5.13" [#2540](#2540) - Upgraded `cross-env` in `examples/vue-kitchen-sink` from "5.1.1" to "5.1.3" [#2540](#2540) - Upgraded `vue-loader` in `examples/vue-kitchen-sink` from "13.6.0" to "13.6.1" [#2540](#2540) - Upgraded `vue-template-compiler` in `examples/vue-kitchen-sink` from "2.5.12" to "2.5.13" [#2540](#2540) - Upgraded `glamorous` in `examples/cra-kitchen-sink` from "4.11.0" to "4.11.2" [#2540](#2540) - Upgraded `gatsby-remark-autolink-headers` in `/docs` from "1.4.10" to "1.4.11" [#2541](#2541) - Upgraded `gatsby-transformer-remark` in `/docs` from "1.7.25" to "1.7.26" [#2541](#2541) - Upgraded `gatsby` in `/docs` from "1.9.148" to "1.9.149" [#2541](#2541) - Update gatsby in /docs from 1.9.146 to 1.9.147 [#2535](#2535) - Upgraded `gatsby-remark-copy-linked-files` in `/docs` from "1.5.24" to "1.5.25" [#2529](#2529) - Upgraded `gatsby` in `/docs` from "1.9.144" to "1.9.146" [#2529](#2529) - Update gatsby in /docs from 1.9.143 to 1.9.144 [#2524](#2524) - Update gatsby in /docs from 1.9.142 to 1.9.143 [#2521](#2521) - Upgraded `enzyme-adapter-react-16` in `/` from "1.1.0" to "1.1.1" [#2520](#2520) - Upgraded `jest-image-snapshot` in `/` from "2.2.0" to "2.2.1" [#2520](#2520) - Upgraded `axe-core` in `addons/a11y` from "2.5.0" to "2.6.0" [#2520](#2520) - Upgraded `moment` in `addons/knobs` from "2.20.0" to "2.20.1" [#2520](#2520) - Upgraded `vue` in `addons/knobs` from "2.5.11" to "2.5.12" [#2520](#2520) - Upgraded `vue` in `app/vue` from "2.5.11" to "2.5.12" [#2520](#2520) - Upgraded `vue-template-compiler` in `app/vue` from "2.5.11" to "2.5.12" [#2520](#2520) - Upgraded `moment` in `addons/comments` from "2.20.0" to "2.20.1" [#2520](#2520) - Upgraded `vue` in `examples/vue-kitchen-sink` from "2.5.11" to "2.5.12" [#2520](#2520) - Upgraded `vue-template-compiler` in `examples/vue-kitchen-sink` from "2.5.11" to "2.5.12" [#2520](#2520) - Upgraded `@storybook/addon-actions` in `/docs` from "3.2.17" to "3.2.18" [#2519](#2519) - Upgraded `@storybook/addon-links` in `/docs` from "3.2.17" to "3.2.18" [#2519](#2519) - Upgraded `@storybook/addons` in `/docs` from "3.2.17" to "3.2.18" [#2519](#2519) - Upgraded `@storybook/react` in `/docs` from "3.2.17" to "3.2.18" [#2519](#2519) - Upgraded `gatsby` in `/docs` from "1.9.141" to "1.9.142" [#2519](#2519) - Upgraded `nodemon` in `/` from "1.13.2" to "1.13.3" [#2498](#2498) - Upgraded `graphql` in `addons/graphql` from "0.11.7" to "0.12.0" [#2498](#2498) - Upgraded `@types/react` in `addons/knobs` from "16.0.30" to "16.0.31" [#2498](#2498) - Upgraded `file-loader` in `app/react-native` from "1.1.5" to "1.1.6" [#2498](#2498) - Upgraded `file-loader` in `app/react` from "1.1.5" to "1.1.6" [#2498](#2498) - Upgraded `nodemon` in `app/react` from "1.13.2" to "1.13.3" [#2498](#2498) - Upgraded `file-loader` in `app/vue` from "1.1.5" to "1.1.6" [#2498](#2498) - Upgraded `nodemon` in `app/vue` from "1.13.2" to "1.13.3" [#2498](#2498) - Upgraded `vue-loader` in `app/vue` from "13.5.0" to "13.6.0" [#2498](#2498) - Upgraded `file-loader` in `examples/vue-kitchen-sink` from "1.1.5" to "1.1.6" [#2498](#2498) - Upgraded `vue-loader` in `examples/vue-kitchen-sink` from "13.5.0" to "13.6.0" [#2498](#2498) - Update danger in / from 2.1.5 to 2.1.6 [#2511](#2511)2017-December-18
- Number knob: apply default min/max/step values only in range mode #2437
addon-actions
Check result of getPropertyDescriptor for IE11 #2428- Edited template of search box result item to fix overflow text in row #2419
- Fix missing supported extension check in case when asset is a string #2468
- Fix react-native-vanilla to actually run storybook and document how to run it #2274
- Add another state addon to the gallery #2391
- Create ISSUE_TEMPLATE.md #2426
- fix Button dependency & typo in composant name in documentation #2465
- add vue storybook boilerplate #2421
- fix: update links to webpack docs #2512
139 Updates
- Update gatsby in /docs from 1.9.139 to 1.9.141 #2510
- Update gatsby in /docs from 1.9.138 to 1.9.139 #2499
- Upgraded
eslint-plugin-prettier
in/
from "2.3.1" to "2.4.0" #2500 - Upgraded
graphql
inaddons/graphql
from "0.11.7" to "0.12.3" #2500 - Upgraded
moment
inaddons/knobs
from "2.19.4" to "2.20.0" #2500 - Upgraded
ws
inapp/react-native
from "3.3.2" to "3.3.3" #2500 - Upgraded
moment
inaddons/comments
from "2.19.4" to "2.20.0" #2500 - Update gatsby in /docs from 1.9.135 to 1.9.138 #2497
- Upgraded
eslint-plugin-jest
in/
from "21.4.3" to "21.5.0" #2496 - Upgraded
nodemon
in/
from "1.12.7" to "1.13.2" #2496 - Upgraded
nodemon
inapp/react
from "1.12.7" to "1.13.2" #2496 - Upgraded
nodemon
inapp/vue
from "1.12.7" to "1.13.2" #2496 - Update gatsby-remark-copy-linked-files in /docs from 1.5.23 to 1.5.24 #2495
- Update gatsby in /docs from 1.9.134 to 1.9.135 #2491
- Update danger in / from 2.1.4 to 2.1.5 #2489
- Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.23" to "1.6.24" #2490 - Upgraded
gatsby-remark-images
in/docs
from "1.5.35" to "1.5.36" #2490 - Upgraded
eslint-plugin-jest
in/
from "21.4.2" to "21.4.3" #2488 - Upgraded
nodemon
in/
from "1.12.6" to "1.12.7" #2488 - Upgraded
symlink-dir
in/
from "1.1.0" to "1.1.1" #2488 - Upgraded
@types/node
inaddons/knobs
from "8.0.58" to "8.5.1" #2488 - Upgraded
@types/react
inaddons/knobs
from "16.0.29" to "16.0.30" #2488 - Upgraded
style-loader
inaddons/knobs
from "0.19.0" to "0.19.1" #2488 - Upgraded
vue
inaddons/knobs
from "2.5.10" to "2.5.11" #2488 - Upgraded
autoprefixer
inapp/react-native
from "7.2.2" to "7.2.3" #2488 - Upgraded
style-loader
inapp/react-native
from "0.18.2" to "0.19.1" #2488 - Upgraded
autoprefixer
inapp/react
from "7.2.2" to "7.2.3" #2488 - Upgraded
style-loader
inapp/react
from "0.18.2" to "0.19.1" #2488 - Upgraded
nodemon
inapp/react
from "1.12.6" to "1.12.7" #2488 - Upgraded
autoprefixer
inapp/vue
from "7.2.2" to "7.2.3" #2488 - Upgraded
style-loader
inapp/vue
from "0.18.2" to "0.19.1" #2488 - Upgraded
nodemon
inapp/vue
from "1.12.6" to "1.12.7" #2488 - Upgraded
vue
inapp/vue
from "2.5.10" to "2.5.11" #2488 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.10" to "2.5.11" #2488 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.10" to "2.5.11" #2488 - Upgraded
vue-template-compiler
inexamples/vue-kitchen-sink
from "2.5.10" to "2.5.11" #2488 - Upgraded
gatsby-link
in/docs
from "1.6.31" to "1.6.32" #2486 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.24" to "1.7.25" #2486 - Upgraded
gatsby
in/docs
from "1.9.131" to "1.9.134" #2486 - Upgraded
gatsby-remark-images
in/docs
from "1.5.34" to "1.5.35" #2476 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.10" to "1.5.11" #2476 - Upgraded
gatsby
in/docs
from "1.9.130" to "1.9.131" #2476 - Upgraded
eslint-plugin-jsx-a11y
in/
from "6.0.2" to "6.0.3" #2477 - Upgraded
nodemon
in/
from "1.12.5" to "1.12.6" #2477 - Upgraded
vue
inaddons/knobs
from "2.5.9" to "2.5.10" #2477 - Upgraded
react-modal
inlib/ui
from "3.1.7" to "3.1.8" #2477 - Upgraded
nodemon
inapp/react
from "1.12.5" to "1.12.6" #2477 - Upgraded
nodemon
inapp/vue
from "1.12.5" to "1.12.6" #2477 - Upgraded
vue
inapp/vue
from "2.5.9" to "2.5.10" #2477 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.9" to "2.5.10" #2477 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.9" to "2.5.10" #2477 - Upgraded
vue-template-compiler
inexamples/vue-kitchen-sink
from "2.5.9" to "2.5.10" #2477 - Upgraded
danger
in/
from "2.1.3" to "2.1.4" #2473 - Upgraded
eslint
in/
from "4.13.0" to "4.13.1" #2473 - Upgraded
prettier
in/
from "1.9.1" to "1.9.2" #2473 - Upgraded
@types/node
inaddons/knobs
from "8.0.57" to "8.0.58" #2473 - Upgraded
@types/react
inaddons/knobs
from "16.0.28" to "16.0.29" #2473 - Upgraded
core-js
inapp/react
from "2.5.2" to "2.5.3" #2473 - Upgraded
core-js
inapp/vue
from "2.5.2" to "2.5.3" #2473 - Upgraded
moment
inaddons/knobs
from "2.19.3" to "2.19.4" #2462 - Upgraded
moment
inaddons/comments
from "2.19.3" to "2.19.4" #2462 - Upgraded
react-inspector
inaddons/actions
from "2.2.1" to "2.2.2" #2457 - Upgraded
react-inspector
inlib/ui
from "2.2.1" to "2.2.2" #2457 - Upgraded
gatsby-link
in/docs
from "1.6.30" to "1.6.31" #2458 - Upgraded
gatsby-plugin-sharp
in/docs
from "1.6.22" to "1.6.23" #2458 - Upgraded
gatsby-remark-autolink-headers
in/docs
from "1.4.9" to "1.4.10" #2458 - Upgraded
gatsby-remark-copy-linked-files
in/docs
from "1.5.22" to "1.5.23" #2458 - Upgraded
gatsby-remark-images
in/docs
from "1.5.33" to "1.5.34" #2458 - Upgraded
gatsby-remark-smartypants
in/docs
from "1.4.9" to "1.4.10" #2458 - Upgraded
gatsby-source-filesystem
in/docs
from "1.5.9" to "1.5.10" #2458 - Upgraded
gatsby-transformer-remark
in/docs
from "1.7.23" to "1.7.24" #2458 - Upgraded
gatsby
in/docs
from "1.9.128" to "1.9.130" #2458 - Update react-stack-grid in /docs from 0.6.0 to 0.7.0 #2453
- Upgraded
eslint
in/
from "4.12.1" to "4.13.0" #2454 - Upgraded
core-js
inapp/react
from "2.5.1" to "2.5.2" #2454 - Upgraded
core-js
inapp/vue
from "2.5.1" to "2.5.2" #2454 - Upgraded
@types/node
inaddons/knobs
from "8.0.56" to "8.0.57" #2448 - Upgraded
@types/react
inaddons/knobs
from "16.0.27" to "16.0.28" #2448 - Upgraded
autoprefixer
inapp/react-native
from "7.2.1" to "7.2.2" #2448 - Upgraded
autoprefixer
inapp/react
from "7.2.1" to "7.2.2" #2448 - Upgraded
autoprefixer
inapp/vue
from "7.2.1" to "7.2.2" #2448 - Upgraded
danger
in/
from "2.1.2" to "2.1.3" #2447 - Upgraded
jscodeshift
inlib/codemod
from "0.3.32" to "0.4.0" #2447 - Upgraded
jscodeshift
inlib/cli
from "0.3.32" to "0.4.0" #2447 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "2.9.6" to "2.9.7" #2447 - Upgraded
danger
in/
from "2.0.3" to "2.1.2" #2442 - Upgraded
eslint-plugin-jest
in/
from "21.4.1" to "21.4.2" #2442 - Upgraded
github-release-from-changelog
in/
from "1.2.1" to "1.3.0" #2442 - Upgraded
nodemon
in/
from "1.12.4" to "1.12.5" #2442 - Upgraded
prettier
in/
from "1.9.0" to "1.9.1" #2442 - Upgraded
@types/node
inaddons/knobs
from "8.0.54" to "8.0.55" #2442 - Upgraded
react-native
inapp/react-native
from "0.50.4" to "0.51.0" #2442 - Upgraded
nodemon
inapp/react
from "1.12.4" to "1.12.5" #2442 - Upgraded
nodemon
inapp/vue
from "1.12.4" to "1.12.5" #2442 - Upgraded
@types/node
inaddons/knobs
from "8.0.54" to "8.0.56" #2443 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "2.9.5" to "2.9.6" #2443 - Update fs-extra in / from 4.0.2 to 4.0.3 #2433
- Upgraded
eslint-plugin-jest
in/
from "21.4.0" to "21.4.1" #2430 - Upgraded
prettier
in/
from "1.8.2" to "1.9.0" #2430 - Upgraded
babel-eslint
in/
from "8.0.2" to "8.0.3" #2429 - Upgraded
commander
in/
from "2.12.1" to "2.12.2" #2429 - Upgraded
eslint
in/
from "4.12.0" to "4.12.1" #2429 - Upgraded
eslint-plugin-jest
in/
from "21.3.2" to "21.4.0" #2429 - Upgraded
inquirer
in/
from "4.0.0" to "4.0.1" #2429 - Upgraded
nodemon
in/
from "1.12.1" to "1.12.4" #2429 - Upgraded
moment
inaddons/knobs
from "2.19.2" to "2.19.3" #2429 - Upgraded
react-datetime
inaddons/knobs
from "2.11.0" to "2.11.1" #2429 - Upgraded
@types/node
inaddons/knobs
from "8.0.53" to "8.0.54" #2429 - Upgraded
@types/react
inaddons/knobs
from "16.0.25" to "16.0.27" #2429 - Upgraded
typescript
inaddons/knobs
from "2.6.1" to "2.6.2" #2429 - Upgraded
vue
inaddons/knobs
from "2.5.8" to "2.5.9" #2429 - Upgraded
commander
inlib/cli
from "2.12.1" to "2.12.2" #2429 - Upgraded
react-modal
inlib/ui
from "3.1.4" to "3.1.7" #2429 - Upgraded
autoprefixer
inapp/react-native
from "7.1.6" to "7.2.1" #2429 - Upgraded
commander
inapp/react-native
from "2.12.1" to "2.12.2" #2429 - Upgraded
webpack
inapp/react-native
from "3.8.1" to "3.10.0" #2429 - Upgraded
airbnb-js-shims
inapp/react
from "1.3.0" to "1.4.0" #2429 - Upgraded
autoprefixer
inapp/react
from "7.1.6" to "7.2.1" #2429 - Upgraded
commander
inapp/react
from "2.12.1" to "2.12.2" #2429 - Upgraded
webpack
inapp/react
from "3.8.1" to "3.10.0" #2429 - Upgraded
nodemon
inapp/react
from "1.12.1" to "1.12.4" #2429 - Upgraded
airbnb-js-shims
inapp/vue
from "1.3.0" to "1.4.0" #2429 - Upgraded
autoprefixer
inapp/vue
from "7.1.6" to "7.2.1" #2429 - Upgraded
commander
inapp/vue
from "2.12.1" to "2.12.2" #2429 - Upgraded
webpack
inapp/vue
from "3.8.1" to "3.10.0" #2429 - Upgraded
nodemon
inapp/vue
from "1.12.1" to "1.12.4" #2429 - Upgraded
vue
inapp/vue
from "2.5.8" to "2.5.9" #2429 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.8" to "2.5.9" #2429 - Upgraded
marked
inaddons/comments
from "0.3.6" to "0.3.7" #2429 - Upgraded
moment
inaddons/comments
from "2.19.2" to "2.19.3" #2429 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.8" to "2.5.9" #2429 - Upgraded
vue-template-compiler
inexamples/vue-kitchen-sink
from "2.5.8" to "2.5.9" #2429 - Upgraded
webpack
inexamples/vue-kitchen-sink
from "3.8.1" to "3.10.0" #2429 - Upgraded
webpack-dev-server
inexamples/vue-kitchen-sink
from "2.9.4" to "2.9.5" #2429 - Upgraded
@storybook/addon-actions
in/docs
from "3.2.16" to "3.2.17" #2427 - Upgraded
@storybook/addon-links
in/docs
from "3.2.16" to "3.2.17" #2427 - Upgraded
@storybook/addons
in/docs
from "3.2.16" to "3.2.17" #2427 - Upgraded
@storybook/react
in/docs
from "3.2.16" to "3.2.17" #2427 - React 16.2 #2393
2017-December-03
- Add dotenv support for storybook in vue and react #2345
- Addon jest #2295
- Addon-knobs: add number config options #2371
- Addon-info: Expose style for customization #2370
- Fix addon-actions in legacy Android browser #2365
- Remove superfluous vertical scrollbar in fullscreen #2394
- Made jest test file extension name optional #2373
- Render navigation and addons panels even when they are hidden #2336
- Fix wrong "withTests" examples + add documentation #2398
- Issue #2196 - Set console.warn and console.error to throw in tests #2297
- Optimize CI workflow #2331
- Ignore shelljs in bithound #2322
- Fix netlify vue instance #2386
- Keep examples' deps up to date #2353
- Separate netlify instances #2340
- Issue 2196 fix unittest warnings #2343
- Document return type of
date
knob (see #1489) #2332
72 PRs
- Update gatsby in /docs from 1.9.127 to 1.9.128 #2420
- Update marked in /docs from 0.3.6 to 0.3.7 #2416
- Upgraded
gatsby
indocs
from "1.9.126" to "1.9.127" #2406 - Upgraded
gatsby-transformer-remark
indocs
from "1.7.22" to "1.7.23" #2406 - Upgraded
gatsby
indocs
from "1.9.125" to "1.9.126" #2399 - Upgraded
gatsby-link
indocs
from "1.6.29" to "1.6.30" #2399 - Upgraded
gatsby
indocs
from "1.9.119" to "1.9.125" #2392 - Upgraded
gatsby-link
indocs
from "1.6.28" to "1.6.29" #2392 - Upgraded
gatsby-plugin-sharp
indocs
from "1.6.21" to "1.6.22" #2392 - Upgraded
gatsby-remark-autolink-headers
indocs
from "1.4.8" to "1.4.9" #2392 - Upgraded
gatsby-remark-copy-linked-files
indocs
from "1.5.21" to "1.5.22" #2392 - Upgraded
gatsby-remark-images
indocs
from "1.5.32" to "1.5.33" #2392 - Upgraded
gatsby-remark-smartypants
indocs
from "1.4.8" to "1.4.9" #2392 - Upgraded
gatsby-source-filesystem
indocs
from "1.5.8" to "1.5.9" #2392 - Upgraded
gatsby-transformer-remark
indocs
from "1.7.21" to "1.7.22" #2392 - Upgraded
webpack-dev-middleware
inapp/react-native
from "1.12.1" to "1.12.2" #2385 - Upgraded
webpack-hot-middleware
inapp/react-native
from "2.20.0" to "2.21.0" #2385 - Upgraded
webpack-dev-middleware
inapp/react
from "1.12.1" to "1.12.2" #2385 - Upgraded
webpack-hot-middleware
inapp/react
from "2.20.0" to "2.21.0" #2385 - Upgraded
webpack-dev-middleware
inapp/vue
from "1.12.1" to "1.12.2" #2385 - Upgraded
webpack-hot-middleware
inapp/vue
from "2.20.0" to "2.21.0" #2385 - Upgraded
danger
in/
from "2.0.1" to "2.0.3" #2380 - Upgraded
eslint
in/
from "4.11.0" to "4.12.0" #2380 - Upgraded
eslint-config-prettier
in/
from "2.8.0" to "2.9.0" #2380 - Upgraded
react-modal
inlib/ui
from "3.1.3" to "3.1.4" #2364 - Upgraded
postcss-loader
inapp/react-native
from "2.0.8" to "2.0.9" #2364 - Upgraded
react-native
inapp/react-native
from "0.50.3" to "0.50.4" #2364 - Upgraded
common-tags
inapp/react
from "1.4.0" to "1.5.1" #2364 - Upgraded
postcss-loader
inapp/react
from "2.0.8" to "2.0.9" #2364 - Upgraded
common-tags
inapp/vue
from "1.4.0" to "1.5.1" #2364 - Upgraded
postcss-loader
inapp/vue
from "2.0.8" to "2.0.9" #2364 - Upgraded
commander
in/
from "2.11.0" to "2.12.1" #2359 - Upgraded
commander
inlib/cli
from "2.11.0" to "2.12.1" #2359 - Upgraded
react-modal
inlib/ui
from "3.1.2" to "3.1.3" #2359 - Upgraded
commander
inapp/react-native
from "2.11.0" to "2.12.1" #2359 - Upgraded
webpack-dev-middleware
inapp/react-native
from "1.12.0" to "1.12.1" #2359 - Upgraded
commander
inapp/react
from "2.11.0" to "2.12.1" #2359 - Upgraded
webpack-dev-middleware
inapp/react
from "1.12.0" to "1.12.1" #2359 - Upgraded
commander
inapp/vue
from "2.11.0" to "2.12.1" #2359 - Upgraded
webpack-dev-middleware
inapp/vue
from "1.12.0" to "1.12.1" #2359 - Update gatsby in docs from 1.9.118 to 1.9.119 #2354
- Upgraded
vue
inaddons/knobs
from "2.5.6" to "2.5.8" #2344 - Upgraded
ws
inapp/react-native
from "3.3.1" to "3.3.2" #2344 - Upgraded
vue
inapp/vue
from "2.5.6" to "2.5.8" #2344 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.6" to "2.5.8" #2344 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.6" to "2.5.8" #2344 - Upgraded
vue-template-compiler
inexamples/vue-kitchen-sink
from "2.5.6" to "2.5.8" #2344 - Upgraded
eslint-config-prettier
in/
from "2.7.0" to "2.8.0" #2342 - Upgraded
eslint-plugin-react
in/
from "7.4.0" to "7.5.0" #2342 - Upgraded
vue
inaddons/knobs
from "2.5.5" to "2.5.6" #2342 - Upgraded
vue
inapp/vue
from "2.5.5" to "2.5.6" #2342 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.5" to "2.5.6" #2342 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.5" to "2.5.6" #2342 - Upgraded
vue-template-compiler
inexamples/vue-kitchen-sink
from "2.5.5" to "2.5.6" #2342 - Update gatsby in docs from 1.9.117 to 1.9.118 #2341
- Upgraded
gatsby
indocs
from "1.9.114" to "1.9.117" #2338 - Upgraded
gh-pages
indocs
from "1.0.0" to "1.1.0" #2338 - Update gh-pages in / from 1.0.0 to 1.1.0 #2339
- Upgraded
@types/react
inaddons/knobs
from "16.0.23" to "16.0.25" #2334 - Upgraded
vue
inaddons/knobs
from "2.5.3" to "2.5.5" #2334 - Upgraded
vue-hot-reload-api
inapp/vue
from "2.2.3" to "2.2.4" #2334 - Upgraded
vue
inapp/vue
from "2.5.3" to "2.5.5" #2334 - Upgraded
vue-template-compiler
inapp/vue
from "2.5.3" to "2.5.5" #2334 - Upgraded
vue
inexamples/vue-kitchen-sink
from "2.5.3" to "2.5.5" #2334 - Upgraded
vue-hot-reload-api
inexamples/vue-kitchen-sink
from "2.2.3" to "2.2.4" #2334 - Upgraded
vue-template-compiler
inexamples/vue-kitchen-sink
from "2.5.3" to "2.5.5" #2334 - Update gatsby in docs from 1.9.112 to 1.9.114 #2333
- Upgraded
@storybook/addon-actions
indocs
from "3.2.15" to "3.2.16" #2327 - Upgraded
@storybook/addon-links
indocs
from "3.2.15" to "3.2.16" #2327 - Upgraded
@storybook/addons
indocs
from "3.2.15" to "3.2.16" #2327 - Upgraded
@storybook/react
indocs
from "3.2.15" to "3.2.16" #2327 - Update @types/node in addons/knobs from 8.0.52 to 8.0.53 #2326
2017-November-15
- Add addon-a11y to monorepo #2292
- Addon actions: replace eval with function name assignment #2321
- FIX propwarning on basebutton && ADD style prop on basebutton #2305
- React-native: fix drawer width #2300
- Add Previews of deployed examples via Netlify #2304
30 upgrades
- Update 5 dependencies from npm #2312
- Upgraded gatsby-link in
docs
from1.6.27
to1.6.28
#2311 - Upgraded gatsby-plugin-sharp in
docs
from1.6.20
to1.6.21
#2311 - Upgraded gatsby-remark-images in
docs
from1.5.31
to1.5.32
#2311 - Upgraded gatsby in
docs
from1.9.108
to1.9.112
#2308 - Upgraded gatsby-link in
docs
from1.6.26
to1.6.27
#2308 - Upgraded gatsby-remark-copy-linked-files in
docs
from1.5.20
to1.5.21
#2308 - Upgraded gatsby-transformer-remark in
docs
from1.7.20
to1.7.21
#2308 - Upgraded react-textarea-autosize in
addons/events
from5.2.0
to5.2.1
#2309 - Upgraded react-datetime in
addons/knobs
from2.10.3
to2.11.0
#2309 - Upgraded react-textarea-autosize in
addons/knobs
from5.2.0
to5.2.1
#2309 - Upgraded react-textarea-autosize in
addons/comments
from5.2.0
to5.2.1
#2309 - Upgraded moment in
addons/knobs
from2.19.1
to2.19.2
#2293 - Upgraded moment in
addons/comments
from2.19.1
to2.19.2
#2293 - Upgraded gatsby in
docs
from1.9.100
to1.9.108
#2294 - Upgraded gatsby-link in
docs
from1.6.24
to1.6.26
#2294 - Upgraded gatsby-plugin-sharp in
docs
from1.6.19
to1.6.20
#2294 - Upgraded gatsby-remark-autolink-headers in
docs
from1.4.7
to1.4.8
#2294 - Upgraded gatsby-remark-copy-linked-files in
docs
from1.5.16
to1.5.20
#2294 - Upgraded gatsby-remark-images in
docs
from1.5.30
to1.5.31
#2294 - Upgraded gatsby-source-filesystem in
docs
from1.5.7
to1.5.8
#2294 - Upgraded gatsby-transformer-remark in
docs
from1.7.19
to1.7.20
#2294 - Update lint-staged to 5.0.0 #2291
- Upgraded eslint in
/
from4.10.0
to4.11.0
#2290 - Upgraded puppeteer in
/
from0.12.0
to0.13.0
#2290 - Update 6 dependencies from npm #2286
- Update React to 16.1.0 #2285
- Update 4 dependencies from npm #2284
- use @storybook published deprecated dependencies #2314
- Update inquirer to 4.0.0 #2298
2017-November-10
- Fix propTypes in addon-background #2279
- Addon-info: allow duplicate displayNames #2269
- Fix browser navigation #2261
- Fixes to build scripts for Windows. #2051
- Update dependencies.yml to include batch updates for docs dependencies #2252
11 PRs
- Update 4 dependencies from npm #2267
- Update 8 dependencies from npm #2262
- Update 3 dependencies from npm #2257
- Update babel-eslint in / from 8.0.1 to 8.0.2 #2253
- 3 packages updated by dependencies.io #2251
- Update devDependencies #2232
- Update react-textarea-autosize to 5.1.0 #2233
- Update insert-css to 2.0.0 #2234
- Update file-loader to 1.1.5 #2236
- Update read-pkg-up to 3.0.0 #2237
- Update react-modal to 3.1.0 #2238
2017-November-01
- React-native: Add platform option for haul bundler #2129
- Fixed addon-info not importing docgen descriptions #2133
- Handle full screen scrolling on iOS #2040
- Fixed infinite render loop #2100
- Fix hmr in react-native template #2194
- Fix prop type in react-native #2185
- Avoid logging an object on compilation errors #2199
- CRA Example Cleanup - Info #2143
- IMPROVE integration tests so they all output a diff image when multiple fail #2197
- ADD integration artefacts store step to circle.yml #2182
- ADD integration test #2119
- Updating to new favicon #2113
- Bot for closing old issues #2186
12 PRs
- 7 packages updated by dependencies.io #2200
- Update jest-image-snapshot to 2.1.0 #2184
- 2 packages updated by dependencies.io #2175
- 3 packages updated by dependencies.io #2137
- 2 packages updated by dependencies.io #2131
- 4 packages updated by dependencies.io #2124
- 2 packages updated by dependencies.io #2116
- 5 packages updated by dependencies.io #2111
- 4 packages updated by dependencies.io #2109
- Add index.js file for RN 0.49 #2176
- Enable issue creation for dependencies.io #2141
- Major updates in devDependencies #2178
2017-October-20
- Knobs addon: new knob type
button
#2004 - Vue: Support JSX for Vue Components #1993
- Vue CLI: support Nuxt.js projects #2056
- Dirty-check repo state on CI to ensure lockfiles being up-to-date #1980
- Enable batch mode for dependencies.io #2093
- Fixed lifecycle twice executing (closes #1742) #1983
- Disable npm publish on all non-master branches #1963
- Fix lerna.json to ignore vue-kitchen-sink correctly #1944
66 PRs
- 2 packages updated by dependencies.io #2097
- 2 packages updated by dependencies.io #2094
- Update deps #2090
- Update enzyme-adapter-react-16 from 1.0.1 to 1.0.2 in / #2068
- Update deps #2077
- Update webpack-hot-middleware from 2.19.1 to 2.20.0 in app/react #2060
- Update webpack-hot-middleware from 2.19.1 to 2.20.0 in app/react-native #2059
- Update @types/react from 16.0.10 to 16.0.11 in addons/knobs #2058
- Update vue versions #2032
- Update eslint from 4.8.0 to 4.9.0 in / #2054
- Update webpack-dev-server from 2.9.1 to 2.9.2 in examples/vue-kitchen-sink #2055
- Update postcss-loader from 2.0.7 to 2.0.8 in app/react #2045
- Update codecov from 2.3.0 to 2.3.1 in / #2042
- Update webpack from 3.6.0 to 3.7.1 in app/react-native #2027
- Update moment from 2.19.0 to 2.19.1 in addons/knobs #2026
- Update express from 4.16.1 to 4.16.2 in app/vue #2018
- Update postcss-loader from 2.0.6 to 2.0.7 in app/react #2017
- Update express from 4.16.1 to 4.16.2 in app/react #2016
- Update postcss-loader from 2.0.6 to 2.0.7 in app/react-native #2015
- Update express from 4.16.1 to 4.16.2 in app/react-native #2014
- Update moment from 2.18.1 to 2.19.0 in addons/knobs #2013
- Update autoprefixer from 7.1.4 to 7.1.5 in app/vue #2003
- Update update-notifier from 2.2.0 to 2.3.0 in lib/cli #1999
- Update autoprefixer from 7.1.4 to 7.1.5 in app/react #2002
- Update autoprefixer from 7.1.4 to 7.1.5 in app/react-native #2000
- Update @types/react from 16.0.9 to 16.0.10 in addons/knobs #1998
- Update jest-enzyme from 4.0.0 to 4.0.1 in / #1997
- Update storybook-router description in the addon gallery. #1991
- Update lerna from 2.3.1 to 2.4.0 in / #1985
- Update react-modal from 2.3.3 to 2.4.1 in app/vue #1989
- Update react-modal from 2.3.3 to 2.4.1 in app/react #1988
- Update react-modal from 2.3.3 to 2.4.1 in lib/ui #1987
- Update react-icons from 2.2.5 to 2.2.7 in lib/ui #1986
- Remove markdown autofixing on precommit hook #1964
- Update vue-hot-reload-api from 2.1.0 to 2.1.1 in app/vue #1976
- Update url-loader from 0.5.9 to 0.6.2 in app/vue #1975
- Update react-modal from 2.3.2 to 2.3.3 in app/vue #1974
- Update url-loader from 0.5.9 to 0.6.2 in app/react #1973
- Update react-modal from 2.3.2 to 2.3.3 in app/react #1972
- Update url-loader from 0.5.9 to 0.6.2 in app/react-native #1970
- Update react-modal from 2.3.2 to 2.3.3 in lib/ui #1969
- Update @types/react from 16.0.8 to 16.0.9 in addons/knobs #1968
- Update graphql from 0.11.6 to 0.11.7 in addons/graphql #1967
- Update @storybook/addon-links from 3.2.10 to 3.2.12 #1949
- Update style-loader from 0.18.2 to 0.19.0 in addons/knobs #1958
- Update @types/react from 16.0.7 to 16.0.8 in addons/knobs #1957
- Update prettier from 1.7.3 to 1.7.4 in / #1955
- Update react-motion from 0.5.1 to 0.5.2 #1953
- Update lerna from 2.2.0 to 2.3.1 in / #1954
- Update @storybook/addons from 3.2.10 to 3.2.12 #1950
- Update enzyme from 3.0.0 to 3.1.0 in / #1948
- Update enzyme-adapter-react-16 from 1.0.0 to 1.0.1 in / #1951
- Update @storybook/addon-actions from 3.2.11 to 3.2.12 #1947
2017-October-02
- addon-info: wrap prop values in braces #1915
- Add polyfills to fix addon-actions in IE11 #1917
- Gracefully handle fatal webpack errors. #1918
- Fix polyfills loading order #1905
- Improve documentation for react-native : clarify where left pane is #1901
- Use yarn workspaces on master #1916
- Run
eslint --fix
on master #1909 - Remove open collective notice from storybook install #1940
- Run bootstrap before linting on CI #1934
14 PRs
- Update raf from 3.3.2 to 3.4.0 in / #1939
- Update graphql from 0.7.2 to 0.11.6 in addons/graphql #1930
- Update react-typography from 0.15.10 to 0.16.5 #1927
- Update react-render-html from 0.1.6 to 0.5.2 in addons/comments #1933
- Update react-datetime from 2.10.2 to 2.10.3 in addons/knobs #1931
- Update typography from 0.15.12 to 0.16.6 #1929
- Update graphiql from 0.7.8 to 0.11.5 in addons/graphql #1928
- Update prettier from 1.7.2 to 1.7.3 in / #1926
- Update react-stack-grid from 0.2.2 to 0.5.0 #1925
- Update react-motion from 0.1.0 to 0.5.1 #1924
- Update eslint from 4.7.2 to 4.8.0 in / #1923
- Update chroma-js from 0.7.2 to 0.7.8 #1922
- Use dependencies.io for dependencies management #1920
- UPGRADE react & friends && UPGRADE other dependencies #1908
2017-September-27
- Add two new RN packager configuration options #1865
- Addon-info - Fix immutable props issues with React 16 #1894
- Update react-inspector to fix #1831 #1888
- Updated release process documentation #1882
2017-September-22
- Added codemod for deprecated addon-links and addon-actions from app #1368
- React native: Added option for custom packager port #1837
- CLI: add support for Vue projects using Nuxt #1794
- Avoid error "storyshots is intended only to be used with storybook" #1441
- Log correct url when using --https #1871
- Fix broken links in the deprecation warning for RN and Vue apps #1827
- Height aligned 2 buttons in manager's header #1769
- Add missing regenerator and runtime babel transform pkgs to package.json #1848
- Update README: mention that addon-links needs to be registered manually #1835
- Improve linkTo documentation #1793
- Minor grammar fixes and clarification to Vue documentation #1756
- Add missing NPM script section to Vue guide #1824
- Add storybook-chrome-screenshot to addon gallery #1761
- Update babel-eslint to the latest version 🚀 #1836
- UPGRADE root dependencies and SYNC with packages #1802
- Update jest to the latest version 🚀 #1799
- Update eslint-plugin-jest to the latest version 🚀 #1795
- Update lerna to the latest version 🚀 #1768
2017-August-26
- Fix getstorybook CLI for React Native projects #1741
- Improve
addon-info
README options documentation #1732
- ADD a CLI for bootstrapping #1216
- Update lerna to the latest version 🚀 #1727
2017-August-23
- Add caveat about knobs date defaultValue #1719
2017-August-23
- Fix storyshots by moving cacheDirectory to webpack config #1713
- Revert "Improved error checking in global addDecorator" #1716
- Stricter linting rules for imports #1676
- Addon Info: Remove broken prop type sort (keep defined order) #1711
- Enable eslint for vue-related stuff #1715
- CLI: ensure explicit dependency on
prop-types
for RN #1714
2017-August-22
- Improve search and highlighting #1693
- Add centered decorator for vue #1595
- Add react-docgen propTypes to info addon #1562
- Fix stories panel resizing bug #1689
- Check for React presence when detecting
WEBPACK_REACT
type #1646 - Fix Create React App detection #1645
- Add dependencies on plugins used by getstorybook CLI #1652
- Fix preview window loading non js,css files #1554
- Improve the warning given when using channel before it's defined #1515
- Remove imports from README that are not necessary with latest API #1700
- Add reminders to PR template #1683
- Docgen Flow Type Example #1684
- Switch to babel preset env + async/await/generator support #1668
- Upgrade react-native-compat to avoid PropTypes warnings #1673
- Change React.PropTypes to prop-types #1674 #1710
2017-August-16
- Add codemod for deprecated addon-info API #1582
- Fixed addon-knobs for RN #1635
- Make links navigate in the parent window #1650
- Don’t render leftpanel stories tree if stories are empty #1664
- Remove double styling for inline stories #1651
- Upgrade react-modal to v2.2.4 #1666
2017-August-12
- Hierarchy expansion on search #1598
- Add sidebarAnimations config prop #1601
- Add hrefs to left menu links #1523
- Enable many components of same type in addon-info prop tables #1607
- Always collapse an expanded kind in tree view without changing selected story #1590
- Option to select an addon panel #1641
- Document how to use info addon as decorator #1592
- Add Android simulator instructions for React Native #1591
- Tree view visual adjustments #1599
- Add z-index to shortcuts popup overlay #1617
- Use ReactModal for search box #1548
- Limit react versions to >=15 #1613
2017-August-01
- Use the React Native packager's host by default #1568
- Make onDeviceUI default for RN getstorybook #1571
- Add short description to addon-options readme #1566
2017-July-31
- Fixed build-storybook for vue #1564
2017-July-31
2017-July-31
Storybook 3.2 is filled with new features to help make your components shine! Headline features:
Plus many more features, documentation improvements, and bugfixes below!
- Vue support #1267
- Add support for vue in addon-notes #1278
- CLI support for Vue #1287
- Story Hierarchy #1329
- Story Hierarchy UI improvements #1387 #1356
- Story Hierarchy - keyboard accessibility #1427
- React Native - On Device UI #1413
- Show first story on RN OnDeviceUI startup #1510
- Added collapsible RN OnDeviceUI navigation #1544
- Add warning when module is missing in storiesOf #1525
- Provide styling hook for Addon Info story body #1308
- Implement filtering on story-level #1432
- Refactoring of
addon-info
#1452 - ADD storybook logo for inside terminal for future CLI or easteregg #1499
- Improved error checking in global addDecorator #1481
- Fix react native example and bootstrapping #1514
- Fix a 'funny' hmr issue in cra-kitchen-sink #1508
- When timestamps are enabled, it actually checks them before applying changes #1405
- Fix issue when extending webpack config #1468
- Fix addon notes #1448
- Story Hierarchy - initial state bug fix #1401
- Remove blue outline when node is focused #1497
- Revert knobs API to previous API. #1527
- FIX hoist-internals: remove existing folder/link before linking #1516
- Update global hook for Vue Devtools #1376
- SWITCH to circleci over travisCI && CHANGE lerna bootstrap procedure: #1486
- Update cra-kitchen-sink package versions for 3.2-alpha #1434
- Updating 3.2 alpha release with patches #1419
- Remove typescript typings for @storybook/addon-notes #1344
- Remove typescript typings for @storybook/addon-options #1343
- Remove typescript typings for @storybook/addon-knobs #1339
- Remove typescript typings for @storybook/addon-links #1342
- Updated babel-plugin-react-docgen version #1526
- UPDATE everything (including eslint 4) #1517
- Update remark-preset-lint-recommended to the latest version 🚀 #1512
- Update remark-cli to the latest version 🚀 #1498
- Remove upper bound on react-native peerDependency #1424
- Bump
react-split-pane
version #1495
2017-July-16
- React fiber support #1443
- Refine docs about loading stories dynamically for react-native #1420
- Verify that name is a string in addons/actions #1415
- Knobs: fix label alignment #1471
- Fix display of large components #1237
- Dependency updates #1439
- chore(package): update husky to version 0.14.3 #1437
- Update danger to the latest version 🚀 #1393
- Update lerna to the latest version 🚀 #1423
- Pin gatsby version and upgrade gh-pages #1462
2017-July-06
- Updated addon knob readme. #1406
- Add a FAQ entry for shared config with next #1390
- Documented webpack customization example for typescript #1386
- Removed empty array, since webpack 2 doesn't support them anymore. #1381
2017-June-28
- Exit storybook build non-zero on stats errors (e.g. errors in the transpilation pipeline) #1372
- Fixed regression: CSS entries were not picked up for storybook pages (e.g. when using extract-text-webpack-plugin) #1363
- Document Storybook release process #1348
2017-June-26
- Remove the
cacheDirectory
option from babel config #1350 - websockets (ws) removed
socket.upgradeReq
, so usereq
instead #1337 - Ensure we add the correct version of
react-dom
#1349 - Addon Info: Fix invalid prop
node.type
supplied to 'Props' #1351 - Addon Info: Omit empty inline info header #1306
- Addon Actions: Use uuid for action IDs instead of Math.random (fixes #1109) #1347
- Fix welcome instructions to reflect current
getstorybook
#1358 - Addon Info: Update README with configuration instructions #1326
- Update lint-staged to the latest version 🚀 #1315
2017-June-22
- Added flow support to getstorybook upgrade #1289
- Added support for the
haul
react-native packager #1294
- Fixed addon knobs proptypes deserialization #1290
- Refactored storybook component library #1266
- Created CRA kitchen sink addons example #1288
- Use a pack -> install technique to recreate local packages #1332
- Import demo components from @storybook/react #1303
2017-June-15
- IMPROVE design of addon-events #1249
- Add a
shallowSnapshot
option for storyshotstest
functions #1232
- Fix app entry bug in RN gestorybook #1280
- fix(addons/info): Cannot read property 'props' of undefined #1258
- Add versions plugin to docs #1269
2017-June-10
- Fix
storybook-build
manager-head.html bug #1248
Minor features including a new "events" addon, as well as the usual bugfixes, cleanup, etc.
2017-June-09
- Add small design update to addon info package #1213
- Add display configuration options to info addon #1157
- Add support for multiple webpack chunks in iframe #1083
- Add events addon #1130
- Allow including files just before manager.bundle.js #1134
- Fixed knobs addon editing bug #1233
- Fix bug in addons/graphql in reIndentQuery #1207
- Marksy initialized with mtrcConf instead of marksyConf #1205
- Document stories not showing up on storybook UI until device connects #1221
- Fixed references to storybook.js.org. #1211
- Updated repository URL to address broken npm images #1197
- Added a vanilla React Native example app. #1202
- Move typings for @storybook/react to @types package #1199
- Set ESlint rules more strict 🚑 #911
- Update babel docgen plugin to generate docs for React.createClass and createReactClass #1206
- Update
marksy
dependency due broken 1.1.0 version #1204
Minor bug fixes and documentation updates post 3.0.0 release.
2017-June-06
- Added error message for
addon-options
#1194 - Fix(react-native) add missing
ws
dependency #1174 - Fix terminal colors by reset console colors explicitly #1184
- Fix addon panel layout styling #1170
- ADD https import & remove tracking code remains #1176
- Fix incorrect babel config file reading #1156
- Fixed withKnobs definition. #1164
- Fixed typo in react-native browser instructions #1189
- Add instruction for npm install with -D for development dependency #1168
- Fix broken link for
addons
in README #1167 - Refreshed logo in docs #1149
- fix addon broken links in documentation #1165
- start-storybook cli - expand commands descriptions #1161
- Fix typo in codemod readme #1158
- Replaced deprecated
markdown-to-react-components
withmarksy
#1188
Storybook 3.0 is our first fully community-driven release! Notable changes:
- Moved from
@kadira
to@storybooks
org across github, npm, docs - Upgraded to Webpack2! #637
- Switched to monorepo and overhauled package structure. #749 #1031
- Added configuration options to storybooks snapshot testing. #1090
- Added
create-react-native-app
support. #1117 - Added HTTPS support. #735
2017-May-31
- Added help text to the react-native preview panel #1142
- Added create-react-native-app support #1117
- Fixed knobs-addon performance issues #1039
- Added
snapshotWithOptions
to configure storyshots rendering options #1090 - Added custom
test
function for storyshots #1035 - Added typescript definition to addon notes #989
- Added HTTPS option for dev server #735
- Use strict equality in action logger #1144
- FIX addon info and addon storyshots incompatibility #1129
- FIX postcss options missing in default webpack config && UPDATE dependencies #1087
- Fix CLI had a package version from storybook hardcoded - now queries npm registry #1079
- Fix semi broken __docgenInfo integration in addon info #1030
- Fix: build-storybook no longer supports relative paths #1058
- Fix for types
number
for addon knobs #1001 - Fix webpack overriding && Add an example with local file dependencies #965
- Add storybook-addon-intl to addon gallery #1143
- 3.0.0 release notes && release notes automation #1047
- 3.0.0 migration assistance : codemod, update installation and usage instructions #1093
- Add ReactSVGPanZoom to examples list #1139
- Show webpack 2 config example in docs: rules not loaders #1137
- Merge docs repo into this repo: add /docs #1131
- Change brand name from “React Storybook” to “Storybook” #1044
- Updated issue triage guidelines #1024
- Add typings for links add-on #1154
- Add react-dom to the devDependency list for React Native projects #1102
- Upgrade React Native to webpack 2 config #1097
- Add unit tests for addon storyshots #971
- Deprecate builtin addons (links and actions) - no longer included by default #1038
- change NPM organisation from kadira to storybook in code #996
- CHANGE folder structure && CHANGE package-names #1031
- Add deprecation warnings when addons are required via main package #1025
- Remove text transform uppercase for knob labels #991
11 PRs
- Update lerna to the latest version 🚀 #1101
- CHANGE to prop-types package for notes & test-cra #1082
- update dependencies in cra-storybook #1080
- Switch back to non-fork of react-inspector #1026
- Dependency updates: webpack, babel, react #1008
- Update jest to the latest version 🚀 #998
- Update lerna to the latest version 🚀 #969
- CHANGE to use react-split-view 0.1.63 over the fork #956
- Update lerna to the latest version 🚀 #915
- Use jest for unittesting - standardize unit testing epic #904
- Update dependencies to enable Greenkeeper 🌴 #768
33 PRs
- Added an upgrade mode to getstorybook #1146
- Update link to Storyshots addon #1074
- Added error message for missing or invalid storyName #747
- Opened an Open Collective Account https://opencollective.com/storybook #1065
- Add propTablesExclude option #924
- addon-info: make the info overlay be fixed #914
- Handle null elements in getData #926
- add description field from __docgenInfo for prop table for info plugin #929
- #959 add a max-height and center element with alignItems: center #961
- Switch to the only prepublish script #903
- PR review policy #923
- Add typescript definitions for getStorybook() #753
- Restore deep link for addon docs #919
- Fix default storybook webpack config #922
- Render the first story for a kind if no story selected. #918
- Update docs for monorepo #913
- Monorepo readme and contributing #907
- Add story kind regex #906
- Add examples #897
- Add missing repos #882
- Switch to monorepo #749
- extend devMiddlewareOptions with config.devServer #723
- Added meta IE=edge #715
- Replace String.includes with String.indexOf: cross-browsing support #712
- Issue Triage instructions #748
- Simple pull request template #741
- Make return type of StoryDecorator nullable #680
- Warn if story with a given name already exists #670
- Fix spelling mistake - "element form the story" to "element from the story" #702
- Remove broken react-button example #699
- Fixed spelling error. #720
- Cleaner error handling for storiesOf #672
- Update links to point to new organization #721
Allow customConfig to override devtool. PR668
03-January-2017
Fixes issue #601 where it throws error when introduce a propType with a hyphen. Add a fix to babel-plugin-react-docgen
to fix this issue.
This release comes with the updated babel-plugin-react-docgen
.
- Revert PR653 where it's causing HMR to not working properly.
18-December-2016
- Using file-loader to load all the extensions PR653
- Update css-loader dependency PR648
- Check if stories are loaded from Jest PR644
05-December-2016
Open the express router for developers (middleware.js file). PR435
01-December-2016
Update Typescript definition file for global addDecorator. PR634
28-November-2016
Completely avoid re-rendering the preview iframe. PR631
28-November-2016
Update postmsg channel module version PR627
22-November-2016
Add support for react_perf comes with React 15.4.0. PR623
Incorrect publish (error when running npm publish
)
20-November-2016
Add the react-storybook version to the build output. PR621
17-November-2016
Update the postmsg channel module to fix issue #555 with PR611
16-November-2016
Update to the new Storybook UI which doesn't use Redux.
11-November-2016
Update @kadira/storybook-ui to the latest.
10-November-2016
Fix a typo in the story syntax error messages. PR610
09-November-2016
Check if regex and regex.test is available before calling it. PR608
08-November-2016
Update webpack-hot-middleware to version 2.13.2 to fix the issue #543.
03-November-2016
Fix a regression caused by v2.29.2. There was a text called undefined listed always on the top of the preview.
03-November-2016
Add various fixes.
- Use webpack chunkhash to enable long-term caching. PR597
- Fixed json loader testing for when test is multiple. PR598
- Fix usage of custom favicon PR592
- Update postcss-loader to v1.1.0 PR599
- fix for
module.hot
is not available in a static build PR600
03-November-2016
Update babel-plugin-react-docgen to v1.4.1 to fix HOC issue
01-November-2016
Update babel-plugin-react-docgen to 1.4.0. This will fix some of the compilation issues such as #580.
28-October-2016
Remove preview decorator support. PR583.
28-October-2016
Add preview decorator support. PR582. This will help us bring storybook designer with some great power.
27-October-2016
Add a few usability improvements to Storybook.
- Display storybook version. PR559
- Make the storybooks cacheable. PR578
- Change the devtool to eval and remove the use of source maps. PR577
- Update
babel-preset-react-app
to the latest. PR576 - Ship
json-loader
by default. PR575
24-October-2016
Get some new features from CRA.
- Add jsx as a resolve extension PR563
- Allow to use postcss for CSS @imports PR564
- Use process.env as a proper object PR565
23-October-2016
Add a potential fix to 558 by updating babel-plugin-react-docgen to the latest(v1.3.2).
21-October-2016
Add react docgen info into React classes with the react-docgen babel plugin. PR557. With this:
- We could get docgen info with any React component class using
ClassName.__docgenInfo
. - From the global collection:
STORYBOOK_REACT_CLASSES
Additionally, added yarn.lock
.
19-October-2016
Do not show git command output. PR554
07-October-2016
- Export git repository info to support custom tool integrations PR536
06-October-2016
- Remove the experimental database addon from react-storybook PR535
05-October-2016
Add some nice development experiment based on suggestion from Dan Abramov.
- Set a color to the Storybook URL in the console. PR533
- Add better error message when there's no React element in the story. PR534
05-October-2016
- Get the latest features from CRA including NODE_PATH support, public folder support and some other minor changes. #468
- Also bumped
@kadira/storybook-channel-postmsg
to^1.0.3
28-September-2016
26-September-2016
26-September-2016
23-September-2016
- Stop uglifyjs from mangling names PR483
23-September-2016
- Remove
STORYBOOK_
prefix from config env PR481
22-September-2016
21-September-2016
21-September-2016
- Move the babel config loading logic into a separate file. PR469
- Update airbnb eslint rules to the latest.
19-September-2016
Add a fix to webpack custom resolve.alias not working. PR465
19-September-2016
- Use @kadira/storybook-addons as a resolve.alias. So, we can support addons for NPM2 too. PR462
14-September-2016
- Watch missing NPM modules and force webpack rebuild. PR446
- Fix issue on error message hanging after even it solved. PR447
- Allow to reload if HMR goes crazy. PR448
- Add support to get custom env variables. PR450
14-September-2016
- Fix 404 error when db file does not exist PR449
9-September-2016
- Fix #443 where the static version of Storybook doesn't like Safari.
- Update postcss-loader to 0.13.0.
8-September-2016
- Parse static directory provided by env as a list. PR436
8-September-2016
- Do not include addon register file on preview. PR426
- Update css-loader to version 0.25.0. PR427
- Get the head.html values for every page request. PR432
4-September-2016
- Remove babel-polyfill since we don't use it.
- Update versions with the help from greenkeeper. PR421
3-September-2016
- Adding airbnb-js-shims again. PR419
2-September-2016.
- Use the config directory to store the addon database file PR418.
2-September-2016.
- Copy the addon-db.json file when building static storybooks PR417.
2-September-2016.
- Update @kadira/storybook to get the clean query params feature. See storybook-ui-PR37
1-September-2016
- Add addon database feature PR415.
31-August-2016
- Bring back HMR dev logs. PR412.
30-August-2016
- Allow start/build params from env variables. PR413
29-August-2016
- Remove the use of babel-runtime/core-js modules. PR410
24-August-2016
- Update @kadira/storybook-ui to v3.3.2
24-August-2016
- We are no longer shipping extra polyfills anymore. PR402
24-August-2016
- Allow file-loader URLs to work on subpaths. PR401
24-August-2016
- Bump @kadira/storybook ui to v3.3.1 to fix some UI related issues.
23-August-2016
- Simplify the option to stop tracking. PR399
- Use JSON5 instead of CJSON to parse .babelrc. PR398
- Add webpack2 support by changing the use of OccurenceOrderPlugin. PR397
- Use @kadira/storybook-ui 2.3.0, which has new APIs to set URL for addons.
16-August-2016
- Implement anonymous usage tracking. PR384
15-August-2016
- Add a hash to media file's filename. Otherwise, it'll cause issues when there are multiple images with the same filename but in different directories. PR380
10-August-2016
- Remove unused extract-text-webpack-plugin. This will add webpack2 support. PR369.
09-August-2016
- Use @kadira/storybook-channel modules. #PR359.
- Update @kadira/storybook-ui to the latest.
05-August-2016
This release bring some webpack config related optimizations and the NPM2 support. Here are the notable changes:
- Use es6-shim directly into webpack config. PR355
- Use the default babel-config based on CRA's config. PR354
- Add NPM2 support. PR356
- Add autofixer defaults. PR357
03-August-2016
Remove default webpack config for all config types. PR348
Now we only use the Create React App based config if there's no custom webpack config. This will fix issues like #347.
02-August-2016
Add support for the addon API. See PR346.
Here after we are using most of the features including actions,links as plugins. So, this introduced a huge area to add customizations to Storybook.
Unfortunately, as of this version, there are no docs for this feature. But, you can have a look at these addons:
- actions addon (powers the action logger): addon-actions
- links addon (powers the linkTo feature): addon-links
Have a look at here to how to configure addons.
01-August-2016
This is the starting of the next major version of Storybook. This version is almost compatible with v1.x.x
but defaults have been changes as discussed below. That's why we are starting out a new version.
- Update defaults to match create-react-app. PR342. Here are the notable changes:
- Add postcss based CSS loader.
- Add file-loader for images and common types.
- Add url-loader for shorter media files.
- Do not pre-build manager(storybook UI) bundle.
- Continue support for babel's stage-0 preset and add es2016 preset.
- Update @kadira/storybook-ui to v2.6.1 to remove some React warnings.
- Fix duplicate decorator bug #335.
- Add names for action and linkTo functions #321.
- Fix error in prepublish script #319.
- Improve Windows support by writing prepublish script using shelljs #308.
- v1.37.0 was a nightmare since it contains the npm-shrinkwrap.json. Fixed by removing it. See: #306 and #305.
- Update @kadira/storybook-ui to 2.4.0
- Support watchOptions configuration. See: PR287
- Add missing font-face to the ErrorDisplay's heading.
- Fix issue related to bad error handling. See issue #275:
- Add fuzzy search powered search box and Redux DevTools support via @kadira/storybook-ui@2.3.0.
- Don't always override NODE_ENV in build-storybook. PR272
- Use storybook-ui v2.2.0 which puts shortcut state into the URL.
- Introduce an extension API for Storybook. See: PR258
- Extend @kadira/storybook-ui provider from it's base Provider.
- Use @kadira/storybook-ui as the manager UI with the implemented provider for React. See
client/manager
for more info.
- Pass a
context
argument to stories PR250
- Fuzzy search kinds PR247
- Update dependency version to fix filter crash PR246
- Protect index.html/iframe.html from being overwritten PR243
- Use url.resolve instead of path.join PR240
- Copy missed manager.js.map file on static build PR236
- Multiple static dirs (comma separated) PR229
- Support ECMAScript stage-0 PR228 to fix Issue #227
- Support custom webpack public path for dev-server and static build started by PR226
- Revert PR226
- Support custom webpack publicPath PR226
- Add charset meta tags to HTML heads PR216
- Moved storybook serving code into a middleware to support more advanced use cases.
- Refactored dev server to use storybook middleware PR211
- Move modules to storybook-core repo. PR196
- Add stack-source-map again only for Chrome to get better error stacks.
- Add ability to control the hostname. See PR195 and PR198
12-May-2016
- Ensure asset directory exists in the static-builder.
11-May-2016
- Fix several publishing related issues. See: #188.
- Fix babel extends issue. See: PR185.
- Fix issue with removing a preset from users babelrc.
- Make left panel scrollable with keeping the filterbox always. See: PR182.
- Add
qs
as a direct dependency as it's used in preview.
10-May-2016
- Add a potential fix for the double scrollbar issue. See: 179.
- Add scrolling support to the left panel. Fixes #177.
- Remove NODE_ENV=production flag. Fixes #158
09-May-2016
- Add shortcuts to jump to previous and next stories. See PR176
- Fix loader concatenation bug specially when custom config doesn't have a loaders section. PR173
06-May-2016
- Add a potential fix for #167
- basically, this moved back babel-packages required by webpack.
06-May-2016
- Improve the static builder time.
06-May-2016
- Add configType argument to custom config function. See: PR169
- Add the unicode version of the Keyboard Shortcut Icon. See: PR170
05-May-2016
- Allow to configure webpack as the user wants. See PR160
- Add typescript typings support for the core API. See PR157
- Implement Mantra architecture and some new features including permalinks, full screen support. See: PR165
- Remove some typo in docs. See: PR154
- Move UI testing libraries to devDependencies. See: PR153
27-April-2016
- Add airbnb-js-shims to client-side JS. See: PR147
- Remove self-closing div tag, which is invalid HTML. See: PR148
- Search for a .babelrc in the storybook config directory first, then the project root. See: PR149
26-April-2016
- Link Storybook menu to the repo. See: PR137
- Implement keyboard shortcuts and fuzzy search. See: PR141
25-April-2016
- Fix an error which only occurs on Firefox. See: PR144
21-April-2016
- Fix a regression introduce by
v1.17.0
. See: PR133
21-April-2016
- Check all the arguments passed to action for events. See: PR132
21-April-2016
- Fix action logs highlighting issue, which comes as a regression of PR126.
20-April-2016
- Prevent re-rendering the preview iframe when there is an action.
20-April-2016
- Improve action logger UI and increase max log count to 10. See PR123
19-April-2016
- Add syntax highlights to the logger. See: PR118
- Add some UI test cases. See PR103
- Implement
.addDecorator()
API. See PR115 - Add code folding support. See PR111
14-April-2016
- Add support for webpack module preLoaders. See: PR107
13-April-2016
- Add support for React DevTools. See: PR104
12-April-2016
Fix various issues related to static bundling.
- Add custom head generation to static build as well.
- Use relative urls so, static sites can be host with paths (GH Pages)
- Identify SyntheticEvent using feature detection. UglifyJS mangal class names, so we can't use classnames to detect a SyntheticEvent in the static build.
- Don't serve index.html in static directory as a site index. See PR100
- Use cjson for parsing .babelrc files (support comments). See PR98
- Remove the dist directory before running babel to avoid older code. See PR101
- Add custom head support inside the iframe. See PR77
- Unmount components before rendering into DOM node. Fix: #81
- Add a static file builder. See PR88
- Fix search box's lineHeight to work with all the browsers. See: PR94
- Add the search box. See: PR91.
Add some minor improvements.
- Avoid deprecated warning in Chrome Canary. See: PR85
- Fix the React Warning about CSS property. See: PR84
- Transition on latest logged action. See: PR80
- Add story linking functionality.
- Documentation.
- Original feature request: #50
- Implementation: PR86
- Add support to React v15.0.0.
- Make scrollable layout. See: PR
- Add npm3 requirement to the
package.json
. - Add
react
andreact-dom
to devDependencies.
- Add support for most of the custom webpack configuration. See PR64
- Add CLI option to specify the config dir. See PR52.
- Load the
.babelrc
manually. Fixed: #41 - Add a better contributing guide. See CONTRIBUTING.md
- Add a development utility
npm run dev
which watches "src" directory and runnpm run prepublish
.
- Add a button to clear logs in the ActionLogger. This is requested in PR21.
- Remove navigation list order hijacking. See commit.
- Fix a typo in .gitignore. See PR31.
- Add support for JSX. See PR18.
- v1.0.0 was a mistake and it contains very old code. That's why we had to do a 1.1.0 release.
- Yeah!