UNPKG

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