Skip to content

Releases: Comcast/patternlab-edition-node-webpack

Edition Node Webpack - v2.0.1

19 Nov 13:46
Compare
Choose a tag to compare
  • Upgrade all node modules
  • Babel upgrade to version 7

Edition Node Webpack - v2.0.0

13 Jun 14:17
Compare
Choose a tag to compare

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

Edition Node Webpack - v1.0.6

18 Apr 13:26
Compare
Choose a tag to compare

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

Edition Node Webpack - v1.0.5

06 Dec 20:55
Compare
Choose a tag to compare

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.

Edition Node Webpack - v1.0.4

06 Dec 20:44
Compare
Choose a tag to compare

Bug Fix

Issue #3 has been corrected.

Edition Node Webpack - v1.0.3

03 Nov 14:21
Compare
Choose a tag to compare

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

Edition Node Weback v1.0.2

24 Oct 14:18
Compare
Choose a tag to compare

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.

Edition Node Weback v1.0.1

11 Oct 20:20
Compare
Choose a tag to compare

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

Edition Node Weback v1.0.0

11 Oct 15:03
Compare
Choose a tag to compare

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