Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## New features * Add custom component display names ([#933](styleguidist/react-styleguidist#933)) ``` module.exports = { updateDocs(docs) { if (docs && docs.displayName) { docs.visibleName = docs.displayName.toLowerCase() } return docs } } ``` * Made the mounting point id configurable. ([#1050](styleguidist/react-styleguidist#1050)) ## Bug fixes * Cypress failing test ([#1077](styleguidist/react-styleguidist#1077))
- Loading branch information