storybook/CHANGELOG.md

1232 lines
51 KiB
Markdown
Raw Normal View History

2017-07-27 08:28:58 -07:00
# 3.2.0
2017-July-27
Storybook 3.2 is filled with new features to help make your components shine! Headline features:
- Vue support [#1267](https://github.com/storybooks/storybook/pull/1267)
- Story Hierarchy [#1329](https://github.com/storybooks/storybook/pull/1329)
- React Native On Device UI [#1413](https://github.com/storybooks/storybook/pull/1413)
Plus many more features, documentation improvements, and bugfixes below!
#### Features
- Vue support [#1267](https://github.com/storybooks/storybook/pull/1267)
- Add support for vue in addon-notes [#1278](https://github.com/storybooks/storybook/pull/1278)
- CLI support for Vue [#1287](https://github.com/storybooks/storybook/pull/1287)
- Story Hierarchy [#1329](https://github.com/storybooks/storybook/pull/1329)
- Story Hierarchy UI improvements [#1387](https://github.com/storybooks/storybook/pull/1387) [#1356](https://github.com/storybooks/storybook/pull/1356)
- Story Hierarchy - keyboard accessibility [#1427](https://github.com/storybooks/storybook/pull/1427)
- React Native - On Device UI [#1413](https://github.com/storybooks/storybook/pull/1413)
- Show first story on RN OnDeviceUI startup [#1510](https://github.com/storybooks/storybook/pull/1510)
2017-07-31 00:36:11 -07:00
- Added collapsible RN OnDeviceUI navigation [#1544](https://github.com/storybooks/storybook/pull/1544)
2017-07-27 08:28:58 -07:00
- Add warning when module is missing in storiesOf [#1525](https://github.com/storybooks/storybook/pull/1525)
- Provide styling hook for Addon Info story body [#1308](https://github.com/storybooks/storybook/pull/1308)
- Implement filtering on story-level [#1432](https://github.com/storybooks/storybook/pull/1432)
- Refactoring of `addon-info` [#1452](https://github.com/storybooks/storybook/pull/1452)
- ADD storybook logo for inside terminal for future CLI or easteregg [#1499](https://github.com/storybooks/storybook/pull/1499)
- Improved error checking in global addDecorator [#1481](https://github.com/storybooks/storybook/pull/1481)
#### Bug Fixes
- Fix react native example and bootstrapping [#1514](https://github.com/storybooks/storybook/pull/1514)
- Fix a 'funny' hmr issue in cra-kitchen-sink [#1508](https://github.com/storybooks/storybook/pull/1508)
- When timestamps are enabled, it actually checks them before applying changes [#1405](https://github.com/storybooks/storybook/pull/1405)
- Fix issue when extending webpack config [#1468](https://github.com/storybooks/storybook/pull/1468)
- Fix addon notes [#1448](https://github.com/storybooks/storybook/pull/1448)
- Story Hierarchy - initial state bug fix [#1401](https://github.com/storybooks/storybook/pull/1401)
- Remove blue outline when node is focused [#1497](https://github.com/storybooks/storybook/pull/1497)
#### Documentation
- Add hierarchySeparator to README [#1445](https://github.com/storybooks/storybook/pull/1445)
- Document null addons channel in FAQ [#1507](https://github.com/storybooks/storybook/pull/1507)
#### Maintenance
- Revert knobs API to previous API. [#1527](https://github.com/storybooks/storybook/pull/1527)
- FIX hoist-internals: remove existing folder/link before linking [#1516](https://github.com/storybooks/storybook/pull/1516)
- Update global hook for Vue Devtools [#1376](https://github.com/storybooks/storybook/pull/1376)
- SWITCH to circleci over travisCI && CHANGE lerna bootstrap procedure: [#1486](https://github.com/storybooks/storybook/pull/1486)
- Update cra-kitchen-sink package versions for 3.2-alpha [#1434](https://github.com/storybooks/storybook/pull/1434)
- Updating 3.2 alpha release with patches [#1419](https://github.com/storybooks/storybook/pull/1419)
- Remove typescript typings for @storybook/addon-notes [#1344](https://github.com/storybooks/storybook/pull/1344)
- Remove typescript typings for @storybook/addon-options [#1343](https://github.com/storybooks/storybook/pull/1343)
- Remove typescript typings for @storybook/addon-knobs [#1339](https://github.com/storybooks/storybook/pull/1339)
- Remove typescript typings for @storybook/addon-links [#1342](https://github.com/storybooks/storybook/pull/1342)
#### Dependency Upgrades
- Updated babel-plugin-react-docgen version [#1526](https://github.com/storybooks/storybook/pull/1526)
- UPDATE everything (including eslint 4) [#1517](https://github.com/storybooks/storybook/pull/1517)
- Update remark-preset-lint-recommended to the latest version 🚀 [#1512](https://github.com/storybooks/storybook/pull/1512)
- Update remark-cli to the latest version 🚀 [#1498](https://github.com/storybooks/storybook/pull/1498)
- Remove upper bound on react-native peerDependency [#1424](https://github.com/storybooks/storybook/pull/1424)
- Bump `react-split-pane` version [#1495](https://github.com/storybooks/storybook/pull/1495)
2017-07-16 13:34:11 -07:00
# 3.1.9
2017-July-16
#### Features
- React fiber support [#1443](https://github.com/storybooks/storybook/pull/1443)
#### Documentation
- Refine docs about loading stories dynamically for react-native [#1420](https://github.com/storybooks/storybook/pull/1420)
#### Bug Fixes
- Verify that name is a string in addons/actions [#1415](https://github.com/storybooks/storybook/pull/1415)
- Knobs: fix label alignment [#1471](https://github.com/storybooks/storybook/pull/1471)
- Fix display of large components [#1237](https://github.com/storybooks/storybook/pull/1237)
#### Dependency Upgrades
- Dependency updates [#1439](https://github.com/storybooks/storybook/pull/1439)
- chore(package): update husky to version 0.14.3 [#1437](https://github.com/storybooks/storybook/pull/1437)
- Update danger to the latest version 🚀 [#1393](https://github.com/storybooks/storybook/pull/1393)
- Update lerna to the latest version 🚀 [#1423](https://github.com/storybooks/storybook/pull/1423)
- Pin gatsby version and upgrade gh-pages [#1462](https://github.com/storybooks/storybook/pull/1462)
2017-07-06 02:14:55 -07:00
# 3.1.8
2017-July-06
#### Documentation
- Updated addon knob readme. [#1406](https://github.com/storybooks/storybook/pull/1406)
- Add a FAQ entry for shared config with next [#1390](https://github.com/storybooks/storybook/pull/1390)
- Documented webpack customization example for typescript [#1386](https://github.com/storybooks/storybook/pull/1386)
#### Maintenance
- Removed empty array, since webpack 2 doesn't support them anymore. [#1381](https://github.com/storybooks/storybook/pull/1381)
#### Dependency Upgrades
- Support webpack 3.0.0 [#1410](https://github.com/storybooks/storybook/pull/1410)
- Update react inspector to fix #1385 [#1408](https://github.com/storybooks/storybook/pull/1408)
2017-06-28 05:13:10 -07:00
# 3.1.7
2017-June-28
#### Bug Fixes
- Exit storybook build non-zero on stats errors (e.g. errors in the transpilation pipeline) [#1372](https://github.com/storybooks/storybook/pull/1372)
- Fixed regression: CSS entries were not picked up for storybook pages (e.g. when using exract-text-webpack-plugin) [#1363](https://github.com/storybooks/storybook/pull/1363)
#### Documentation
- Document Storybook release process [#1348](https://github.com/storybooks/storybook/pull/1348)
2017-06-26 16:05:54 +10:00
# 3.1.6
2017-June-26
#### Bug Fixes
- Remove the `cacheDirectory` option from babel config [#1350](https://github.com/storybooks/storybook/pull/1350)
- websockets (ws) removed `socket.upgradeReq`, so use `req` instead [#1337](https://github.com/storybooks/storybook/pull/1337)
- Ensure we add the correct version of `react-dom` [#1349](https://github.com/storybooks/storybook/pull/1349)
2017-06-26 16:25:01 +10:00
- Addon Info: Fix invalid prop `node.type` supplied to 'Props' [#1351](https://github.com/storybooks/storybook/pull/1351)
2017-06-26 16:05:54 +10:00
- Addon Info: Omit empty inline info header [#1306](https://github.com/storybooks/storybook/pull/1306)
2017-06-26 16:25:01 +10:00
- Addon Actions: Use uuid for action IDs instead of Math.random (fixes #1109) [#1347](https://github.com/storybooks/storybook/pull/1347)
2017-06-26 16:05:54 +10:00
#### Documentation
2017-06-26 16:25:01 +10:00
- Fix welcome instructions to reflect current `getstorybook` [#1358](https://github.com/storybooks/storybook/pull/1358)
- Addon Info: Update README with configuration instructions [#1326](https://github.com/storybooks/storybook/pull/1326)
2017-06-26 16:05:54 +10:00
#### Dependency Upgrades
- Update lint-staged to the latest version 🚀 [#1315](https://github.com/storybooks/storybook/pull/1315)
2017-06-17 21:10:00 +10:00
# 3.1.5
2017-06-22 16:24:24 +10:00
2017-June-22
2017-06-17 21:10:00 +10:00
#### Features
- Added flow support to getstorybook upgrade [#1289](https://github.com/storybooks/storybook/pull/1289)
- Added support for the `haul` react-native packager [#1294](https://github.com/storybooks/storybook/pull/1294)
#### Bug Fixes
- Fixed addon knobs proptypes deserialization [#1290](https://github.com/storybooks/storybook/pull/1290)
#### Documentation
- Added search to docs [#1256](https://github.com/storybooks/storybook/pull/1256)
2017-06-22 16:24:24 +10:00
- snapshot testing inverse regex example documentation [#1317](https://github.com/storybooks/storybook/pull/1317)
2017-06-17 21:10:00 +10:00
#### Maintenance
- Refactored storybook component library [#1266](https://github.com/storybooks/storybook/pull/1266)
- Created CRA kitchen sink addons example [#1288](https://github.com/storybooks/storybook/pull/1288)
2017-06-22 16:24:24 +10:00
- Use a pack -> install technique to recreate local packages [#1332](https://github.com/storybooks/storybook/pull/1332)
- Import demo components from @storybook/react [#1303](https://github.com/storybooks/storybook/pull/1303)
2017-06-17 21:10:00 +10:00
2017-06-15 21:37:16 +10:00
# 3.1.4
2017-June-15
#### Features
- IMPROVE design of addon-events [#1249](https://github.com/storybooks/storybook/pull/1249)
- Add a `shallowSnapshot` option for storyshots `test` functions [#1232](https://github.com/storybooks/storybook/pull/1232)
#### Bug Fixes
- Fix app entry bug in RN gestorybook [#1280](https://github.com/storybooks/storybook/pull/1280)
- fix(addons/info): Cannot read property 'props' of undefined [#1258](https://github.com/storybooks/storybook/pull/1258)
#### Documentation
- Add versions plugin to docs [#1269](https://github.com/storybooks/storybook/pull/1269)
2017-06-10 23:39:54 +12:00
# 3.1.3
2017-June-10
#### Bug Fixes
- Fix `storybook-build` manager-head.html bug [#1248](https://github.com/storybooks/storybook/pull/1248)
2017-06-10 00:16:13 +12:00
# 3.1.2
Minor features including a new "events" addon, as well as the usual bugfixes, cleanup, etc.
2017-June-09
#### Features
- Add small design update to addon info package [#1213](https://github.com/storybooks/storybook/pull/1213)
- Add display configuration options to info addon [#1157](https://github.com/storybooks/storybook/pull/1157)
- Add support for multiple webpack chunks in iframe [#1083](https://github.com/storybooks/storybook/pull/1083)
- Add events addon [#1130](https://github.com/storybooks/storybook/pull/1130)
- Allow including files just before manager.bundle.js [#1134](https://github.com/storybooks/storybook/pull/1134)
#### Bug Fixes
- Fixed knobs addon editing bug [#1233](https://github.com/storybooks/storybook/pull/1233)
- Fix bug in addons/graphql in reIndentQuery [#1207](https://github.com/storybooks/storybook/pull/1207)
- Marksy initialized with mtrcConf intead of marksyConf [#1205](https://github.com/storybooks/storybook/pull/1205)
#### Documentation
- Document stories not showing up on storybook UI until device connects [#1221](https://github.com/storybooks/storybook/pull/1221)
- Fixed references to storybook.js.org. [#1211](https://github.com/storybooks/storybook/pull/1211)
- Updated repository URL to address broken npm images [#1197](https://github.com/storybooks/storybook/pull/1197)
#### Maintenance
- Added a vanilla React Native example app. [#1202](https://github.com/storybooks/storybook/pull/1202)
- Move typings for @storybook/react to @types package [#1199](https://github.com/storybooks/storybook/pull/1199)
- Set ESlint rules more strict 🚑 [#911](https://github.com/storybooks/storybook/pull/911)
#### Dependency Upgrades
- Update babel docgen plugin to generate docs for React.createClass and createReactClass [#1206](https://github.com/storybooks/storybook/pull/1206)
- Update `marksy` dependecy due broken 1.1.0 version [#1204](https://github.com/storybooks/storybook/pull/1204)
2017-06-06 00:44:59 +12:00
# 3.0.1
Minor bug fixes and documentation updates post 3.0.0 release.
2017-June-06
#### Bug Fixes
- Added error message for `addon-options` [#1194](https://github.com/storybooks/storybook/pull/1194)
- Fix(react-native) add missing `ws` dependency [#1174](https://github.com/storybooks/storybook/pull/1174)
- Fix terminal colors by reset console colors explicitly [#1184](https://github.com/storybooks/storybook/pull/1184)
- Fix addon panel layout styling [#1170](https://github.com/storybooks/storybook/pull/1170)
- ADD https import & remove tracking code remains [#1176](https://github.com/storybooks/storybook/pull/1176)
- Fix incorrect babel config file reading [#1156](https://github.com/storybooks/storybook/pull/1156)
- Fixed withKnobs definition. [#1164](https://github.com/storybooks/storybook/pull/1164)
#### Documentation
- Fixed typo in react-native browser instructions [#1189](https://github.com/storybooks/storybook/pull/1189)
- Add instruction for npm install with -D for development dependency [#1168](https://github.com/storybooks/storybook/pull/1168)
- Fix broken link for [addons] in README [#1167](https://github.com/storybooks/storybook/pull/1167)
- Refreshed logo in docs [#1149](https://github.com/storybooks/storybook/pull/1149)
- fix addon broken links in documentation [#1165](https://github.com/storybooks/storybook/pull/1165)
- start-storybook cli - expand commands descriptions [#1161](https://github.com/storybooks/storybook/pull/1161)
- Fix typo in codemod readme [#1158](https://github.com/storybooks/storybook/pull/1158)
#### Dependency Upgrades
- Replaced deprecated `markdown-to-react-components` with `marksy` [#1188](https://github.com/storybooks/storybook/pull/1188)
# 3.0.0
2017-05-18 01:48:11 +10:00
Storybook 3.0 is our first fully community-driven release! Notable changes:
2017-05-27 20:03:35 +02:00
- Moved from `@kadira` to `@storybooks` org across [github](https://github.com/storybooks/storybook/), [npm](https://www.npmjs.com/package/@storybook/react), [docs](https://storybook.js.org/)
2017-05-31 01:05:43 +12:00
- Upgraded to Webpack2! [#637](https://github.com/storybooks/storybook/pull/637)
- Switched to monorepo and overhauled package structure. [#749](https://github.com/storybooks/storybook/pull/749) [#1031](https://github.com/storybooks/storybook/pull/1031)
- Added configuration options to storybooks snapshot testing. [#1090](https://github.com/storybooks/storybook/pull/1090)
- Added `create-react-native-app` support. [#1117](https://github.com/storybooks/storybook/pull/1117)
- Added HTTPS support. [#735](https://github.com/storybooks/storybook/pull/735)
2017-05-18 01:48:11 +10:00
2017-05-31 01:05:43 +12:00
2017-May-31
#### Features
2017-05-31 01:05:43 +12:00
- Added help text to the react-native preview panel [#1142](https://github.com/storybooks/storybook/pull/1142)
- Added create-react-native-app support [#1117](https://github.com/storybooks/storybook/pull/1117)
- Fixed knobs-addon performance issues [#1039](https://github.com/storybooks/storybook/pull/1039)
- Added `snapshotWithOptions` to configure storyshots rendering options [#1090](https://github.com/storybooks/storybook/pull/1090)
- Added custom `test` function for storyshots [#1035](https://github.com/storybooks/storybook/pull/1035)
- Added typescript definition to addon notes [#989](https://github.com/storybooks/storybook/pull/989)
- Added HTTPS option for dev server [#735](https://github.com/storybooks/storybook/pull/735)
#### Bug Fixes
2017-05-31 01:05:43 +12:00
- Use strict equality in action logger [#1144](https://github.com/storybooks/storybook/pull/1144)
- FIX addon info and addon storyshots incompatibility [#1129](https://github.com/storybooks/storybook/pull/1129)
- FIX postcss options missing in default webpack config && UPDATE dependencies [#1087](https://github.com/storybooks/storybook/pull/1087)
- Fix CLI had a package version from storybook hardcoded - now queries npm registry [#1079](https://github.com/storybooks/storybook/pull/1079)
2017-06-06 08:20:59 +02:00
- Fix semi broken \_\_docgenInfo integration in addon info [#1030](https://github.com/storybooks/storybook/pull/1030)
- Fix: build-storybook no longer supports relative paths [#1058](https://github.com/storybooks/storybook/pull/1058)
- Fix for types `number` for addon knobs [#1001](https://github.com/storybooks/storybook/pull/1001)
- Fix webpack overriding && Add an example with local file dependencies [#965](https://github.com/storybooks/storybook/pull/965)
#### Documentation
2017-05-31 01:05:43 +12:00
- Add storybook-addon-intl to addon gallery [#1143](https://github.com/storybooks/storybook/pull/1143)
- 3.0.0 release notes && release notes automation [#1047](https://github.com/storybooks/storybook/pull/1047)
- 3.0.0 migration assistance : codemod, update installation and usage instructions [#1093](https://github.com/storybooks/storybook/pull/1093)
- Add ReactSVGPanZoom to examples list [#1139](https://github.com/storybooks/storybook/pull/1139)
- Show webpack 2 config example in docs: rules not loaders [#1137](https://github.com/storybooks/storybook/pull/1137)
- Merge docs repo into this repo: add /docs [#1131](https://github.com/storybooks/storybook/pull/1131)
- Change brand name from “React Storybook” to “Storybook” [#1044](https://github.com/storybooks/storybook/pull/1044)
- Updated issue triage guidelines [#1024](https://github.com/storybooks/storybook/pull/1024)
#### Maintenance
2017-05-31 01:05:43 +12:00
- Add typings for links add-on [#1154](https://github.com/storybooks/storybook/pull/1154)
- Add react-dom to the devDependency list for React Native projects [#1102](https://github.com/storybooks/storybook/pull/1102)
- Upgrade React Native to webpack 2 config [#1097](https://github.com/storybooks/storybook/pull/1097)
- Add unit tests for addon storyshots [#971](https://github.com/storybooks/storybook/pull/971)
- Deprecate builtin addons (links and actions) - no longer included by default [#1038](https://github.com/storybooks/storybook/pull/1038)
- change NPM organisation from kadira to storybook in code [#996](https://github.com/storybooks/storybook/pull/996)
- CHANGE folder structure && CHANGE package-names [#1031](https://github.com/storybooks/storybook/pull/1031)
- Add deprecation warnings when addons are required via main package [#1025](https://github.com/storybooks/storybook/pull/1025)
- Remove text transform uppercase for knob labels [#991](https://github.com/storybooks/storybook/pull/991)
#### Dependency Upgrades
<details>
<summary>
11 PRs
</summary>
- Update lerna to the latest version 🚀 [#1101](https://github.com/storybooks/storybook/pull/1101)
- CHANGE to prop-types package for notes & test-cra [#1082](https://github.com/storybooks/storybook/pull/1082)
- update dependencies in cra-storybook [#1080](https://github.com/storybooks/storybook/pull/1080)
- Switch back to non-fork of react-inspector [#1026](https://github.com/storybooks/storybook/pull/1026)
- Dependency updates: webpack, babel, react [#1008](https://github.com/storybooks/storybook/pull/1008)
- Update jest to the latest version 🚀 [#998](https://github.com/storybooks/storybook/pull/998)
- Update lerna to the latest version 🚀 [#969](https://github.com/storybooks/storybook/pull/969)
- CHANGE to use react-split-view 0.1.63 over the fork [#956](https://github.com/storybooks/storybook/pull/956)
- Update lerna to the latest version 🚀 [#915](https://github.com/storybooks/storybook/pull/915)
- Use jest for unittesting - standardize unit testing epic [#904](https://github.com/storybooks/storybook/pull/904)
- Update dependencies to enable Greenkeeper 🌴 [#768](https://github.com/storybooks/storybook/pull/768)
</details>
#### Other
<details>
<summary>
2017-05-31 01:05:43 +12:00
33 PRs
</summary>
2017-05-31 01:05:43 +12:00
- Added an upgrade mode to getstorybook [#1146](https://github.com/storybooks/storybook/pull/1146)
- Update link to Storyshots addon [#1074](https://github.com/storybooks/storybook/pull/1074)
- Added error message for missing or invalid storyName [#747](https://github.com/storybooks/storybook/pull/747)
2017-06-06 08:20:59 +02:00
- Opened an Open Collective Account <https://opencollective.com/storybook> [#1065](https://github.com/storybooks/storybook/pull/1065)
- Add propTablesExclude option [#924](https://github.com/storybooks/storybook/pull/924)
- addon-info: make the info overlay be fixed [#914](https://github.com/storybooks/storybook/pull/914)
- Handle null elements in getData [#926](https://github.com/storybooks/storybook/pull/926)
2017-06-06 08:20:59 +02:00
- add description field from \_\_docgenInfo for prop table for info plugin [#929](https://github.com/storybooks/storybook/pull/929)
- \#959 add a max-height and center element with alignItems: center [#961](https://github.com/storybooks/storybook/pull/961)
- Switch to the only prepublish script [#903](https://github.com/storybooks/storybook/pull/903)
- PR review policy [#923](https://github.com/storybooks/storybook/pull/923)
- Add typescript definitions for getStorybook() [#753](https://github.com/storybooks/storybook/pull/753)
- Restore deep link for addon docs [#919](https://github.com/storybooks/storybook/pull/919)
- Fix default storybook webpack config [#922](https://github.com/storybooks/storybook/pull/922)
- Render the first story for a kind if no story selected. [#918](https://github.com/storybooks/storybook/pull/918)
- Update docs for monorepo [#913](https://github.com/storybooks/storybook/pull/913)
- Monorepo readme and contributing [#907](https://github.com/storybooks/storybook/pull/907)
- Add story kind regex [#906](https://github.com/storybooks/storybook/pull/906)
- Add examples [#897](https://github.com/storybooks/storybook/pull/897)
- Add missing repos [#882](https://github.com/storybooks/storybook/pull/882)
- Switch to monorepo [#749](https://github.com/storybooks/storybook/pull/749)
- extend devMiddlewareOptions with config.devServer [#723](https://github.com/storybooks/storybook/pull/723)
- Added meta IE=edge [#715](https://github.com/storybooks/storybook/pull/715)
- Replace String.includes with String.indexOf: cross-browsing support [#712](https://github.com/storybooks/storybook/pull/712)
- Issue Triage instructions [#748](https://github.com/storybooks/storybook/pull/748)
- Simple pull request template [#741](https://github.com/storybooks/storybook/pull/741)
- Make return type of StoryDecorator nullable [#680](https://github.com/storybooks/storybook/pull/680)
- Warn if story with a given name already exists [#670](https://github.com/storybooks/storybook/pull/670)
- Fix spelling mistake - "element form the story" to "element from the story" [#702](https://github.com/storybooks/storybook/pull/702)
- Remove broken react-button example [#699](https://github.com/storybooks/storybook/pull/699)
- Fixed spelling error. [#720](https://github.com/storybooks/storybook/pull/720)
- Cleaner error handling for storiesOf [#672](https://github.com/storybooks/storybook/pull/672)
- Update links to point to new organization [#721](https://github.com/storybooks/storybook/pull/721)
</details>
# v2.35.3
2017-01-15 07:49:20 +05:30
Allow customConfig to override devtool. [PR668](https://github.com/storybooks/react-storybook/pull/668)
# v2.35.2
2017-05-26 11:21:46 +02:00
2017-01-03 08:39:43 +05:30
03-January-2017
Fixes 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.
This release comes with the updated `babel-plugin-react-docgen`.
# v2.35.1
2016-12-20 15:29:00 +05:30
2017-05-26 11:21:46 +02:00
- Revert [PR653](https://github.com/storybooks/react-storybook/pull/653) where it's causing HMR to not working properly.
2016-12-20 15:29:00 +05:30
# v2.35.0
2017-05-26 11:21:46 +02:00
2016-12-18 11:19:19 +05:30
18-December-2016
2017-05-26 11:21:46 +02:00
- Using file-loader to load all the extensions [PR653](https://github.com/storybooks/react-storybook/pull/653)
- Update css-loader dependency [PR648](https://github.com/storybooks/react-storybook/pull/648)
- Check if stories are loaded from Jest [PR644](https://github.com/storybooks/react-storybook/pull/644)
2016-12-18 11:19:19 +05:30
# v2.34.0
2017-05-26 11:21:46 +02:00
2016-12-05 15:30:02 +05:30
05-December-2016
Open the express router for developers (middleware.js file). [PR435](https://github.com/storybooks/react-storybook/pull/435)
# v2.33.1
2017-05-26 11:21:46 +02:00
2016-12-01 08:12:31 +05:30
01-December-2016
Update Typescript definition file for global addDecorator. [PR634](https://github.com/storybooks/react-storybook/pull/634)
# v2.33.0
2017-05-26 11:21:46 +02:00
2016-11-28 14:30:19 +05:30
28-November-2016
Completely avoid re-rendering the preview iframe. [PR631](https://github.com/storybooks/react-storybook/pull/631)
# v2.32.2
2017-05-26 11:21:46 +02:00
2016-11-28 11:19:53 +05:30
28-November-2016
Update postmsg channel module version [PR627](https://github.com/storybooks/react-storybook/pull/627)
# v2.32.1
2017-05-26 11:21:46 +02:00
2016-11-22 07:20:23 +05:30
22-November-2016
Add support for react_perf comes with React 15.4.0. [PR623](https://github.com/storybooks/react-storybook/pull/623)
# v2.32.0
2016-11-22 07:23:52 +05:30
Incorrect publish (error when running `npm publish`)
# v2.31.0
2017-05-26 11:21:46 +02:00
2016-11-20 05:09:53 +05:30
20-November-2016
Add the react-storybook version to the build output. [PR621](https://github.com/storybooks/react-storybook/pull/621)
# v2.30.1
2017-05-26 11:21:46 +02:00
2016-11-17 15:13:59 +05:30
17-November-2016
Update 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)
# v2.30.0
2017-05-26 11:21:46 +02:00
2016-11-16 17:17:42 +05:30
16-November-2016
Update to the new Storybook UI which doesn't use Redux.
# v2.29.7
2017-05-26 11:21:46 +02:00
2016-11-12 06:19:29 +05:30
11-November-2016
Update @kadira/storybook-ui to the latest.
# v2.29.6
2017-05-26 11:21:46 +02:00
2016-11-10 13:39:24 +05:30
10-November-2016
Fix a typo in the story syntax error messages. [PR610](https://github.com/storybooks/react-storybook/pull/610)
# v2.29.5
2017-05-26 11:21:46 +02:00
2016-11-09 15:58:52 +05:30
09-November-2016
Check if regex and regex.test is available before calling it. [PR608](https://github.com/storybooks/react-storybook/pull/608)
# v2.29.3
2017-05-26 11:21:46 +02:00
2016-11-08 22:54:39 +05:30
08-November-2016
Update webpack-hot-middleware to version 2.13.2 to fix the issue [#543](https://github.com/storybooks/react-storybook/issues/543).
# v2.29.3
2017-05-26 11:21:46 +02:00
2016-11-03 14:27:39 +05:30
03-November-2016
Fix a regression caused by v2.29.2.
There was a text called undefined listed always on the top of the preview.
# v2.29.2
2017-05-26 11:21:46 +02:00
2016-11-03 12:27:54 +05:30
03-November-2016
2016-11-03 14:17:26 +05:30
Add various fixes.
2017-05-26 11:21:46 +02:00
- Use webpack chunkhash to enable long-term caching. [PR597](https://github.com/storybooks/react-storybook/pull/597)
- Fixed json loader testing for when test is multiple. [PR598](https://github.com/storybooks/react-storybook/pull/598)
- Fix usage of custom favicon [PR592](https://github.com/storybooks/react-storybook/pull/592)
- Update postcss-loader to v1.1.0 [PR599](https://github.com/storybooks/react-storybook/pull/599)
- fix for `module.hot` is not available in a static build [PR600](https://github.com/storybooks/react-storybook/pull/600)
2016-11-03 14:17:26 +05:30
# v2.29.1
2017-05-26 11:21:46 +02:00
2016-11-03 14:17:26 +05:30
03-November-2016
2016-11-03 12:27:54 +05:30
Update babel-plugin-react-docgen to v1.4.1 to fix HOC [issue](https://github.com/kadirahq/babel-plugin-react-docgen/issues/19)
# v2.29.0
2017-05-26 11:21:46 +02:00
2016-11-01 14:16:44 +05:30
01-November-2016
Update babel-plugin-react-docgen to 1.4.0.
This will fix some of the compilation issues such as #580.
# v2.28.1
2017-05-26 11:21:46 +02:00
2016-10-28 15:02:06 +05:30
28-October-2016
Remove preview decorator support. [PR583](https://github.com/storybooks/react-storybook/pull/583).
2016-10-28 15:02:06 +05:30
# v2.28.0
2017-05-26 11:21:46 +02:00
2016-10-28 10:38:22 +05:30
28-October-2016
Add preview decorator support. [PR582](https://github.com/storybooks/react-storybook/pull/582).
2016-10-28 10:38:22 +05:30
This will help us bring storybook designer with some great power.
# v2.27.0
2017-05-26 11:21:46 +02:00
2016-10-27 16:12:01 +05:30
27-October-2016
Add a few usability improvements to Storybook.
2017-05-26 11:21:46 +02:00
- Display storybook version. [PR559](https://github.com/storybooks/react-storybook/pull/559)
- Make the storybooks cacheable. [PR578](https://github.com/storybooks/react-storybook/pull/578)
- Change the devtool to eval and remove the use of source maps. [PR577](https://github.com/storybooks/react-storybook/pull/577)
- Update `babel-preset-react-app` to the latest. [PR576](https://github.com/storybooks/react-storybook/pull/576)
- Ship `json-loader` by default. [PR575](https://github.com/storybooks/react-storybook/pull/575)
2016-10-27 16:12:01 +05:30
# v2.26.0
2017-05-26 11:21:46 +02:00
2016-10-24 19:14:29 +05:30
24-October-2016
Get some new features from CRA.
2017-05-26 11:21:46 +02:00
- Add jsx as a resolve extension [PR563](https://github.com/storybooks/react-storybook/pull/563)
- Allow to use postcss for CSS @imports [PR564](https://github.com/storybooks/react-storybook/pull/564)
- Use process.env as a proper object [PR565](https://github.com/storybooks/react-storybook/pull/565)
2016-10-24 19:14:29 +05:30
# v2.25.1
2017-05-26 11:21:46 +02:00
2016-10-23 10:00:06 +05:30
23-October-2016
Add a potential fix to [558](https://github.com/storybooks/react-storybook/issues/558) by updating babel-plugin-react-docgen to the latest(v1.3.2).
2016-10-23 10:00:06 +05:30
# v2.25.0
2017-05-26 11:21:46 +02:00
2016-10-21 21:31:11 +05:30
21-October-2016
Add react docgen info into React classes with the react-docgen babel plugin. [PR557](https://github.com/storybooks/react-storybook/pull/557).
2016-10-21 21:31:11 +05:30
With this:
2017-05-26 11:21:46 +02:00
- We could get docgen info with any React component class using `ClassName.__docgenInfo`.
- From the global collection: `STORYBOOK_REACT_CLASSES`
2016-10-21 21:31:11 +05:30
Additionally, added `yarn.lock`.
# v2.24.1
2017-05-26 11:21:46 +02:00
2016-10-19 06:59:46 +05:30
19-October-2016
Do not show git command output. [PR554](https://github.com/storybooks/react-storybook/pull/554)
2016-10-19 06:59:46 +05:30
# v2.24.0
2017-05-26 11:21:46 +02:00
2016-10-07 11:39:23 +05:30
07-October-2016
2017-05-26 11:21:46 +02:00
- Export git repository info to support custom tool integrations [PR536](https://github.com/storybooks/react-storybook/pull/536)
2016-10-07 11:39:23 +05:30
# v2.23.0
2017-05-26 11:21:46 +02:00
2016-10-06 11:33:20 +05:30
06-October-2016
2017-05-26 11:21:46 +02:00
- Remove the experimental database addon from react-storybook [PR535](https://github.com/storybooks/react-storybook/pull/535)
2016-10-06 11:33:20 +05:30
# v2.22.0
2017-05-26 11:21:46 +02:00
2016-10-05 20:58:41 +05:30
05-October-2016
Add some nice development experiment based on suggestion from Dan Abramov.
2017-05-26 11:21:46 +02:00
- Set a color to the Storybook URL in the console. [PR533](https://github.com/storybooks/react-storybook/pull/533)
- Add better error message when there's no React element in the story. [PR534](https://github.com/storybooks/react-storybook/pull/534)
2016-10-05 20:58:41 +05:30
# v2.21.0
2017-05-26 11:21:46 +02:00
2016-10-05 13:51:42 +05:30
05-October-2016
2017-05-26 11:21:46 +02:00
- Get the latest features from CRA including NODE_PATH support, public folder support and some other minor changes. [#468](https://github.com/storybooks/react-storybook/issues/468)
- Also bumped `@kadira/storybook-channel-postmsg` to `^1.0.3`
2016-10-05 13:51:42 +05:30
# v2.20.1
2017-05-26 11:21:46 +02:00
2016-09-28 15:03:35 +05:30
28-September-2016
2017-05-26 11:21:46 +02:00
- Fix story kind order bug [PR499](https://github.com/storybooks/react-storybook/pull/499)
- Prefix config environment variables [PR503](https://github.com/storybooks/react-storybook/pull/503)
2016-09-28 15:03:35 +05:30
# v2.20.0
2017-05-26 11:21:46 +02:00
2016-09-27 15:30:18 +05:30
26-September-2016
2017-05-26 11:21:46 +02:00
- Use postMessage channel [PR498](https://github.com/storybooks/react-storybook/pull/498)
- Support dynamic panel titles [PR497](https://github.com/storybooks/react-storybook/pull/497)
2016-09-27 15:30:18 +05:30
# v2.19.0
2017-05-26 11:21:46 +02:00
2016-09-26 11:53:24 +05:30
26-September-2016
2017-05-26 11:21:46 +02:00
- Support layout options [PR494](https://github.com/storybooks/react-storybook/pull/494)
- Update Typescript definitions [PR491](https://github.com/storybooks/react-storybook/pull/491) and [PR493](https://github.com/storybooks/react-storybook/pull/493)
2016-09-26 11:53:24 +05:30
# v2.18.1
2017-05-26 11:21:46 +02:00
2016-09-23 16:32:48 +05:30
23-September-2016
2017-05-26 11:21:46 +02:00
- Stop uglifyjs from mangling names [PR483](https://github.com/storybooks/react-storybook/pull/483)
2016-09-23 16:32:48 +05:30
# v2.18.0
2017-05-26 11:21:46 +02:00
2016-09-23 14:03:12 +05:30
23-September-2016
2017-05-26 11:21:46 +02:00
- Remove `STORYBOOK_` prefix from config env [PR481](https://github.com/storybooks/react-storybook/pull/481)
2016-09-23 14:03:12 +05:30
# v2.17.0
2017-05-26 11:21:46 +02:00
2016-09-22 15:50:08 +05:30
22-September-2016
2017-05-26 11:21:46 +02:00
- Add support for StoryShots. [PR479](https://github.com/storybooks/react-storybook/pull/479)
- Fix some typos: [PR477](https://github.com/storybooks/react-storybook/pull/477) & [PR478](https://github.com/storybooks/react-storybook/pull/478)
2016-09-22 15:50:08 +05:30
# v2.16.1
2017-05-26 11:21:46 +02:00
2016-09-21 17:44:37 +05:30
21-September-2016
2017-05-26 11:21:46 +02:00
- Fix the 404 error for `addon-db.json` file [PR472](https://github.com/storybooks/react-storybook/pull/472)
- Serve/Bundle the storybook favicon [PR473](https://github.com/storybooks/react-storybook/pull/473)
2016-09-21 17:44:37 +05:30
# v2.16.0
2017-05-26 11:21:46 +02:00
2016-09-21 13:51:58 +05:30
21-September-2016
2017-05-26 11:21:46 +02:00
- Move the babel config loading logic into a seperate file. [PR469](https://github.com/storybooks/react-storybook/pull/469)
- Update airbnd eslint rules to the latest.
2016-09-21 13:51:58 +05:30
# v2.15.1
2017-05-26 11:21:46 +02:00
2016-09-19 22:28:48 +05:30
19-September-2016
Add a fix to webpack custom resolve.alias not working. [PR465](https://github.com/storybooks/react-storybook/pull/465)
2016-09-19 22:28:48 +05:30
# v2.15.0
2017-05-26 11:21:46 +02:00
2016-09-19 12:31:33 +05:30
19-September-2016
2017-05-26 11:21:46 +02:00
- Use @kadira/storybook-addons as a resolve.alias. So, we can support addons for NPM2 too. [PR462](https://github.com/storybooks/react-storybook/pull/462)
2016-09-19 12:31:33 +05:30
# v2.14.0
2017-05-26 11:21:46 +02:00
2016-09-14 17:13:41 +05:30
14-September-2016
2017-05-26 11:21:46 +02:00
- Watch missing NPM modules and force webpack rebuild. [PR446](https://github.com/storybooks/react-storybook/pull/446)
- Fix issue on error message hanging after even it solved. [PR447](https://github.com/storybooks/react-storybook/pull/447)
- Allow to reload if HMR goes crazy. [PR448](https://github.com/storybooks/react-storybook/pull/448)
- Add support to get custom env variables. [PR450](https://github.com/storybooks/react-storybook/pull/450)
2016-09-14 17:13:41 +05:30
# v2.13.1
2017-05-26 11:21:46 +02:00
2016-09-14 10:26:41 +05:30
14-September-2016
2017-05-26 11:21:46 +02:00
- Fix 404 error when db file does not exist [PR449](https://github.com/storybooks/react-storybook/pull/449)
2016-09-14 10:26:41 +05:30
# v2.13.0
2017-05-26 11:21:46 +02:00
2016-09-09 17:20:07 +05:30
9-September-2016
2017-05-26 11:21:46 +02:00
- Fix [#443](https://github.com/storybooks/react-storybook/issues/443) where the static version of Storybook doesn't like Safari.
- Update postcss-loader to 0.13.0.
2016-09-09 17:20:07 +05:30
# v2.12.1
2017-05-26 11:21:46 +02:00
2016-09-08 10:38:52 +05:30
8-September-2016
2017-05-26 11:21:46 +02:00
- Parse static directory provided by env as a list. [PR436](https://github.com/storybooks/react-storybook/pull/436)
2016-09-08 10:38:52 +05:30
# v2.12.0
2017-05-26 11:21:46 +02:00
2016-09-08 01:16:19 +05:30
8-September-2016
2017-05-26 11:21:46 +02:00
- Do not include addon register file on preview. [PR426](https://github.com/storybooks/react-storybook/pull/426)
- Update css-loader to version 0.25.0. [PR427](https://github.com/storybooks/react-storybook/pull/427)
- Get the head.html values for every page request. [PR432](https://github.com/storybooks/react-storybook/pull/432)
2016-09-08 01:16:19 +05:30
# v2.11.0
2017-05-26 11:21:46 +02:00
2016-09-04 12:59:20 +05:30
4-September-2016
2017-05-26 11:21:46 +02:00
- Remove babel-polyfill since we don't use it.
- Update versions with the help from greenkeeper. [PR421](https://github.com/storybooks/react-storybook/pull/421)
2016-09-04 12:59:20 +05:30
# v2.10.0
2017-05-26 11:21:46 +02:00
2016-09-03 06:40:47 +05:30
3-September-2016
2017-05-26 11:21:46 +02:00
- Adding airbnb-js-shims again. [PR419](https://github.com/storybooks/react-storybook/pull/419)
2016-09-03 06:40:47 +05:30
# v2.9.1
2017-05-26 11:21:46 +02:00
2016-09-02 17:46:05 +05:30
2-September-2016.
2017-05-26 11:21:46 +02:00
- Use the config directory to store the addon database file [PR418](https://github.com/storybooks/react-storybook/pull/418).
2016-09-02 17:46:05 +05:30
# v2.9.0
2017-05-26 11:21:46 +02:00
2016-09-02 17:02:28 +05:30
2-September-2016.
2017-05-26 11:21:46 +02:00
- Copy the addon-db.json file when building static storybooks [PR417](https://github.com/storybooks/react-storybook/pull/417).
2016-09-02 17:02:28 +05:30
# v2.8.0
2017-05-26 11:21:46 +02:00
2016-09-02 06:49:07 +05:30
2-September-2016.
2017-05-26 11:21:46 +02:00
- Update @kadira/storybook to get the clean query params feature. See [storybook-ui-PR37](https://github.com/kadirahq/storybook-ui/pull/37)
2016-09-02 06:49:07 +05:30
# v2.7.0
2017-05-26 11:21:46 +02:00
2016-09-01 19:23:54 +05:30
1-September-2016
2017-05-26 11:21:46 +02:00
- Add addon database feature [PR415](https://github.com/storybooks/react-storybook/pull/415).
2016-09-01 19:23:54 +05:30
# v2.6.1
2017-05-26 11:21:46 +02:00
2016-08-31 05:54:28 +05:30
31-August-2016
2017-05-26 11:21:46 +02:00
- Bring back HMR dev logs. [PR412](https://github.com/storybooks/react-storybook/pull/412).
2016-08-31 05:54:28 +05:30
# v2.6.0
2017-05-26 11:21:46 +02:00
2016-08-30 16:36:27 +05:30
30-August-2016
2017-05-26 11:21:46 +02:00
- Allow start/build params from env variables. [PR413](https://github.com/storybooks/react-storybook/pull/413)
2016-08-30 16:36:27 +05:30
# v2.5.2
2017-05-26 11:21:46 +02:00
2016-08-29 09:31:55 +05:30
29-August-2016
2017-05-26 11:21:46 +02:00
- Remove the use of babel-runtime/core-js modules. [PR410](https://github.com/storybooks/react-storybook/pull/410)
2016-08-29 09:31:55 +05:30
# v2.5.1
2017-05-26 11:21:46 +02:00
2016-08-24 17:13:08 +05:30
24-August-2016
2017-05-26 11:21:46 +02:00
- Update @kadira/storybook-ui to v3.3.2
2016-08-24 17:13:08 +05:30
# v2.5.0
2017-05-26 11:21:46 +02:00
2016-08-24 15:30:12 +05:30
24-August-2016
2017-05-26 11:21:46 +02:00
- We are no longer shipping extra polyfills anymore. [PR402](https://github.com/storybooks/react-storybook/pull/402)
2016-08-24 15:30:12 +05:30
# v2.4.2
2017-05-26 11:21:46 +02:00
2016-08-24 14:30:23 +05:30
24-August-2016
2017-05-26 11:21:46 +02:00
- Allow file-loader URLs to work on subpaths. [PR401](https://github.com/storybooks/react-storybook/pull/401)
2016-08-24 14:30:23 +05:30
# v2.4.1
2017-05-26 11:21:46 +02:00
24-August-2016
2017-05-26 11:21:46 +02:00
- Bump @kadira/storybook ui to v3.3.1 to fix some UI related issues.
# v2.4.0
2017-05-26 11:21:46 +02:00
2016-08-23 16:48:49 +05:30
23-August-2016
2016-08-23 16:13:52 +05:30
2017-05-26 11:21:46 +02:00
- Simplify the option to stop tracking. [PR399](https://github.com/storybooks/react-storybook/pull/399)
- Use JSON5 instead of CJSON to parse .babelrc. [PR398](https://github.com/storybooks/react-storybook/pull/398)
- Add webpack2 support by changing the use of OccurenceOrderPlugin. [PR397](https://github.com/storybooks/react-storybook/pull/397)
- Use @kadira/storybook-ui 2.3.0, which has new APIs to set URL for addons.
2016-08-23 16:13:52 +05:30
# v2.3.0
2017-05-26 11:21:46 +02:00
2016-08-16 20:14:57 +05:30
16-August-2016
2017-05-26 11:21:46 +02:00
- Implement anonymous usage tracking. [PR384](https://github.com/storybooks/react-storybook/pull/384)
2016-08-16 20:14:57 +05:30
# v2.2.3
2017-05-26 11:21:46 +02:00
2016-08-15 17:57:32 +05:30
15-August-2016
2017-05-26 11:21:46 +02:00
- 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/storybooks/react-storybook/pull/380)
2016-08-15 17:57:32 +05:30
# v2.2.2
2017-05-26 11:21:46 +02:00
2016-08-10 22:53:45 +05:30
10-August-2016
2017-05-26 11:21:46 +02:00
- Remove unused extract-text-webpack-plugin. This will add webpack2 support. [PR369](https://github.com/storybooks/react-storybook/pull/369).
2016-08-10 22:53:45 +05:30
# v2.2.1
2017-05-26 11:21:46 +02:00
2016-08-09 17:37:48 +05:30
09-August-2016
2017-05-26 11:21:46 +02:00
- Use @kadira/storybook-channel modules. [#PR359](https://github.com/storybooks/react-storybook/pull/359).
- Update @kadira/storybook-ui to the latest.
2016-08-09 17:37:48 +05:30
# v2.2.0
2017-05-26 11:21:46 +02:00
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:
2017-05-26 11:21:46 +02:00
- Use es6-shim directly into webpack config. [PR355](https://github.com/storybooks/react-storybook/pull/355)
- Use the default babel-config based on CRA's config. [PR354](https://github.com/storybooks/react-storybook/pull/354)
- Add NPM2 support. [PR356](https://github.com/storybooks/react-storybook/pull/356)
- Add autofixer defaults. [PR357](https://github.com/storybooks/react-storybook/pull/357)
2016-08-05 14:03:14 +05:30
# v2.1.1
2017-05-26 11:21:46 +02:00
2016-08-03 07:00:38 +05:30
03-August-2016
Remove default webpack config for all config types. [PR348](https://github.com/storybooks/react-storybook/pull/348)
2016-08-03 07:00:38 +05:30
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/storybooks/react-storybook/issues/347).
2016-08-03 07:00:38 +05:30
# v2.1.0
2017-05-26 11:21:46 +02:00
2016-08-02 18:17:08 +05:30
02-August-2016
Add support for the addon API. See [PR346](https://github.com/storybooks/react-storybook/pull/346).
2016-08-02 18:17:08 +05:30
Here after we are using most of the features including actions,links as plugins.
So, this introduced a huge area to add customizations to Storybook.
2016-08-02 18:17:08 +05:30
Unfortunately, as of this version, there are no docs for this feature. But, you can have a look at these addons:
2017-05-26 11:21:46 +02:00
- actions addon (powers the action logger): [addon-actions](https://github.com/kadirahq/storybook-addon-actions)
- links addon (powers the linkTo feature): [addon-links](https://github.com/kadirahq/storybook-addon-links)
2016-08-02 18:17:08 +05:30
Have a look at [here](https://github.com/storybooks/react-storybook/blob/master/src/server/config.js#L88) to how to configure addons.
2016-08-02 18:17:08 +05:30
# v2.0.0
2017-05-26 11:21:46 +02:00
2016-08-01 15:55:16 +05:30
01-August-2016
This is the starting of the next major version of Storybook. This version is almost compatible with `v1.x.x` but defaults have been changes as discussed below. That's why we are starting out a new version.
2016-08-01 15:32:25 +05:30
2017-05-26 11:21:46 +02:00
- Update defaults to match create-react-app. [PR342](https://github.com/storybooks/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.
- Update @kadira/storybook-ui to v2.6.1 to remove some React warnings.
2016-08-01 15:32:25 +05:30
# v1.41.0
2016-07-26 16:56:28 +05:30
2017-05-26 11:21:46 +02:00
- Fix nodejs require errors [#337](https://github.com/storybooks/react-storybook/pull/337).
- Add getStorybook method to client API [#332](https://github.com/storybooks/react-storybook/pull/332).
2016-07-26 16:56:28 +05:30
# v1.40.0
2016-07-26 13:49:09 +05:30
2017-05-26 11:21:46 +02:00
- Fix duplicate decorator bug [#335](https://github.com/storybooks/react-storybook/pull/335).
2016-07-26 13:49:09 +05:30
# v1.39.1
2016-07-26 11:38:46 +05:30
2017-05-26 11:21:46 +02:00
- Update babel packages [#325](https://github.com/storybooks/react-storybook/pull/325).
- Hide HMR info logs [#331](https://github.com/storybooks/react-storybook/pull/331).
2016-07-26 11:38:46 +05:30
# v1.39.0
2016-07-20 11:40:36 +05:30
2017-05-26 11:21:46 +02: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
# v1.38.3
2016-07-18 15:43:12 +05:30
2017-05-26 11:21:46 +02:00
- Add names for action and linkTo functions [#321](https://github.com/storybooks/react-storybook/pull/321).
2016-07-18 15:43:12 +05:30
# v1.38.2
2016-07-18 14:06:33 +05:30
2017-05-26 11:21:46 +02:00
- Fix error in prepublish script [#319](https://github.com/storybooks/react-storybook/pull/319).
2016-07-18 14:06:33 +05:30
# v1.38.1
2016-07-18 10:15:13 +05:30
2017-05-26 11:21:46 +02:00
- Improve Windows support by writing prepublish script using shelljs [#308](https://github.com/storybooks/react-storybook/pull/308).
2016-07-18 10:15:13 +05:30
# v1.38.0
2016-07-11 09:18:21 -04:00
2017-05-26 11:21:46 +02:00
- v1.37.0 was a nightmare since it contains the npm-shrinkwrap.json. Fixed by removing it. See: [#306](https://github.com/storybooks/react-storybook/issues/306) and [#305](https://github.com/storybooks/react-storybook/pull/305).
2016-07-11 09:18:21 -04:00
# v1.37.0
2016-07-09 16:59:32 -04:00
2017-05-26 11:21:46 +02:00
- Update @kadira/storybook-ui to 2.4.0
2016-07-09 16:59:32 -04:00
# v1.36.0
2016-07-01 03:00:52 +05:30
2017-05-26 11:21:46 +02:00
- Support watchOptions configuration. See: [PR287](https://github.com/storybooks/react-storybook/pull/287)
2016-07-01 03:00:52 +05:30
# v1.35.2
2016-06-30 17:31:41 +05:30
2017-05-26 11:21:46 +02:00
- Add missing font-face to the ErrorDisplay's heading.
2016-06-30 17:31:41 +05:30
# v1.35.1
2016-06-27 14:27:15 +05:30
2017-05-26 11:21:46 +02:00
- Fix issue related to bad error handling. See issue [#275](https://github.com/storybooks/react-storybook/issues/275):
2016-06-27 14:27:15 +05:30
# v1.35.0
2016-06-27 09:29:23 +05:30
2017-05-26 11:21:46 +02:00
- 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-27 09:29:23 +05:30
# v1.34.1
2016-06-23 07:07:57 +05:30
2017-05-26 11:21:46 +02:00
- Don't always override NODE_ENV in build-storybook. [PR272](https://github.com/storybooks/react-storybook/pull/272)
2016-06-23 07:07:57 +05:30
# v1.34.0
2016-06-21 23:00:55 +05:30
2017-05-26 11:21:46 +02:00
- Use storybook-ui v2.2.0 which puts shortcut state into the URL.
2016-06-21 23:00:55 +05:30
# v1.33.0
2016-06-20 14:57:22 +05:30
2017-05-26 11:21:46 +02:00
- Introduce an [extension API](https://github.com/storybooks/react-storybook/blob/master/docs/extensions.md) for Storybook. See: [PR258](https://github.com/storybooks/react-storybook/pull/258)
2016-06-20 14:57:22 +05:30
# v1.32.1
2016-06-16 10:58:38 +05:30
2017-05-26 11:21:46 +02:00
- Extend @kadira/storybook-ui provider from it's base Provider.
2016-06-16 10:58:38 +05:30
# v1.32.0
2016-06-15 14:03:44 +05:30
2017-05-26 11:21:46 +02:00
- Use @kadira/storybook-ui as the manager UI with the implemented provider for React. See `client/manager` for more info.
2016-06-15 14:03:44 +05:30
# v1.31.0
2016-06-14 14:49:51 +05:30
2017-05-26 11:21:46 +02:00
- Pass a `context` argument to stories [PR250](https://github.com/storybooks/react-storybook/pull/250)
2016-06-14 14:49:51 +05:30
# v1.30.0
2016-06-10 10:08:29 +05:30
2017-05-26 11:21:46 +02:00
- Fuzzy search kinds [PR247](https://github.com/storybooks/react-storybook/pull/247)
2016-06-10 10:08:29 +05:30
# v1.29.5
2016-06-10 09:29:35 +05:30
2017-05-26 11:21:46 +02:00
- Update dependency version to fix filter crash [PR246](https://github.com/storybooks/react-storybook/pull/246)
2016-06-10 09:29:35 +05:30
# v1.29.4
2016-06-08 10:28:20 +05:30
2017-05-26 11:21:46 +02:00
- Protect index.html/iframe.html from being overwritten [PR243](https://github.com/storybooks/react-storybook/pull/243)
2016-06-08 10:28:20 +05:30
# v1.29.3
2016-06-08 09:56:29 +05:30
2017-05-26 11:21:46 +02:00
- Update @kadira/storybook-core version [PR241](https://github.com/storybooks/react-storybook/pull/241)
- Add es6-shim by default [PR238](https://github.com/storybooks/react-storybook/pull/238)
2016-06-08 09:56:29 +05:30
# v1.29.2
2016-06-07 14:57:08 +05:30
2017-05-26 11:21:46 +02:00
- Use url.resolve instead of path.join [PR240](https://github.com/storybooks/react-storybook/pull/240)
2016-06-07 14:57:08 +05:30
# v1.29.1
2016-06-07 10:37:49 +05:30
2017-05-26 11:21:46 +02:00
- Copy missed manager.js.map file on static build [PR236](https://github.com/storybooks/react-storybook/pull/236)
2016-06-07 10:37:49 +05:30
# v1.29.0
2016-06-06 13:33:35 +05:30
2017-05-26 11:21:46 +02:00
- Multiple static dirs (comma separated) [PR229](https://github.com/storybooks/react-storybook/pull/229)
2016-06-06 13:33:35 +05:30
# v1.28.5
2016-06-06 12:13:11 +05:30
2017-05-26 11:21:46 +02:00
- Support ECMAScript stage-0 [PR228](https://github.com/storybooks/react-storybook/pull/228) to fix [Issue #227](https://github.com/storybooks/react-storybook/issues/227)
2016-06-06 12:13:11 +05:30
# v1.28.4
2016-06-06 11:02:35 +05:30
2017-05-26 11:21:46 +02:00
- Support custom webpack public path for dev-server and static build started by [PR226](https://github.com/storybooks/react-storybook/pull/226)
2016-06-06 11:30:15 +05:30
# v1.28.3
2016-06-06 11:30:15 +05:30
2017-05-26 11:21:46 +02:00
- Revert [PR226](https://github.com/storybooks/react-storybook/pull/226)
2016-06-06 11:02:35 +05:30
# v1.28.2
2016-06-06 11:02:35 +05:30
2017-05-26 11:21:46 +02:00
- Support custom webpack publicPath [PR226](https://github.com/storybooks/react-storybook/pull/226)
2016-06-06 11:02:35 +05:30
# v1.28.1
2016-05-25 15:12:41 +05:30
2017-05-26 11:21:46 +02:00
- Add charset meta tags to HTML heads [PR216](https://github.com/storybooks/react-storybook/pull/216)
2016-05-25 15:12:41 +05:30
# v1.28.0
2016-05-25 13:15:13 +05:30
2017-05-26 11:21:46 +02:00
- Moved storybook serving code into a middleware to support more advanced use cases.
- Refactored dev server to use storybook middleware [PR211](https://github.com/storybooks/react-storybook/pull/211)
2016-05-25 13:15:13 +05:30
# v1.27.0
2016-05-17 07:35:26 +05:30
2017-05-26 11:21:46 +02:00
- Move modules to storybook-core repo. [PR196](https://github.com/storybooks/react-storybook/pull/196)
- Add stack-source-map again only for Chrome to get better error stacks.
- Add ability to control the hostname. See [PR195](https://github.com/storybooks/react-storybook/pull/195) and [PR198](https://github.com/storybooks/react-storybook/pull/198)
2016-05-17 07:35:26 +05:30
# v1.26.0
2017-05-26 11:21:46 +02:00
2016-05-12 19:25:06 +05:30
12-May-2016
2017-05-26 11:21:46 +02:00
- Ensure asset directory exists in the static-builder.
2016-05-12 19:25:06 +05:30
# v1.25.0
2017-05-26 11:21:46 +02:00
2016-05-11 03:40:15 +05:30
11-May-2016
2017-05-26 11:21:46 +02:00
- Fix several publishing related issues. See: [#188](https://github.com/storybooks/react-storybook/pull/188).
- Fix babel extends issue. See: [PR185](https://github.com/storybooks/react-storybook/pull/185).
- Fix issue with removing a preset from users babelrc.
- Fixes: [#183](https://github.com/storybooks/react-storybook/issues/183).
- [PR184](https://github.com/storybooks/react-storybook/pull/184)
- Make left panel scrollable with keeping the filterbox always. See: [PR182](https://github.com/storybooks/react-storybook/pull/182).
- Add `qs` as a direct dependency as it's used in preview.
2016-05-11 03:40:15 +05:30
# v1.24.0
2017-05-26 11:21:46 +02:00
2016-05-10 14:03:49 +05:30
10-May-2016
2016-05-10 11:43:28 +05:30
2017-05-26 11:21:46 +02:00
- Add a potential fix for the double scrollbar issue. See: [179](https://github.com/storybooks/react-storybook/issues/179).
- Add scrolling support to the left panel. Fixes [#177](https://github.com/storybooks/react-storybook/issues/177).
- Remove NODE_ENV=production flag. Fixes [#158](https://github.com/storybooks/react-storybook/issues/158)
2016-05-10 11:43:28 +05:30
# v1.23.0
2017-05-26 11:21:46 +02:00
2016-05-09 14:08:21 +05:30
09-May-2016
2016-05-09 09:59:25 +05:30
2017-05-26 11:21:46 +02:00
- Add shortcuts to jump to previous and next stories. See [PR176](https://github.com/storybooks/react-storybook/pull/176)
- Fix loader concatenation bug specially when custom config doesn't have a loaders section. [PR173](https://github.com/storybooks/react-storybook/pull/173)
2016-05-09 09:59:25 +05:30
# v1.22.1
2017-05-26 11:21:46 +02:00
2016-05-06 17:32:06 +05:30
06-May-2016
2017-05-26 11:21:46 +02:00
- Add a potential fix for [#167](https://github.com/storybooks/react-storybook/issues/167)
- basically, this moved back babel-packages required by webpack.
2016-05-06 17:32:06 +05:30
# v1.22.0
2017-05-26 11:21:46 +02:00
2016-05-06 17:15:17 +05:30
06-May-2016
2017-05-26 11:21:46 +02:00
- Improve the static builder time.
2016-05-06 17:15:17 +05:30
# v1.21.0
2017-05-26 11:21:46 +02:00
2016-05-06 14:38:47 +05:30
06-May-2016
2017-05-26 11:21:46 +02:00
- Add configType argument to custom config function. See: [PR169](https://github.com/storybooks/react-storybook/pull/169)
- Add the unicode version of the Keyboard Shortcut Icon. See: [PR170](https://github.com/storybooks/react-storybook/pull/170)
2016-05-06 14:38:47 +05:30
# v1.20.0
2017-05-26 11:21:46 +02:00
2016-05-05 14:49:19 +05:30
05-May-2016
2016-04-30 05:07:36 +05:30
2017-05-26 11:21:46 +02:00
- Allow to configure webpack as the user wants. See [PR160](https://github.com/storybooks/react-storybook/pull/160)
- Add typescript typings support for the core API. See [PR157](https://github.com/storybooks/react-storybook/pull/157)
- Implement Mantra architecture and some new features including permalinks, full screen support. See: [PR165](https://github.com/storybooks/react-storybook/pull/165)
- Remove some typo in docs. See: [PR154](https://github.com/storybooks/react-storybook/pull/154)
- Move UI testing libraries to devDependencies. See: [PR153](https://github.com/storybooks/react-storybook/pull/153)
2016-04-30 05:07:36 +05:30
# v1.19.0
2017-05-26 11:21:46 +02:00
2016-04-27 05:16:43 +05:30
27-April-2016
2017-05-26 11:21:46 +02:00
- Add airbnb-js-shims to client-side JS. See: [PR147](https://github.com/storybooks/react-storybook/pull/147)
- Remove self-closing div tag, which is invalid HTML. See: [PR148](https://github.com/storybooks/react-storybook/pull/148)
- Search for a .babelrc in the storybook config directory first, then the project root. See: [PR149](https://github.com/storybooks/react-storybook/pull/149)
2016-04-27 05:16:43 +05:30
# v1.18.0
2017-05-26 11:21:46 +02:00
2016-04-26 04:46:07 +05:30
26-April-2016
2017-05-26 11:21:46 +02:00
- Link Storybook menu to the repo. See: [PR137](https://github.com/storybooks/react-storybook/pull/137)
- Implement keyboard shortcuts and fuzzy search. See: [PR141](https://github.com/storybooks/react-storybook/pull/141)
2016-04-26 04:46:07 +05:30
# v1.17.2
2017-05-26 11:21:46 +02:00
2016-04-25 15:34:14 +05:30
25-April-2016
2017-05-26 11:21:46 +02:00
- Fix an error which only occurs on Firefox. See: [PR144](https://github.com/storybooks/react-storybook/pull/144)
2016-04-25 15:34:14 +05:30
# v1.17.1
2017-05-26 11:21:46 +02:00
2016-04-21 22:40:14 +05:30
21-April-2016
2017-05-26 11:21:46 +02:00
- Fix a regression introduce by `v1.17.0`. See: [PR133](https://github.com/storybooks/react-storybook/pull/133)
2016-04-21 22:40:14 +05:30
# v1.17.0
2017-05-26 11:21:46 +02:00
2016-04-21 21:09:32 +05:30
21-April-2016
2017-05-26 11:21:46 +02:00
- Check all the arguments passed to action for events. See: [PR132](https://github.com/storybooks/react-storybook/pull/132)
2016-04-21 21:09:32 +05:30
# v1.16.1
2017-05-26 11:21:46 +02:00
2016-04-21 03:40:22 +05:30
21-April-2016
2017-05-26 11:21:46 +02:00
- Fix action logs highlighting issue, which comes as a regression of [PR126](https://github.com/storybooks/react-storybook/pull/126).
2016-04-21 03:40:22 +05:30
# v1.16.0
2017-05-26 11:21:46 +02:00
2016-04-20 17:39:28 +05:30
20-April-2016
2017-05-26 11:21:46 +02:00
- Prevent re-rendering the preview iframe when there is an action.
- Related issue: [#116](https://github.com/storybooks/react-storybook/issues/116)
- Related PR: [PR126](https://github.com/storybooks/react-storybook/pull/126)
2016-04-20 17:39:28 +05:30
# v1.15.0
2017-05-26 11:21:46 +02:00
2016-04-20 09:47:13 +05:30
20-April-2016
2017-05-26 11:21:46 +02:00
- Improve action logger UI and increase max log count to 10. See [PR123](https://github.com/storybooks/react-storybook/pull/123)
2016-04-20 09:47:13 +05:30
# v1.14.0
2017-05-26 11:21:46 +02:00
2016-04-19 13:25:50 +05:30
19-April-2016
2016-04-19 13:25:14 +05:30
2017-05-26 11:21:46 +02:00
- Add syntax highlights to the logger. See: [PR118](https://github.com/storybooks/react-storybook/pull/118)
2016-04-19 13:25:14 +05:30
# v1.13.0
2016-04-15 03:51:02 +05:30
2017-05-26 11:21:46 +02:00
- Add some UI test cases. See [PR103](https://github.com/storybooks/react-storybook/pull/103)
- Implement `.addDecorator()` API. See [PR115](https://github.com/storybooks/react-storybook/pull/115)
- Add code folding support. See [PR111](https://github.com/storybooks/react-storybook/pull/111)
2016-04-15 03:51:02 +05:30
# v1.12.0
2017-05-26 11:21:46 +02:00
2016-04-14 05:26:42 +05:30
14-April-2016
2017-05-26 11:21:46 +02:00
- Add support for webpack module preLoaders. See: [PR107](https://github.com/storybooks/react-storybook/pull/107)
2016-04-14 05:26:42 +05:30
# v1.11.0
2017-05-26 11:21:46 +02:00
2016-04-13 05:39:57 +05:30
13-April-2016
2017-05-26 11:21:46 +02:00
- Add support for React DevTools. See: [PR104](https://github.com/storybooks/react-storybook/pull/104)
2016-04-13 05:39:57 +05:30
# v1.10.2
2017-05-26 11:21:46 +02:00
2016-04-12 16:45:00 +05:30
12-April-2016
Fix various issues related to static bundling.
2017-05-26 11:21:46 +02:00
- 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.
2016-04-12 16:45:00 +05:30
# v1.10.1
2016-04-12 09:54:00 +05:30
2017-05-26 11:21:46 +02:00
- Don't serve index.html in static directory as a site index. See [PR100](https://github.com/storybooks/react-storybook/pull/100)
- Use cjson for parsing .babelrc files (support comments). See [PR98](https://github.com/storybooks/react-storybook/pull/98)
- Remove the dist directory before running babel to avoid older code. See [PR101](https://github.com/storybooks/react-storybook/pull/101)
2016-04-12 09:54:00 +05:30
# v1.10.0
2016-04-11 18:56:43 +05:30
2017-05-26 11:21:46 +02:00
- Add custom head support inside the iframe. See [PR77](https://github.com/storybooks/react-storybook/pull/77)
- Unmount components before rendering into DOM node. Fix: [#81](https://github.com/storybooks/react-storybook/issues/81)
- Add a static file builder. See [PR88](https://github.com/storybooks/react-storybook/pull/88)
- Fix search box's lineHeight to work with all the browsers. See: [PR94](https://github.com/storybooks/react-storybook/pull/94)
- Add the search box. See: [PR91](https://github.com/storybooks/react-storybook/pull/91).
2016-04-11 18:56:43 +05:30
# v1.9.0
2016-04-09 19:59:35 +05:30
Add some minor improvements.
2017-05-26 11:21:46 +02:00
- Avoid deprecated warning in Chrome Canary. See: [PR85](https://github.com/storybooks/react-storybook/pull/85)
- Fix the React Warning about CSS property. See: [PR84](https://github.com/storybooks/react-storybook/pull/84)
- Transition on latest logged action. See: [PR80](https://github.com/storybooks/react-storybook/pull/80)
2016-04-09 19:59:35 +05:30
# v1.8.0
2016-04-09 19:30:55 +05:30
2017-05-26 11:21:46 +02:00
- Add story linking functionality.
- [Documentation](https://github.com/storybooks/react-storybook/blob/master/docs/api.md#linking-stories).
- Original feature request: [#50](https://github.com/storybooks/react-storybook/issues/50)
- Implementation: [PR86](https://github.com/storybooks/react-storybook/pull/86)
2016-04-09 19:30:55 +05:30
# v1.7.0
2016-04-09 17:46:44 +05:30
2017-05-26 11:21:46 +02:00
- Add support to React v15.0.0.
2016-04-09 17:46:44 +05:30
# v1.6.0
2016-04-06 21:40:58 +05:30
2017-05-26 11:21:46 +02:00
- Make scrollable layout. See: [PR](https://github.com/storybooks/react-storybook/pull/70)
- Add npm3 requirement to the `package.json`.
- Add `react` and `react-dom` to devDependencies.
2016-04-06 21:40:58 +05:30
# v1.5.0
2016-04-06 21:40:58 +05:30
2017-05-26 11:21:46 +02:00
- Add support for most of the custom webpack configuration. See [PR64](https://github.com/storybooks/react-storybook/pull/64)
2016-04-06 21:40:58 +05:30
# v1.4.0
2016-04-05 20:00:51 +05:30
2017-05-26 11:21:46 +02:00
- Add CLI option to specify the config dir. See [PR52](https://github.com/storybooks/react-storybook/pull/52).
2016-04-05 20:00:51 +05:30
# v1.3.0
2016-04-04 13:29:58 +05:30
2017-05-26 11:21:46 +02:00
- Load the `.babelrc` manually. Fixed: [#41](https://github.com/storybooks/react-storybook/issues/41)
- Add a better contributing guide. See [CONTRIBUTING.md](https://github.com/storybooks/react-storybook/blob/master/CONTRIBUTING.md)
- Add a development utility `npm run dev` which watches "src" directory and run `npm run prepublish`.
2016-04-04 13:29:58 +05:30
# v1.2.0
2016-04-04 10:37:11 +05:30
2017-05-26 11:21:46 +02:00
- Add a button to clear logs in the ActionLogger. This is requested in [PR21](https://github.com/storybooks/react-storybook/issues/21).
- Remove navigation list order hijacking. See [commit](https://github.com/storybooks/react-storybook/commit/166365fd38f51f79e69e028a1c11e2620eddcb99).
- Fix a typo in .gitignore. See [PR31](https://github.com/storybooks/react-storybook/pull/31).
- Add support for JSX. See [PR18](https://github.com/storybooks/react-storybook/pull/18).
2016-04-04 10:37:11 +05:30
# v1.1.0
2016-03-31 14:40:28 +05:30
2017-05-26 11:21:46 +02: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
# v1.0.0
2016-03-31 14:29:46 +05:30
2017-05-26 11:21:46 +02:00
- Yeah!