This commit is contained in:
Michael Shilman 2017-07-06 02:14:55 -07:00
parent acfddc052b
commit f2a02e7c9c

View File

@ -1,3 +1,22 @@
# 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)
# 3.1.7
2017-June-28