Skip to content

v0.10.1 - pattern lab - node

Compare
Choose a tag to compare
@bmuenzenmeyer bmuenzenmeyer released this 10 Aug 03:39
· 3941 commits to master since this release

Pattern Lab Node v0.10.1

This is a small maintenance release that fixes a small bug with pattern parameter lineage. Many more unit tests were created to cover some recent functionality - though coverage is not complete yet.

CHANGELOG

  • ADD: Added more unit tests for recently more-modular code
  • FIX: Lineage was not working for patterns with pattern parameters

UPGRADE INSTRUCTIONS

Like v0.10.0, normally one could be safe following the upgrade instructions, but this time we've changed some source/_patternlab-files/ directory files too. I have opened an issue to make this process smoother in the future. For now, you should be able to upgrade using the follow process:

  1. Backup your source/ directory and config.json
  2. Overwrite all of builder/ and public/ as normal
  3. Refer to this pull request if you need help, but you'll essentially need to:
    • Add "baseurl" : "" to config.json
    • Overwrite source/_patternlab-files/pattern-header-footer/footer.html
    • Overwrite source/_patternlab-files/styleguide.mustache
    • Overwrite source/_patternlab-files/viewall.mustache

Roadmap

Worth noting too is a roadmap that provides some clearer understanding of where the project is going in the next few releases.