Patternlab Edition Node Webpack Versions Save

The webpack wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.

2.0.1

5 years ago
  • Upgrade all node modules
  • Babel upgrade to version 7

v2.0.0

5 years ago

Highlights

This edition now uses webpack 4, with the latest of the 2.x branch of pattern lab core. Yarn was also re-introduced but is not a requirement by any of the steps. Fixes to a majority of the outstanding bugs as well.

Changes

🆕 - Upgraded to Webpack 4, all dependencies are also updated to work with this version. 🆕 - patternlab-config.json now has a app element, that is specific to changing your instance. 🆕 - Added .editorconfig 🆕 - Added source/_app/samples/webpack.app.scss.js for those who wish to easily add .scss support. ✏️ - Changed the devServer settings to address issues with builds and watches ✏️ - Tested support for .json patterns ⏳ - Faster builds

Issues

🐛 - Addressed issue #27 🐛 - Fixed and tested issue #23 🐛 - Fixed issue #18 🆕 - Completed milestone #16 🐛 - Fixed issue #14

v1.0.6

6 years ago

Changes

Removed the use of es2015 preset for Babel in favor of env

Fixes

Address pattern-lab/patternlab-node#745 and preparation for #16 Correction for issue #15 removal of yarn #11, amend Readme for adding a starterkit

v1.0.5

6 years ago

Changes

Updated instructions in readme.md

  • Better fix for issue #3
  • Removed yarn.lock, npm is the default in all other versions, and this should be no different. Reduces issues and maintenance.

v1.0.4

6 years ago

Bug Fix

Issue #3 has been corrected.

v1.0.3

6 years ago

Changes

  • [Bug Fix] - An issue while in webpack dev server watching, the public folder _patterns wouldn't be cleaned.
  • [Added] - Better documentation on the additional options added to patternlab-config.json
  • [Changed] - Modified the way webpack merge was working, to provide a even easier and better experience. Those details are outlined in the updated readme.md

v1.0.2

6 years ago

Changes

  • Removed glob in favor of globby to allow an array of globs in an entry
  • Added webpack-merge for merging and overriding the default webpack.config.babel.js you can now change the config and more easily get the updates in the future.
  • Updated the readme
  • Synced patternlab-config.json to current state. Future setting of "starterkitPostInstallClean": false added, but requires pattern lab core update.

v1.0.1

6 years ago

Edition Node Weback v1.0.1

Changes

  • Removed duplicate js copy task in webpack config, webpack already compiles all js in this folder and places it in public.
  • Modified the _meta/ header and footer to closer match the base mustache starterkit. No starterkit is loaded, but it's a similar version that works with webpack
  • Added pattern-scafolding.css and styleguide-specfic css similar to the gulp edition

v1.0.0

6 years ago

Edition Node Webpack v1.0.0

This first release contains the stable version of the webpack edition wrapper of pattern-lab-node.

Stable with version Pattern Lab Node v2.12.0