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)