v0.10.1 - pattern lab - node
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:
- Backup your
source/
directory andconfig.json
- Overwrite all of
builder/
andpublic/
as normal - Refer to this pull request if you need help, but you'll essentially need to:
- Add
"baseurl" : ""
toconfig.json
- Overwrite
source/_patternlab-files/pattern-header-footer/footer.html
- Overwrite
source/_patternlab-files/styleguide.mustache
- Overwrite
source/_patternlab-files/viewall.mustache
- Add
Roadmap
Worth noting too is a roadmap that provides some clearer understanding of where the project is going in the next few releases.