Skip to content

v5.2.0-beta.43

Pre-release
Pre-release
Compare
Choose a tag to compare
@shilman shilman released this 28 Aug 00:15
· 43114 commits to next since this release

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:

addParameters({ options: { makeDisplayName: key => key }});

Features

  • CSF: Transform CSF named exports w/ makeDisplayName (#7878)