UNPKG

28.3 kBMarkdownView Raw
1## Changelog
2
3### v2.35.3
4
5Allow customConfig to override devtool. [PR668](https://github.com/storybooks/react-storybook/pull/668)
6
7### v2.35.2
803-January-2017
9
10Fixes issue [#601](https://github.com/storybooks/react-storybook/issues/601) where it throws error when introduce a propType with a hypen. Add a [fix](https://github.com/kadirahq/babel-plugin-react-docgen/pull/23) to [`babel-plugin-react-docgen`](https://github.com/kadirahq/babel-plugin-react-docgen) to fix this issue.
11
12This release comes with the updated `babel-plugin-react-docgen`.
13
14### v2.35.1
15
16* Revert [PR653](https://github.com/storybooks/react-storybook/pull/653) where it's causing HMR to not working properly.
17
18### v2.35.0
1918-December-2016
20
21* Using file-loader to load all the extensions [PR653](https://github.com/storybooks/react-storybook/pull/653)
22* Update css-loader dependency [PR648](https://github.com/storybooks/react-storybook/pull/648)
23* Check if stories are loaded from Jest [PR644](https://github.com/storybooks/react-storybook/pull/644)
24
25### v2.34.0
2605-December-2016
27
28Open the express router for developers (middleware.js file). [PR435](https://github.com/storybooks/react-storybook/pull/435)
29
30### v2.33.1
3101-December-2016
32
33Update Typescript definition file for global addDecorator. [PR634](https://github.com/storybooks/react-storybook/pull/634)
34
35### v2.33.0
3628-November-2016
37
38Completely avoid re-rendering the preview iframe. [PR631](https://github.com/storybooks/react-storybook/pull/631)
39
40### v2.32.2
4128-November-2016
42
43Update postmsg channel module version [PR627](https://github.com/storybooks/react-storybook/pull/627)
44
45### v2.32.1
4622-November-2016
47
48Add support for react_perf comes with React 15.4.0. [PR623](https://github.com/storybooks/react-storybook/pull/623)
49
50### v2.32.0
51
52Incorrect publish (error when running `npm publish`)
53
54### v2.31.0
5520-November-2016
56
57Add the react-storybook version to the build output. [PR621](https://github.com/storybooks/react-storybook/pull/621)
58
59### v2.30.1
6017-November-2016
61
62Update the postmsg channel module to fix issue [#555](https://github.com/storybooks/react-storybook/issues/555) with [PR611](https://github.com/storybooks/react-storybook/pull/611)
63
64### v2.30.0
6516-November-2016
66
67Update to the new Storybook UI which doesn't use Redux.
68
69### v2.29.7
7011-November-2016
71
72Update @kadira/storybook-ui to the latest.
73
74### v2.29.6
7510-November-2016
76
77Fix a typo in the story syntax error messages. [PR610](https://github.com/storybooks/react-storybook/pull/610)
78
79### v2.29.5
8009-November-2016
81
82Check if regex and regex.test is available before calling it. [PR608](https://github.com/storybooks/react-storybook/pull/608)
83
84### v2.29.3
8508-November-2016
86
87Update webpack-hot-middleware to version 2.13.2 to fix the issue [#543](https://github.com/storybooks/react-storybook/issues/543).
88
89### v2.29.3
9003-November-2016
91
92Fix a regression caused by v2.29.2.
93There was a text called undefined listed always on the top of the preview.
94
95### v2.29.2
9603-November-2016
97
98Add various fixes.
99
100* Use webpack chunkhash to enable long-term caching. [PR597](https://github.com/kadirahq/react-storybook/pull/597)
101* Fixed json loader testing for when test is multiple. [PR598](https://github.com/kadirahq/react-storybook/pull/598)
102* Fix usage of custom favicon [PR592](https://github.com/kadirahq/react-storybook/pull/592)
103* Update postcss-loader to v1.1.0 [PR599](https://github.com/kadirahq/react-storybook/pull/599)
104* fix for `module.hot` is not available in a static build [PR600](https://github.com/kadirahq/react-storybook/pull/600)
105
106### v2.29.1
10703-November-2016
108
109Update babel-plugin-react-docgen to v1.4.1 to fix HOC [issue](https://github.com/kadirahq/babel-plugin-react-docgen/issues/19)
110
111### v2.29.0
11201-November-2016
113
114Update babel-plugin-react-docgen to 1.4.0.
115This will fix some of the compilation issues such as #580.
116
117### v2.28.1
11828-October-2016
119
120Remove preview decorator support. [PR583](https://github.com/kadirahq/react-storybook/pull/583).
121
122### v2.28.0
12328-October-2016
124
125Add preview decorator support. [PR582](https://github.com/kadirahq/react-storybook/pull/582).
126This will help us bring storybook designer with some great power.
127
128### v2.27.0
12927-October-2016
130
131Add a few usability improvements to Storybook.
132
133* Display storybook version. [PR559](https://github.com/kadirahq/react-storybook/pull/559)
134* Make the storybooks cacheable. [PR578](https://github.com/kadirahq/react-storybook/pull/578)
135* Change the devtool to eval and remove the use of source maps. [PR577](https://github.com/kadirahq/react-storybook/pull/577)
136* Update `babel-preset-react-app` to the latest. [PR576](https://github.com/kadirahq/react-storybook/pull/576)
137* Ship `json-loader` by default. [PR575](https://github.com/kadirahq/react-storybook/pull/575)
138
139### v2.26.0
14024-October-2016
141
142Get some new features from CRA.
143
144* Add jsx as a resolve extension [PR563](https://github.com/kadirahq/react-storybook/pull/563)
145* Allow to use postcss for CSS @imports [PR564](https://github.com/kadirahq/react-storybook/pull/564)
146* Use process.env as a proper object [PR565](https://github.com/kadirahq/react-storybook/pull/565)
147
148### v2.25.1
14923-October-2016
150
151Add a potential fix to [558](https://github.com/kadirahq/react-storybook/issues/558) by updating babel-plugin-react-docgen to the latest(v1.3.2).
152
153### v2.25.0
15421-October-2016
155
156Add react docgen info into React classes with the react-docgen babel plugin. [PR557](https://github.com/kadirahq/react-storybook/pull/557).
157With this:
158
159 * We could get docgen info with any React component class using `ClassName.__docgenInfo`.
160 * From the global collection: `STORYBOOK_REACT_CLASSES`
161
162Additionally, added `yarn.lock`.
163
164### v2.24.1
16519-October-2016
166
167Do not show git command output. [PR554](https://github.com/kadirahq/react-storybook/pull/554)
168
169### v2.24.0
17007-October-2016
171
172* Export git repository info to support custom tool integrations [PR536](https://github.com/kadirahq/react-storybook/pull/536)
173
174### v2.23.0
17506-October-2016
176
177* Remove the experimental database addon from react-storybook [PR535](https://github.com/kadirahq/react-storybook/pull/535)
178
179### v2.22.0
18005-October-2016
181
182Add some nice development experiment based on suggestion from Dan Abramov.
183
184* Set a color to the Storybook URL in the console. [PR533](https://github.com/kadirahq/react-storybook/pull/533)
185* Add better error message when there's no React element in the story. [PR534](https://github.com/kadirahq/react-storybook/pull/534)
186
187### v2.21.0
18805-October-2016
189
190* Get the latest features from CRA including NODE_PATH support, public folder support and some other minor changes. [#468](https://github.com/kadirahq/react-storybook/issues/468)
191* Also bumped `@kadira/storybook-channel-postmsg` to `^1.0.3`
192
193### v2.20.1
19428-September-2016
195
196* Fix story kind order bug [PR499](https://github.com/kadirahq/react-storybook/pull/499)
197* Prefix config environment variables [PR503](https://github.com/kadirahq/react-storybook/pull/503)
198
199### v2.20.0
20026-September-2016
201
202* Use postMessage channel [PR498](https://github.com/kadirahq/react-storybook/pull/498)
203* Support dynamic panel titles [PR497](https://github.com/kadirahq/react-storybook/pull/497)
204
205### v2.19.0
20626-September-2016
207
208* Support layout options [PR494](https://github.com/kadirahq/react-storybook/pull/494)
209* Update Typescript definitions [PR491](https://github.com/kadirahq/react-storybook/pull/491) and [PR493](https://github.com/kadirahq/react-storybook/pull/493)
210
211### v2.18.1
21223-September-2016
213
214* Stop uglifyjs from mangling names [PR483](https://github.com/kadirahq/react-storybook/pull/483)
215
216### v2.18.0
21723-September-2016
218
219* Remove `STORYBOOK_` prefix from config env [PR481](https://github.com/kadirahq/react-storybook/pull/481)
220
221### v2.17.0
22222-September-2016
223
224* Add support for StoryShots. [PR479](https://github.com/kadirahq/react-storybook/pull/479)
225* Fix some typos: [PR477](https://github.com/kadirahq/react-storybook/pull/477) & [PR478](https://github.com/kadirahq/react-storybook/pull/478)
226
227### v2.16.1
22821-September-2016
229
230* Fix the 404 error for `addon-db.json` file [PR472](https://github.com/kadirahq/react-storybook/pull/472)
231* Serve/Bundle the storybook favicon [PR473](https://github.com/kadirahq/react-storybook/pull/473)
232
233### v2.16.0
23421-September-2016
235
236* Move the babel config loading logic into a seperate file. [PR469](https://github.com/kadirahq/react-storybook/pull/469)
237* Update airbnd eslint rules to the latest.
238
239### v2.15.1
24019-September-2016
241
242Add a fix to webpack custom resolve.alias not working. [PR465](https://github.com/kadirahq/react-storybook/pull/465)
243
244### v2.15.0
24519-September-2016
246
247* 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)
248
249### v2.14.0
25014-September-2016
251
252* Watch missing NPM modules and force webpack rebuild. [PR446](https://github.com/kadirahq/react-storybook/pull/446)
253* Fix issue on error message hanging after even it solved. [PR447](https://github.com/kadirahq/react-storybook/pull/447)
254* Allow to reload if HMR goes crazy. [PR448](https://github.com/kadirahq/react-storybook/pull/448)
255* Add support to get custom env variables. [PR450](https://github.com/kadirahq/react-storybook/pull/450)
256
257### v2.13.1
25814-September-2016
259
260* Fix 404 error when db file does not exist [PR449](https://github.com/kadirahq/react-storybook/pull/449)
261
262### v2.13.0
2639-September-2016
264
265* Fix [#443](https://github.com/kadirahq/react-storybook/issues/443) where the static version of Storybook doesn't like Safari.
266* Update postcss-loader to 0.13.0.
267
268### v2.12.1
2698-September-2016
270
271* Parse static directory provided by env as a list. [PR436](https://github.com/kadirahq/react-storybook/pull/436)
272
273### v2.12.0
2748-September-2016
275
276* Do not include addon register file on preview. [PR426](https://github.com/kadirahq/react-storybook/pull/426)
277* Update css-loader to version 0.25.0. [PR427](https://github.com/kadirahq/react-storybook/pull/427)
278* Get the head.html values for every page request. [PR432](https://github.com/kadirahq/react-storybook/pull/432)
279
280### v2.11.0
2814-September-2016
282
283* Remove babel-polyfill since we don't use it.
284* Update versions with the help from greenkeeper. [PR421](https://github.com/kadirahq/react-storybook/pull/421)
285
286### v2.10.0
2873-September-2016
288
289* Adding airbnb-js-shims again. [PR419](https://github.com/kadirahq/react-storybook/pull/419)
290
291### v2.9.1
2922-September-2016.
293
294* Use the config directory to store the addon database file [PR418](https://github.com/kadirahq/react-storybook/pull/418).
295
296### v2.9.0
2972-September-2016.
298
299* Copy the addon-db.json file when building static storybooks [PR417](https://github.com/kadirahq/react-storybook/pull/417).
300
301### v2.8.0
3022-September-2016.
303
304* Update @kadira/storybook to get the clean query params feature. See [storybook-ui-PR37](https://github.com/kadirahq/storybook-ui/pull/37)
305
306### v2.7.0
3071-September-2016
308
309* Add addon database feature [PR415](https://github.com/kadirahq/react-storybook/pull/415).
310
311### v2.6.1
31231-August-2016
313
314* Bring back HMR dev logs. [PR412](https://github.com/kadirahq/react-storybook/pull/412).
315
316### v2.6.0
31730-August-2016
318
319* Allow start/build params from env variables. [PR413](https://github.com/kadirahq/react-storybook/pull/413)
320
321### v2.5.2
32229-August-2016
323
324* Remove the use of babel-runtime/core-js modules. [PR410](https://github.com/kadirahq/react-storybook/pull/410)
325
326### v2.5.1
32724-August-2016
328
329* Update @kadira/storybook-ui to v3.3.2
330
331### v2.5.0
33224-August-2016
333
334* We are no longer shipping extra polyfills anymore. [PR402](https://github.com/kadirahq/react-storybook/pull/402)
335
336### v2.4.2
33724-August-2016
338
339* Allow file-loader URLs to work on subpaths. [PR401](https://github.com/kadirahq/react-storybook/pull/401)
340
341### v2.4.1
34224-August-2016
343
344* Bump @kadira/storybook ui to v3.3.1 to fix some UI related issues.
345
346### v2.4.0
34723-August-2016
348
349* Simplify the option to stop tracking. [PR399](https://github.com/kadirahq/react-storybook/pull/399)
350* Use JSON5 instead of CJSON to parse .babelrc. [PR398](https://github.com/kadirahq/react-storybook/pull/398)
351* Add webpack2 support by changing the use of OccurenceOrderPlugin. [PR397](https://github.com/kadirahq/react-storybook/pull/397)
352* Use @kadira/storybook-ui 2.3.0, which has new APIs to set URL for addons.
353
354### v2.3.0
35516-August-2016
356
357* Implement anonymous usage tracking. [PR384](https://github.com/kadirahq/react-storybook/pull/384)
358
359### v2.2.3
36015-August-2016
361
362* 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)
363
364### v2.2.2
36510-August-2016
366
367* Remove unused extract-text-webpack-plugin. This will add webpack2 support. [PR369](https://github.com/kadirahq/react-storybook/pull/369).
368
369### v2.2.1
37009-August-2016
371
372* Use @kadira/storybook-channel modules. [#PR359](https://github.com/kadirahq/react-storybook/pull/359).
373* Update @kadira/storybook-ui to the latest.
374
375### v2.2.0
37605-August-2016
377
378This release bring some webpack config related optimizations and the NPM2 support. Here are the notable changes:
379
380* Use es6-shim directly into webpack config. [PR355](https://github.com/kadirahq/react-storybook/pull/355)
381* Use the default babel-config based on CRA's config. [PR354](https://github.com/kadirahq/react-storybook/pull/354)
382* Add NPM2 support. [PR356](https://github.com/kadirahq/react-storybook/pull/356)
383* Add autofixer defaults. [PR357](https://github.com/kadirahq/react-storybook/pull/357)
384
385### v2.1.1
38603-August-2016
387
388Remove default webpack config for all config types. [PR348](https://github.com/kadirahq/react-storybook/pull/348)
389
390Now we only use the Create React App based config if there's no custom webpack config.
391This will fix issues like [#347](https://github.com/kadirahq/react-storybook/issues/347).
392
393### v2.1.0
39402-August-2016
395
396Add support for the addon API. See [PR346](https://github.com/kadirahq/react-storybook/pull/346).
397
398Here after we are using most of the features including actions,links as plugins.
399So, this introduced a huge area to add customizations to React Storybook.
400
401Unfortunately, as of this version, there are no docs for this feature. But, you can have a look at these addons:
402
403* actions addon (powers the action logger): https://github.com/kadirahq/storybook-addon-actions
404* links addon (powers the linkTo feature): https://github.com/kadirahq/storybook-addon-links
405
406Have a look at [here](https://github.com/kadirahq/react-storybook/blob/master/src/server/config.js#L88) to how to configure addons.
407
408### v2.0.0
40901-August-2016
410
411This 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.
412
413* Update defaults to match create-react-app. [PR342](https://github.com/kadirahq/react-storybook/pull/342). Here are the notable changes:
414 * Add postcss based CSS loader.
415 * Add file-loader for images and common types.
416 * Add url-loader for shorter media files.
417 * Do not pre-build manager(storybook UI) bundle.
418 * Continue support for babel's stage-0 preset and add es2016 preset.
419* Update @kadira/storybook-ui to v2.6.1 to remove some React warnings.
420
421### v1.41.0
422
423* Fix nodejs require errors [#337](https://github.com/kadirahq/react-storybook/pull/337).
424* Add getStorybook method to client API [#332](https://github.com/kadirahq/react-storybook/pull/332).
425
426### v1.40.0
427
428* Fix duplicate decorator bug [#335](https://github.com/kadirahq/react-storybook/pull/335).
429
430### v1.39.1
431
432* Update babel packages [#325](https://github.com/kadirahq/react-storybook/pull/325).
433* Hide HMR info logs [#331](https://github.com/kadirahq/react-storybook/pull/331).
434
435### v1.39.0
436
437* 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).
438
439### v1.38.3
440
441* Add names for action and linkTo functions [#321](https://github.com/kadirahq/react-storybook/pull/321).
442
443### v1.38.2
444
445* Fix error in prepublish script [#319](https://github.com/kadirahq/react-storybook/pull/319).
446
447### v1.38.1
448
449* Improve Windows support by writing prepublish script using shelljs [#308](https://github.com/kadirahq/react-storybook/pull/308).
450
451### v1.38.0
452
453* 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).
454
455### v1.37.0
456
457* Update @kadira/storybook-ui to 2.4.0
458
459### v1.36.0
460
461* Support watchOptions configuration. See: [PR287](https://github.com/kadirahq/react-storybook/pull/287)
462
463### v1.35.2
464
465* Add missing font-face to the ErrorDisplay's heading.
466
467### v1.35.1
468
469* Fix issue related to bad error handling. See issue [#275](https://github.com/kadirahq/react-storybook/issues/275):
470
471### v1.35.0
472
473* 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).
474
475### v1.34.1
476
477* Don't always override NODE_ENV in build-storybook. [PR272](https://github.com/kadirahq/react-storybook/pull/272)
478
479### v1.34.0
480
481* Use storybook-ui v2.2.0 which puts shortcut state into the URL.
482
483### v1.33.0
484
485* 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)
486
487### v1.32.1
488
489* Extend @kadira/storybook-ui provider from it's base Provider.
490
491### v1.32.0
492
493* Use @kadira/storybook-ui as the manager UI with the implemented provider for React. See `client/manager` for more info.
494
495### v1.31.0
496
497* Pass a `context` argument to stories [PR250](https://github.com/kadirahq/react-storybook/pull/250)
498
499### v1.30.0
500
501* Fuzzy search kinds [PR247](https://github.com/kadirahq/react-storybook/pull/247)
502
503### v1.29.5
504
505* Update dependency version to fix filter crash [PR246](https://github.com/kadirahq/react-storybook/pull/246)
506
507### v1.29.4
508
509* Protect index.html/iframe.html from being overwritten [PR243](https://github.com/kadirahq/react-storybook/pull/243)
510
511### v1.29.3
512
513* Update @kadira/storybook-core version [PR241](https://github.com/kadirahq/react-storybook/pull/241)
514* Add es6-shim by default [PR238](https://github.com/kadirahq/react-storybook/pull/238)
515
516### v1.29.2
517
518* Use url.resolve instead of path.join [PR240](https://github.com/kadirahq/react-storybook/pull/240)
519
520### v1.29.1
521
522* Copy missed manager.js.map file on static build [PR236](https://github.com/kadirahq/react-storybook/pull/236)
523
524### v1.29.0
525
526* Multiple static dirs (comma separated) [PR229](https://github.com/kadirahq/react-storybook/pull/229)
527
528### v1.28.5
529
530* 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)
531
532### v1.28.4
533
534* Support custom webpack public path for dev-server and static build started by [PR226](https://github.com/kadirahq/react-storybook/pull/226)
535
536### v1.28.3
537
538* Revert [PR226](https://github.com/kadirahq/react-storybook/pull/226)
539
540### v1.28.2
541
542* Support custom webpack publicPath [PR226](https://github.com/kadirahq/react-storybook/pull/226)
543
544### v1.28.1
545
546* Add charset meta tags to HTML heads [PR216](https://github.com/kadirahq/react-storybook/pull/216)
547
548### v1.28.0
549
550* Moved storybook serving code into a middleware to support more advanced use cases.
551* Refactored dev server to use storybook middleware [PR211](https://github.com/kadirahq/react-storybook/pull/211)
552
553### v1.27.0
554
555* Move modules to storybook-core repo. [PR196](https://github.com/kadirahq/react-storybook/pull/196)
556* Add stack-source-map again only for Chrome to get better error stacks.
557* 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)
558
559### v1.26.0
56012-May-2016
561
562* Ensure asset directory exists in the static-builder.
563
564### v1.25.0
56511-May-2016
566
567* Fix several publishing related issues. See: [#188](https://github.com/kadirahq/react-storybook/pull/188).
568* Fix babel extends issue. See: [PR185](https://github.com/kadirahq/react-storybook/pull/185).
569* Fix issue with removing a preset from users babelrc.
570 * Fixes: [#183](https://github.com/kadirahq/react-storybook/issues/183).
571 * [PR184](https://github.com/kadirahq/react-storybook/pull/184)
572* Make left panel scrollable with keeping the filterbox always. See: [PR182](https://github.com/kadirahq/react-storybook/pull/182).
573* Add `qs` as a direct dependency as it's used in preview.
574
575### v1.24.0
57610-May-2016
577
578* Add a potential fix for the double scrollbar issue. See: [179](https://github.com/kadirahq/react-storybook/issues/179).
579* Add scrolling support to the left panel. Fixes [#177](https://github.com/kadirahq/react-storybook/issues/177).
580* Remove NODE_ENV=production flag. Fixes [#158](https://github.com/kadirahq/react-storybook/issues/158)
581
582### v1.23.0
58309-May-2016
584
585* Add shortcuts to jump to previous and next stories. See [PR176](https://github.com/kadirahq/react-storybook/pull/176)
586* Fix loader concatenation bug specially when custom config doesn't have a loaders section. [PR173](https://github.com/kadirahq/react-storybook/pull/173)
587
588### v1.22.1
58906-May-2016
590
591* Add a potential fix for [#167](https://github.com/kadirahq/react-storybook/issues/167)
592 * basically, this moved back babel-packages required by webpack.
593
594### v1.22.0
59506-May-2016
596
597* Improve the static builder time.
598
599### v1.21.0
60006-May-2016
601
602* Add configType argument to custom config function. See: [PR169](https://github.com/kadirahq/react-storybook/pull/169)
603* Add the unicode version of the Keyboard Shortcut Icon. See: [PR170](https://github.com/kadirahq/react-storybook/pull/170)
604
605### v1.20.0
60605-May-2016
607
608* Allow to configure webpack as the user wants. See [PR160](https://github.com/kadirahq/react-storybook/pull/160)
609* Add typescript typings support for the core API. See [PR157](https://github.com/kadirahq/react-storybook/pull/157)
610* Implement Mantra architecture and some new features including permalinks, full screen support. See: [PR165](https://github.com/kadirahq/react-storybook/pull/165)
611* Remove some typo in docs. See: [PR154](https://github.com/kadirahq/react-storybook/pull/154)
612* Move UI testing libraries to devDependencies. See: [PR153](https://github.com/kadirahq/react-storybook/pull/153)
613
614### v1.19.0
61527-April-2016
616
617* Add airbnb-js-shims to client-side JS. See: [PR147](https://github.com/kadirahq/react-storybook/pull/147)
618* Remove self-closing div tag, which is invalid HTML. See: [PR148](https://github.com/kadirahq/react-storybook/pull/148)
619* Search for a .babelrc in the storybook config directory first, then the project root. See: [PR149](https://github.com/kadirahq/react-storybook/pull/149)
620
621### v1.18.0
62226-April-2016
623
624* Link React Storybook menu to the repo. See: [PR137](https://github.com/kadirahq/react-storybook/pull/137)
625* Implement keyboard shortcuts and fuzzy search. See: [PR141](https://github.com/kadirahq/react-storybook/pull/141)
626
627### v1.17.2
62825-April-2016
629
630* Fix an error which only occurs on Firefox. See: [PR144](https://github.com/kadirahq/react-storybook/pull/144)
631
632### v1.17.1
63321-April-2016
634
635* Fix a regression introduce by `v1.17.0`. See: [PR133](https://github.com/kadirahq/react-storybook/pull/133)
636
637### v1.17.0
63821-April-2016
639
640* Check all the arguments passed to action for events. See: [PR132](https://github.com/kadirahq/react-storybook/pull/132)
641
642### v1.16.1
64321-April-2016
644
645* Fix action logs highlighting issue, which comes as a regression of [PR126](https://github.com/kadirahq/react-storybook/pull/126).
646
647### v1.16.0
64820-April-2016
649
650* Prevent re-rendering the preview iframe when there is an action.
651 * Related issue: [#116](https://github.com/kadirahq/react-storybook/issues/116)
652 * Related PR: [PR126](https://github.com/kadirahq/react-storybook/pull/126)
653
654### v1.15.0
65520-April-2016
656
657* Improve action logger UI and increase max log count to 10. See [PR123](https://github.com/kadirahq/react-storybook/pull/123)
658
659### v1.14.0
66019-April-2016
661
662* Add syntax highlights to the logger. See: [PR118](https://github.com/kadirahq/react-storybook/pull/118)
663
664### v1.13.0
665
666* Add some UI test cases. See [PR103](https://github.com/kadirahq/react-storybook/pull/103)
667* Implement `.addDecorator()` API. See [PR115](https://github.com/kadirahq/react-storybook/pull/115)
668* Add code folding support. See [PR111](https://github.com/kadirahq/react-storybook/pull/111)
669
670### v1.12.0
67114-April-2016
672
673* Add support for webpack module preLoaders. See: [PR107](https://github.com/kadirahq/react-storybook/pull/107)
674
675### v1.11.0
67613-April-2016
677
678* Add support for React DevTools. See: [PR104](https://github.com/kadirahq/react-storybook/pull/104)
679
680### v1.10.2
68112-April-2016
682
683Fix various issues related to static bundling.
684
685* Add custom head generation to static build as well.
686* Use relative urls so, static sites can be host with paths (GH Pages)
687* Identify SyntheticEvent using feature detection. UglifyJS mangal class names, so we can't use classnames to detect a SyntheticEvent in the static build.
688
689### v1.10.1
690
691* Don't serve index.html in static directory as a site index. See [PR100](https://github.com/kadirahq/react-storybook/pull/100)
692* Use cjson for parsing .babelrc files (support comments). See [PR98](https://github.com/kadirahq/react-storybook/pull/98)
693* Remove the dist directory before running babel to avoid older code. See [PR101](https://github.com/kadirahq/react-storybook/pull/101)
694
695### v1.10.0
696
697* Add custom head support inside the iframe. See [PR77](https://github.com/kadirahq/react-storybook/pull/77)
698* Unmount components before rendering into DOM node. Fix: [#81](https://github.com/kadirahq/react-storybook/issues/81)
699* Add a static file builder. See [PR88](https://github.com/kadirahq/react-storybook/pull/88)
700* Fix search box's lineHeight to work with all the browsers. See: [PR94](https://github.com/kadirahq/react-storybook/pull/94)
701* Add the search box. See: [PR91](https://github.com/kadirahq/react-storybook/pull/91).
702
703### v1.9.0
704
705Add some minor improvements.
706
707* Avoid deprecated warning in Chrome Canary. See: [PR85](https://github.com/kadirahq/react-storybook/pull/85)
708* Fix the React Warning about CSS property. See: [PR84](https://github.com/kadirahq/react-storybook/pull/84)
709* Transition on latest logged action. See: [PR80](https://github.com/kadirahq/react-storybook/pull/80)
710
711### v1.8.0
712
713* Add story linking functionality.
714 * [Documentation](https://github.com/kadirahq/react-storybook/blob/master/docs/api.md#linking-stories).
715 * Original feature request: [#50](https://github.com/kadirahq/react-storybook/issues/50)
716 * Implementation: [PR86](https://github.com/kadirahq/react-storybook/pull/86)
717
718### v1.7.0
719
720* Add support to React v15.0.0.
721
722### v1.6.0
723
724* Make scrollable layout. See: [PR](https://github.com/kadirahq/react-storybook/pull/70)
725* Add npm3 requirement to the `package.json`.
726* Add `react` and `react-dom` to devDependencies.
727
728### v1.5.0
729
730* Add support for most of the custom webpack configuration. See [PR64](https://github.com/kadirahq/react-storybook/pull/64)
731
732### v1.4.0
733
734* Add CLI option to specify the config dir. See [PR52](https://github.com/kadirahq/react-storybook/pull/52).
735
736### v1.3.0
737
738* Load the `.babelrc` manually. Fixed: [#41](https://github.com/kadirahq/react-storybook/issues/41)
739* Add a better contributing guide. See [CONTRIBUTING.md](https://github.com/kadirahq/react-storybook/blob/master/CONTRIBUTING.md)
740* Add a development utility `npm run dev` which watches "src" directory and run `npm run prepublish`.
741
742### v1.2.0
743
744* Add a button to clear logs in the ActionLogger. This is requested in [PR21](https://github.com/kadirahq/react-storybook/issues/21).
745* Remove navigation list order hijacking. See [commit](https://github.com/kadirahq/react-storybook/commit/166365fd38f51f79e69e028a1c11e2620eddcb99).
746* Fix a typo in .gitignore. See [PR31](https://github.com/kadirahq/react-storybook/pull/31).
747* Add support for JSX. See [PR18](https://github.com/kadirahq/react-storybook/pull/18).
748
749### v1.1.0
750
751* v1.0.0 was a mistake and it contains very old code. That's why we had to do a 1.1.0 release.
752
753### v1.0.0
754
755* Yeah!