This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
v3.1.0
New functionality
- Displays source filepath of each styleguide component (screenshot below) with included theme hooks:
theme-content-element-source
: An element's source filepath containertheme-content-element-source-label
: The text label of an element's source filepaththeme-content-element-source-path
: The filepath string of an element's source filepath
Bug fixes
- Debounces rather than throttles styleguide generation, which should address runaway styleguide generation when using the file watcher (
-w
option). - Uses
baseDir
config option as provided instead of trying to find the nearestpackage.json
directory from it.