2016-03-31 14:29:46 +05:30
## Changelog
2016-09-21 13:51:58 +05:30
### v2.16.0
21-September-2016
* Move the babel config loading logic into a seperate file. [PR469 ](https://github.com/kadirahq/react-storybook/pull/469 )
* Update airbnd eslint rules to the latest.
2016-09-19 22:28:48 +05:30
### v2.15.1
19-September-2016
Add a fix to webpack custom resolve.alias not working. [PR465 ](https://github.com/kadirahq/react-storybook/pull/465 )
2016-09-19 12:31:33 +05:30
### v2.15.0
19-September-2016
* Use @kadira/storybook -addons as a resolve.alias. So, we can support addons for NPM2 too. [PR462 ](https://github.com/kadirahq/react-storybook/pull/462 )
2016-09-14 17:13:41 +05:30
### v2.14.0
14-September-2016
* Watch missing NPM modules and force webpack rebuild. [PR446 ](https://github.com/kadirahq/react-storybook/pull/446 )
* Fix issue on error message hanging after even it solved. [PR447 ](https://github.com/kadirahq/react-storybook/pull/447 )
* Allow to reload if HMR goes crazy. [PR448 ](https://github.com/kadirahq/react-storybook/pull/448 )
* Add support to get custom env variables. [PR450 ](https://github.com/kadirahq/react-storybook/pull/450 )
2016-09-14 10:26:41 +05:30
### v2.13.1
14-September-2016
* Fix 404 error when db file does not exist [PR449 ](https://github.com/kadirahq/react-storybook/pull/449 )
2016-09-09 17:20:07 +05:30
### v2.13.0
9-September-2016
* Fix [#443 ](https://github.com/kadirahq/react-storybook/issues/443 ) where the static version of Storybook doesn't like Safari.
* Update postcss-loader to 0.13.0.
2016-09-08 10:38:52 +05:30
### v2.12.1
8-September-2016
* Parse static directory provided by env as a list. [PR436 ](https://github.com/kadirahq/react-storybook/pull/436 )
2016-09-08 01:16:19 +05:30
### v2.12.0
8-September-2016
* Do not include addon register file on preview. [PR426 ](https://github.com/kadirahq/react-storybook/pull/426 )
* Update css-loader to version 0.25.0. [PR427 ](https://github.com/kadirahq/react-storybook/pull/427 )
* Get the head.html values for every page request. [PR432 ](https://github.com/kadirahq/react-storybook/pull/432 )
2016-09-04 12:59:20 +05:30
### v2.11.0
4-September-2016
* Remove babel-polyfill since we don't use it.
* Update versions with the help from greenkeeper. [PR421 ](https://github.com/kadirahq/react-storybook/pull/421 )
2016-09-03 06:40:47 +05:30
### v2.10.0
3-September-2016
* Adding airbnb-js-shims again. [PR419 ](https://github.com/kadirahq/react-storybook/pull/419 )
2016-09-02 17:46:05 +05:30
### v2.9.1
2-September-2016.
* Use the config directory to store the addon database file [PR418 ](https://github.com/kadirahq/react-storybook/pull/418 ).
2016-09-02 17:02:28 +05:30
### v2.9.0
2-September-2016.
* Copy the addon-db.json file when building static storybooks [PR417 ](https://github.com/kadirahq/react-storybook/pull/417 ).
2016-09-02 06:49:07 +05:30
### v2.8.0
2-September-2016.
* Update @kadira/storybook to get the clean query params feature. See [storybook-ui-PR37 ](https://github.com/kadirahq/storybook-ui/pull/37 )
2016-09-01 19:23:54 +05:30
### v2.7.0
1-September-2016
* Add addon database feature [PR415 ](https://github.com/kadirahq/react-storybook/pull/415 ).
2016-08-31 05:54:28 +05:30
### v2.6.1
31-August-2016
* Bring back HMR dev logs. [PR412 ](https://github.com/kadirahq/react-storybook/pull/412 ).
2016-08-30 16:36:27 +05:30
### v2.6.0
30-August-2016
* Allow start/build params from env variables. [PR413 ](https://github.com/kadirahq/react-storybook/pull/413 )
2016-08-29 09:31:55 +05:30
### v2.5.2
29-August-2016
* Remove the use of babel-runtime/core-js modules. [PR410 ](https://github.com/kadirahq/react-storybook/pull/410 )
2016-08-24 17:13:08 +05:30
### v2.5.1
24-August-2016
* Update @kadira/storybook -ui to v3.3.2
2016-08-24 15:30:12 +05:30
### v2.5.0
24-August-2016
* We are no longer shipping extra polyfills anymore. [PR402 ](https://github.com/kadirahq/react-storybook/pull/402 )
2016-08-24 14:30:23 +05:30
### v2.4.2
24-August-2016
* Allow file-loader URLs to work on subpaths. [PR401 ](https://github.com/kadirahq/react-storybook/pull/401 )
2016-08-24 12:43:26 +05:30
### v2.4.1
24-August-2016
* Bump @kadira/storybook ui to v3.3.1 to fix some UI related issues.
2016-08-23 16:48:49 +05:30
### v2.4.0
23-August-2016
2016-08-23 16:13:52 +05:30
2016-08-23 16:46:53 +05:30
* Simplify the option to stop tracking. [PR399 ](https://github.com/kadirahq/react-storybook/pull/399 )
2016-08-23 16:24:51 +05:30
* Use JSON5 instead of CJSON to parse .babelrc. [PR398 ](https://github.com/kadirahq/react-storybook/pull/398 )
2016-08-23 16:13:52 +05:30
* Add webpack2 support by changing the use of OccurenceOrderPlugin. [PR397 ](https://github.com/kadirahq/react-storybook/pull/397 )
2016-08-23 16:24:51 +05:30
* Use @kadira/storybook -ui 2.3.0, which has new APIs to set URL for addons.
2016-08-23 16:13:52 +05:30
2016-08-16 20:14:57 +05:30
### v2.3.0
16-August-2016
* Implement anonymous usage tracking. [PR384 ](https://github.com/kadirahq/react-storybook/pull/384 )
2016-08-15 17:57:32 +05:30
### v2.2.3
15-August-2016
* Add a hash to media file's filename. Otherwise, it'll cause issues when there are multiple images with the same filename but in different directories. [PR380 ](https://github.com/kadirahq/react-storybook/pull/380 )
2016-08-13 06:08:38 +05:30
### v2.2.2
2016-08-10 22:53:45 +05:30
10-August-2016
* Remove unused extract-text-webpack-plugin. This will add webpack2 support. [PR369 ](https://github.com/kadirahq/react-storybook/pull/369 ).
2016-08-11 14:23:01 +05:30
### v2.2.1
2016-08-09 17:37:48 +05:30
09-August-2016
* Use @kadira/storybook -channel modules. [#PR359 ](https://github.com/kadirahq/react-storybook/pull/359 ).
* Update @kadira/storybook -ui to the latest.
2016-08-05 14:08:39 +05:30
### v2.2.0
2016-08-05 14:03:14 +05:30
05-August-2016
This release bring some webpack config related optimizations and the NPM2 support. Here are the notable changes:
* Use es6-shim directly into webpack config. [PR355 ](https://github.com/kadirahq/react-storybook/pull/355 )
* Use the default babel-config based on CRA's config. [PR354 ](https://github.com/kadirahq/react-storybook/pull/354 )
* Add NPM2 support. [PR356 ](https://github.com/kadirahq/react-storybook/pull/356 )
2016-08-05 14:08:39 +05:30
* Add autofixer defaults. [PR357 ](https://github.com/kadirahq/react-storybook/pull/357 )
2016-08-05 14:03:14 +05:30
2016-08-03 07:00:38 +05:30
### v2.1.1
03-August-2016
Remove default webpack config for all config types. [PR348 ](https://github.com/kadirahq/react-storybook/pull/348 )
Now we only use the Create React App based config if there's no custom webpack config.
This will fix issues like [#347 ](https://github.com/kadirahq/react-storybook/issues/347 ).
2016-08-02 18:17:08 +05:30
### v2.1.0
02-August-2016
Add support for the addon API. See [PR346 ](https://github.com/kadirahq/react-storybook/pull/346 ).
Here after we are using most of the features including actions,links as plugins.
So, this introduced a huge area to add customizations to React Storybook.
Unfortunately, as of this version, there are no docs for this feature. But, you can have a look at these addons:
* actions addon (powers the action logger): https://github.com/kadirahq/storybook-addon-actions
* links addon (powers the linkTo feature): https://github.com/kadirahq/storybook-addon-links
Have a look at [here ](https://github.com/kadirahq/react-storybook/blob/master/src/server/config.js#L88 ) to how to configure addons.
2016-08-01 15:55:16 +05:30
### v2.0.0
01-August-2016
This is the starting of the next major version of React 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.
2016-08-01 15:32:25 +05:30
* Update defaults to match create-react-app. [PR342 ](https://github.com/kadirahq/react-storybook/pull/342 ). Here are the notable changes:
* Add postcss based CSS loader.
* Add file-loader for images and common types.
* Add url-loader for shorter media files.
* Do not pre-build manager(storybook UI) bundle.
* Continue support for babel's stage-0 preset and add es2016 preset.
2016-08-01 15:49:04 +05:30
* Update @kadira/storybook -ui to v2.6.1 to remove some React warnings.
2016-08-01 15:32:25 +05:30
2016-07-26 16:56:28 +05:30
### v1.41.0
* Fix nodejs require errors [#337 ](https://github.com/kadirahq/react-storybook/pull/337 ).
* Add getStorybook method to client API [#332 ](https://github.com/kadirahq/react-storybook/pull/332 ).
2016-07-26 13:49:09 +05:30
### v1.40.0
* Fix duplicate decorator bug [#335 ](https://github.com/kadirahq/react-storybook/pull/335 ).
2016-07-26 11:38:46 +05:30
### v1.39.1
* Update babel packages [#325 ](https://github.com/kadirahq/react-storybook/pull/325 ).
* Hide HMR info logs [#331 ](https://github.com/kadirahq/react-storybook/pull/331 ).
2016-07-20 11:40:36 +05:30
### v1.39.0
2016-08-21 14:14:56 +10:00
* Update @kadira/storybook -ui to get features from [v2.5.0 ](https://github.com/kadirahq/storybook-ui/blob/master/CHANGELOG.md#v250 ) and [v2.6.0 ](https://github.com/kadirahq/storybook-ui/blob/master/CHANGELOG.md#v260 ).
2016-07-20 11:40:36 +05:30
2016-07-18 15:43:12 +05:30
### v1.38.3
* Add names for action and linkTo functions [#321 ](https://github.com/kadirahq/react-storybook/pull/321 ).
2016-07-18 14:06:33 +05:30
### v1.38.2
* Fix error in prepublish script [#319 ](https://github.com/kadirahq/react-storybook/pull/319 ).
2016-07-18 10:15:13 +05:30
### v1.38.1
* Improve Windows support by writing prepublish script using shelljs [#308 ](https://github.com/kadirahq/react-storybook/pull/308 ).
2016-07-11 09:18:21 -04:00
### v1.38.0
* v1.37.0 was a nightmare since it contains the npm-shrinkwrap.json. Fixed by removing it. See: [#306 ](https://github.com/kadirahq/react-storybook/issues/306 ) and [#305 ](https://github.com/kadirahq/react-storybook/pull/305 ).
2016-07-09 16:59:32 -04:00
### v1.37.0
* Update @kadira/storybook -ui to 2.4.0
2016-07-01 03:00:52 +05:30
### v1.36.0
* Support watchOptions configuration. See: [PR287 ](https://github.com/kadirahq/react-storybook/pull/287 )
2016-06-30 17:31:41 +05:30
### v1.35.2
* Add missing font-face to the ErrorDisplay's heading.
2016-06-27 14:27:15 +05:30
### v1.35.1
* Fix issue related to bad error handling. See issue [#275 ](https://github.com/kadirahq/react-storybook/issues/275 ):
2016-06-27 09:29:23 +05:30
### v1.35.0
* Add fuzzy search powered search box and Redux DevTools support via [@kadira/storybook-ui@2.3.0 ](https://github.com/kadirahq/storybook-ui/blob/master/CHANGELOG.md#v230 ).
2016-06-23 07:07:57 +05:30
### v1.34.1
* Don't always override NODE_ENV in build-storybook. [PR272 ](https://github.com/kadirahq/react-storybook/pull/272 )
2016-06-21 23:00:55 +05:30
### v1.34.0
2016-06-27 09:29:23 +05:30
* Use storybook-ui v2.2.0 which puts shortcut state into the URL.
2016-06-21 23:00:55 +05:30
2016-06-20 14:57:22 +05:30
### v1.33.0
* Introduce an [extension API ](https://github.com/kadirahq/react-storybook/blob/master/docs/extensions.md ) for React Storybook. See: [PR258 ](https://github.com/kadirahq/react-storybook/pull/258 )
2016-06-16 10:58:38 +05:30
### v1.32.1
* Extend @kadira/storybook -ui provider from it's base Provider.
2016-06-15 14:03:44 +05:30
### v1.32.0
* Use @kadira/storybook -ui as the manager UI with the implemented provider for React. See `client/manager` for more info.
2016-06-14 14:49:51 +05:30
### v1.31.0
* Pass a `context` argument to stories [PR250 ](https://github.com/kadirahq/react-storybook/pull/250 )
2016-06-10 10:08:29 +05:30
### v1.30.0
* Fuzzy search kinds [PR247 ](https://github.com/kadirahq/react-storybook/pull/247 )
2016-06-10 09:29:35 +05:30
### v1.29.5
* Update dependency version to fix filter crash [PR246 ](https://github.com/kadirahq/react-storybook/pull/246 )
2016-06-08 10:28:20 +05:30
### v1.29.4
* Protect index.html/iframe.html from being overwritten [PR243 ](https://github.com/kadirahq/react-storybook/pull/243 )
2016-06-08 09:56:29 +05:30
### v1.29.3
* Update @kadira/storybook -core version [PR241 ](https://github.com/kadirahq/react-storybook/pull/241 )
* Add es6-shim by default [PR238 ](https://github.com/kadirahq/react-storybook/pull/238 )
2016-06-07 14:57:08 +05:30
### v1.29.2
* Use url.resolve instead of path.join [PR240 ](https://github.com/kadirahq/react-storybook/pull/240 )
2016-06-07 10:37:49 +05:30
### v1.29.1
* Copy missed manager.js.map file on static build [PR236 ](https://github.com/kadirahq/react-storybook/pull/236 )
2016-06-06 13:33:35 +05:30
### v1.29.0
* Multiple static dirs (comma separated) [PR229 ](https://github.com/kadirahq/react-storybook/pull/229 )
2016-06-06 12:13:19 +05:30
### v1.28.5
2016-06-06 12:13:11 +05:30
* Support ECMAScript stage-0 [PR228 ](https://github.com/kadirahq/react-storybook/pull/228 ) to fix [Issue #227 ](https://github.com/kadirahq/react-storybook/issues/227 )
2016-06-06 12:13:19 +05:30
### v1.28.4
2016-06-06 11:02:35 +05:30
2016-06-06 11:30:15 +05:30
* Support custom webpack public path for dev-server and static build started by [PR226 ](https://github.com/kadirahq/react-storybook/pull/226 )
### v1.28.3
2016-06-06 11:02:35 +05:30
* Revert [PR226 ](https://github.com/kadirahq/react-storybook/pull/226 )
### v1.28.2
* Support custom webpack publicPath [PR226 ](https://github.com/kadirahq/react-storybook/pull/226 )
2016-05-25 15:12:41 +05:30
### v1.28.1
* Add charset meta tags to HTML heads [PR216 ](https://github.com/kadirahq/react-storybook/pull/216 )
2016-05-25 13:15:13 +05:30
### v1.28.0
* Moved storybook serving code into a middleware to support more advanced use cases.
* Refactored dev server to use storybook middleware [PR211 ](https://github.com/kadirahq/react-storybook/pull/211 )
2016-05-17 17:51:30 +05:30
### v1.27.0
2016-05-17 07:35:26 +05:30
2016-05-17 17:51:30 +05:30
* Move modules to storybook-core repo. [PR196 ](https://github.com/kadirahq/react-storybook/pull/196 )
2016-05-17 07:35:26 +05:30
* Add stack-source-map again only for Chrome to get better error stacks.
* Add ability to control the hostname. See [PR195 ](https://github.com/kadirahq/react-storybook/pull/195 ) and [PR198 ](https://github.com/kadirahq/react-storybook/pull/198 )
2016-05-17 17:51:30 +05:30
### v1.26.0
2016-05-12 19:25:06 +05:30
12-May-2016
* Ensure asset directory exists in the static-builder.
2016-05-17 17:51:30 +05:30
### v1.25.0
2016-05-11 03:40:15 +05:30
11-May-2016
2016-05-11 04:18:19 +05:30
* Fix several publishing related issues. See: [#188 ](https://github.com/kadirahq/react-storybook/pull/188 ).
2016-05-11 04:06:31 +05:30
* Fix babel extends issue. See: [PR185 ](https://github.com/kadirahq/react-storybook/pull/185 ).
2016-05-11 04:00:05 +05:30
* Fix issue with removing a preset from users babelrc.
* Fixes: [#183 ](https://github.com/kadirahq/react-storybook/issues/183 ).
* [PR184 ](https://github.com/kadirahq/react-storybook/pull/184 )
2016-05-11 03:51:54 +05:30
* Make left panel scrollable with keeping the filterbox always. See: [PR182 ](https://github.com/kadirahq/react-storybook/pull/182 ).
2016-05-11 03:40:15 +05:30
* Add `qs` as a direct dependency as it's used in preview.
2016-05-17 17:51:30 +05:30
### v1.24.0
2016-05-10 14:03:49 +05:30
10-May-2016
2016-05-10 11:43:28 +05:30
2016-05-10 13:57:55 +05:30
* Add a potential fix for the double scrollbar issue. See: [179 ](https://github.com/kadirahq/react-storybook/issues/179 ).
2016-05-10 13:48:34 +05:30
* Add scrolling support to the left panel. Fixes [#177 ](https://github.com/kadirahq/react-storybook/issues/177 ).
* Remove NODE_ENV=production flag. Fixes [#158 ](https://github.com/kadirahq/react-storybook/issues/158 )
2016-05-10 11:43:28 +05:30
2016-05-09 14:08:21 +05:30
### v1.23.0
09-May-2016
2016-05-09 09:59:25 +05:30
2016-05-09 14:08:21 +05:30
* Add shortcuts to jump to previous and next stories. See [PR176 ](https://github.com/kadirahq/react-storybook/pull/176 )
2016-08-21 14:14:56 +10:00
* Fix loader concatenation bug specially when custom config doesn't have a loaders section. [PR173 ](https://github.com/kadirahq/react-storybook/pull/173 )
2016-05-09 09:59:25 +05:30
2016-05-06 17:32:06 +05:30
### v1.22.1
06-May-2016
* Add a potential fix for [#167 ](https://github.com/kadirahq/react-storybook/issues/167 )
* basically, this moved back babel-packages required by webpack.
2016-05-06 17:15:17 +05:30
### v1.22.0
06-May-2016
* Improve the static builder time.
2016-05-06 14:38:47 +05:30
### v1.21.0
06-May-2016
* Add configType argument to custom config function. See: [PR169 ](https://github.com/kadirahq/react-storybook/pull/169 )
* Add the unicode version of the Keyboard Shortcut Icon. See: [PR170 ](https://github.com/kadirahq/react-storybook/pull/170 )
2016-05-05 14:49:19 +05:30
### v1.20.0
05-May-2016
2016-04-30 05:07:36 +05:30
2016-05-05 14:33:20 +05:30
* Allow to configure webpack as the user wants. See [PR160 ](https://github.com/kadirahq/react-storybook/pull/160 )
2016-05-05 14:31:26 +05:30
* Add typescript typings support for the core API. See [PR157 ](https://github.com/kadirahq/react-storybook/pull/157 )
2016-05-05 14:28:51 +05:30
* Implement Mantra architecture and some new features including permalinks, full screen support. See: [PR165 ](https://github.com/kadirahq/react-storybook/pull/165 )
2016-04-30 05:07:36 +05:30
* Remove some typo in docs. See: [PR154 ](https://github.com/kadirahq/react-storybook/pull/154 )
* Move UI testing libraries to devDependencies. See: [PR153 ](https://github.com/kadirahq/react-storybook/pull/153 )
2016-04-27 05:16:43 +05:30
### v1.19.0
27-April-2016
* Add airbnb-js-shims to client-side JS. See: [PR147 ](https://github.com/kadirahq/react-storybook/pull/147 )
* Remove self-closing div tag, which is invalid HTML. See: [PR148 ](https://github.com/kadirahq/react-storybook/pull/148 )
* Search for a .babelrc in the storybook config directory first, then the project root. See: [PR149 ](https://github.com/kadirahq/react-storybook/pull/149 )
2016-04-26 04:46:07 +05:30
### v1.18.0
26-April-2016
* Link React Storybook menu to the repo. See: [PR137 ](https://github.com/kadirahq/react-storybook/pull/137 )
* Implement keyboard shortcuts and fuzzy search. See: [PR141 ](https://github.com/kadirahq/react-storybook/pull/141 )
2016-04-25 15:34:14 +05:30
### v1.17.2
25-April-2016
* Fix an error which only occurs on Firefox. See: [PR144 ](https://github.com/kadirahq/react-storybook/pull/144 )
2016-04-21 22:40:14 +05:30
### v1.17.1
21-April-2016
* Fix a regression introduce by `v1.17.0` . See: [PR133 ](https://github.com/kadirahq/react-storybook/pull/133 )
2016-04-21 21:09:32 +05:30
### v1.17.0
21-April-2016
* Check all the arguments passed to action for events. See: [PR132 ](https://github.com/kadirahq/react-storybook/pull/132 )
2016-04-21 03:40:22 +05:30
### v1.16.1
21-April-2016
* Fix action logs highlighting issue, which comes as a regression of [PR126 ](https://github.com/kadirahq/react-storybook/pull/126 ).
2016-04-20 17:39:28 +05:30
### v1.16.0
20-April-2016
* Prevent re-rendering the preview iframe when there is an action.
* Related issue: [#116 ](https://github.com/kadirahq/react-storybook/issues/116 )
* Related PR: [PR126 ](https://github.com/kadirahq/react-storybook/pull/126 )
2016-04-20 09:47:13 +05:30
### v1.15.0
20-April-2016
* Improve action logger UI and increase max log count to 10. See [PR123 ](https://github.com/kadirahq/react-storybook/pull/123 )
2016-04-19 13:25:14 +05:30
### v1.14.0
2016-04-19 13:25:50 +05:30
19-April-2016
2016-04-19 13:25:14 +05:30
* Add syntax highlights to the logger. See: [PR118 ](https://github.com/kadirahq/react-storybook/pull/118 )
2016-04-18 12:35:09 +05:30
### v1.13.0
2016-04-15 03:51:02 +05:30
* Add some UI test cases. See [PR103 ](https://github.com/kadirahq/react-storybook/pull/103 )
2016-04-17 06:24:46 +05:30
* Implement `.addDecorator()` API. See [PR115 ](https://github.com/kadirahq/react-storybook/pull/115 )
2016-04-18 12:35:09 +05:30
* Add code folding support. See [PR111 ](https://github.com/kadirahq/react-storybook/pull/111 )
2016-04-15 03:51:02 +05:30
2016-04-14 05:26:42 +05:30
### v1.12.0
14-April-2016
* Add support for webpack module preLoaders. See: [PR107 ](https://github.com/kadirahq/react-storybook/pull/107 )
2016-04-13 05:39:57 +05:30
### v1.11.0
13-April-2016
* Add support for React DevTools. See: [PR104 ](https://github.com/kadirahq/react-storybook/pull/104 )
2016-04-12 16:45:00 +05:30
### v1.10.2
12-April-2016
Fix various issues related to static bundling.
* Add custom head generation to static build as well.
* Use relative urls so, static sites can be host with paths (GH Pages)
* Identify SyntheticEvent using feature detection. UglifyJS mangal class names, so we can't use classnames to detect a SyntheticEvent in the static build.
### v1.10.1
2016-04-12 09:54:00 +05:30
* Don't serve index.html in static directory as a site index. See [PR100 ](https://github.com/kadirahq/react-storybook/pull/100 )
* Use cjson for parsing .babelrc files (support comments). See [PR98 ](https://github.com/kadirahq/react-storybook/pull/98 )
* Remove the dist directory before running babel to avoid older code. See [PR101 ](https://github.com/kadirahq/react-storybook/pull/101 )
2016-04-11 22:33:24 +05:30
### v1.10.0
2016-04-11 18:56:43 +05:30
2016-04-11 22:32:20 +05:30
* Add custom head support inside the iframe. See [PR77 ](https://github.com/kadirahq/react-storybook/pull/77 )
2016-04-11 21:54:36 +05:30
* Unmount components before rendering into DOM node. Fix: [#81 ](https://github.com/kadirahq/react-storybook/issues/81 )
2016-04-11 21:42:45 +05:30
* Add a static file builder. See [PR88 ](https://github.com/kadirahq/react-storybook/pull/88 )
2016-04-11 21:19:30 +05:30
* Fix search box's lineHeight to work with all the browsers. See: [PR94 ](https://github.com/kadirahq/react-storybook/pull/94 )
* Add the search box. See: [PR91 ](https://github.com/kadirahq/react-storybook/pull/91 ).
2016-04-11 18:56:43 +05:30
2016-04-09 19:59:35 +05:30
### v1.9.0
Add some minor improvements.
* Avoid deprecated warning in Chrome Canary. See: [PR85 ](https://github.com/kadirahq/react-storybook/pull/85 )
* Fix the React Warning about CSS property. See: [PR84 ](https://github.com/kadirahq/react-storybook/pull/84 )
* Transition on latest logged action. See: [PR80 ](https://github.com/kadirahq/react-storybook/pull/80 )
2016-04-09 19:30:55 +05:30
### v1.8.0
* Add story linking functionality.
* [Documentation ](https://github.com/kadirahq/react-storybook/blob/master/docs/api.md#linking-stories ).
* Original feature request: [#50 ](https://github.com/kadirahq/react-storybook/issues/50 )
* Implementation: [PR86 ](https://github.com/kadirahq/react-storybook/pull/86 )
2016-04-09 17:46:44 +05:30
### v1.7.0
* Add support to React v15.0.0.
2016-04-07 19:04:44 +05:30
### v1.6.0
2016-04-06 21:40:58 +05:30
2016-04-07 18:56:50 +05:30
* Make scrollable layout. See: [PR ](https://github.com/kadirahq/react-storybook/pull/70 )
2016-04-06 21:48:21 +05:30
* Add npm3 requirement to the `package.json` .
2016-04-06 21:40:58 +05:30
* Add `react` and `react-dom` to devDependencies.
### v1.5.0
* Add support for most of the custom webpack configuration. See [PR64 ](https://github.com/kadirahq/react-storybook/pull/64 )
2016-04-05 20:00:51 +05:30
### v1.4.0
* Add CLI option to specify the config dir. See [PR52 ](https://github.com/kadirahq/react-storybook/pull/52 ).
2016-04-04 22:42:30 +05:30
### v1.3.0
2016-04-04 13:29:58 +05:30
2016-04-04 22:42:30 +05:30
* Load the `.babelrc` manually. Fixed: [#41 ](https://github.com/kadirahq/react-storybook/issues/41 )
2016-04-07 01:45:26 +02:00
* Add a better contributing guide. See [CONTRIBUTING.md ](https://github.com/kadirahq/react-storybook/blob/master/CONTRIBUTING.md )
2016-04-04 13:29:58 +05:30
* Add a development utility `npm run dev` which watches "src" directory and run `npm run prepublish` .
2016-04-04 12:24:01 +05:30
### v1.2.0
2016-04-04 10:37:11 +05:30
2016-04-04 12:22:42 +05:30
* Add a button to clear logs in the ActionLogger. This is requested in [PR21 ](https://github.com/kadirahq/react-storybook/issues/21 ).
2016-04-04 12:08:52 +05:30
* Remove navigation list order hijacking. See [commit ](https://github.com/kadirahq/react-storybook/commit/166365fd38f51f79e69e028a1c11e2620eddcb99 ).
* Fix a typo in .gitignore. See [PR31 ](https://github.com/kadirahq/react-storybook/pull/31 ).
* Add support for JSX. See [PR18 ](https://github.com/kadirahq/react-storybook/pull/18 ).
2016-04-04 10:37:11 +05:30
2016-03-31 14:40:28 +05:30
### v1.1.0
2016-04-03 09:48:17 -04:00
* v1.0.0 was a mistake and it contains very old code. That's why we had to do a 1.1.0 release.
2016-03-31 14:40:28 +05:30
2016-03-31 14:29:46 +05:30
### v1.0.0
* Yeah!