CHANGELOG.v1-5.md
@types/npmlog to dependencies (#9538)Storybook 5.3 is here!
π¨ Multi-framework SB Docs (React, Vue, Angular, WC, Ember)
πΌ 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.*, and 5.3.0-rc.* for the full list of changes. See MIGRATION.md to upgrade from 5.0 or earlier.
master into next for 5.3.0 release (#9388)sb init to use spawn.sync if creating package.json (#9359)__namedExportsOrder array in loader if provided (#9315)This is significant change to main.js aka tri-config, dramatically simplifying how addons and presets are registered. See the maintenance PR for details.
addons field (#9246)Failed NPM publish
stories glob more permissive (#9224)__orderedExports in loader if provided (#9181)Failed NPM publish
Failed NPM publish
Failed NPM publish
Failed NPM publish
Failed NPM publish
Failed NPM publish
--docs mode (#7700)custom-elements.json and expose defaultValue (#9107)NPM publish failed
api.selectStory for component permalinks (#9054)stable package to ensure story sorting is stable (#8795)docs.container parameter (#8968)Preview theming escape hatch (#8969)-u flag (#8889)Failed npm publish
puppeteer-core instead of puppeteer" (#8925)Failed npm publish
Failed npm publish
storiesof-to-csf migration (#8856)architect.build option (#6737)Storybook 5.3 is in beta y'all π₯π₯π₯ It includes:
See the latest changelog for a full list of changes.
storybook-addon-vue-info with vue-docgen-loader (#8831)stable package to ensure story sorting is stable (#8795)notes as component description (#8718)jsx-to-string library (#8549)Fix web-components storybook dependencies
<Story> name starting with number (#8469)<Story> name starting with number (#8469)prepareForInline (#8415)storiesOf mixed in one file (#8411)storiesOf mixed in one file (#8411)Publish failed
NPM publish failed
read-pkg-up usage to work with version 7 (#8299)weak dependency Node 12 (#8300)yarn lint (#8289)NPM publish failed
channel.off (#8234)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.*, and 5.2.0-rc.* for the full list of changes. See MIGRATION.md to upgrade from 5.0 or earlier.
Publish failed
Failed publish
5.2 is in RC!!! πWhat this means:
5.3-alpha ASAPTrack progress on the 5.2 release issue
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!
makeDisplayName & add stable storyNameFromExport (#7901)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 } });
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.
first-child selector warning flag (#7861)Failed publish
Failed publish
Publish failed
npx -p @storybook/cli sb migrate in yarn project (#7649)sb info (#7624)babel.config.js loading (#7573)configure (#7598)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.
load to configure (#7576)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)
babel.config.js loading (#7573)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.
sb init to module format for Ember/Marko/Mithril/Rax/Riot/Svelte (#7504)sb init to module format for Angular (#7502)sb init to module format for React (#7500)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.
load accept loader function (#7518)strict flag (#7515)sb init to module format for Vue (#7501)sb init to module format for HTML/Polymer (#7503)--preview-url for static builds (#7245)--preview-url for custom preview (#7235)story_store API (#7234)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.
--docs flag (#7154)Publish failed
Publish failed
--docs command-line functionalityPublish failed
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.
process variable (#6991)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.*, and 5.1.0-rc.* for the full list of changes. See MIGRATION.md to upgrade from 5.0 or earlier.
Publish failed
process.* variable definitions (#6946)id="." / of="."inlineStories & getPropDefs based on framework@storybook/source-loader
storiesOf format x (JS / TSX)--docs option to build storybook.storybook/babel.config.js (#6633) (#6634)NOTE: use @storybook/source-loader with option injectParameters: true for legacy source
Preview behavior has been updated. Docs page content has been updated.
Before:
<Story name="a"> defines a story, <Preview id="x--a"/> references itAfter:
<Story name="a"> defines a story, <Story id="x--a"/> references it<Preview><Story .../><Story .../><Component/></Preview> shows one or more stories in a gridpresets.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. π
Failed publish
sb init for projects with frozen lock files (#6629)Storybook Docs technical preview:
sb init for projects with frozen lock files (#6629)storybook project configuration (#6484)active PropTypes on MobileLayout (#6241)tsx files (#6533)Bump version to make 5.0.x latest since I just released a patch in v4.1.18
NPM publish failed
@babel/preset-env to fix corejs option (#6281)Bump version number (same as 5.0.4, but need to make this latest again!)
NPM publish failed
STORY_RENDERED CSS reset (#6050)STORY_RENDERED CSS reset (#6050)STORY_RENDERED CSS reset (#6050)react-select dependency to 2.2 (#5867)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.*, and 5.0.0-rc.* for the full list of changes. See MIGRATION.md to upgrade from 4.x.
STORIES_CONFIGURED event (#5756)brand API (#5733)forceReRender() on STORY_CHANGED (#5753)/ search hotkey so it doesn't type into the input (#5702)register.js file (#5379)Welcome to Storybook 5 (SB5) with a beautiful new user interface including:
SB5 also includes a new URL structure, expanded addon API, and many more features and architectural improvements.
See the RC announcement for more details!
onClose as a prop. (#5425)Failed release
register.js file in base directory (#5379)Release failed due to NPM error
Note that 4.1.7 contained a bad merge that missed an important change. This release fixes that:
Bad release
file:// URLs (#5295)components to story (#5266)Test publishing improvements
no-dll option to CLI to disable DllReferencePlugin, fix polyfills (#5238){name, kind} support on the SET_CURRENT_STORY event (#5228)NPM failure, republishing as 4.1.6
Fixes 4.2.0-alpha.0
Bad release
Storybook 4.1 with performance and compatibility improvements! Highlights include:
There are dozens more fixes, features, and tweaks in the 4.1 release. See changelogs for 4.1.0-* for details.
Fixes 4.0.9
Publish failed
Broken release (see https://github.com/storybookjs/storybook/issues/4897)
react-scripts packages (#4712)Publish failed
2018-November-06
Publish failed
2018-November-06
Array#sort correctly #47202018-November-06
master becomes the stable branch #47192018-October-31
Fix broken 4.0.1 release
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:
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
2018-October-25
sb init on the Vue CLI #45352018-October-25
2018-October-23
2018-October-22
2018-October-18
2018-October-15
2018-October-13
addon-jest to new propType #4252yarn upgrade-interactive --latest in root and docs #44032018-October-04
builtIns: false #42622018-September-25
2018-September-19
airbnb-js-shims dep range #41892018-September-17
2018-September-07
2018-August-31
babelrc: false only for custom config in .storybook directory #40772018-August-31
Not published to NPM
2018-August-25
@babel/plugin-proposal-class-properties dependency #40762018-August-24
2018-August-06
2018-August-03
2018-August-03
NOTE: 3.4.9 publish failed
2018-July-11
2018-July-09
2018-July-03
2018-July-02
2018-June-21
2018-June-21
2018-June-10
2018-June-10
2018-May-26
2018-May-26
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.
2018-May-17
2018-May-12
configure fails #3558Broken release (@storybook/core-events had not been published publicly)
2018-May-12
2018-April-27
actions to addon-actions to create multiple actions #3352@storybook/addon-actions in /docs from "3.4.1" to "3.4.2" #3478@storybook/addon-links in /docs from "3.4.1" to "3.4.2" #3478@storybook/addons in /docs from "3.4.1" to "3.4.2" #3478@storybook/react in /docs from "3.4.1" to "3.4.2" #3478gatsby-link in /docs from "1.6.40" to "1.6.41" #3478gatsby-plugin-sharp in /docs from "1.6.42" to "1.6.43" #3478gatsby-remark-autolink-headers in /docs from "1.4.16" to "1.4.17" #3478gatsby-remark-copy-linked-files in /docs from "1.5.31" to "1.5.32" #3478gatsby-remark-images in /docs from "1.5.61" to "1.5.62" #3478gatsby in /docs from "1.9.252" to "1.9.253" #34782018-April-27
2018-April-17
Also includes changes from 3.4.2
chalk in / from "2.3.2" to "2.4.0" #3440danger in / from "3.4.7" to "3.5.1" #3440prettier in / from "1.12.0" to "1.12.1" #3440webpack in app/react from "4.5.0" to "4.6.0" #3440prettier in addons/storysource from "1.12.0" to "1.12.1" #3440react-modal in lib/ui from "3.3.2" to "3.4.1" #3440chalk in lib/core from "2.3.2" to "2.4.0" #3440webpack in lib/core from "4.5.0" to "4.6.0" #3440webpack in app/angular from "4.5.0" to "4.6.0" #3440webpack in app/mithril from "4.5.0" to "4.6.0" #3440webpack in app/polymer from "4.5.0" to "4.6.0" #3440webpack in app/react-native from "4.5.0" to "4.6.0" #3440webpack in app/vue from "4.5.0" to "4.6.0" #3440chalk in lib/cli from "2.3.2" to "2.4.0" #3440webpack in examples/cra-kitchen-sink from "4.5.0" to "4.6.0" #3440webpack in examples/mithril-kitchen-sink from "4.5.0" to "4.6.0" #3440webpack in examples/polymer-cli from "4.5.0" to "4.6.0" #3440webpack in examples/vue-kitchen-sink from "4.5.0" to "4.6.0" #3440gatsby-source-filesystem in /docs from "1.5.32" to "1.5.33" #3439gatsby in /docs from "1.9.251" to "1.9.252" #3439@angular/common in / from "5.2.9" to "5.2.10" #3429@angular/compiler in / from "5.2.9" to "5.2.10" #3429@angular/core in / from "5.2.9" to "5.2.10" #3429@angular/forms in / from "5.2.9" to "5.2.10" #3429@angular/platform-browser in / from "5.2.9" to "5.2.10" #3429@angular/platform-browser-dynamic in / from "5.2.9" to "5.2.10" #3429babel-eslint in / from "8.2.2" to "8.2.3" #3429danger in / from "3.4.5" to "3.4.7" #3429eslint-plugin-import in / from "2.10.0" to "2.11.0" #3429lerna in / from "2.10.0" to "2.10.1" #3429prettier in / from "1.11.1" to "1.12.0" #3429react in / from "16.3.1" to "16.3.2" #3429react-dom in / from "16.3.1" to "16.3.2" #3429react-test-renderer in / from "16.3.1" to "16.3.2" #3429react-dom in addons/centered from "16.3.1" to "16.3.2" #3429react-lifecycles-compat in addons/background from "3.0.0" to "3.0.2" #3429react-lifecycles-compat in addons/events from "3.0.0" to "3.0.2" #3429glamorous in app/react from "4.12.1" to "4.12.3" #3429@types/react in addons/notes from "16.3.5" to "16.3.11" #3429glamorous in addons/actions from "4.12.1" to "4.12.3" #3429react-inspector in addons/actions from "2.2.2" to "2.3.0" #3429glamorous in lib/components from "4.12.1" to "4.12.3" #3429glamorous in addons/a11y from "4.12.1" to "4.12.3" #3429glamorous in addons/info from "4.12.1" to "4.12.3" #3429react-lifecycles-compat in addons/info from "3.0.0" to "3.0.2" #3429react-test-renderer in addons/info from "16.3.1" to "16.3.2" #3429glamorous in addons/jest from "4.12.1" to "4.12.3" #3429moment in addons/knobs from "2.22.0" to "2.22.1" #3429react-color in addons/knobs from "2.14.0" to "2.14.1" #3429react-lifecycles-compat in addons/knobs from "3.0.0" to "3.0.2" #3429react in addons/links from "16.3.1" to "16.3.2" #3429react-dom in addons/links from "16.3.1" to "16.3.2" #3429prettier in addons/storysource from "1.11.1" to "1.12.0" #3429react-lifecycles-compat in lib/ui from "3.0.0" to "3.0.2" #3429autoprefixer in lib/core from "8.2.0" to "8.3.0" #3429postcss-loader in lib/core from "2.1.3" to "2.1.4" #3429puppeteer in addons/storyshots from "1.2.0" to "1.3.0" #3429react in addons/storyshots from "16.3.1" to "16.3.2" #3429react-dom in addons/storyshots from "16.3.1" to "16.3.2" #3429react in app/angular from "16.3.1" to "16.3.2" #3429react-dom in app/angular from "16.3.1" to "16.3.2" #3429react in app/mithril from "16.3.1" to "16.3.2" #3429react-dom in app/mithril from "16.3.1" to "16.3.2" #3429react in app/polymer from "16.3.1" to "16.3.2" #3429react-dom in app/polymer from "16.3.1" to "16.3.2" #3429react in app/vue from "16.3.1" to "16.3.2" #3429react-dom in app/vue from "16.3.1" to "16.3.2" #3429update-notifier in lib/cli from "2.4.0" to "2.5.0" #3429npx in lib/cli from "10.0.1" to "10.2.0" #3429@angular/common in examples/angular-cli from "5.2.9" to "5.2.10" #3429@angular/compiler in examples/angular-cli from "5.2.9" to "5.2.10" #3429@angular/core in examples/angular-cli from "5.2.9" to "5.2.10" #3429@angular/forms in examples/angular-cli from "5.2.9" to "5.2.10" #3429@angular/platform-browser in examples/angular-cli from "5.2.9" to "5.2.10" #3429@angular/platform-browser-dynamic in examples/angular-cli from "5.2.9" to "5.2.10" #3429rxjs in examples/angular-cli from "5.5.8" to "5.5.10" #3429@angular/compiler-cli in examples/angular-cli from "5.2.9" to "5.2.10" #3429@types/node in examples/angular-cli from "9.6.2" to "9.6.5" #3429react in examples/cra-kitchen-sink from "16.3.1" to "16.3.2" #3429react-dom in examples/cra-kitchen-sink from "16.3.1" to "16.3.2" #3429react-lifecycles-compat in examples/cra-kitchen-sink from "3.0.0" to "3.0.2" #3429react in examples/official-storybook from "16.3.1" to "16.3.2" #3429react-dom in examples/official-storybook from "16.3.1" to "16.3.2" #3429@storybook/addon-actions in /docs from "3.4.0" to "3.4.1" #3426@storybook/addon-links in /docs from "3.4.0" to "3.4.1" #3426@storybook/addons in /docs from "3.4.0" to "3.4.1" #3426@storybook/react in /docs from "3.4.0" to "3.4.1" #3426gatsby-plugin-sharp in /docs from "1.6.41" to "1.6.42" #3426gatsby-remark-images in /docs from "1.5.60" to "1.5.61" #3426gatsby-source-filesystem in /docs from "1.5.29" to "1.5.32" #3426gatsby-transformer-remark in /docs from "1.7.39" to "1.7.40" #3426gatsby in /docs from "1.9.247" to "1.9.250" #34262018-April-17
2018-April-10
Also includes changes from 3.4.1
gatsby-remark-copy-linked-files in /docs from "1.5.30" to "1.5.31" #3388gatsby-source-filesystem in /docs from "1.5.28" to "1.5.29" #3388gatsby in /docs from "1.9.246" to "1.9.247" #3388lerna in / from "2.9.1" to "2.10.0" #3387babel-preset-minify in app/react from "0.3.0" to "0.4.0" #3387core-js in app/react from "2.5.4" to "2.5.5" #3387webpack-hot-middleware in app/react from "2.21.2" to "2.22.0" #3387webpack-dev-middleware in lib/core from "3.1.1" to "3.1.2" #3387webpack-hot-middleware in lib/core from "2.21.2" to "2.22.0" #3387core-js in app/angular from "2.5.4" to "2.5.5" #3387ts-loader in app/angular from "4.1.0" to "4.2.0" #3387webpack-hot-middleware in app/angular from "2.21.2" to "2.22.0" #3387zone.js in app/angular from "0.8.25" to "0.8.26" #3387babel-preset-minify in app/mithril from "0.3.0" to "0.4.0" #3387core-js in app/mithril from "2.5.4" to "2.5.5" #3387webpack-hot-middleware in app/mithril from "2.21.2" to "2.22.0" #3387@webcomponents/webcomponentsjs in app/polymer from "1.1.1" to "1.2.0" #3387babel-preset-minify in app/polymer from "0.3.0" to "0.4.0" #3387core-js in app/polymer from "2.5.4" to "2.5.5" #3387webpack-hot-middleware in app/polymer from "2.21.2" to "2.22.0" #3387babel-preset-minify in app/react-native from "0.3.0" to "0.4.0" #3387url-parse in app/react-native from "1.2.0" to "1.3.0" #3387webpack-dev-middleware in app/react-native from "3.1.1" to "3.1.2" #3387webpack-hot-middleware in app/react-native from "2.21.2" to "2.22.0" #3387babel-preset-minify in app/vue from "0.3.0" to "0.4.0" #3387core-js in app/vue from "2.5.4" to "2.5.5" #3387webpack-hot-middleware in app/vue from "2.21.2" to "2.22.0" #3387core-js in examples/angular-cli from "2.5.4" to "2.5.5" #3387zone.js in examples/angular-cli from "0.8.25" to "0.8.26" #3387@angular/cli in examples/angular-cli from "1.7.3" to "1.7.4" #3387@webcomponents/webcomponentsjs in examples/polymer-cli from "1.1.1" to "1.2.0" #3387webpack-dev-server in examples/polymer-cli from "3.1.1" to "3.1.3" #3387webpack-dev-server in examples/vue-kitchen-sink from "3.1.1" to "3.1.3" #3387lint-staged in / from "7.0.3" to "7.0.4" #3368webpack-dev-middleware in lib/core from "3.1.0" to "3.1.1" #3368webpack-dev-middleware in app/react-native from "3.1.0" to "3.1.1" #3368react in / from "16.3.0" to "16.3.1" #3357react-dom in / from "16.3.0" to "16.3.1" #3357react-test-renderer in / from "16.3.0" to "16.3.1" #3357react-dom in addons/centered from "16.3.0" to "16.3.1" #3357webpack in app/react from "4.4.1" to "4.5.0" #3357@types/react in addons/notes from "16.3.4" to "16.3.5" #3357react-test-renderer in addons/info from "16.3.0" to "16.3.1" #3357react in addons/links from "16.3.0" to "16.3.1" #3357react-dom in addons/links from "16.3.0" to "16.3.1" #3357webpack in lib/core from "4.4.1" to "4.5.0" #3357react in addons/storyshots from "16.3.0" to "16.3.1" #3357react-dom in addons/storyshots from "16.3.0" to "16.3.1" #3357react in app/angular from "16.3.0" to "16.3.1" #3357react-dom in app/angular from "16.3.0" to "16.3.1" #3357webpack in app/angular from "4.4.1" to "4.5.0" #3357zone.js in app/angular from "0.8.24" to "0.8.25" #3357react in app/mithril from "16.3.0" to "16.3.1" #3357react-dom in app/mithril from "16.3.0" to "16.3.1" #3357webpack in app/mithril from "4.4.1" to "4.5.0" #3357react in app/polymer from "16.3.0" to "16.3.1" #3357react-dom in app/polymer from "16.3.0" to "16.3.1" #3357webpack in app/polymer from "4.4.1" to "4.5.0" #3357webpack in app/react-native from "4.4.1" to "4.5.0" #3357react in app/vue from "16.3.0" to "16.3.1" #3357react-dom in app/vue from "16.3.0" to "16.3.1" #3357webpack in app/vue from "4.4.1" to "4.5.0" #3357zone.js in examples/angular-cli from "0.8.24" to "0.8.25" #3357protractor in examples/angular-cli from "5.3.0" to "5.3.1" #3357react in examples/cra-kitchen-sink from "16.3.0" to "16.3.1" #3357react-dom in examples/cra-kitchen-sink from "16.3.0" to "16.3.1" #3357react-scripts in examples/cra-kitchen-sink from "1.1.3" to "1.1.4" #3357webpack in examples/cra-kitchen-sink from "4.4.1" to "4.5.0" #3357webpack in examples/mithril-kitchen-sink from "4.4.1" to "4.5.0" #3357webpack in examples/polymer-cli from "4.4.1" to "4.5.0" #3357webpack in examples/vue-kitchen-sink from "4.4.1" to "4.5.0" #3357react in examples/official-storybook from "16.3.0" to "16.3.1" #3357react-dom in examples/official-storybook from "16.3.0" to "16.3.1" #3357gatsby-remark-autolink-headers in /docs from "1.4.15" to "1.4.16" #3356gatsby in /docs from "1.9.244" to "1.9.246" #3356danger in / from "3.4.4" to "3.4.5" #3350lint-staged in / from "7.0.2" to "7.0.3" #3350react-lifecycles-compat in addons/background from "1.1.1" to "1.1.4" #3350react-lifecycles-compat in addons/events from "1.1.1" to "1.1.4" #3350html-webpack-plugin in app/react from "3.1.0" to "3.2.0" #3350@types/react in addons/notes from "16.3.1" to "16.3.4" #3350axe-core in addons/a11y from "3.0.0" to "3.0.1" #3350react-lifecycles-compat in addons/info from "1.1.1" to "1.1.4" #3350react-lifecycles-compat in addons/knobs from "1.1.1" to "1.1.4" #3350react-lifecycles-compat in lib/ui from "1.1.1" to "1.1.4" #3350html-webpack-plugin in app/angular from "3.1.0" to "3.2.0" #3350html-webpack-plugin in app/mithril from "3.1.0" to "3.2.0" #3350html-webpack-plugin in app/polymer from "3.1.0" to "3.2.0" #3350html-webpack-plugin in app/react-native from "3.1.0" to "3.2.0" #3350html-webpack-plugin in app/vue from "3.1.0" to "3.2.0" #3350@types/node in examples/angular-cli from "9.6.1" to "9.6.2" #3350react-lifecycles-compat in examples/cra-kitchen-sink from "1.1.1" to "1.1.4" #3350react-scripts in examples/cra-kitchen-sink from "1.1.1" to "1.1.3" #3350html-webpack-plugin in examples/polymer-cli from "3.1.0" to "3.2.0" #3350danger in / from "3.3.2" to "3.4.4" #3343eslint-plugin-import in / from "2.9.0" to "2.10.0" #3343lerna in / from "2.5.1" to "2.9.1" #3343lint-staged in / from "7.0.0" to "7.0.2" #3343react-lifecycles-compat in addons/background from "1.1.0" to "1.1.1" #3343react-lifecycles-compat in addons/events from "1.1.0" to "1.1.1" #3343react-textarea-autosize in addons/events from "6.1.0-0" to "6.1.0" #3343babel-plugin-react-docgen in app/react from "1.8.3" to "1.9.0" #3343nodemon in app/react from "1.17.2" to "1.17.3" #3343@types/react in addons/notes from "16.1.0" to "16.3.1" #3343react-lifecycles-compat in addons/info from "1.1.0" to "1.1.1" #3343moment in addons/knobs from "2.21.0" to "2.22.0" #3343react-lifecycles-compat in addons/knobs from "1.1.0" to "1.1.1" #3343react-textarea-autosize in addons/knobs from "6.1.0-0" to "6.1.0" #3343react-lifecycles-compat in lib/ui from "1.1.0" to "1.1.1" #3343serve-favicon in lib/core from "2.4.5" to "2.5.0" #3343zone.js in app/angular from "0.8.20" to "0.8.24" #3343nodemon in app/angular from "1.17.2" to "1.17.3" #3343nodemon in app/mithril from "1.17.2" to "1.17.3" #3343nodemon in app/polymer from "1.17.2" to "1.17.3" #3343ws in app/react-native from "5.1.0" to "5.1.1" #3343nodemon in app/vue from "1.17.2" to "1.17.3" #3343react-lifecycles-compat in examples/cra-kitchen-sink from "1.1.0" to "1.1.1" #3343zone.js in examples/angular-cli from "0.8.20" to "0.8.24" #3343@storybook/addon-actions in /docs from "3.3.15" to "3.4.0" #3325@storybook/addon-links in /docs from "3.3.15" to "3.4.0" #3325@storybook/addons in /docs from "3.3.15" to "3.4.0" #3325@storybook/react in /docs from "3.3.15" to "3.4.0" #3325webpack in app/react from "4.3.0" to "4.4.1" #3315webpack in lib/core from "4.3.0" to "4.4.1" #3315webpack in app/angular from "4.3.0" to "4.4.1" #3315webpack in app/mithril from "4.3.0" to "4.4.1" #3315webpack in app/polymer from "4.3.0" to "4.4.1" #3315webpack in app/react-native from "4.3.0" to "4.4.1" #3315webpack in app/vue from "4.3.0" to "4.4.1" #3315webpack in examples/cra-kitchen-sink from "4.3.0" to "4.4.1" #3315@types/node in examples/angular-cli from "9.6.0" to "9.6.1" #3315webpack in examples/mithril-kitchen-sink from "4.3.0" to "4.4.1" #3315webpack in examples/polymer-cli from "4.3.0" to "4.4.1" #3315webpack in examples/vue-kitchen-sink from "4.3.0" to "4.4.1" #33152018-April-10
window #32432018-March-30
Welcome to Storybook 3.4 with the following key improvements:
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.*.
window is defined; add addons channel access too #3243__STORYBOOK_CLIENT_API__ for external tools #3058__dirname support #2791npm and yarn instead of third party packages #3275server.js #29472018-March-29
2018-March-28
window is defined; add addons channel access too #3243@storybook/core also #3259@types/react in addons/notes from "16.0.41" to "16.1.0" #3311react-chromatic in examples/official-storybook from "0.7.11" to "0.8.1" #3311typescript in / from "2.7.2" to "2.8.1" #3303core-js in app/react from "2.5.3" to "2.5.4" #3303core-js in app/angular from "2.5.3" to "2.5.4" #3303core-js in app/polymer from "2.5.3" to "2.5.4" #3303core-js in app/vue from "2.5.3" to "2.5.4" #3303core-js in examples/angular-cli from "2.5.3" to "2.5.4" #3303typescript in examples/angular-cli from "2.7.2" to "2.8.1" #3303gatsby-link in /docs from "1.6.39" to "1.6.40" #3300gatsby-remark-images in /docs from "1.5.59" to "1.5.60" #3300gatsby-transformer-remark in /docs from "1.7.37" to "1.7.38" #3300gatsby in /docs from "1.9.241" to "1.9.243" #3300webpack in app/react from "4.2.0" to "4.3.0" #3299webpack in lib/core from "4.2.0" to "4.3.0" #3299webpack-dev-middleware in lib/core from "3.0.1" to "3.1.0" #3299webpack in app/angular from "4.2.0" to "4.3.0" #3299webpack in app/polymer from "4.2.0" to "4.3.0" #3299webpack in app/react-native from "4.2.0" to "4.3.0" #3299webpack-dev-middleware in app/react-native from "3.0.1" to "3.1.0" #3299webpack in app/vue from "4.2.0" to "4.3.0" #3299webpack in examples/cra-kitchen-sink from "4.2.0" to "4.3.0" #3299rxjs in examples/angular-cli from "5.5.7" to "5.5.8" #3299webpack in examples/polymer-cli from "4.2.0" to "4.3.0" #3299webpack in examples/vue-kitchen-sink from "4.2.0" to "4.3.0" #3299inquirer in / from "5.1.0" to "5.2.0" #3294marked in addons/notes from "0.3.18" to "0.3.19" #3294update-notifier in lib/cli from "2.3.0" to "2.4.0" #3294gatsby-remark-images in /docs from "1.5.56" to "1.5.59" #3276gatsby in /docs from "1.9.239" to "1.9.240" #3276vue-loader in app/vue from "14.2.1" to "14.2.2" #3277vue-loader in examples/vue-kitchen-sink from "14.2.1" to "14.2.2" #3277eslint in / from "4.19.0" to "4.19.1" #3265marked in addons/notes from "0.3.17" to "0.3.18" #3265autoprefixer in lib/core from "8.1.0" to "8.2.0" #3265@webcomponents/webcomponentsjs in app/polymer from "1.1.0" to "1.1.1" #3265@types/node in examples/angular-cli from "9.4.7" to "9.6.0" #3265@polymer/polymer in examples/polymer-cli from "2.5.0" to "2.6.0" #3265@webcomponents/webcomponentsjs in examples/polymer-cli from "1.1.0" to "1.1.1" #3265danger in / from "3.3.0" to "3.3.2" #3254jest in / from "22.4.2" to "22.4.3" #3254jest-cli in / from "22.4.2" to "22.4.3" #3254jest-config in / from "22.4.2" to "22.4.3" #3254jest-diff in / from "22.4.0" to "22.4.3" #3254jest-environment-jsdom in / from "22.4.1" to "22.4.3" #3254jest-jasmine2 in / from "22.4.2" to "22.4.3" #3254keycode in lib/ui from "2.1.9" to "2.2.0" #3254autoprefixer in lib/core from "8.0.0" to "8.1.0" #3254babel-preset-vue in examples/vue-kitchen-sink from "2.0.1" to "2.0.2" #3254commander in / from "2.15.0" to "2.15.1" #3250danger in / from "3.2.0" to "3.3.0" #3250commander in lib/core from "2.15.0" to "2.15.1" #3250postcss-loader in lib/core from "2.1.2" to "2.1.3" #3250commander in app/react-native from "2.15.0" to "2.15.1" #3250commander in lib/cli from "2.15.0" to "2.15.1" #32502018-March-28
npm and yarn instead of third party packages #32752018-March-19
eslint in / from "4.18.2" to "4.19.0" #3230graphql in addons/graphql from "0.13.1" to "0.13.2" #3230gatsby-transformer-remark in /docs from "1.7.36" to "1.7.37" #3226gatsby in /docs from "1.9.232" to "1.9.233" #3226uglifyjs-webpack-plugin in app/react from "1.2.3" to "1.2.4" #3227puppeteer in addons/storyshots from "1.1.1" to "1.2.0" #3227enzyme-to-json in addons/storyshots from "3.3.1" to "3.3.3" #3227css-loader in lib/core from "0.28.10" to "0.28.11" #3227uglifyjs-webpack-plugin in app/angular from "1.2.3" to "1.2.4" #3227uglifyjs-webpack-plugin in app/polymer from "1.2.3" to "1.2.4" #3227uglifyjs-webpack-plugin in app/react-native from "1.2.3" to "1.2.4" #3227uglifyjs-webpack-plugin in app/vue from "1.2.3" to "1.2.4" #3227enzyme-to-json in examples/cra-kitchen-sink from "3.3.1" to "3.3.3" #3227enzyme-to-json in examples/official-storybook from "3.3.1" to "3.3.3" #3227@angular/common in / from "5.2.8" to "5.2.9" #3219@angular/compiler in / from "5.2.8" to "5.2.9" #3219@angular/core in / from "5.2.8" to "5.2.9" #3219@angular/forms in / from "5.2.8" to "5.2.9" #3219@angular/platform-browser in / from "5.2.8" to "5.2.9" #3219@angular/platform-browser-dynamic in / from "5.2.8" to "5.2.9" #3219danger in / from "3.1.8" to "3.2.0" #3219eslint-plugin-jest in / from "21.14.1" to "21.15.0" #3219jest-vue-preprocessor in / from "1.3.1" to "1.4.0" #3219react-chromatic in examples/official-storybook from "0.7.10" to "0.7.11" #3219@angular/common in examples/angular-cli from "5.2.8" to "5.2.9" #3219@angular/compiler in examples/angular-cli from "5.2.8" to "5.2.9" #3219@angular/core in examples/angular-cli from "5.2.8" to "5.2.9" #3219@angular/forms in examples/angular-cli from "5.2.8" to "5.2.9" #3219@angular/platform-browser in examples/angular-cli from "5.2.8" to "5.2.9" #3219@angular/platform-browser-dynamic in examples/angular-cli from "5.2.8" to "5.2.9" #3219@angular/compiler-cli in examples/angular-cli from "5.2.8" to "5.2.9" #3219eslint-plugin-jest in / from "21.14.0" to "21.14.1" #3210jest-image-snapshot in / from "2.3.0" to "2.4.0" #3210nodemon in app/react from "1.17.1" to "1.17.2" #3210vue in addons/knobs from "2.5.15" to "2.5.16" #3210jest-image-snapshot in addons/storyshots from "2.3.0" to "2.4.0" #3210nodemon in app/angular from "1.17.1" to "1.17.2" #3210nodemon in app/polymer from "1.17.1" to "1.17.2" #3210nodemon in app/vue from "1.17.1" to "1.17.2" #3210vue in app/vue from "2.5.15" to "2.5.16" #3210vue-template-compiler in app/vue from "2.5.15" to "2.5.16" #3210vue in examples/vue-kitchen-sink from "2.5.15" to "2.5.16" #3210tslint-config-prettier in / from "1.9.0" to "1.10.0" #3201glamorous in app/react from "4.12.0" to "4.12.1" #3201glamorous in addons/actions from "4.12.0" to "4.12.1" #3201glamorous in lib/components from "4.12.0" to "4.12.1" #3201glamorous in addons/a11y from "4.12.0" to "4.12.1" #3201glamorous in addons/info from "4.12.0" to "4.12.1" #3201glamorous in addons/jest from "4.12.0" to "4.12.1" #3201react-modal in lib/ui from "3.3.1" to "3.3.2" #3201express in lib/core from "4.16.2" to "4.16.3" #3201node-sass in app/angular from "4.8.1" to "4.8.2" #3201express in app/react-native from "4.16.2" to "4.16.3" #3201rxjs in examples/angular-cli from "5.5.6" to "5.5.7" #32012018-March-13
Fix publishing options to use exact versions for cross-dependencies per this change:
2018-March-13
polymer-webpack-loader in / from "2.0.1" to "2.0.2" #3184uglifyjs-webpack-plugin in app/react from "1.2.2" to "1.2.3" #3184vue in addons/knobs from "2.5.14" to "2.5.15" #3184node-sass in app/angular from "4.7.2" to "4.8.1" #3184uglifyjs-webpack-plugin in app/angular from "1.2.2" to "1.2.3" #3184uglifyjs-webpack-plugin in app/polymer from "1.2.2" to "1.2.3" #3184polymer-webpack-loader in app/polymer from "2.0.1" to "2.0.2" #3184uglifyjs-webpack-plugin in app/react-native from "1.2.2" to "1.2.3" #3184uglifyjs-webpack-plugin in app/vue from "1.2.2" to "1.2.3" #3184vue in app/vue from "2.5.14" to "2.5.15" #3184vue-template-compiler in app/vue from "2.5.14" to "2.5.15" #3184polymer-webpack-loader in examples/polymer-cli from "2.0.1" to "2.0.2" #3184vue in examples/vue-kitchen-sink from "2.5.14" to "2.5.15" #3184cross-env in / from "5.1.3" to "5.1.4" #3179jest-preset-angular in / from "5.2.0" to "5.2.1" #3179@types/react in addons/notes from "16.0.34" to "16.0.40" #3179style-loader in addons/knobs from "0.20.2" to "0.20.3" #3179vue in addons/knobs from "2.5.13" to "2.5.14" #3179style-loader in lib/core from "0.20.2" to "0.20.3" #3179cross-env in app/angular from "5.1.3" to "5.1.4" #3179copy-webpack-plugin in app/polymer from "4.5.0" to "4.5.1" #3179vue in app/vue from "2.5.13" to "2.5.14" #3179vue-template-compiler in app/vue from "2.5.13" to "2.5.14" #3179@types/node in examples/angular-cli from "9.4.6" to "9.4.7" #3179copy-webpack-plugin in examples/polymer-cli from "4.5.0" to "4.5.1" #3179vue in examples/vue-kitchen-sink from "2.5.13" to "2.5.14" #3179cross-env in examples/vue-kitchen-sink from "5.1.3" to "5.1.4" #3179gatsby-link in /docs from "1.6.38" to "1.6.39" #3171gatsby-plugin-sharp in /docs from "1.6.39" to "1.6.41" #3171gatsby-source-filesystem in /docs from "1.5.26" to "1.5.27" #3171gatsby in /docs from "1.9.225" to "1.9.231" #3171@angular/common in / from "5.2.7" to "5.2.8" #3170@angular/compiler in / from "5.2.7" to "5.2.8" #3170@angular/core in / from "5.2.7" to "5.2.8" #3170@angular/forms in / from "5.2.7" to "5.2.8" #3170@angular/platform-browser in / from "5.2.7" to "5.2.8" #3170@angular/platform-browser-dynamic in / from "5.2.7" to "5.2.8" #3170commander in / from "2.14.1" to "2.15.0" #3170acorn in addons/storysource from "5.5.1" to "5.5.3" #3170enzyme-to-json in addons/storyshots from "3.3.1" to "3.3.2" #3170commander in lib/core from "2.14.1" to "2.15.0" #3170commander in app/react-native from "2.14.1" to "2.15.0" #3170enzyme-to-json in examples/cra-kitchen-sink from "3.3.1" to "3.3.2" #3170enzyme-to-json in examples/official-storybook from "3.3.1" to "3.3.2" #3170commander in lib/cli from "2.14.1" to "2.15.0" #3170@angular/common in examples/angular-cli from "5.2.7" to "5.2.8" #3170@angular/compiler in examples/angular-cli from "5.2.7" to "5.2.8" #3170@angular/core in examples/angular-cli from "5.2.7" to "5.2.8" #3170@angular/forms in examples/angular-cli from "5.2.7" to "5.2.8" #3170@angular/platform-browser in examples/angular-cli from "5.2.7" to "5.2.8" #3170@angular/platform-browser-dynamic in examples/angular-cli from "5.2.7" to "5.2.8" #3170@angular/cli in examples/angular-cli from "1.7.2" to "1.7.3" #3170@angular/compiler-cli in examples/angular-cli from "5.2.7" to "5.2.8" #31702018-March-08
__STORYBOOK_CLIENT_API__ for external tools #3058viewport addon to the Addon Gallery #3106jscodeshift in lib/codemod from "0.4.1" to "0.5.0" #3168vue-loader in app/vue from "14.1.1" to "14.2.1" #3168jscodeshift in lib/cli from "0.4.1" to "0.5.0" #3168vue-loader in examples/vue-kitchen-sink from "14.1.1" to "14.2.1" #3168@storybook/addon-actions in /docs from "3.3.14" to "3.3.15" #3167@storybook/addon-links in /docs from "3.3.14" to "3.3.15" #3167@storybook/addons in /docs from "3.3.14" to "3.3.15" #3167@storybook/react in /docs from "3.3.14" to "3.3.15" #3167gatsby-remark-images in /docs from "1.5.55" to "1.5.56" #3167gatsby-transformer-remark in /docs from "1.7.34" to "1.7.36" #3167gatsby in /docs from "1.9.223" to "1.9.225" #3167eslint-plugin-jest in / from "21.12.3" to "21.13.0" #3160babel-loader in app/react from "7.1.3" to "7.1.4" #3160case-sensitive-paths-webpack-plugin in app/react from "2.1.1" to "2.1.2" #3160acorn in addons/storysource from "5.5.0" to "5.5.1" #3160react-syntax-highlighter in addons/storysource from "7.0.1" to "7.0.2" #3160babel-loader in app/angular from "7.1.3" to "7.1.4" #3160case-sensitive-paths-webpack-plugin in app/angular from "2.1.1" to "2.1.2" #3160babel-loader in app/polymer from "7.1.3" to "7.1.4" #3160case-sensitive-paths-webpack-plugin in app/polymer from "2.1.1" to "2.1.2" #3160babel-loader in app/react-native from "7.1.3" to "7.1.4" #3160case-sensitive-paths-webpack-plugin in app/react-native from "2.1.1" to "2.1.2" #3160babel-loader in app/vue from "7.1.3" to "7.1.4" #3160case-sensitive-paths-webpack-plugin in app/vue from "2.1.1" to "2.1.2" #3160karma-coverage-istanbul-reporter in examples/angular-cli from "1.4.1" to "1.4.2" #3160babel-loader in examples/polymer-cli from "7.1.3" to "7.1.4" #3160babel-loader in examples/vue-kitchen-sink from "7.1.3" to "7.1.4" #3160gatsby-plugin-sharp in /docs from "1.6.38" to "1.6.39" #3159gatsby-remark-images in /docs from "1.5.54" to "1.5.55" #3159gatsby-plugin-sharp in /docs from "1.6.37" to "1.6.38" #3146gatsby-remark-images in /docs from "1.5.53" to "1.5.54" #3146gatsby-source-filesystem in /docs from "1.5.25" to "1.5.26" #3146gatsby in /docs from "1.9.222" to "1.9.223" #3146webpack-hot-middleware in app/react from "2.21.1" to "2.21.2" #3145webpack-hot-middleware in lib/core from "2.21.1" to "2.21.2" #3145webpack-hot-middleware in app/angular from "2.21.1" to "2.21.2" #3145webpack-hot-middleware in app/polymer from "2.21.1" to "2.21.2" #3145webpack-hot-middleware in app/react-native from "2.21.1" to "2.21.2" #3145webpack-hot-middleware in app/vue from "2.21.1" to "2.21.2" #3145babel-plugin-macros in / from "2.1.0" to "2.2.0" #3137chalk in / from "2.3.1" to "2.3.2" #3137eslint in / from "4.18.1" to "4.18.2" #3137eslint-plugin-jest in / from "21.12.2" to "21.12.3" #3137babel-plugin-macros in app/react from "2.1.0" to "2.2.0" #3137glamorous in app/react from "4.11.6" to "4.12.0" #3137glamorous in addons/actions from "4.11.6" to "4.12.0" #3137glamorous in lib/components from "4.11.6" to "4.12.0" #3137glamorous in addons/a11y from "4.11.6" to "4.12.0" #3137glamorous in addons/info from "4.11.6" to "4.12.0" #3137glamorous in addons/jest from "4.11.6" to "4.12.0" #3137moment in addons/knobs from "2.20.1" to "2.21.0" #3137chalk in lib/core from "2.3.1" to "2.3.2" #3137babel-plugin-macros in app/angular from "2.1.0" to "2.2.0" #3137sass-loader in app/angular from "6.0.6" to "6.0.7" #3137babel-plugin-macros in app/polymer from "2.1.0" to "2.2.0" #3137babel-plugin-macros in app/react-native from "2.1.0" to "2.2.0" #3137babel-plugin-macros in app/vue from "2.1.0" to "2.2.0" #3137chalk in lib/cli from "2.3.1" to "2.3.2" #3137cross-spawn in lib/cli from "6.0.4" to "6.0.5" #3137gatsby-remark-copy-linked-files in /docs from "1.5.29" to "1.5.30" #3136gatsby in /docs from "1.9.221" to "1.9.222" #3136gatsby-link in /docs from "1.6.37" to "1.6.38" #3124gatsby-plugin-sharp in /docs from "1.6.35" to "1.6.37" #3124gatsby-remark-autolink-headers in /docs from "1.4.12" to "1.4.13" #3124gatsby-remark-copy-linked-files in /docs from "1.5.28" to "1.5.29" #3124gatsby-remark-images in /docs from "1.5.51" to "1.5.53" #3124gatsby-remark-smartypants in /docs from "1.4.11" to "1.4.12" #3124gatsby-source-filesystem in /docs from "1.5.24" to "1.5.25" #3124gatsby-transformer-remark in /docs from "1.7.33" to "1.7.34" #3124gatsby in /docs from "1.9.216" to "1.9.221" #3124codelyzer in / from "4.1.0" to "4.2.1" #3131file-loader in lib/core from "1.1.10" to "1.1.11" #3131copy-webpack-plugin in app/polymer from "4.4.2" to "4.5.0" #3131copy-webpack-plugin in examples/polymer-cli from "4.4.2" to "4.5.0" #3131file-loader in examples/vue-kitchen-sink from "1.1.10" to "1.1.11" #3131@angular/common in / from "5.2.6" to "5.2.7" #3123@angular/compiler in / from "5.2.6" to "5.2.7" #3123@angular/core in / from "5.2.6" to "5.2.7" #3123@angular/forms in / from "5.2.6" to "5.2.7" #3123@angular/platform-browser in / from "5.2.6" to "5.2.7" #3123@angular/platform-browser-dynamic in / from "5.2.6" to "5.2.7" #3123prettier in / from "1.11.0" to "1.11.1" #3123prettier in addons/storysource from "1.11.0" to "1.11.1" #3123babel-plugin-react-docgen in app/react from "1.8.2" to "1.8.3" #3123webpack-hot-middleware in app/react from "2.21.0" to "2.21.1" #3123nodemon in app/react from "1.15.1" to "1.17.1" #3123jest-specific-snapshot in addons/storyshots from "0.3.0" to "0.4.0" #3123react-color in addons/knobs from "2.13.8" to "2.14.0" #3123webpack-hot-middleware in lib/core from "2.21.0" to "2.21.1" #3123webpack-hot-middleware in app/angular from "2.21.0" to "2.21.1" #3123nodemon in app/angular from "1.15.1" to "1.17.1" #3123webpack-hot-middleware in app/polymer from "2.21.0" to "2.21.1" #3123nodemon in app/polymer from "1.15.1" to "1.17.1" #3123webpack-hot-middleware in app/react-native from "2.21.0" to "2.21.1" #3123webpack-hot-middleware in app/vue from "2.21.0" to "2.21.1" #3123nodemon in app/vue from "1.15.1" to "1.17.1" #3123@angular/common in examples/angular-cli from "5.2.6" to "5.2.7" #3123@angular/compiler in examples/angular-cli from "5.2.6" to "5.2.7" #3123@angular/core in examples/angular-cli from "5.2.6" to "5.2.7" #3123@angular/forms in examples/angular-cli from "5.2.6" to "5.2.7" #3123@angular/platform-browser in examples/angular-cli from "5.2.6" to "5.2.7" #3123@angular/platform-browser-dynamic in examples/angular-cli from "5.2.6" to "5.2.7" #3123@angular/cli in examples/angular-cli from "1.7.1" to "1.7.2" #3123@angular/compiler-cli in examples/angular-cli from "5.2.6" to "5.2.7" #31236.1.1 to 7.0.0 #3067gatsby-plugin-sharp in /docs from "1.6.34" to "1.6.35" #3109gatsby-remark-images in /docs from "1.5.50" to "1.5.51" #3109gatsby in /docs from "1.9.215" to "1.9.216" #3109marked in /docs from "0.3.16" to "0.3.17" #3109prop-types in /docs from "15.6.0" to "15.6.1" #3109prettier in / from "1.10.2" to "1.11.0" #3108prop-types in addons/background from "15.6.0" to "15.6.1" #3108prop-types in addons/events from "15.6.0" to "15.6.1" #3108acorn in addons/storysource from "5.4.1" to "5.5.0" #3108acorn-stage3 in addons/storysource from "0.5.0" to "0.6.0" #3108prettier in addons/storysource from "1.10.2" to "1.11.0" #3108prop-types in addons/storysource from "15.6.0" to "15.6.1" #3108dotenv-webpack in app/react from "1.5.4" to "1.5.5" #3108prop-types in app/react from "15.6.0" to "15.6.1" #3108prop-types in addons/graphql from "15.6.0" to "15.6.1" #3108marked in addons/notes from "0.3.16" to "0.3.17" #3108prop-types in addons/notes from "15.6.0" to "15.6.1" #3108prop-types in addons/actions from "15.6.0" to "15.6.1" #3108prop-types in addons/links from "15.6.0" to "15.6.1" #3108prop-types in lib/components from "15.6.0" to "15.6.1" #3108prop-types in addons/a11y from "15.6.0" to "15.6.1" #3108prop-types in addons/info from "15.6.0" to "15.6.1" #3108prop-types in addons/jest from "15.6.0" to "15.6.1" #3108prop-types in addons/knobs from "15.6.0" to "15.6.1" #3108prop-types in addons/viewport from "15.6.0" to "15.6.1" #3108prop-types in lib/ui from "15.6.0" to "15.6.1" #3108dotenv in lib/core from "5.0.0" to "5.0.1" #3108file-loader in lib/core from "1.1.9" to "1.1.10" #3108prop-types in lib/core from "15.6.0" to "15.6.1" #3108prop-types in examples/cra-kitchen-sink from "15.6.0" to "15.6.1" #3108prop-types in examples/official-storybook from "15.6.0" to "15.6.1" #3108dotenv-webpack in app/angular from "1.5.4" to "1.5.5" #3108dotenv-webpack in app/polymer from "1.5.4" to "1.5.5" #3108prop-types in app/react-native from "15.6.0" to "15.6.1" #3108dotenv-webpack in app/vue from "1.5.4" to "1.5.5" #3108webpack-dev-server in examples/polymer-cli from "2.11.1" to "2.11.2" #3108file-loader in examples/vue-kitchen-sink from "1.1.9" to "1.1.10" #3108webpack-dev-server in examples/vue-kitchen-sink from "2.11.1" to "2.11.2" #3108gatsby-source-filesystem in /docs from "1.5.23" to "1.5.24" #3103gatsby in /docs from "1.9.214" to "1.9.215" #3103jest-preset-angular in / from "5.1.0" to "5.2.0" #3104postcss-loader in lib/core from "2.1.0" to "2.1.1" #3104tslint-config-prettier in / from "1.8.0" to "1.9.0" #3097babel-loader in app/react from "7.1.2" to "7.1.3" #3097babel-loader in app/angular from "7.1.2" to "7.1.3" #3097babel-loader in app/polymer from "7.1.2" to "7.1.3" #3097babel-loader in app/react-native from "7.1.2" to "7.1.3" #3097babel-loader in app/vue from "7.1.2" to "7.1.3" #3097babel-loader in examples/polymer-cli from "7.1.2" to "7.1.3" #3097babel-loader in examples/vue-kitchen-sink from "7.1.2" to "7.1.3" #3097gatsby-plugin-sharp in /docs from "1.6.33" to "1.6.34" #3071gatsby-remark-images in /docs from "1.5.49" to "1.5.50" #3071gatsby-source-filesystem in /docs from "1.5.22" to "1.5.23" #3071gatsby in /docs from "1.9.209" to "1.9.212" #3071puppeteer in / from "1.1.0" to "1.1.1" #3069react-syntax-highlighter in addons/storysource from "7.0.0" to "7.0.1" #3069uglifyjs-webpack-plugin in app/react from "1.2.0" to "1.2.2" #3069puppeteer in addons/storyshots from "1.0.0" to "1.1.1" #3069uglifyjs-webpack-plugin in app/angular from "1.2.0" to "1.2.2" #3069copy-webpack-plugin in app/polymer from "4.4.1" to "4.4.2" #3069uglifyjs-webpack-plugin in app/polymer from "1.2.0" to "1.2.2" #3069uglifyjs-webpack-plugin in app/react-native from "1.2.0" to "1.2.2" #3069uglifyjs-webpack-plugin in app/vue from "1.2.0" to "1.2.2" #3069copy-webpack-plugin in examples/polymer-cli from "4.4.1" to "4.4.2" #3069jest in / from "22.4.0" to "22.4.2" #3063jest-cli in / from "22.4.0" to "22.4.2" #3063jest-config in / from "22.4.0" to "22.4.2" #3063jest-environment-jsdom in / from "22.4.0" to "22.4.1" #3063jest-jasmine2 in / from "22.4.0" to "22.4.2" #3063css-loader in app/react from "0.28.9" to "0.28.10" #3063babel-jest in addons/storyshots from "22.4.0" to "22.4.1" #3063jest in addons/storyshots from "22.4.0" to "22.4.2" #3063jest-cli in addons/storyshots from "22.4.0" to "22.4.2" #3063css-loader in lib/core from "0.28.9" to "0.28.10" #3063babel-jest in examples/cra-kitchen-sink from "22.4.0" to "22.4.1" #3063jest in examples/cra-kitchen-sink from "22.4.0" to "22.4.2" #3063babel-jest in examples/official-storybook from "22.4.0" to "22.4.1" #3063jest in examples/official-storybook from "22.4.0" to "22.4.2" #3063css-loader in app/angular from "0.28.9" to "0.28.10" #3063css-loader in app/polymer from "0.28.9" to "0.28.10" #3063css-loader in app/react-native from "0.28.9" to "0.28.10" #3063css-loader in app/vue from "0.28.9" to "0.28.10" #3063css-loader in examples/vue-kitchen-sink from "0.28.9" to "0.28.10" #3063gatsby-plugin-sharp in /docs from "1.6.32" to "1.6.33" #3064gatsby-remark-copy-linked-files in /docs from "1.5.27" to "1.5.28" #3064gatsby-remark-images in /docs from "1.5.48" to "1.5.49" #3064gatsby-source-filesystem in /docs from "1.5.21" to "1.5.22" #3064gatsby in /docs from "1.9.206" to "1.9.209" #3064@angular/common in / from "5.2.5" to "5.2.6" #3055@angular/compiler in / from "5.2.5" to "5.2.6" #3055@angular/core in / from "5.2.5" to "5.2.6" #3055@angular/forms in / from "5.2.5" to "5.2.6" #3055@angular/platform-browser in / from "5.2.5" to "5.2.6" #3055@angular/platform-browser-dynamic in / from "5.2.5" to "5.2.6" #3055eslint-plugin-import in / from "2.8.0" to "2.9.0" #3055jest-preset-angular in / from "5.0.0" to "5.1.0" #3055file-loader in app/react from "1.1.8" to "1.1.9" #3055file-loader in lib/core from "1.1.8" to "1.1.9" #3055react-chromatic in examples/official-storybook from "0.7.9" to "0.7.10" #3055file-loader in app/angular from "1.1.8" to "1.1.9" #3055file-loader in app/polymer from "1.1.8" to "1.1.9" #3055file-loader in app/react-native from "1.1.8" to "1.1.9" #3055file-loader in app/vue from "1.1.8" to "1.1.9" #3055@angular/animations in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/common in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/compiler in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/core in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/forms in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/http in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/platform-browser in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/platform-browser-dynamic in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/router in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/cli in examples/angular-cli from "1.7.0" to "1.7.1" #3055@angular/compiler-cli in examples/angular-cli from "5.2.5" to "5.2.6" #3055@angular/language-service in examples/angular-cli from "5.2.5" to "5.2.6" #3055file-loader in examples/vue-kitchen-sink from "1.1.8" to "1.1.9" #3055gatsby-plugin-sharp in /docs from "1.6.31" to "1.6.32" #3056gatsby-remark-images in /docs from "1.5.47" to "1.5.48" #3056gatsby in /docs from "1.9.204" to "1.9.206" #30562018-March-07
2018-February-22
Addon Storysource Add auto scrolling to the selected story #3025master build #3045@storybook/addon-actions in /docs from "3.3.13" to "3.3.14" #3051@storybook/addon-links in /docs from "3.3.13" to "3.3.14" #3051@storybook/addons in /docs from "3.3.13" to "3.3.14" #3051@storybook/react in /docs from "3.3.13" to "3.3.14" #3051gatsby-source-filesystem in /docs from "1.5.20" to "1.5.21" #3051gatsby in /docs from "1.9.203" to "1.9.204" #3051marked in /docs from "0.3.15" to "0.3.16" #3051eslint in / from "4.18.0" to "4.18.1" #3050jscodeshift in lib/codemod from "0.4.0" to "0.4.1" #3050file-loader in app/react from "1.1.7" to "1.1.8" #3050marked in addons/notes from "0.3.15" to "0.3.16" #3050react-modal in lib/ui from "3.2.1" to "3.3.1" #3050file-loader in lib/core from "1.1.7" to "1.1.8" #3050file-loader in app/angular from "1.1.7" to "1.1.8" #3050react-modal in app/angular from "3.2.1" to "3.3.1" #3050ts-loader in app/angular from "3.3.1" to "3.5.0" #3050file-loader in app/polymer from "1.1.7" to "1.1.8" #3050react-modal in app/polymer from "3.2.1" to "3.3.1" #3050file-loader in app/react-native from "1.1.7" to "1.1.8" #3050file-loader in app/vue from "1.1.7" to "1.1.8" #3050vue-hot-reload-api in app/vue from "2.2.4" to "2.3.0" #3050jscodeshift in lib/cli from "0.4.0" to "0.4.1" #3050file-loader in examples/vue-kitchen-sink from "1.1.7" to "1.1.8" #3050vue-hot-reload-api in examples/vue-kitchen-sink from "2.2.4" to "2.3.0" #3050babel-eslint in / from "8.2.1" to "8.2.2" #3041jest in / from "22.3.0" to "22.4.0" #3041jest-cli in / from "22.3.0" to "22.4.0" #3041jest-config in / from "22.3.0" to "22.4.0" #3041jest-diff in / from "22.1.0" to "22.4.0" #3041jest-environment-jsdom in / from "22.3.0" to "22.4.0" #3041jest-jasmine2 in / from "22.3.0" to "22.4.0" #3041babel-jest in addons/storyshots from "22.1.0" to "22.4.0" #3041jest in addons/storyshots from "22.3.0" to "22.4.0" #3041jest-cli in addons/storyshots from "22.3.0" to "22.4.0" #3041babel-jest in examples/cra-kitchen-sink from "22.2.2" to "22.4.0" #3041jest in examples/cra-kitchen-sink from "22.3.0" to "22.4.0" #3041babel-jest in examples/official-storybook from "22.1.0" to "22.4.0" #3041jest in examples/official-storybook from "22.3.0" to "22.4.0" #3041gatsby-plugin-sharp in /docs from "1.6.30" to "1.6.31" #3030gatsby-remark-images in /docs from "1.5.46" to "1.5.47" #3030gatsby-transformer-remark in /docs from "1.7.32" to "1.7.33" #3030nodemon in / from "1.15.0" to "1.15.1" #3028file-loader in app/react from "1.1.6" to "1.1.7" #3028nodemon in app/react from "1.15.0" to "1.15.1" #3028file-loader in lib/core from "1.1.6" to "1.1.7" #3028file-loader in app/angular from "1.1.6" to "1.1.7" #3028nodemon in app/angular from "1.15.0" to "1.15.1" #3028file-loader in app/polymer from "1.1.6" to "1.1.7" #3028nodemon in app/polymer from "1.15.0" to "1.15.1" #3028file-loader in app/react-native from "1.1.6" to "1.1.7" #3028file-loader in app/vue from "1.1.6" to "1.1.7" #3028nodemon in app/vue from "1.15.0" to "1.15.1" #3028file-loader in examples/vue-kitchen-sink from "1.1.6" to "1.1.7" #3028danger in / from "3.1.6" to "3.1.7" #3013eslint-plugin-jest in / from "21.12.1" to "21.12.2" #3013glamorous in lib/components from "4.11.5" to "4.11.6" #3009glamorous in addons/a11y from "4.11.5" to "4.11.6" #3009glamorous in addons/info from "4.11.5" to "4.11.6" #3009glamorous in addons/jest from "4.11.5" to "4.11.6" #3009glamorous in app/react from "4.11.5" to "4.11.6" #3009glamorous in examples/cra-kitchen-sink from "4.11.5" to "4.11.6" #3009gatsby-plugin-sharp in /docs from "1.6.29" to "1.6.30" #3008gatsby-remark-images in /docs from "1.5.45" to "1.5.46" #3008eslint in / from "4.17.0" to "4.18.0" #3006uglifyjs-webpack-plugin in app/angular from "1.1.8" to "1.2.0" #3006uglifyjs-webpack-plugin in app/polymer from "1.1.8" to "1.2.0" #3006uglifyjs-webpack-plugin in app/react-native from "1.1.8" to "1.2.0" #3006uglifyjs-webpack-plugin in app/react from "1.1.8" to "1.2.0" #3006uglifyjs-webpack-plugin in app/vue from "1.1.8" to "1.2.0" #3006gatsby-plugin-sharp in /docs from "1.6.28" to "1.6.29" #3005gatsby-remark-images in /docs from "1.5.44" to "1.5.45" #3005gatsby-source-filesystem in /docs from "1.5.19" to "1.5.20" #3005gatsby in /docs from "1.9.200" to "1.9.201" #3005lint-staged in / from "6.1.0" to "6.1.1" #3003nodemon in / from "1.14.12" to "1.15.0" #3003puppeteer in / from "1.0.0" to "1.1.0" #3003typescript in / from "2.7.1" to "2.7.2" #3003graphql in addons/graphql from "0.13.0" to "0.13.1" #3003style-loader in addons/knobs from "0.20.1" to "0.20.2" #3003glamorous in lib/components from "4.11.4" to "4.11.5" #3003glamorous in addons/a11y from "4.11.4" to "4.11.5" #3003glamorous in addons/info from "4.11.4" to "4.11.5" #3003glamorous in addons/jest from "4.11.4" to "4.11.5" #3003style-loader in lib/core from "0.20.1" to "0.20.2" #3003style-loader in app/angular from "0.20.1" to "0.20.2" #3003nodemon in app/angular from "1.14.12" to "1.15.0" #3003typescript in app/angular from "2.7.1" to "2.7.2" #3003style-loader in app/polymer from "0.20.1" to "0.20.2" #3003nodemon in app/polymer from "1.14.12" to "1.15.0" #3003style-loader in app/react-native from "0.20.1" to "0.20.2" #3003glamorous in app/react from "4.11.4" to "4.11.5" #3003style-loader in app/react from "0.20.1" to "0.20.2" #3003nodemon in app/react from "1.14.12" to "1.15.0" #3003style-loader in app/vue from "0.20.1" to "0.20.2" #3003nodemon in app/vue from "1.14.12" to "1.15.0" #3003@angular/cli in examples/angular-cli from "1.6.8" to "1.7.0" #3003typescript in examples/angular-cli from "2.7.1" to "2.7.2" #3003glamorous in examples/cra-kitchen-sink from "4.11.4" to "4.11.5" #3003react-modal in lib/ui from "3.1.13" to "3.2.1" #2992react-modal in app/angular from "3.1.13" to "3.2.1" #2992react-modal in app/polymer from "3.1.13" to "3.2.1" #2992eslint-plugin-react in / from "7.6.0" to "7.6.1" #2864@angular/common in / from "5.2.4" to "5.2.5" #2986@angular/compiler in / from "5.2.4" to "5.2.5" #2986@angular/core in / from "5.2.4" to "5.2.5" #2986@angular/forms in / from "5.2.4" to "5.2.5" #2986@angular/platform-browser in / from "5.2.4" to "5.2.5" #2986@angular/platform-browser-dynamic in / from "5.2.4" to "5.2.5" #2986jest in / from "22.2.1" to "22.3.0" #2986jest-cli in / from "22.2.2" to "22.3.0" #2986jest-config in / from "22.2.2" to "22.3.0" #2986jest-environment-jsdom in / from "22.2.2" to "22.3.0" #2986jest-jasmine2 in / from "22.2.2" to "22.3.0" #2986jest in addons/storyshots from "22.1.4" to "22.3.0" #2986jest-cli in addons/storyshots from "22.1.4" to "22.3.0" #2986@angular/animations in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/common in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/compiler in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/core in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/forms in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/http in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/platform-browser in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/platform-browser-dynamic in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/router in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/compiler-cli in examples/angular-cli from "5.2.4" to "5.2.5" #2986@angular/language-service in examples/angular-cli from "5.2.4" to "5.2.5" #2986@types/node in examples/angular-cli from "9.4.5" to "9.4.6" #2986jest in examples/cra-kitchen-sink from "22.2.2" to "22.3.0" #2986jest in examples/official-storybook from "22.1.4" to "22.3.0" #2986danger in / from "3.1.3" to "3.1.6" #2977eslint-plugin-jest in / from "21.12.0" to "21.12.1" #2977inquirer in / from "5.0.1" to "5.1.0" #2977react-fuzzy in lib/ui from "0.5.1" to "0.5.2" #2977@types/node in examples/angular-cli from "9.4.0" to "9.4.5" #2977babel-preset-vue in examples/vue-kitchen-sink from "2.0.0" to "2.0.1" #2977eslint-plugin-jest in / from "21.8.0" to "21.12.0" #2975ts-jest in / from "22.0.3" to "22.0.4" #2975react-datetime in addons/knobs from "2.13.0" to "2.14.0" #2975@storybook/addon-actions in /docs from "3.3.12" to "3.3.13" #2960@storybook/addon-links in /docs from "3.3.12" to "3.3.13" #2960@storybook/addons in /docs from "3.3.12" to "3.3.13" #2960@storybook/react in /docs from "3.3.12" to "3.3.13" #2960chalk in / from "2.3.0" to "2.3.1" #2961chalk in lib/node-logger from "2.3.0" to "2.3.1" #2961react-split-pane in lib/ui from "0.1.76" to "0.1.77" #2961chalk in lib/core from "2.3.0" to "2.3.1" #2961chalk in lib/cli from "2.3.0" to "2.3.1" #29612018-February-21
2018-February-11
server.js #2947jest-cli in / from "22.2.1" to "22.2.2" #2957jest-config in / from "22.2.1" to "22.2.2" #2957jest-environment-jsdom in / from "22.2.0" to "22.2.2" #2957jest-jasmine2 in / from "22.2.1" to "22.2.2" #2957autoprefixer in lib/core from "7.2.5" to "7.2.6" #2957webpack in lib/core from "3.10.0" to "3.11.0" #2957autoprefixer in app/angular from "7.2.5" to "7.2.6" #2957webpack in app/angular from "3.10.0" to "3.11.0" #2957autoprefixer in app/polymer from "7.2.5" to "7.2.6" #2957webpack in app/polymer from "3.10.0" to "3.11.0" #2957autoprefixer in app/react-native from "7.2.5" to "7.2.6" #2957webpack in app/react-native from "3.10.0" to "3.11.0" #2957autoprefixer in app/react from "7.2.5" to "7.2.6" #2957webpack in app/react from "3.10.0" to "3.11.0" #2957autoprefixer in app/vue from "7.2.5" to "7.2.6" #2957webpack in app/vue from "3.10.0" to "3.11.0" #2957webpack in examples/polymer-cli from "3.10.0" to "3.11.0" #2957@types/node in examples/angular-cli from "6.0.99" to "6.0.100" #2957webpack in examples/vue-kitchen-sink from "3.10.0" to "3.11.0" #2957eslint-plugin-jest in / from "21.7.0" to "21.8.0" #2952react-datetime in addons/knobs from "2.12.0" to "2.13.0" #2952react-modal in lib/ui from "3.1.12" to "3.1.13" #2952react-modal in app/angular from "3.1.12" to "3.1.13" #2952react-modal in app/polymer from "3.1.12" to "3.1.13" #2952babel-jest in examples/cra-kitchen-sink from "22.2.0" to "22.2.2" #2952jest in examples/cra-kitchen-sink from "22.2.1" to "22.2.2" #2952react-scripts in examples/cra-kitchen-sink from "1.1.0" to "1.1.1" #2952copy-webpack-plugin in app/polymer from "4.3.1" to "4.4.0" #2945copy-webpack-plugin in examples/polymer-cli from "4.3.1" to "4.4.0" #2945@angular/cli in examples/angular-cli from "1.6.7" to "1.6.8" #2945@types/node in examples/angular-cli from "6.0.97" to "6.0.99" #2945jasmine-core in examples/angular-cli from "2.99.0" to "2.99.1" #2945gatsby-remark-images in /docs from "1.5.42" to "1.5.43" #2944gatsby-transformer-remark in /docs from "1.7.30" to "1.7.31" #2944gatsby-remark-images in /docs from "1.5.41" to "1.5.42" #2939gatsby in /docs from "1.9.183" to "1.9.184" #2939@angular/common in / from "5.2.3" to "5.2.4" #2938@angular/compiler in / from "5.2.3" to "5.2.4" #2938@angular/core in / from "5.2.3" to "5.2.4" #2938@angular/forms in / from "5.2.3" to "5.2.4" #2938@angular/platform-browser in / from "5.2.3" to "5.2.4" #2938@angular/platform-browser-dynamic in / from "5.2.3" to "5.2.4" #2938commander in / from "2.14.0" to "2.14.1" #2938jest in / from "22.1.4" to "22.2.0" #2938jest-cli in / from "22.1.4" to "22.2.0" #2938jest-config in / from "22.1.4" to "22.2.0" #2938jest-environment-jsdom in / from "22.1.4" to "22.2.0" #2938jest-jasmine2 in / from "22.1.4" to "22.2.0" #2938graphql in addons/graphql from "0.12.3" to "0.13.0" #2938commander in lib/core from "2.14.0" to "2.14.1" #2938commander in app/react-native from "2.14.0" to "2.14.1" #2938commander in lib/cli from "2.14.0" to "2.14.1" #2938@angular/animations in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/common in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/compiler in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/core in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/forms in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/http in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/platform-browser in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/platform-browser-dynamic in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/router in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/compiler-cli in examples/angular-cli from "5.2.3" to "5.2.4" #2938@angular/language-service in examples/angular-cli from "5.2.3" to "5.2.4" #2938babel-jest in examples/cra-kitchen-sink from "22.1.0" to "22.2.0" #2938jest in examples/cra-kitchen-sink from "22.1.4" to "22.2.0" #2938eventemitter3 in examples/official-storybook from "3.0.0" to "3.0.1" #2938commander in / from "2.13.0" to "2.14.0" #2928make-error in addons/actions from "1.3.2" to "1.3.3" #2928commander in app/angular from "2.13.0" to "2.14.0" #2928commander in app/polymer from "2.13.0" to "2.14.0" #2928commander in app/react-native from "2.13.0" to "2.14.0" #2928react-native in app/react-native from "0.52.2" to "0.53.0" #2928commander in app/react from "2.13.0" to "2.14.0" #2928commander in app/vue from "2.13.0" to "2.14.0" #2928commander in lib/cli from "2.13.0" to "2.14.0" #2928jest-enzyme in / from "4.1.1" to "4.2.0" #2919react-modal in lib/ui from "3.1.11" to "3.1.12" #2919react-modal in app/angular from "3.1.11" to "3.1.12" #2919react-modal in app/polymer from "3.1.11" to "3.1.12" #2919gatsby-remark-copy-linked-files in /docs from "1.5.25" to "1.5.26" #2927gatsby-source-filesystem in /docs from "1.5.16" to "1.5.18" #2927gatsby in /docs from "1.9.178" to "1.9.179" #2927gatsby-link in /docs from "1.6.35" to "1.6.36" #2908gatsby in /docs from "1.9.175" to "1.9.177" #2908@storybook/addon-actions in /docs from "3.3.11" to "3.3.12" #2911@storybook/addon-links in /docs from "3.3.11" to "3.3.12" #2911@storybook/addons in /docs from "3.3.11" to "3.3.12" #2911@storybook/react in /docs from "3.3.11" to "3.3.12" #2911gatsby in /docs from "1.9.175" to "1.9.178" #2911eslint in / from "4.16.0" to "4.17.0" #2912ts-jest in / from "22.0.1" to "22.0.3" #2912@polymer/polymer in examples/polymer-cli from "2.4.0" to "2.5.0" #29122018-February-11
2018-February-03
__dirname support #2791eslint-plugin-prettier in / from "2.5.0" to "2.6.0" #2910nodemon in / from "1.14.11" to "1.14.12" #2910postcss-loader in lib/core from "2.0.10" to "2.1.0" #2910postcss-loader in app/angular from "2.0.10" to "2.1.0" #2910nodemon in app/angular from "1.14.11" to "1.14.12" #2910postcss-loader in app/polymer from "2.0.10" to "2.1.0" #2910nodemon in app/polymer from "1.14.11" to "1.14.12" #2910postcss-loader in app/react-native from "2.0.10" to "2.1.0" #2910postcss-loader in app/react from "2.0.10" to "2.1.0" #2910nodemon in app/react from "1.14.11" to "1.14.12" #2910postcss-loader in app/vue from "2.0.10" to "2.1.0" #2910nodemon in app/vue from "1.14.11" to "1.14.12" #2910@angular/common in / from "5.2.2" to "5.2.3" #2901@angular/compiler in / from "5.2.2" to "5.2.3" #2901@angular/core in / from "5.2.2" to "5.2.3" #2901@angular/forms in / from "5.2.2" to "5.2.3" #2901@angular/platform-browser in / from "5.2.2" to "5.2.3" #2901@angular/platform-browser-dynamic in / from "5.2.2" to "5.2.3" #2901tslint-config-prettier in / from "1.6.0" to "1.7.0" #2901react-split-pane in lib/ui from "0.1.74" to "0.1.75" #2901@angular/animations in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/common in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/compiler in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/core in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/forms in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/http in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/platform-browser in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/platform-browser-dynamic in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/router in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/cli in examples/angular-cli from "1.6.6" to "1.6.7" #2901@angular/compiler-cli in examples/angular-cli from "5.2.2" to "5.2.3" #2901@angular/language-service in examples/angular-cli from "5.2.2" to "5.2.3" #2901babel-plugin-macros in / from "2.0.0" to "2.1.0" #2891babel-plugin-macros in app/angular from "2.0.0" to "2.1.0" #2891typescript in app/angular from "2.6.2" to "2.7.1" #2891babel-plugin-macros in app/polymer from "2.0.0" to "2.1.0" #2891babel-preset-minify in app/polymer from "0.2.0" to "0.3.0" #2891babel-plugin-macros in app/react-native from "2.0.0" to "2.1.0" #2891babel-preset-minify in app/react-native from "0.2.0" to "0.3.0" #2891babel-plugin-macros in app/react from "2.0.0" to "2.1.0" #2891babel-preset-minify in app/react from "0.2.0" to "0.3.0" #2891babel-plugin-macros in app/vue from "2.0.0" to "2.1.0" #2891babel-preset-minify in app/vue from "0.2.0" to "0.3.0" #2891vue-style-loader in app/vue from "3.1.1" to "3.1.2" #2891vue-loader in app/vue from "13.7.0" to "13.7.1" #2891typescript in examples/angular-cli from "2.6.2" to "2.7.1" #2891vue-loader in examples/vue-kitchen-sink from "13.7.0" to "13.7.1" #2891vue-style-loader in examples/vue-kitchen-sink from "3.1.1" to "3.1.2" #2891gatsby-source-filesystem in /docs from "1.5.15" to "1.5.16" #2875gatsby in /docs from "1.9.172" to "1.9.174" #2875@types/lodash in / from "4.14.97" to "4.14.98" #2876jest-enzyme in / from "4.0.2" to "4.1.0" #2876uglifyjs-webpack-plugin in app/angular from "1.1.6" to "1.1.7" #2876uglifyjs-webpack-plugin in app/react-native from "1.1.6" to "1.1.7" #2876uglifyjs-webpack-plugin in app/react from "1.1.6" to "1.1.7" #2876uglifyjs-webpack-plugin in app/vue from "1.1.6" to "1.1.7" #2876gatsby-link in /docs from "1.6.34" to "1.6.35" #2858gatsby-transformer-remark in /docs from "1.7.29" to "1.7.30" #2858gatsby in /docs from "1.9.169" to "1.9.171" #2858@types/lodash in / from "4.14.96" to "4.14.97" #2850react-datetime in addons/knobs from "2.11.1" to "2.12.0" #2850style-loader in addons/knobs from "0.19.1" to "0.20.1" #2850style-loader in lib/core from "0.19.1" to "0.20.1" #2850style-loader in app/angular from "0.18.2" to "0.20.1" #2850style-loader in app/polymer from "0.18.2" to "0.20.1" #2850style-loader in app/react-native from "0.19.1" to "0.20.1" #2850style-loader in app/react from "0.19.1" to "0.20.1" #2850style-loader in app/vue from "0.19.1" to "0.20.1" #2850@polymer/polymer in examples/polymer-cli from "2.3.1" to "2.4.0" #2850@types/jasmine in examples/angular-cli from "2.8.5" to "2.8.6" #2850@storybook/addon-actions in /docs from "3.3.10" to "3.3.11" #2849@storybook/addon-links in /docs from "3.3.10" to "3.3.11" #2849@storybook/addons in /docs from "3.3.10" to "3.3.11" #2849@storybook/react in /docs from "3.3.10" to "3.3.11" #28492018-February-02
2018-January-27
eslint-plugin-react in / from "7.5.1" to "7.6.0" #2844lint-staged in / from "6.0.1" to "6.1.0" #2844react-native in app/react-native from "0.52.1" to "0.52.2" #2844@angular/cli in examples/angular-cli from "1.6.5" to "1.6.6" #2844protractor in examples/angular-cli from "5.2.2" to "5.3.0" #2844gatsby-plugin-sharp in /docs from "1.6.26" to "1.6.27" #2843gatsby-remark-images in /docs from "1.5.40" to "1.5.41" #2843gatsby-source-filesystem in /docs from "1.5.14" to "1.5.15" #2843gatsby in /docs from "1.9.166" to "1.9.169" #2843@types/lodash in / from "4.14.95" to "4.14.96" #2840airbnb-js-shims in app/angular from "1.4.0" to "1.4.1" #2840airbnb-js-shims in app/polymer from "1.4.0" to "1.4.1" #2840airbnb-js-shims in app/react from "1.4.0" to "1.4.1" #2840airbnb-js-shims in app/vue from "1.4.0" to "1.4.1" #2840@angular/animations in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/common in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/compiler in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/core in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/forms in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/http in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/platform-browser in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/platform-browser-dynamic in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/router in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/compiler-cli in examples/angular-cli from "5.2.1" to "5.2.2" #2840@angular/language-service in examples/angular-cli from "5.2.1" to "5.2.2" #2840gatsby-plugin-sharp in /docs from "1.6.25" to "1.6.26" #2828gatsby-remark-images in /docs from "1.5.39" to "1.5.40" #2828gatsby in /docs from "1.9.165" to "1.9.166" #2828@types/lodash in / from "4.14.93" to "4.14.95" #2829vue-style-loader in app/vue from "3.0.3" to "3.1.1" #2829karma-coverage-istanbul-reporter in examples/angular-cli from "1.3.3" to "1.4.1" #2829vue-style-loader in examples/vue-kitchen-sink from "3.0.3" to "3.1.1" #2829@webcomponents/webcomponentsjs in app/polymer from "1.0.22" to "1.1.0" #2818enzyme-to-json in addons/storyshots from "3.3.0" to "3.3.1" #2818@webcomponents/webcomponentsjs in examples/polymer-cli from "1.0.22" to "1.1.0" #2818@types/jasmine in examples/angular-cli from "2.8.4" to "2.8.5" #2818enzyme-to-json in examples/cra-kitchen-sink from "3.3.0" to "3.3.1" #2818enzyme-to-json in examples/official-storybook from "3.3.0" to "3.3.1" #2818react-chromatic in examples/official-storybook from "0.7.8" to "0.7.9" #2818gatsby-transformer-remark in /docs from "1.7.28" to "1.7.29" #2816gatsby in /docs from "1.9.164" to "1.9.165" #2816eslint in / from "4.15.0" to "4.16.0" #2806github-release-from-changelog in / from "1.3.0" to "1.3.1" #2806jest in / from "22.1.3" to "22.1.4" #2806jest-cli in / from "22.1.3" to "22.1.4" #2806jest-config in / from "22.1.3" to "22.1.4" #2806jest-environment-jsdom in / from "22.1.2" to "22.1.4" #2806jest-jasmine2 in / from "22.1.3" to "22.1.4" #2806lerna in / from "2.6.0" to "2.8.0" #2806lint-staged in / from "6.0.0" to "6.0.1" #2806shelljs in / from "0.8.0" to "0.8.1" #2806shelljs in addons/links from "0.8.0" to "0.8.1" #2806glamorous in lib/components from "4.11.3" to "4.11.4" #2806glamorous in addons/a11y from "4.11.3" to "4.11.4" #2806glamorous in addons/info from "4.11.3" to "4.11.4" #2806glamorous in addons/jest from "4.11.3" to "4.11.4" #2806shelljs in app/angular from "0.8.0" to "0.8.1" #2806shelljs in app/polymer from "0.7.8" to "0.8.1" #2806shelljs in app/react-native from "0.8.0" to "0.8.1" #2806react-native in app/react-native from "0.52.0" to "0.52.1" #2806glamorous in app/react from "4.11.3" to "4.11.4" #2806shelljs in app/react from "0.8.0" to "0.8.1" #2806shelljs in app/vue from "0.8.0" to "0.8.1" #2806webpack-dev-server in examples/polymer-cli from "2.11.0" to "2.11.1" #2806shelljs in lib/cli from "0.8.0" to "0.8.1" #2806jasmine-core in examples/angular-cli from "2.9.0" to "2.9.1" #2806glamorous in examples/cra-kitchen-sink from "4.11.3" to "4.11.4" #2806jest in examples/cra-kitchen-sink from "22.1.3" to "22.1.4" #2806webpack-dev-server in examples/vue-kitchen-sink from "2.11.0" to "2.11.1" #2806@storybook/addon-actions in /docs from "3.3.9" to "3.3.10" #2799@storybook/addon-links in /docs from "3.3.9" to "3.3.10" #2799@storybook/addons in /docs from "3.3.9" to "3.3.10" #2799@storybook/react in /docs from "3.3.9" to "3.3.10" #2799gatsby-remark-images in /docs from "1.5.37" to "1.5.39" #2799gatsby-source-filesystem in /docs from "1.5.11" to "1.5.14" #2799gatsby in /docs from "1.9.158" to "1.9.164" #27992018-January-26
2018-January-19
@types/lodash in / from "4.14.92" to "4.14.93" #2783jest in / from "22.1.2" to "22.1.3" #2783jest-cli in / from "22.1.2" to "22.1.3" #2783jest-config in / from "22.1.2" to "22.1.3" #2783jest-jasmine2 in / from "22.1.2" to "22.1.3" #2783postcss-flexbugs-fixes in app/angular from "3.2.0" to "3.3.0" #2783postcss-flexbugs-fixes in app/polymer from "3.2.0" to "3.3.0" #2783postcss-flexbugs-fixes in app/react from "3.2.0" to "3.3.0" #2783postcss-flexbugs-fixes in app/vue from "3.2.0" to "3.3.0" #2783@angular/cli in examples/angular-cli from "1.6.4" to "1.6.5" #2783jest in examples/cra-kitchen-sink from "22.1.2" to "22.1.3" #2783jasmine-core in examples/angular-cli from "2.8.0" to "2.9.0" #2780react-chromatic in examples/official-storybook from "0.7.7" to "0.7.8" #2780eslint-plugin-jest in / from "21.6.2" to "21.7.0" #2770jest in / from "22.1.1" to "22.1.2" #2770jest-cli in / from "22.1.1" to "22.1.2" #2770jest-config in / from "22.1.1" to "22.1.2" #2770jest-environment-jsdom in / from "22.1.0" to "22.1.2" #2770jest-jasmine2 in / from "22.1.1" to "22.1.2" #2770uuid in addons/actions from "3.2.0" to "3.2.1" #2770uuid in addons/events from "3.2.0" to "3.2.1" #2770glamorous in lib/components from "4.11.2" to "4.11.3" #2770glamorous in addons/a11y from "4.11.2" to "4.11.3" #2770glamorous in addons/info from "4.11.2" to "4.11.3" #2770glamorous in addons/jest from "4.11.2" to "4.11.3" #2770css-loader in app/angular from "0.28.8" to "0.28.9" #2770html-loader in app/angular from "0.5.4" to "0.5.5" #2770uuid in app/angular from "3.2.0" to "3.2.1" #2770css-loader in app/polymer from "0.28.8" to "0.28.9" #2770uuid in app/polymer from "3.2.0" to "3.2.1" #2770css-loader in app/react-native from "0.28.8" to "0.28.9" #2770uuid in app/react-native from "3.2.0" to "3.2.1" #2770css-loader in app/react from "0.28.8" to "0.28.9" #2770glamorous in app/react from "4.11.2" to "4.11.3" #2770html-loader in app/react from "0.5.4" to "0.5.5" #2770uuid in app/react from "3.2.0" to "3.2.1" #2770css-loader in app/vue from "0.28.8" to "0.28.9" #2770html-loader in app/vue from "0.5.4" to "0.5.5" #2770uuid in app/vue from "3.2.0" to "3.2.1" #2770semver in lib/cli from "5.4.1" to "5.5.0" #2770@angular/animations in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/common in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/compiler in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/core in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/forms in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/http in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/platform-browser in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/platform-browser-dynamic in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/router in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/compiler-cli in examples/angular-cli from "5.2.0" to "5.2.1" #2770@angular/language-service in examples/angular-cli from "5.2.0" to "5.2.1" #2770glamorous in examples/cra-kitchen-sink from "4.11.2" to "4.11.3" #2770jest in examples/cra-kitchen-sink from "22.1.1" to "22.1.2" #2770css-loader in examples/vue-kitchen-sink from "0.28.8" to "0.28.9" #2770uuid in examples/official-storybook from "3.2.0" to "3.2.1" #2770gatsby-plugin-sharp in /docs from "1.6.24" to "1.6.25" #2768gatsby-remark-images in /docs from "1.5.36" to "1.5.37" #2768eslint-plugin-prettier in / from "2.4.0" to "2.5.0" #2764lerna in / from "2.7.0" to "2.7.1" #2764uuid in addons/actions from "3.1.0" to "3.2.0" #2764uuid in addons/events from "3.1.0" to "3.2.0" #2764react-modal in lib/ui from "3.1.10" to "3.1.11" #2764uuid in app/angular from "3.1.0" to "3.2.0" #2764uuid in app/polymer from "3.1.0" to "3.2.0" #2764uuid in app/react-native from "3.1.0" to "3.2.0" #2764uuid in app/react from "3.1.0" to "3.2.0" #2764uuid in app/vue from "3.1.0" to "3.2.0" #2764uuid in examples/official-storybook from "3.1.0" to "3.2.0" #2764jest in / from "22.0.6" to "22.1.1" #2754jest-cli in / from "22.0.6" to "22.1.1" #2754jest-config in / from "22.0.6" to "22.1.1" #2754jest-diff in / from "22.0.6" to "22.1.0" #2754jest-environment-jsdom in / from "22.0.6" to "22.1.0" #2754jest-jasmine2 in / from "22.0.6" to "22.1.1" #2754babel-plugin-react-docgen in app/angular from "1.8.1" to "1.8.2" #2754babel-preset-react-app in app/angular from "3.1.0" to "3.1.1" #2754babel-plugin-react-docgen in app/polymer from "1.8.1" to "1.8.2" #2754babel-preset-react-app in app/polymer from "3.1.0" to "3.1.1" #2754babel-plugin-react-docgen in app/react from "1.8.1" to "1.8.2" #2754babel-preset-react-app in app/react from "3.1.0" to "3.1.1" #2754babel-plugin-react-docgen in app/vue from "1.8.1" to "1.8.2" #2754babel-preset-react-app in app/vue from "3.1.0" to "3.1.1" #2754babel-jest in examples/cra-kitchen-sink from "22.0.6" to "22.1.0" #2754jest in examples/cra-kitchen-sink from "22.0.6" to "22.1.1" #2754react-scripts in examples/cra-kitchen-sink from "1.0.17" to "1.1.0" #2754eslint-plugin-jest in / from "21.6.1" to "21.6.2" #2746webpack-dev-server in examples/polymer-cli from "2.10.1" to "2.11.0" #2746webpack-dev-server in examples/vue-kitchen-sink from "2.10.1" to "2.11.0" #2746jest-image-snapshot in / from "2.2.1" to "2.3.0" #2740polymer-webpack-loader in app/polymer from "2.0.0" to "2.0.1"2018-January-19
2018-January-13
Republish 3.4.0-alpha.3 due to potential publishing errors
2018-January-13
jest-image-snapshot in / from "2.2.1" to "2.3.0" #2740polymer-webpack-loader in app/polymer from "2.0.0" to "2.0.1" #2740jest-image-snapshot in addons/storyshots from "2.2.1" to "2.3.0" #2740shelljs in / from "0.7.8" to "0.8.0" #2734shelljs in addons/links from "0.7.8" to "0.8.0" #2734autoprefixer in app/react from "7.2.4" to "7.2.5" #2734shelljs in app/react from "0.7.8" to "0.8.0" #2734autoprefixer in app/angular from "7.2.4" to "7.2.5" #2734shelljs in app/angular from "0.7.8" to "0.8.0" #2734autoprefixer in app/react-native from "7.2.4" to "7.2.5" #2734shelljs in app/react-native from "0.7.8" to "0.8.0" #2734autoprefixer in app/vue from "7.2.4" to "7.2.5" #2734shelljs in app/vue from "0.7.8" to "0.8.0" #2734shelljs in lib/cli from "0.7.8" to "0.8.0" #2734commander in / from "2.12.2" to "2.13.0" #2724jest in / from "22.0.5" to "22.0.6" #2724jest-cli in / from "22.0.5" to "22.0.6" #2724jest-config in / from "22.0.5" to "22.0.6" #2724jest-diff in / from "22.0.5" to "22.0.6" #2724jest-environment-jsdom in / from "22.0.5" to "22.0.6" #2724jest-jasmine2 in / from "22.0.5" to "22.0.6" #2724nodemon in / from "1.14.10" to "1.14.11" #2724prettier in / from "1.9.2" to "1.10.2" #2724tslint in / from "5.8.0" to "5.9.1" #2724commander in app/react from "2.12.2" to "2.13.0" #2724common-tags in app/react from "1.7.0" to "1.7.2" #2724nodemon in app/react from "1.14.10" to "1.14.11" #2724commander in app/angular from "2.12.2" to "2.13.0" #2724common-tags in app/angular from "1.7.0" to "1.7.2" #2724zone.js in app/angular from "0.8.19" to "0.8.20" #2724nodemon in app/angular from "1.14.10" to "1.14.11" #2724commander in app/react-native from "2.12.2" to "2.13.0" #2724commander in app/vue from "2.12.2" to "2.13.0" #2724common-tags in app/vue from "1.7.0" to "1.7.2" #2724nodemon in app/vue from "1.14.10" to "1.14.11" #2724babel-jest in examples/cra-kitchen-sink from "22.0.4" to "22.0.6" #2724jest in examples/cra-kitchen-sink from "22.0.5" to "22.0.6" #2724commander in lib/cli from "2.12.2" to "2.13.0" #2724zone.js in examples/angular-cli from "0.8.19" to "0.8.20" #2724@storybook/addon-actions in /docs from "3.3.7" to "3.3.8" #2722@storybook/addon-links in /docs from "3.3.7" to "3.3.8" #2722@storybook/addons in /docs from "3.3.7" to "3.3.8" #2722@storybook/react in /docs from "3.3.7" to "3.3.8" #2722gatsby-transformer-remark in /docs from "1.7.27" to "1.7.28" #2722gatsby in /docs from "1.9.151" to "1.9.153" #2722@storybook/addon-actions in /docs from "3.3.6" to "3.3.7" #2710@storybook/addon-links in /docs from "3.3.6" to "3.3.7" #2710@storybook/addons in /docs from "3.3.6" to "3.3.7" #2710@storybook/react in /docs from "3.3.6" to "3.3.7" #2710gatsby-link in /docs from "1.6.33" to "1.6.34" #2710gatsby-transformer-remark in /docs from "1.7.26" to "1.7.27" #2710gatsby in /docs from "1.9.150" to "1.9.151" #27102018-January-13
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.
babel-eslint in / from "8.1.2" to "8.2.1" #2700eslint-plugin-jest in / from "21.5.0" to "21.6.1" #2700jest in / from "22.0.4" to "22.0.5" #2700jest-cli in / from "22.0.4" to "22.0.5" #2700jest-config in / from "22.0.4" to "22.0.5" #2700jest-diff in / from "22.0.3" to "22.0.5" #2700jest-environment-jsdom in / from "22.0.4" to "22.0.5" #2700jest-jasmine2 in / from "22.0.4" to "22.0.5" #2700lerna in / from "2.5.1" to "2.6.0" #2700nodemon in / from "1.14.9" to "1.14.10" #2700common-tags in app/react from "1.6.0" to "1.7.0" #2700nodemon in app/react from "1.14.9" to "1.14.10" #2700common-tags in app/angular from "1.6.0" to "1.7.0" #2700nodemon in app/angular from "1.14.9" to "1.14.10" #2700common-tags in app/vue from "1.6.0" to "1.7.0" #2700nodemon in app/vue from "1.14.9" to "1.14.10" #2700vue-loader in app/vue from "13.6.2" to "13.7.0" #2700jest in examples/cra-kitchen-sink from "22.0.4" to "22.0.5" #2700vue-loader in examples/vue-kitchen-sink from "13.6.2" to "13.7.0" #2700webpack-dev-server in examples/vue-kitchen-sink from "2.10.0" to "2.10.1" #2700marked in /docs from "0.3.7" to "0.3.12" #2699react-stack-grid in /docs from "0.7.0" to "0.7.1" #2699@storybook/addon-actions in /docs from "3.3.4" to "3.3.6" #2686@storybook/addon-links in /docs from "3.3.4" to "3.3.6" #2686@storybook/addons in /docs from "3.3.4" to "3.3.6" #2686@storybook/react in /docs from "3.3.4" to "3.3.6" #2686gatsby-link in /docs from "1.6.32" to "1.6.33" #2686gatsby in /docs from "1.9.149" to "1.9.150" #2686nodemon in / from "1.14.8" to "1.14.9" #2687markdown-loader in app/react from "2.0.1" to "2.0.2" #2687nodemon in app/react from "1.14.8" to "1.14.9" #2687nodemon in app/angular from "1.14.8" to "1.14.9" #2687react-native in app/react-native from "0.51.0" to "0.52.0" #2687nodemon in app/vue from "1.14.8" to "1.14.9" #2687@storybook/addon-actions in /docs from "3.3.3" to "3.3.4" #2674@storybook/addon-links in /docs from "3.3.3" to "3.3.4" #2674@storybook/addons in /docs from "3.3.3" to "3.3.4" #2674@storybook/react in /docs from "3.3.3" to "3.3.4" #2674nodemon in / from "1.14.7" to "1.14.8" #2664marksy in addons/info from "6.0.2" to "6.0.3" #2664nodemon in app/react from "1.14.7" to "1.14.8" #2664nodemon in app/angular from "1.14.7" to "1.14.8" #2664nodemon in app/vue from "1.14.7" to "1.14.8" #2664webpack-dev-server in examples/vue-kitchen-sink from "2.9.7" to "2.10.0" #2664@types/lodash in / from "4.14.91" to "4.14.92" #2659marksy in addons/info from "6.0.1" to "6.0.2" #2659css-loader in app/react from "0.28.7" to "0.28.8" #2659html-loader in app/react from "0.5.1" to "0.5.4" #2659uglifyjs-webpack-plugin in app/react from "1.1.5" to "1.1.6" #2659css-loader in app/angular from "0.28.7" to "0.28.8" #2659uglifyjs-webpack-plugin in app/angular from "1.1.5" to "1.1.6" #2659css-loader in app/react-native from "0.28.7" to "0.28.8" #2659uglifyjs-webpack-plugin in app/react-native from "1.1.5" to "1.1.6" #2659css-loader in app/vue from "0.28.7" to "0.28.8" #2659uglifyjs-webpack-plugin in app/vue from "1.1.5" to "1.1.6" #2659@types/node in examples/angular-cli from "6.0.95" to "6.0.96" #2659css-loader in examples/vue-kitchen-sink from "0.28.7" to "0.28.8" #2659@angular/animations in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/common in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/compiler in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/core in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/forms in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/http in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/platform-browser in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/platform-browser-dynamic in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/router in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/compiler-cli in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/language-service in examples/angular-cli from "5.1.2" to "5.1.3" #2648postcss-loader in app/react from "2.0.9" to "2.0.10" #2637postcss-loader in app/angular from "2.0.9" to "2.0.10" #2637postcss-loader in app/react-native from "2.0.9" to "2.0.10" #2637postcss-loader in app/vue from "2.0.9" to "2.0.10" #2637danger in / from "2.1.8" to "2.1.10" #2618autoprefixer in app/react from "7.2.3" to "7.2.4" #2618autoprefixer in app/angular from "7.2.3" to "7.2.4" #2618autoprefixer in app/react-native from "7.2.3" to "7.2.4" #2618autoprefixer in app/vue from "7.2.3" to "7.2.4" #2618nodemon in / from "1.14.6" to "1.14.7" #2612nodemon in app/react from "1.14.6" to "1.14.7" #2612nodemon in app/angular from "1.14.6" to "1.14.7" #2612nodemon in app/vue from "1.14.6" to "1.14.7" #2612vue-loader in app/vue from "13.6.1" to "13.6.2" #2611vue-loader in examples/vue-kitchen-sink from "13.6.1" to "13.6.2" #2611nodemon in / from "1.14.5" to "1.14.6" #2609nodemon in app/react from "1.14.5" to "1.14.6" #2609nodemon in app/angular from "1.14.5" to "1.14.6" #2609nodemon in app/vue from "1.14.5" to "1.14.6" #2609enzyme in / from "3.2.0" to "3.3.0" #2608nodemon in / from "1.14.3" to "1.14.5" #2608graphiql in addons/graphql from "0.11.10" to "0.11.11" #2608enzyme in addons/links from "3.2.0" to "3.3.0" #2608nodemon in app/react from "1.14.3" to "1.14.5" #2608nodemon in app/angular from "1.14.3" to "1.14.5" #2608nodemon in app/vue from "1.14.3" to "1.14.5" #2608enzyme in examples/cra-kitchen-sink from "3.2.0" to "3.3.0" #2608enzyme in examples/official-storybook from "3.2.0" to "3.3.0" #2608@storybook/addon-actions in /docs from "3.3.1" to "3.3.3" #2598@storybook/addon-links in /docs from "3.3.1" to "3.3.3" #2598@storybook/addons in /docs from "3.3.1" to "3.3.3" #2598@storybook/react in /docs from "3.3.1" to "3.3.3" #2598danger in / from "2.1.6" to "2.1.8" #2599axe-core in addons/a11y from "2.6.0" to "2.6.1" #25992018-January-10
2018-January-08
src/ from remaining .npmignores #26782018-January-08
2018-January-07
nodemon in / from "1.14.7" to "1.14.8" #2664marksy in addons/info from "6.0.2" to "6.0.3" #2664nodemon in app/react from "1.14.7" to "1.14.8" #2664nodemon in app/angular from "1.14.7" to "1.14.8" #2664nodemon in app/vue from "1.14.7" to "1.14.8" #2664webpack-dev-server in examples/vue-kitchen-sink from "2.9.7" to "2.10.0" #2664@types/lodash in / from "4.14.91" to "4.14.92" #2659marksy in addons/info from "6.0.1" to "6.0.2" #2659css-loader in app/react from "0.28.7" to "0.28.8" #2659html-loader in app/react from "0.5.1" to "0.5.4" #2659uglifyjs-webpack-plugin in app/react from "1.1.5" to "1.1.6" #2659css-loader in app/angular from "0.28.7" to "0.28.8" #2659uglifyjs-webpack-plugin in app/angular from "1.1.5" to "1.1.6" #2659css-loader in app/react-native from "0.28.7" to "0.28.8" #2659uglifyjs-webpack-plugin in app/react-native from "1.1.5" to "1.1.6" #2659css-loader in app/vue from "0.28.7" to "0.28.8" #2659uglifyjs-webpack-plugin in app/vue from "1.1.5" to "1.1.6" #2659@types/node in examples/angular-cli from "6.0.95" to "6.0.96" #2659css-loader in examples/vue-kitchen-sink from "0.28.7" to "0.28.8" #2659@angular/animations in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/common in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/compiler in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/core in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/forms in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/http in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/platform-browser in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/platform-browser-dynamic in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/router in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/compiler-cli in examples/angular-cli from "5.1.2" to "5.1.3" #2648@angular/language-service in examples/angular-cli from "5.1.2" to "5.1.3" #2648postcss-loader in app/react from "2.0.9" to "2.0.10" #2637postcss-loader in app/angular from "2.0.9" to "2.0.10" #2637postcss-loader in app/react-native from "2.0.9" to "2.0.10" #2637postcss-loader in app/vue from "2.0.9" to "2.0.10" #2637danger in / from "2.1.8" to "2.1.10" #2618autoprefixer in app/react from "7.2.3" to "7.2.4" #2618autoprefixer in app/angular from "7.2.3" to "7.2.4" #2618autoprefixer in app/react-native from "7.2.3" to "7.2.4" #2618autoprefixer in app/vue from "7.2.3" to "7.2.4" #2618nodemon in / from "1.14.6" to "1.14.7" #2612nodemon in app/react from "1.14.6" to "1.14.7" #2612nodemon in app/angular from "1.14.6" to "1.14.7" #2612nodemon in app/vue from "1.14.6" to "1.14.7" #2612vue-loader in app/vue from "13.6.1" to "13.6.2" #2611vue-loader in examples/vue-kitchen-sink from "13.6.1" to "13.6.2" #2611nodemon in / from "1.14.5" to "1.14.6" #2609nodemon in app/react from "1.14.5" to "1.14.6" #2609nodemon in app/angular from "1.14.5" to "1.14.6" #2609nodemon in app/vue from "1.14.5" to "1.14.6" #2609enzyme in / from "3.2.0" to "3.3.0" #2608nodemon in / from "1.14.3" to "1.14.5" #2608graphiql in addons/graphql from "0.11.10" to "0.11.11" #2608enzyme in addons/links from "3.2.0" to "3.3.0" #2608nodemon in app/react from "1.14.3" to "1.14.5" #2608nodemon in app/angular from "1.14.3" to "1.14.5" #2608nodemon in app/vue from "1.14.3" to "1.14.5" #2608enzyme in examples/cra-kitchen-sink from "3.2.0" to "3.3.0" #2608enzyme in examples/official-storybook from "3.2.0" to "3.3.0" #2608@storybook/addon-actions in /docs from "3.3.1" to "3.3.3" #2598@storybook/addon-links in /docs from "3.3.1" to "3.3.3" #2598@storybook/addons in /docs from "3.3.1" to "3.3.3" #2598@storybook/react in /docs from "3.3.1" to "3.3.3" #2598danger in / from "2.1.6" to "2.1.8" #2599axe-core in addons/a11y from "2.6.0" to "2.6.1" #25992018-January-07
@types/lodash in / from "4.14.91" to "4.14.92" #2659marksy in addons/info from "6.0.1" to "6.0.2" #2659css-loader in app/react from "0.28.7" to "0.28.8" #2659html-loader in app/react from "0.5.1" to "0.5.4" #2659uglifyjs-webpack-plugin in app/react from "1.1.5" to "1.1.6" #2659css-loader in app/angular from "0.28.7" to "0.28.8" #2659uglifyjs-webpack-plugin in app/angular from "1.1.5" to "1.1.6" #2659css-loader in app/react-native from "0.28.7" to "0.28.8" #2659uglifyjs-webpack-plugin in app/react-native from "1.1.5" to "1.1.6" #2659css-loader in app/vue from "0.28.7" to "0.28.8" #2659uglifyjs-webpack-plugin in app/vue from "1.1.5" to "1.1.6" #2659@types/node in examples/angular-cli from "6.0.95" to "6.0.96" #2659css-loader in examples/vue-kitchen-sink from "0.28.7" to "0.28.8" #26592017-December-29
app:angular Fixed dependency injection for components #2566@storybook/addon-actions in /docs from "3.2.18" to "3.3.1" #2580@storybook/addon-links in /docs from "3.2.18" to "3.3.1" #2580@storybook/addons in /docs from "3.2.18" to "3.3.1" #2580@storybook/react in /docs from "3.2.18" to "3.3.1" #25802017-December-28
make-error in addons/actions from "1.3.0" to "1.3.2" #2586zone.js in app/angular from "0.8.18" to "0.8.19" #2586zone.js in examples/angular-cli from "0.8.18" to "0.8.19" #2586@angular/cli in examples/angular-cli from "1.6.2" to "1.6.3" #2586uglifyjs-webpack-plugin in app/react from "1.1.4" to "1.1.5" #2581uglifyjs-webpack-plugin in app/angular from "1.1.4" to "1.1.5" #2581uglifyjs-webpack-plugin in app/react-native from "1.1.4" to "1.1.5" #2581uglifyjs-webpack-plugin in app/vue from "1.1.4" to "1.1.5" #2581karma-coverage-istanbul-reporter in examples/angular-cli from "1.3.1" to "1.3.3" #25812017-December-26
2017-December-26
At long last! 3.3 contains a few major features and a ginormous backlog of smaller changes. A few highlights:
We'll do a better job of getting out smaller releases next time around. ;-)
TableComponent option for addon-info #2400console with client-logger and node-logger packages #2347WIP Angular versions support #2467LinkTo component, and hrefTo function #1829@storybook/addons to peerDependencies in all addons #2335addon-links/react endpoint #2239*.stories.js files in cli templates #2195flex-basis of DownPanel content div #2126yarn test & selecting only core #2219run directory before exiting #2201start-storybook --smoke-test fails #1851eslint in / from "4.13.1" to "4.14.0" #2555jest-specific-snapshot in addons/storyshots from "0.2.0" to "0.3.0" #2555style-loader in app/angular from "0.17.0" to "0.18.2" #2555npx in lib/cli from "9.6.0" to "9.7.1" #2555@angular/cli in examples/angular-cli from "1.3.0" to "1.6.2" #2555@types/jasmine in examples/angular-cli from "2.5.54" to "2.8.2" #2555jasmine-core in examples/angular-cli from "2.6.4" to "2.8.0" #2555jasmine-spec-reporter in examples/angular-cli from "4.1.1" to "4.2.1" #2555karma-chrome-launcher in examples/angular-cli from "2.1.1" to "2.2.0" #2555karma-coverage-istanbul-reporter in examples/angular-cli from "1.3.0" to "1.3.1" #2555protractor in examples/angular-cli from "5.1.2" to "5.2.2" #2555ts-node in examples/angular-cli from "3.2.2" to "3.3.0" #2555tslint in examples/angular-cli from "5.3.2" to "5.8.0" #2555gatsby-remark-copy-linked-files in /docs from "1.5.24" to "1.5.25" #2529gatsby in /docs from "1.9.144" to "1.9.146" #2529enzyme-adapter-react-16 in / from "1.1.0" to "1.1.1" #2520jest-image-snapshot in / from "2.2.0" to "2.2.1" #2520axe-core in addons/a11y from "2.5.0" to "2.6.0" #2520moment in addons/knobs from "2.20.0" to "2.20.1" #2520vue in addons/knobs from "2.5.11" to "2.5.12" #2520vue in app/vue from "2.5.11" to "2.5.12" #2520vue-template-compiler in app/vue from "2.5.11" to "2.5.12" #2520moment in addons/comments from "2.20.0" to "2.20.1" #2520vue in examples/vue-kitchen-sink from "2.5.11" to "2.5.12" #2520vue-template-compiler in examples/vue-kitchen-sink from "2.5.11" to "2.5.12" #2520@storybook/addon-actions in /docs from "3.2.17" to "3.2.18" #2519@storybook/addon-links in /docs from "3.2.17" to "3.2.18" #2519@storybook/addons in /docs from "3.2.17" to "3.2.18" #2519@storybook/react in /docs from "3.2.17" to "3.2.18" #2519gatsby in /docs from "1.9.141" to "1.9.142" #2519nodemon in / from "1.13.2" to "1.13.3" #2498graphql in addons/graphql from "0.11.7" to "0.12.0" #2498@types/react in addons/knobs from "16.0.30" to "16.0.31" #2498file-loader in app/react-native from "1.1.5" to "1.1.6" #2498file-loader in app/react from "1.1.5" to "1.1.6" #2498nodemon in app/react from "1.13.2" to "1.13.3" #2498file-loader in app/vue from "1.1.5" to "1.1.6" #2498nodemon in app/vue from "1.13.2" to "1.13.3" #2498vue-loader in app/vue from "13.5.0" to "13.6.0" #2498file-loader in examples/vue-kitchen-sink from "1.1.5" to "1.1.6" #2498vue-loader in examples/vue-kitchen-sink from "13.5.0" to "13.6.0" #24982017-December-26
eslint in / from "4.13.1" to "4.14.0" #2555jest-specific-snapshot in addons/storyshots from "0.2.0" to "0.3.0" #2555style-loader in app/angular from "0.17.0" to "0.18.2" #2555npx in lib/cli from "9.6.0" to "9.7.1" #2555@angular/cli in examples/angular-cli from "1.3.0" to "1.6.2" #2555@types/jasmine in examples/angular-cli from "2.5.54" to "2.8.2" #2555jasmine-core in examples/angular-cli from "2.6.4" to "2.8.0" #2555jasmine-spec-reporter in examples/angular-cli from "4.1.1" to "4.2.1" #2555karma-chrome-launcher in examples/angular-cli from "2.1.1" to "2.2.0" #2555karma-coverage-istanbul-reporter in examples/angular-cli from "1.3.0" to "1.3.1" #2555protractor in examples/angular-cli from "5.1.2" to "5.2.2" #2555ts-node in examples/angular-cli from "3.2.2" to "3.3.0" #2555tslint in examples/angular-cli from "5.3.2" to "5.8.0" #25552017-December-23
2017-December-23
TableComponent option for addon-info #2400console with client-logger and node-logger packages #2347WIP Angular versions support #2467@storybook/addons to peerDependencies in all addons #2335gatsby-remark-copy-linked-files in /docs from "1.5.24" to "1.5.25" #2529gatsby in /docs from "1.9.144" to "1.9.146" #2529enzyme-adapter-react-16 in / from "1.1.0" to "1.1.1" #2520jest-image-snapshot in / from "2.2.0" to "2.2.1" #2520axe-core in addons/a11y from "2.5.0" to "2.6.0" #2520moment in addons/knobs from "2.20.0" to "2.20.1" #2520vue in addons/knobs from "2.5.11" to "2.5.12" #2520vue in app/vue from "2.5.11" to "2.5.12" #2520vue-template-compiler in app/vue from "2.5.11" to "2.5.12" #2520moment in addons/comments from "2.20.0" to "2.20.1" #2520vue in examples/vue-kitchen-sink from "2.5.11" to "2.5.12" #2520vue-template-compiler in examples/vue-kitchen-sink from "2.5.11" to "2.5.12" #2520@storybook/addon-actions in /docs from "3.2.17" to "3.2.18" #2519@storybook/addon-links in /docs from "3.2.17" to "3.2.18" #2519@storybook/addons in /docs from "3.2.17" to "3.2.18" #2519@storybook/react in /docs from "3.2.17" to "3.2.18" #2519gatsby in /docs from "1.9.141" to "1.9.142" #2519nodemon in / from "1.13.2" to "1.13.3" #2498graphql in addons/graphql from "0.11.7" to "0.12.0" #2498@types/react in addons/knobs from "16.0.30" to "16.0.31" #2498file-loader in app/react-native from "1.1.5" to "1.1.6" #2498file-loader in app/react from "1.1.5" to "1.1.6" #2498nodemon in app/react from "1.13.2" to "1.13.3" #2498file-loader in app/vue from "1.1.5" to "1.1.6" #2498nodemon in app/vue from "1.13.2" to "1.13.3" #2498vue-loader in app/vue from "13.5.0" to "13.6.0" #2498file-loader in examples/vue-kitchen-sink from "1.1.5" to "1.1.6" #2498vue-loader in examples/vue-kitchen-sink from "13.5.0" to "13.6.0" #24982017-November-22
2017-November-07
addon-links/react endpoint #2239*.stories.js files in cli templates #2195flex-basis of DownPanel content div #2126yarn test & selecting only core #2219run directory before exiting #22012017-October-03
LinkTo component, and hrefTo function #1829start-storybook --smoke-test fails #18512017-September-06
2017-December-23
2017-December-18
addon-actions Check result of getPropertyDescriptor for IE11 #2428eslint-plugin-prettier in / from "2.3.1" to "2.4.0" #2500graphql in addons/graphql from "0.11.7" to "0.12.3" #2500moment in addons/knobs from "2.19.4" to "2.20.0" #2500ws in app/react-native from "3.3.2" to "3.3.3" #2500moment in addons/comments from "2.19.4" to "2.20.0" #2500eslint-plugin-jest in / from "21.4.3" to "21.5.0" #2496nodemon in / from "1.12.7" to "1.13.2" #2496nodemon in app/react from "1.12.7" to "1.13.2" #2496nodemon in app/vue from "1.12.7" to "1.13.2" #2496gatsby-plugin-sharp in /docs from "1.6.23" to "1.6.24" #2490gatsby-remark-images in /docs from "1.5.35" to "1.5.36" #2490eslint-plugin-jest in / from "21.4.2" to "21.4.3" #2488nodemon in / from "1.12.6" to "1.12.7" #2488symlink-dir in / from "1.1.0" to "1.1.1" #2488@types/node in addons/knobs from "8.0.58" to "8.5.1" #2488@types/react in addons/knobs from "16.0.29" to "16.0.30" #2488style-loader in addons/knobs from "0.19.0" to "0.19.1" #2488vue in addons/knobs from "2.5.10" to "2.5.11" #2488autoprefixer in app/react-native from "7.2.2" to "7.2.3" #2488style-loader in app/react-native from "0.18.2" to "0.19.1" #2488autoprefixer in app/react from "7.2.2" to "7.2.3" #2488style-loader in app/react from "0.18.2" to "0.19.1" #2488nodemon in app/react from "1.12.6" to "1.12.7" #2488autoprefixer in app/vue from "7.2.2" to "7.2.3" #2488style-loader in app/vue from "0.18.2" to "0.19.1" #2488nodemon in app/vue from "1.12.6" to "1.12.7" #2488vue in app/vue from "2.5.10" to "2.5.11" #2488vue-template-compiler in app/vue from "2.5.10" to "2.5.11" #2488vue in examples/vue-kitchen-sink from "2.5.10" to "2.5.11" #2488vue-template-compiler in examples/vue-kitchen-sink from "2.5.10" to "2.5.11" #2488gatsby-link in /docs from "1.6.31" to "1.6.32" #2486gatsby-transformer-remark in /docs from "1.7.24" to "1.7.25" #2486gatsby in /docs from "1.9.131" to "1.9.134" #2486gatsby-remark-images in /docs from "1.5.34" to "1.5.35" #2476gatsby-source-filesystem in /docs from "1.5.10" to "1.5.11" #2476gatsby in /docs from "1.9.130" to "1.9.131" #2476eslint-plugin-jsx-a11y in / from "6.0.2" to "6.0.3" #2477nodemon in / from "1.12.5" to "1.12.6" #2477vue in addons/knobs from "2.5.9" to "2.5.10" #2477react-modal in lib/ui from "3.1.7" to "3.1.8" #2477nodemon in app/react from "1.12.5" to "1.12.6" #2477nodemon in app/vue from "1.12.5" to "1.12.6" #2477vue in app/vue from "2.5.9" to "2.5.10" #2477vue-template-compiler in app/vue from "2.5.9" to "2.5.10" #2477vue in examples/vue-kitchen-sink from "2.5.9" to "2.5.10" #2477vue-template-compiler in examples/vue-kitchen-sink from "2.5.9" to "2.5.10" #2477danger in / from "2.1.3" to "2.1.4" #2473eslint in / from "4.13.0" to "4.13.1" #2473prettier in / from "1.9.1" to "1.9.2" #2473@types/node in addons/knobs from "8.0.57" to "8.0.58" #2473@types/react in addons/knobs from "16.0.28" to "16.0.29" #2473core-js in app/react from "2.5.2" to "2.5.3" #2473core-js in app/vue from "2.5.2" to "2.5.3" #2473moment in addons/knobs from "2.19.3" to "2.19.4" #2462moment in addons/comments from "2.19.3" to "2.19.4" #2462react-inspector in addons/actions from "2.2.1" to "2.2.2" #2457react-inspector in lib/ui from "2.2.1" to "2.2.2" #2457gatsby-link in /docs from "1.6.30" to "1.6.31" #2458gatsby-plugin-sharp in /docs from "1.6.22" to "1.6.23" #2458gatsby-remark-autolink-headers in /docs from "1.4.9" to "1.4.10" #2458gatsby-remark-copy-linked-files in /docs from "1.5.22" to "1.5.23" #2458gatsby-remark-images in /docs from "1.5.33" to "1.5.34" #2458gatsby-remark-smartypants in /docs from "1.4.9" to "1.4.10" #2458gatsby-source-filesystem in /docs from "1.5.9" to "1.5.10" #2458gatsby-transformer-remark in /docs from "1.7.23" to "1.7.24" #2458gatsby in /docs from "1.9.128" to "1.9.130" #2458eslint in / from "4.12.1" to "4.13.0" #2454core-js in app/react from "2.5.1" to "2.5.2" #2454core-js in app/vue from "2.5.1" to "2.5.2" #2454@types/node in addons/knobs from "8.0.56" to "8.0.57" #2448@types/react in addons/knobs from "16.0.27" to "16.0.28" #2448autoprefixer in app/react-native from "7.2.1" to "7.2.2" #2448autoprefixer in app/react from "7.2.1" to "7.2.2" #2448autoprefixer in app/vue from "7.2.1" to "7.2.2" #2448danger in / from "2.1.2" to "2.1.3" #2447jscodeshift in lib/codemod from "0.3.32" to "0.4.0" #2447jscodeshift in lib/cli from "0.3.32" to "0.4.0" #2447webpack-dev-server in examples/vue-kitchen-sink from "2.9.6" to "2.9.7" #2447danger in / from "2.0.3" to "2.1.2" #2442eslint-plugin-jest in / from "21.4.1" to "21.4.2" #2442github-release-from-changelog in / from "1.2.1" to "1.3.0" #2442nodemon in / from "1.12.4" to "1.12.5" #2442prettier in / from "1.9.0" to "1.9.1" #2442@types/node in addons/knobs from "8.0.54" to "8.0.55" #2442react-native in app/react-native from "0.50.4" to "0.51.0" #2442nodemon in app/react from "1.12.4" to "1.12.5" #2442nodemon in app/vue from "1.12.4" to "1.12.5" #2442@types/node in addons/knobs from "8.0.54" to "8.0.56" #2443webpack-dev-server in examples/vue-kitchen-sink from "2.9.5" to "2.9.6" #2443eslint-plugin-jest in / from "21.4.0" to "21.4.1" #2430prettier in / from "1.8.2" to "1.9.0" #2430babel-eslint in / from "8.0.2" to "8.0.3" #2429commander in / from "2.12.1" to "2.12.2" #2429eslint in / from "4.12.0" to "4.12.1" #2429eslint-plugin-jest in / from "21.3.2" to "21.4.0" #2429inquirer in / from "4.0.0" to "4.0.1" #2429nodemon in / from "1.12.1" to "1.12.4" #2429moment in addons/knobs from "2.19.2" to "2.19.3" #2429react-datetime in addons/knobs from "2.11.0" to "2.11.1" #2429@types/node in addons/knobs from "8.0.53" to "8.0.54" #2429@types/react in addons/knobs from "16.0.25" to "16.0.27" #2429typescript in addons/knobs from "2.6.1" to "2.6.2" #2429vue in addons/knobs from "2.5.8" to "2.5.9" #2429commander in lib/cli from "2.12.1" to "2.12.2" #2429react-modal in lib/ui from "3.1.4" to "3.1.7" #2429autoprefixer in app/react-native from "7.1.6" to "7.2.1" #2429commander in app/react-native from "2.12.1" to "2.12.2" #2429webpack in app/react-native from "3.8.1" to "3.10.0" #2429airbnb-js-shims in app/react from "1.3.0" to "1.4.0" #2429autoprefixer in app/react from "7.1.6" to "7.2.1" #2429commander in app/react from "2.12.1" to "2.12.2" #2429webpack in app/react from "3.8.1" to "3.10.0" #2429nodemon in app/react from "1.12.1" to "1.12.4" #2429airbnb-js-shims in app/vue from "1.3.0" to "1.4.0" #2429autoprefixer in app/vue from "7.1.6" to "7.2.1" #2429commander in app/vue from "2.12.1" to "2.12.2" #2429webpack in app/vue from "3.8.1" to "3.10.0" #2429nodemon in app/vue from "1.12.1" to "1.12.4" #2429vue in app/vue from "2.5.8" to "2.5.9" #2429vue-template-compiler in app/vue from "2.5.8" to "2.5.9" #2429marked in addons/comments from "0.3.6" to "0.3.7" #2429moment in addons/comments from "2.19.2" to "2.19.3" #2429vue in examples/vue-kitchen-sink from "2.5.8" to "2.5.9" #2429vue-template-compiler in examples/vue-kitchen-sink from "2.5.8" to "2.5.9" #2429webpack in examples/vue-kitchen-sink from "3.8.1" to "3.10.0" #2429webpack-dev-server in examples/vue-kitchen-sink from "2.9.4" to "2.9.5" #2429@storybook/addon-actions in /docs from "3.2.16" to "3.2.17" #2427@storybook/addon-links in /docs from "3.2.16" to "3.2.17" #2427@storybook/addons in /docs from "3.2.16" to "3.2.17" #2427@storybook/react in /docs from "3.2.16" to "3.2.17" #24272017-December-03
date knob (see #1489) #2332gatsby in docs from "1.9.126" to "1.9.127" #2406gatsby-transformer-remark in docs from "1.7.22" to "1.7.23" #2406gatsby in docs from "1.9.125" to "1.9.126" #2399gatsby-link in docs from "1.6.29" to "1.6.30" #2399gatsby in docs from "1.9.119" to "1.9.125" #2392gatsby-link in docs from "1.6.28" to "1.6.29" #2392gatsby-plugin-sharp in docs from "1.6.21" to "1.6.22" #2392gatsby-remark-autolink-headers in docs from "1.4.8" to "1.4.9" #2392gatsby-remark-copy-linked-files in docs from "1.5.21" to "1.5.22" #2392gatsby-remark-images in docs from "1.5.32" to "1.5.33" #2392gatsby-remark-smartypants in docs from "1.4.8" to "1.4.9" #2392gatsby-source-filesystem in docs from "1.5.8" to "1.5.9" #2392gatsby-transformer-remark in docs from "1.7.21" to "1.7.22" #2392webpack-dev-middleware in app/react-native from "1.12.1" to "1.12.2" #2385webpack-hot-middleware in app/react-native from "2.20.0" to "2.21.0" #2385webpack-dev-middleware in app/react from "1.12.1" to "1.12.2" #2385webpack-hot-middleware in app/react from "2.20.0" to "2.21.0" #2385webpack-dev-middleware in app/vue from "1.12.1" to "1.12.2" #2385webpack-hot-middleware in app/vue from "2.20.0" to "2.21.0" #2385danger in / from "2.0.1" to "2.0.3" #2380eslint in / from "4.11.0" to "4.12.0" #2380eslint-config-prettier in / from "2.8.0" to "2.9.0" #2380react-modal in lib/ui from "3.1.3" to "3.1.4" #2364postcss-loader in app/react-native from "2.0.8" to "2.0.9" #2364react-native in app/react-native from "0.50.3" to "0.50.4" #2364common-tags in app/react from "1.4.0" to "1.5.1" #2364postcss-loader in app/react from "2.0.8" to "2.0.9" #2364common-tags in app/vue from "1.4.0" to "1.5.1" #2364postcss-loader in app/vue from "2.0.8" to "2.0.9" #2364commander in / from "2.11.0" to "2.12.1" #2359commander in lib/cli from "2.11.0" to "2.12.1" #2359react-modal in lib/ui from "3.1.2" to "3.1.3" #2359commander in app/react-native from "2.11.0" to "2.12.1" #2359webpack-dev-middleware in app/react-native from "1.12.0" to "1.12.1" #2359commander in app/react from "2.11.0" to "2.12.1" #2359webpack-dev-middleware in app/react from "1.12.0" to "1.12.1" #2359commander in app/vue from "2.11.0" to "2.12.1" #2359webpack-dev-middleware in app/vue from "1.12.0" to "1.12.1" #2359vue in addons/knobs from "2.5.6" to "2.5.8" #2344ws in app/react-native from "3.3.1" to "3.3.2" #2344vue in app/vue from "2.5.6" to "2.5.8" #2344vue-template-compiler in app/vue from "2.5.6" to "2.5.8" #2344vue in examples/vue-kitchen-sink from "2.5.6" to "2.5.8" #2344vue-template-compiler in examples/vue-kitchen-sink from "2.5.6" to "2.5.8" #2344eslint-config-prettier in / from "2.7.0" to "2.8.0" #2342eslint-plugin-react in / from "7.4.0" to "7.5.0" #2342vue in addons/knobs from "2.5.5" to "2.5.6" #2342vue in app/vue from "2.5.5" to "2.5.6" #2342vue-template-compiler in app/vue from "2.5.5" to "2.5.6" #2342vue in examples/vue-kitchen-sink from "2.5.5" to "2.5.6" #2342vue-template-compiler in examples/vue-kitchen-sink from "2.5.5" to "2.5.6" #2342gatsby in docs from "1.9.114" to "1.9.117" #2338gh-pages in docs from "1.0.0" to "1.1.0" #2338@types/react in addons/knobs from "16.0.23" to "16.0.25" #2334vue in addons/knobs from "2.5.3" to "2.5.5" #2334vue-hot-reload-api in app/vue from "2.2.3" to "2.2.4" #2334vue in app/vue from "2.5.3" to "2.5.5" #2334vue-template-compiler in app/vue from "2.5.3" to "2.5.5" #2334vue in examples/vue-kitchen-sink from "2.5.3" to "2.5.5" #2334vue-hot-reload-api in examples/vue-kitchen-sink from "2.2.3" to "2.2.4" #2334vue-template-compiler in examples/vue-kitchen-sink from "2.5.3" to "2.5.5" #2334@storybook/addon-actions in docs from "3.2.15" to "3.2.16" #2327@storybook/addon-links in docs from "3.2.15" to "3.2.16" #2327@storybook/addons in docs from "3.2.15" to "3.2.16" #2327@storybook/react in docs from "3.2.15" to "3.2.16" #23272017-November-15
docs from 1.6.27 to 1.6.28 #2311docs from 1.6.20 to 1.6.21 #2311docs from 1.5.31 to 1.5.32 #2311docs from 1.9.108 to 1.9.112 #2308docs from 1.6.26 to 1.6.27 #2308docs from 1.5.20 to 1.5.21 #2308docs from 1.7.20 to 1.7.21 #2308addons/events from 5.2.0 to 5.2.1 #2309addons/knobs from 2.10.3 to 2.11.0 #2309addons/knobs from 5.2.0 to 5.2.1 #2309addons/comments from 5.2.0 to 5.2.1 #2309addons/knobs from 2.19.1 to 2.19.2 #2293addons/comments from 2.19.1 to 2.19.2 #2293docs from 1.9.100 to 1.9.108 #2294docs from 1.6.24 to 1.6.26 #2294docs from 1.6.19 to 1.6.20 #2294docs from 1.4.7 to 1.4.8 #2294docs from 1.5.16 to 1.5.20 #2294docs from 1.5.30 to 1.5.31 #2294docs from 1.5.7 to 1.5.8 #2294docs from 1.7.19 to 1.7.20 #2294/ from 4.10.0 to 4.11.0 #2290/ from 0.12.0 to 0.13.0 #22902017-November-10
2017-November-01
2017-October-20
button #20042017-October-02
eslint --fix on master #19092017-September-27
2017-September-22
2017-August-26
addon-info README options documentation #17322017-August-23
2017-August-23
prop-types for RN #17142017-August-22
WEBPACK_REACT type #16462017-August-16
2017-August-12
2017-August-01
2017-July-31
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!
addon-info #1452react-split-pane version #14952017-July-16
2017-July-06
2017-June-28
2017-June-26
cacheDirectory option from babel config #1350socket.upgradeReq, so use req instead #1337react-dom #1349node.type supplied to 'Props' #1351getstorybook #13582017-June-22
haul react-native packager #12942017-June-15
shallowSnapshot option for storyshots test functions #12322017-June-10
storybook-build manager-head.html bug #1248Minor features including a new "events" addon, as well as the usual bugfixes, cleanup, etc.
2017-June-09
marksy dependency due broken 1.1.0 version #1204Minor bug fixes and documentation updates post 3.0.0 release.
2017-June-06
addon-options #1194ws dependency #1174addons in README #1167markdown-to-react-components with marksy #1188Storybook 3.0 is our first fully community-driven release! Notable changes:
@kadira to @storybooks org across github, npm, docscreate-react-native-app support. #11172017-May-31
snapshotWithOptions to configure storyshots rendering options #1090test function for storyshots #1035number for addon knobs #1001Allow 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.
18-December-2016
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.
module.hot is not available in a static build PR60003-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.
babel-preset-react-app to the latest. PR576json-loader by default. PR57524-October-2016
Get some new features from CRA.
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:
ClassName.__docgenInfo.STORYBOOK_REACT_CLASSESAdditionally, added yarn.lock.
19-October-2016
Do not show git command output. PR554
07-October-2016
06-October-2016
05-October-2016
Add some nice development experiment based on suggestion from Dan Abramov.
05-October-2016
@kadira/storybook-channel-postmsg to ^1.0.328-September-2016
26-September-2016
26-September-2016
23-September-2016
23-September-2016
STORYBOOK_ prefix from config env PR48122-September-2016
21-September-2016
21-September-2016
19-September-2016
Add a fix to webpack custom resolve.alias not working. PR465
19-September-2016
14-September-2016
14-September-2016
9-September-2016
8-September-2016
8-September-2016
4-September-2016
3-September-2016
2-September-2016.
2-September-2016.
2-September-2016.
1-September-2016
31-August-2016
30-August-2016
29-August-2016
24-August-2016
24-August-2016
24-August-2016
24-August-2016
23-August-2016
16-August-2016
15-August-2016
10-August-2016
09-August-2016
05-August-2016
This release bring some webpack config related optimizations and the NPM2 support. Here are the notable changes:
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:
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.
client/manager for more info.context argument to stories PR25012-May-2016
11-May-2016
qs as a direct dependency as it's used in preview.10-May-2016
09-May-2016
06-May-2016
06-May-2016
06-May-2016
05-May-2016
27-April-2016
26-April-2016
25-April-2016
21-April-2016
v1.17.0. See: PR13321-April-2016
21-April-2016
20-April-2016
20-April-2016
19-April-2016
.addDecorator() API. See PR11514-April-2016
13-April-2016
12-April-2016
Fix various issues related to static bundling.
Add some minor improvements.
package.json.react and react-dom to devDependencies..babelrc manually. Fixed: #41npm run dev which watches "src" directory and run npm run prepublish.