v0.15.0 - pattern lab - node
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.
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
- ADD: Restructure filesystem to better align concerns and support upgrades
- FINISH: Add More Unit Tests
- FIX: Look to see if example pattern vendor js needs to be updated
- MAYBE: adding multi-compiler functionality
❤️ from @bmuenzenmeyer