Pattern Lab Node Core 2.1.1
Pattern Lab Node v2.1.1
Pattern Lab Node v2.1.1 fixes a regression with pattern markdown parsing introduced in v2.1.0. I've included unit test coverage of this fix. PL/Node also no longer attempts to strip quotes from frontmatter values, potentially altering how your annotations and pattern yaml displays.
- CHG: Markdown & frontmatter parsing improvements | @bmuenzenmeyer
- Parses markdown even when no frontmatter exists
- No longer attempts to strip quotes from frontmatter values
- Unit test coverage
UPGRADE INSTRUCTIONS
Follow the standard upgrade instructions to migrate from 1.X to 2.X, which now requires an edition.
EDITIONS
It's now suggested to use an edition with Pattern Lab Node. Editions package up core, shared frontend assets, and a means to communicate with the API.
- Edition Node Gulp
- Edition Node Grunt - less tested
UNIT TESTS/ASSERTIONS
3 unit tests/assertions were added this release for a total of 245 - plus more for engines that are not included yet.
ROADMAP
Keep an eye on the roadmap for a clearer understanding of where the project is going in the next few releases.
Brian and Geoff