From ebdb6ac9725125c8b9ff57237c94c65051556ae8 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Wed, 28 Aug 2019 07:56:55 +0800 Subject: [PATCH] 5.2.0-beta.43 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ef74b8e8e..802cdcb1c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 5.2.0-beta.43 (August 28, 2019) + +CSF users: This is potentially a breaking change. If you want to opt-out of the new default display name calculation (`lodash.startCase`) you can add the following to your SB config: + +```js +addParameters({ options: { makeDisplayName: key => key }}); +``` + +### Features + +* CSF: Transform CSF named exports w/ `makeDisplayName` ([#7878](https://github.com/storybookjs/storybook/pull/7878)) + ## 5.2.0-beta.42 (August 28, 2019) Addon-docs users: This is a breaking change if you have been hacking the `docs` parameter manually. If you're using the zero-config option for `DocsPage` or `MDX`, you should be unaffected by it.