Skip to content

v0.1.2 - pattern lab - node

Compare
Choose a tag to compare
@bmuenzenmeyer bmuenzenmeyer released this 20 Jul 12:47
· 4052 commits to master since this release

Drive progress toward adherence to the Pattern Lab specification

  • #35 4.1. Atomic Design Naming Convention Not Required
  • #6 4.6.3. Annotations
  • #36 5.5. Version Command
  • #37 5.6. Help Command

Miscellaneous Fixes and Improvements

  • #26 Code Option Not Working and Some Icons Not Showing
  • #30 Version Mustache with NPM
  • #31 Published to NPM
  • Pattern compilation only support

I did drop support for #8 lineage at this time, but with a lot of interest in restructuring patternlab node to support grunt/gulp, development will shift to #51 removing dependencies

Here is the full changelog:

  • ADD: Abstracted template rendering into a function for easier swapping of rendering engine
  • ADD: Smarter filtering of files to support other templates Thanks
  • ADD: Help command line agument
  • ADD: Version command line argument
  • ADD: Patterns only command line argument
  • ADD: IshControlsVisible options. Can now hide any ishControls you like.
  • ADD: Documented the command line interface
  • CHG: Put debug flag in conf.json instead of package.json
  • CHG: Aligned styleguide css with patternlab-php
  • FIX: Removed node .8 from travis
  • FIX: Code and annotation support in patternlab viewer
  • THX: thanks @ivanmayes and Shoptology crew for contibutions!