From 307205a2e15c5cdbfb057715b07b99788c3f42ee Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Mon, 26 Jun 2017 16:05:54 +1000 Subject: [PATCH] CHANGELOG for 3.1.6 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b30191c33..b81a66664f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 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) +- Fix invalid prop 'node.type' supplied to 'Props' [#1351](https://github.com/storybooks/storybook/pull/1351) +- Addon Info: Omit empty inline info header [#1306](https://github.com/storybooks/storybook/pull/1306) +- Use uuid for action IDs instead of Math.random (fixes #1109) [#1347](https://github.com/storybooks/storybook/pull/1347) + +#### Documentation + +- Fix welcome instructions now that `getstorybook` does not add Button source [#1358](https://github.com/storybooks/storybook/pull/1358) +- Update addons/info read me with configuration instructuctions [#1326](https://github.com/storybooks/storybook/pull/1326) + +#### Dependency Upgrades + +- Update lint-staged to the latest version 🚀 [#1315](https://github.com/storybooks/storybook/pull/1315) + # 3.1.5 2017-June-22