Skip to content

v0.11.0 - pattern lab - node

Compare
Choose a tag to compare
@bmuenzenmeyer bmuenzenmeyer released this 26 Aug 04:55
· 3931 commits to master since this release

Pattern Lab Node v0.11.0

This release features full support for listitems, something missing since the beginning of the port but allows users to repeat items much easier. Enjoy!

CHANGELOG

  • ADD: Ignore pattern directories that start with an underscore.
  • ADD: Support for lists with the listItems variable
  • FIX: Resolved issue where pattern parameter data bled into global data object
  • ADD: Support a fluid viewport

UPGRADE INSTRUCTIONS

Like v0.10.X, 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

Keep an eye on the roadmap for a clearer understanding of where the project is going in the next few releases.