UNPKG

25.4 kBMarkdownView Raw
1## Changelog
2
3### v2.29.1
403-November-2016
5
6Add various fixes.
7
8* Use webpack chunkhash to enable long-term caching. [PR597](https://github.com/kadirahq/react-storybook/pull/597)
9* Fixed json loader testing for when test is multiple. [PR598](https://github.com/kadirahq/react-storybook/pull/598)
10* Fix usage of custom favicon [PR592](https://github.com/kadirahq/react-storybook/pull/592)
11* Update postcss-loader to v1.1.0 [PR599](https://github.com/kadirahq/react-storybook/pull/599)
12* fix for `module.hot` is not available in a static build [PR600](https://github.com/kadirahq/react-storybook/pull/600)
13
14### v2.29.1
1503-November-2016
16
17Update babel-plugin-react-docgen to v1.4.1 to fix HOC [issue](https://github.com/kadirahq/babel-plugin-react-docgen/issues/19)
18
19### v2.29.0
2001-November-2016
21
22Update babel-plugin-react-docgen to 1.4.0.
23This will fix some of the compilation issues such as #580.
24
25### v2.28.1
2628-October-2016
27
28Remove preview decorator support. [PR583](https://github.com/kadirahq/react-storybook/pull/583).
29
30### v2.28.0
3128-October-2016
32
33Add preview decorator support. [PR582](https://github.com/kadirahq/react-storybook/pull/582).
34This will help us bring storybook designer with some great power.
35
36### v2.27.0
3727-October-2016
38
39Add a few usability improvements to Storybook.
40
41* Display storybook version. [PR559](https://github.com/kadirahq/react-storybook/pull/559)
42* Make the storybooks cacheable. [PR578](https://github.com/kadirahq/react-storybook/pull/578)
43* Change the devtool to eval and remove the use of source maps. [PR577](https://github.com/kadirahq/react-storybook/pull/577)
44* Update `babel-preset-react-app` to the latest. [PR576](https://github.com/kadirahq/react-storybook/pull/576)
45* Ship `json-loader` by default. [PR575](https://github.com/kadirahq/react-storybook/pull/575)
46
47### v2.26.0
4824-October-2016
49
50Get some new features from CRA.
51
52* Add jsx as a resolve extension [PR563](https://github.com/kadirahq/react-storybook/pull/563)
53* Allow to use postcss for CSS @imports [PR564](https://github.com/kadirahq/react-storybook/pull/564)
54* Use process.env as a proper object [PR565](https://github.com/kadirahq/react-storybook/pull/565)
55
56### v2.25.1
5723-October-2016
58
59Add 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).
60
61### v2.25.0
6221-October-2016
63
64Add react docgen info into React classes with the react-docgen babel plugin. [PR557](https://github.com/kadirahq/react-storybook/pull/557).
65With this:
66
67 * We could get docgen info with any React component class using `ClassName.__docgenInfo`.
68 * From the global collection: `STORYBOOK_REACT_CLASSES`
69
70Additionally, added `yarn.lock`.
71
72### v2.24.1
7319-October-2016
74
75Do not show git command output. [PR554](https://github.com/kadirahq/react-storybook/pull/554)
76
77### v2.24.0
7807-October-2016
79
80* Export git repository info to support custom tool integrations [PR536](https://github.com/kadirahq/react-storybook/pull/536)
81
82### v2.23.0
8306-October-2016
84
85* Remove the experimental database addon from react-storybook [PR535](https://github.com/kadirahq/react-storybook/pull/535)
86
87### v2.22.0
8805-October-2016
89
90Add some nice development experiment based on suggestion from Dan Abramov.
91
92* Set a color to the Storybook URL in the console. [PR533](https://github.com/kadirahq/react-storybook/pull/533)
93* Add better error message when there's no React element in the story. [PR534](https://github.com/kadirahq/react-storybook/pull/534)
94
95### v2.21.0
9605-October-2016
97
98* 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)
99* Also bumped `@kadira/storybook-channel-postmsg` to `^1.0.3`
100
101### v2.20.1
10228-September-2016
103
104* Fix story kind order bug [PR499](https://github.com/kadirahq/react-storybook/pull/499)
105* Prefix config environment variables [PR503](https://github.com/kadirahq/react-storybook/pull/503)
106
107### v2.20.0
10826-September-2016
109
110* Use postMessage channel [PR498](https://github.com/kadirahq/react-storybook/pull/498)
111* Support dynamic panel titles [PR497](https://github.com/kadirahq/react-storybook/pull/497)
112
113### v2.19.0
11426-September-2016
115
116* Support layout options [PR494](https://github.com/kadirahq/react-storybook/pull/494)
117* Update Typescript definitions [PR491](https://github.com/kadirahq/react-storybook/pull/491) and [PR493](https://github.com/kadirahq/react-storybook/pull/493)
118
119### v2.18.1
12023-September-2016
121
122* Stop uglifyjs from mangling names [PR483](https://github.com/kadirahq/react-storybook/pull/483)
123
124### v2.18.0
12523-September-2016
126
127* Remove `STORYBOOK_` prefix from config env [PR481](https://github.com/kadirahq/react-storybook/pull/481)
128
129### v2.17.0
13022-September-2016
131
132* Add support for StoryShots. [PR479](https://github.com/kadirahq/react-storybook/pull/479)
133* Fix some typos: [PR477](https://github.com/kadirahq/react-storybook/pull/477) & [PR478](https://github.com/kadirahq/react-storybook/pull/478)
134
135### v2.16.1
13621-September-2016
137
138* Fix the 404 error for `addon-db.json` file [PR472](https://github.com/kadirahq/react-storybook/pull/472)
139* Serve/Bundle the storybook favicon [PR473](https://github.com/kadirahq/react-storybook/pull/473)
140
141### v2.16.0
14221-September-2016
143
144* Move the babel config loading logic into a seperate file. [PR469](https://github.com/kadirahq/react-storybook/pull/469)
145* Update airbnd eslint rules to the latest.
146
147### v2.15.1
14819-September-2016
149
150Add a fix to webpack custom resolve.alias not working. [PR465](https://github.com/kadirahq/react-storybook/pull/465)
151
152### v2.15.0
15319-September-2016
154
155* 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)
156
157### v2.14.0
15814-September-2016
159
160* Watch missing NPM modules and force webpack rebuild. [PR446](https://github.com/kadirahq/react-storybook/pull/446)
161* Fix issue on error message hanging after even it solved. [PR447](https://github.com/kadirahq/react-storybook/pull/447)
162* Allow to reload if HMR goes crazy. [PR448](https://github.com/kadirahq/react-storybook/pull/448)
163* Add support to get custom env variables. [PR450](https://github.com/kadirahq/react-storybook/pull/450)
164
165### v2.13.1
16614-September-2016
167
168* Fix 404 error when db file does not exist [PR449](https://github.com/kadirahq/react-storybook/pull/449)
169
170### v2.13.0
1719-September-2016
172
173* Fix [#443](https://github.com/kadirahq/react-storybook/issues/443) where the static version of Storybook doesn't like Safari.
174* Update postcss-loader to 0.13.0.
175
176### v2.12.1
1778-September-2016
178
179* Parse static directory provided by env as a list. [PR436](https://github.com/kadirahq/react-storybook/pull/436)
180
181### v2.12.0
1828-September-2016
183
184* Do not include addon register file on preview. [PR426](https://github.com/kadirahq/react-storybook/pull/426)
185* Update css-loader to version 0.25.0. [PR427](https://github.com/kadirahq/react-storybook/pull/427)
186* Get the head.html values for every page request. [PR432](https://github.com/kadirahq/react-storybook/pull/432)
187
188### v2.11.0
1894-September-2016
190
191* Remove babel-polyfill since we don't use it.
192* Update versions with the help from greenkeeper. [PR421](https://github.com/kadirahq/react-storybook/pull/421)
193
194### v2.10.0
1953-September-2016
196
197* Adding airbnb-js-shims again. [PR419](https://github.com/kadirahq/react-storybook/pull/419)
198
199### v2.9.1
2002-September-2016.
201
202* Use the config directory to store the addon database file [PR418](https://github.com/kadirahq/react-storybook/pull/418).
203
204### v2.9.0
2052-September-2016.
206
207* Copy the addon-db.json file when building static storybooks [PR417](https://github.com/kadirahq/react-storybook/pull/417).
208
209### v2.8.0
2102-September-2016.
211
212* Update @kadira/storybook to get the clean query params feature. See [storybook-ui-PR37](https://github.com/kadirahq/storybook-ui/pull/37)
213
214### v2.7.0
2151-September-2016
216
217* Add addon database feature [PR415](https://github.com/kadirahq/react-storybook/pull/415).
218
219### v2.6.1
22031-August-2016
221
222* Bring back HMR dev logs. [PR412](https://github.com/kadirahq/react-storybook/pull/412).
223
224### v2.6.0
22530-August-2016
226
227* Allow start/build params from env variables. [PR413](https://github.com/kadirahq/react-storybook/pull/413)
228
229### v2.5.2
23029-August-2016
231
232* Remove the use of babel-runtime/core-js modules. [PR410](https://github.com/kadirahq/react-storybook/pull/410)
233
234### v2.5.1
23524-August-2016
236
237* Update @kadira/storybook-ui to v3.3.2
238
239### v2.5.0
24024-August-2016
241
242* We are no longer shipping extra polyfills anymore. [PR402](https://github.com/kadirahq/react-storybook/pull/402)
243
244### v2.4.2
24524-August-2016
246
247* Allow file-loader URLs to work on subpaths. [PR401](https://github.com/kadirahq/react-storybook/pull/401)
248
249### v2.4.1
25024-August-2016
251
252* Bump @kadira/storybook ui to v3.3.1 to fix some UI related issues.
253
254### v2.4.0
25523-August-2016
256
257* Simplify the option to stop tracking. [PR399](https://github.com/kadirahq/react-storybook/pull/399)
258* Use JSON5 instead of CJSON to parse .babelrc. [PR398](https://github.com/kadirahq/react-storybook/pull/398)
259* Add webpack2 support by changing the use of OccurenceOrderPlugin. [PR397](https://github.com/kadirahq/react-storybook/pull/397)
260* Use @kadira/storybook-ui 2.3.0, which has new APIs to set URL for addons.
261
262### v2.3.0
26316-August-2016
264
265* Implement anonymous usage tracking. [PR384](https://github.com/kadirahq/react-storybook/pull/384)
266
267### v2.2.3
26815-August-2016
269
270* 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)
271
272### v2.2.2
27310-August-2016
274
275* Remove unused extract-text-webpack-plugin. This will add webpack2 support. [PR369](https://github.com/kadirahq/react-storybook/pull/369).
276
277### v2.2.1
27809-August-2016
279
280* Use @kadira/storybook-channel modules. [#PR359](https://github.com/kadirahq/react-storybook/pull/359).
281* Update @kadira/storybook-ui to the latest.
282
283### v2.2.0
28405-August-2016
285
286This release bring some webpack config related optimizations and the NPM2 support. Here are the notable changes:
287
288* Use es6-shim directly into webpack config. [PR355](https://github.com/kadirahq/react-storybook/pull/355)
289* Use the default babel-config based on CRA's config. [PR354](https://github.com/kadirahq/react-storybook/pull/354)
290* Add NPM2 support. [PR356](https://github.com/kadirahq/react-storybook/pull/356)
291* Add autofixer defaults. [PR357](https://github.com/kadirahq/react-storybook/pull/357)
292
293### v2.1.1
29403-August-2016
295
296Remove default webpack config for all config types. [PR348](https://github.com/kadirahq/react-storybook/pull/348)
297
298Now we only use the Create React App based config if there's no custom webpack config.
299This will fix issues like [#347](https://github.com/kadirahq/react-storybook/issues/347).
300
301### v2.1.0
30202-August-2016
303
304Add support for the addon API. See [PR346](https://github.com/kadirahq/react-storybook/pull/346).
305
306Here after we are using most of the features including actions,links as plugins.
307So, this introduced a huge area to add customizations to React Storybook.
308
309Unfortunately, as of this version, there are no docs for this feature. But, you can have a look at these addons:
310
311* actions addon (powers the action logger): https://github.com/kadirahq/storybook-addon-actions
312* links addon (powers the linkTo feature): https://github.com/kadirahq/storybook-addon-links
313
314Have a look at [here](https://github.com/kadirahq/react-storybook/blob/master/src/server/config.js#L88) to how to configure addons.
315
316### v2.0.0
31701-August-2016
318
319This 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.
320
321* Update defaults to match create-react-app. [PR342](https://github.com/kadirahq/react-storybook/pull/342). Here are the notable changes:
322 * Add postcss based CSS loader.
323 * Add file-loader for images and common types.
324 * Add url-loader for shorter media files.
325 * Do not pre-build manager(storybook UI) bundle.
326 * Continue support for babel's stage-0 preset and add es2016 preset.
327* Update @kadira/storybook-ui to v2.6.1 to remove some React warnings.
328
329### v1.41.0
330
331* Fix nodejs require errors [#337](https://github.com/kadirahq/react-storybook/pull/337).
332* Add getStorybook method to client API [#332](https://github.com/kadirahq/react-storybook/pull/332).
333
334### v1.40.0
335
336* Fix duplicate decorator bug [#335](https://github.com/kadirahq/react-storybook/pull/335).
337
338### v1.39.1
339
340* Update babel packages [#325](https://github.com/kadirahq/react-storybook/pull/325).
341* Hide HMR info logs [#331](https://github.com/kadirahq/react-storybook/pull/331).
342
343### v1.39.0
344
345* 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).
346
347### v1.38.3
348
349* Add names for action and linkTo functions [#321](https://github.com/kadirahq/react-storybook/pull/321).
350
351### v1.38.2
352
353* Fix error in prepublish script [#319](https://github.com/kadirahq/react-storybook/pull/319).
354
355### v1.38.1
356
357* Improve Windows support by writing prepublish script using shelljs [#308](https://github.com/kadirahq/react-storybook/pull/308).
358
359### v1.38.0
360
361* 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).
362
363### v1.37.0
364
365* Update @kadira/storybook-ui to 2.4.0
366
367### v1.36.0
368
369* Support watchOptions configuration. See: [PR287](https://github.com/kadirahq/react-storybook/pull/287)
370
371### v1.35.2
372
373* Add missing font-face to the ErrorDisplay's heading.
374
375### v1.35.1
376
377* Fix issue related to bad error handling. See issue [#275](https://github.com/kadirahq/react-storybook/issues/275):
378
379### v1.35.0
380
381* 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).
382
383### v1.34.1
384
385* Don't always override NODE_ENV in build-storybook. [PR272](https://github.com/kadirahq/react-storybook/pull/272)
386
387### v1.34.0
388
389* Use storybook-ui v2.2.0 which puts shortcut state into the URL.
390
391### v1.33.0
392
393* 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)
394
395### v1.32.1
396
397* Extend @kadira/storybook-ui provider from it's base Provider.
398
399### v1.32.0
400
401* Use @kadira/storybook-ui as the manager UI with the implemented provider for React. See `client/manager` for more info.
402
403### v1.31.0
404
405* Pass a `context` argument to stories [PR250](https://github.com/kadirahq/react-storybook/pull/250)
406
407### v1.30.0
408
409* Fuzzy search kinds [PR247](https://github.com/kadirahq/react-storybook/pull/247)
410
411### v1.29.5
412
413* Update dependency version to fix filter crash [PR246](https://github.com/kadirahq/react-storybook/pull/246)
414
415### v1.29.4
416
417* Protect index.html/iframe.html from being overwritten [PR243](https://github.com/kadirahq/react-storybook/pull/243)
418
419### v1.29.3
420
421* Update @kadira/storybook-core version [PR241](https://github.com/kadirahq/react-storybook/pull/241)
422* Add es6-shim by default [PR238](https://github.com/kadirahq/react-storybook/pull/238)
423
424### v1.29.2
425
426* Use url.resolve instead of path.join [PR240](https://github.com/kadirahq/react-storybook/pull/240)
427
428### v1.29.1
429
430* Copy missed manager.js.map file on static build [PR236](https://github.com/kadirahq/react-storybook/pull/236)
431
432### v1.29.0
433
434* Multiple static dirs (comma separated) [PR229](https://github.com/kadirahq/react-storybook/pull/229)
435
436### v1.28.5
437
438* 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)
439
440### v1.28.4
441
442* Support custom webpack public path for dev-server and static build started by [PR226](https://github.com/kadirahq/react-storybook/pull/226)
443
444### v1.28.3
445
446* Revert [PR226](https://github.com/kadirahq/react-storybook/pull/226)
447
448### v1.28.2
449
450* Support custom webpack publicPath [PR226](https://github.com/kadirahq/react-storybook/pull/226)
451
452### v1.28.1
453
454* Add charset meta tags to HTML heads [PR216](https://github.com/kadirahq/react-storybook/pull/216)
455
456### v1.28.0
457
458* Moved storybook serving code into a middleware to support more advanced use cases.
459* Refactored dev server to use storybook middleware [PR211](https://github.com/kadirahq/react-storybook/pull/211)
460
461### v1.27.0
462
463* Move modules to storybook-core repo. [PR196](https://github.com/kadirahq/react-storybook/pull/196)
464* Add stack-source-map again only for Chrome to get better error stacks.
465* 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)
466
467### v1.26.0
46812-May-2016
469
470* Ensure asset directory exists in the static-builder.
471
472### v1.25.0
47311-May-2016
474
475* Fix several publishing related issues. See: [#188](https://github.com/kadirahq/react-storybook/pull/188).
476* Fix babel extends issue. See: [PR185](https://github.com/kadirahq/react-storybook/pull/185).
477* Fix issue with removing a preset from users babelrc.
478 * Fixes: [#183](https://github.com/kadirahq/react-storybook/issues/183).
479 * [PR184](https://github.com/kadirahq/react-storybook/pull/184)
480* Make left panel scrollable with keeping the filterbox always. See: [PR182](https://github.com/kadirahq/react-storybook/pull/182).
481* Add `qs` as a direct dependency as it's used in preview.
482
483### v1.24.0
48410-May-2016
485
486* Add a potential fix for the double scrollbar issue. See: [179](https://github.com/kadirahq/react-storybook/issues/179).
487* Add scrolling support to the left panel. Fixes [#177](https://github.com/kadirahq/react-storybook/issues/177).
488* Remove NODE_ENV=production flag. Fixes [#158](https://github.com/kadirahq/react-storybook/issues/158)
489
490### v1.23.0
49109-May-2016
492
493* Add shortcuts to jump to previous and next stories. See [PR176](https://github.com/kadirahq/react-storybook/pull/176)
494* Fix loader concatenation bug specially when custom config doesn't have a loaders section. [PR173](https://github.com/kadirahq/react-storybook/pull/173)
495
496### v1.22.1
49706-May-2016
498
499* Add a potential fix for [#167](https://github.com/kadirahq/react-storybook/issues/167)
500 * basically, this moved back babel-packages required by webpack.
501
502### v1.22.0
50306-May-2016
504
505* Improve the static builder time.
506
507### v1.21.0
50806-May-2016
509
510* Add configType argument to custom config function. See: [PR169](https://github.com/kadirahq/react-storybook/pull/169)
511* Add the unicode version of the Keyboard Shortcut Icon. See: [PR170](https://github.com/kadirahq/react-storybook/pull/170)
512
513### v1.20.0
51405-May-2016
515
516* Allow to configure webpack as the user wants. See [PR160](https://github.com/kadirahq/react-storybook/pull/160)
517* Add typescript typings support for the core API. See [PR157](https://github.com/kadirahq/react-storybook/pull/157)
518* Implement Mantra architecture and some new features including permalinks, full screen support. See: [PR165](https://github.com/kadirahq/react-storybook/pull/165)
519* Remove some typo in docs. See: [PR154](https://github.com/kadirahq/react-storybook/pull/154)
520* Move UI testing libraries to devDependencies. See: [PR153](https://github.com/kadirahq/react-storybook/pull/153)
521
522### v1.19.0
52327-April-2016
524
525* Add airbnb-js-shims to client-side JS. See: [PR147](https://github.com/kadirahq/react-storybook/pull/147)
526* Remove self-closing div tag, which is invalid HTML. See: [PR148](https://github.com/kadirahq/react-storybook/pull/148)
527* Search for a .babelrc in the storybook config directory first, then the project root. See: [PR149](https://github.com/kadirahq/react-storybook/pull/149)
528
529### v1.18.0
53026-April-2016
531
532* Link React Storybook menu to the repo. See: [PR137](https://github.com/kadirahq/react-storybook/pull/137)
533* Implement keyboard shortcuts and fuzzy search. See: [PR141](https://github.com/kadirahq/react-storybook/pull/141)
534
535### v1.17.2
53625-April-2016
537
538* Fix an error which only occurs on Firefox. See: [PR144](https://github.com/kadirahq/react-storybook/pull/144)
539
540### v1.17.1
54121-April-2016
542
543* Fix a regression introduce by `v1.17.0`. See: [PR133](https://github.com/kadirahq/react-storybook/pull/133)
544
545### v1.17.0
54621-April-2016
547
548* Check all the arguments passed to action for events. See: [PR132](https://github.com/kadirahq/react-storybook/pull/132)
549
550### v1.16.1
55121-April-2016
552
553* Fix action logs highlighting issue, which comes as a regression of [PR126](https://github.com/kadirahq/react-storybook/pull/126).
554
555### v1.16.0
55620-April-2016
557
558* Prevent re-rendering the preview iframe when there is an action.
559 * Related issue: [#116](https://github.com/kadirahq/react-storybook/issues/116)
560 * Related PR: [PR126](https://github.com/kadirahq/react-storybook/pull/126)
561
562### v1.15.0
56320-April-2016
564
565* Improve action logger UI and increase max log count to 10. See [PR123](https://github.com/kadirahq/react-storybook/pull/123)
566
567### v1.14.0
56819-April-2016
569
570* Add syntax highlights to the logger. See: [PR118](https://github.com/kadirahq/react-storybook/pull/118)
571
572### v1.13.0
573
574* Add some UI test cases. See [PR103](https://github.com/kadirahq/react-storybook/pull/103)
575* Implement `.addDecorator()` API. See [PR115](https://github.com/kadirahq/react-storybook/pull/115)
576* Add code folding support. See [PR111](https://github.com/kadirahq/react-storybook/pull/111)
577
578### v1.12.0
57914-April-2016
580
581* Add support for webpack module preLoaders. See: [PR107](https://github.com/kadirahq/react-storybook/pull/107)
582
583### v1.11.0
58413-April-2016
585
586* Add support for React DevTools. See: [PR104](https://github.com/kadirahq/react-storybook/pull/104)
587
588### v1.10.2
58912-April-2016
590
591Fix various issues related to static bundling.
592
593* Add custom head generation to static build as well.
594* Use relative urls so, static sites can be host with paths (GH Pages)
595* Identify SyntheticEvent using feature detection. UglifyJS mangal class names, so we can't use classnames to detect a SyntheticEvent in the static build.
596
597### v1.10.1
598
599* Don't serve index.html in static directory as a site index. See [PR100](https://github.com/kadirahq/react-storybook/pull/100)
600* Use cjson for parsing .babelrc files (support comments). See [PR98](https://github.com/kadirahq/react-storybook/pull/98)
601* Remove the dist directory before running babel to avoid older code. See [PR101](https://github.com/kadirahq/react-storybook/pull/101)
602
603### v1.10.0
604
605* Add custom head support inside the iframe. See [PR77](https://github.com/kadirahq/react-storybook/pull/77)
606* Unmount components before rendering into DOM node. Fix: [#81](https://github.com/kadirahq/react-storybook/issues/81)
607* Add a static file builder. See [PR88](https://github.com/kadirahq/react-storybook/pull/88)
608* Fix search box's lineHeight to work with all the browsers. See: [PR94](https://github.com/kadirahq/react-storybook/pull/94)
609* Add the search box. See: [PR91](https://github.com/kadirahq/react-storybook/pull/91).
610
611### v1.9.0
612
613Add some minor improvements.
614
615* Avoid deprecated warning in Chrome Canary. See: [PR85](https://github.com/kadirahq/react-storybook/pull/85)
616* Fix the React Warning about CSS property. See: [PR84](https://github.com/kadirahq/react-storybook/pull/84)
617* Transition on latest logged action. See: [PR80](https://github.com/kadirahq/react-storybook/pull/80)
618
619### v1.8.0
620
621* Add story linking functionality.
622 * [Documentation](https://github.com/kadirahq/react-storybook/blob/master/docs/api.md#linking-stories).
623 * Original feature request: [#50](https://github.com/kadirahq/react-storybook/issues/50)
624 * Implementation: [PR86](https://github.com/kadirahq/react-storybook/pull/86)
625
626### v1.7.0
627
628* Add support to React v15.0.0.
629
630### v1.6.0
631
632* Make scrollable layout. See: [PR](https://github.com/kadirahq/react-storybook/pull/70)
633* Add npm3 requirement to the `package.json`.
634* Add `react` and `react-dom` to devDependencies.
635
636### v1.5.0
637
638* Add support for most of the custom webpack configuration. See [PR64](https://github.com/kadirahq/react-storybook/pull/64)
639
640### v1.4.0
641
642* Add CLI option to specify the config dir. See [PR52](https://github.com/kadirahq/react-storybook/pull/52).
643
644### v1.3.0
645
646* Load the `.babelrc` manually. Fixed: [#41](https://github.com/kadirahq/react-storybook/issues/41)
647* Add a better contributing guide. See [CONTRIBUTING.md](https://github.com/kadirahq/react-storybook/blob/master/CONTRIBUTING.md)
648* Add a development utility `npm run dev` which watches "src" directory and run `npm run prepublish`.
649
650### v1.2.0
651
652* Add a button to clear logs in the ActionLogger. This is requested in [PR21](https://github.com/kadirahq/react-storybook/issues/21).
653* Remove navigation list order hijacking. See [commit](https://github.com/kadirahq/react-storybook/commit/166365fd38f51f79e69e028a1c11e2620eddcb99).
654* Fix a typo in .gitignore. See [PR31](https://github.com/kadirahq/react-storybook/pull/31).
655* Add support for JSX. See [PR18](https://github.com/kadirahq/react-storybook/pull/18).
656
657### v1.1.0
658
659* v1.0.0 was a mistake and it contains very old code. That's why we had to do a 1.1.0 release.
660
661### v1.0.0
662
663* Yeah!