Skip to content

v0.15.0 - pattern lab - node

Compare
Choose a tag to compare
@bmuenzenmeyer bmuenzenmeyer released this 12 Nov 07:18
· 3854 commits to master since this release

Pattern Lab Node v0.15.0

Version 0.15.0 is here with support for Node 4.X and 5.X

I've been able to confirm patternlab working on node 4 and 5 using updated dependencies, and following I am tabulating on the wiki. Special shoutout to @tjunnone for the excellent npm-check-updates package which made this process much easier overall.

CHANGELOG

  • CHG: Updated package.json devDependencies for Node 4.X and 5.X support.
  • CHG: Updated package.gulp.json devDependencies for Node 4.X and 5.X support.

UNIT TESTS

0 more unit tests were added with this release. Travis CI was updated with two additional configurations, however.
image

UPGRADE INSTRUCTIONS

Assuming you are on v0.14.X, one should be able to update package.json for either grunt or gulp configurations and run npm update. For the paranoid like me, I like to blow away node_modules and run npm install. Let me know if you experience problems.

ROADMAP

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

v1.0.0

❤️ from @bmuenzenmeyer