This repository was archived by the owner on Nov 17, 2020. It is now read-only.
v2.0.0
Breaking changes
- Relative filepaths in the configuration file and absolute filepaths for external examples are now resolved relative the root project directory (ie. the first ancestor directory that contains
package.json). Previously, they were resolved relative to the configuration file's parent directory. - The
sidebarconfiguration property is now a child of a newthemeproperty:
theme:
sidebar:
background: red
textColor: "#fff"
New functionality
- Custom CSS and JS can be included in the styleguide via a new
themeoption in the configuration. See the Theming docs.