Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

v3.1.0

Compare
Choose a tag to compare
@mpetrovich mpetrovich released this 16 Dec 04:15

New functionality

  • Displays source filepath of each styleguide component (screenshot below) with included theme hooks:
    • theme-content-element-source: An element's source filepath container
    • theme-content-element-source-label: The text label of an element's source filepath
    • theme-content-element-source-path: The filepath string of an element's source filepath

screenshot 2018-12-15 23 08 40

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 nearest package.json directory from it.