Skip to content

Commit

Permalink
Changelog: 🚀
Browse files Browse the repository at this point in the history
## 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
bluetidepro committed Aug 7, 2018
1 parent 8505be1 commit 2737608
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 2737608

Please sign in to comment.