This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
ChangeLog
Brian Muenzenmeyer edited this page Mar 21, 2017
·
32 revisions
WIP on dev-2.0
not yet released
- [DEL] Removed pattern states from patternlab-config.json | @benhalverson
March 10th, 2017
- CHG: allow es6 syntax; make the build() function return a promise to support async building | @geoffp
- CHG: support both async and sync versions of pattern lab | @geoffp
- CHG: Improve watcher reliability | @geoffp
- ADD: add 'npm start' script, making global gulp optional | @geoffp
- ADD: watch for JS files changes | @geoffp
- FIX Remove console.log from gulpfile | @bmuenzenmeyer
November 5th, 2016
- [RE-FIX] File copies failing on Windows globs, resolve path with proper concatenation of globs and watches | @bmuenzenmeyer
November 2nd, 2016
- [FIX] File copies failing on Windows globs | @bmuenzenmeyer
September 27th, 2016
- [FIX] Postinstall error prevents use of edition-node-gulp as a dependency | @bmuenzenmeyer
- [ADD] add npm script to run local gulp | @amaldare93
August 25th, 2016
- [FIX] File changes sometimes cause double reloads | @bmuenzenmeyer
August 16th, 2016
- [ADD] Add default output file suffixes | @bmuenzenmeyer
- [ADD] Dodge underscore bug by default | @geoffp
- [ADD] Added notes about running with local gulp to the README | @bmuenzenmeyer
- [ADD] Added postinstall hook to install found starterkit | @bmuenzenmeyer
July 13th, 2016
- [CHG] Determine what to ship inside source | @bmuenzenmeyer
- [CHG] Readme updates for commands and install | @bmuenzenmeyer
June 23rd, 2016
- [FIX] Fix gulp task omission and recursive image copy glob | @bmuenzenmeyer
June 22nd, 2016
- [FIX] Update defaultShowPatternInfo config to false per spec | @bmuenzenmeyer
June 21st, 2016
- [CHG] Updated shared assets to use npm registered packages | @bmuenzenmeyer
June 21st, 2016
- [CHG] Updated dependencies to core 2.0.0, shared assets 3.0.0 | @bmuenzenmeyer
June 20th, 2016
- [DEL] Removed dead code from gulpfile | @bmuenzenmeyer
- [CHG] Converted gullpfile to gulp 4 syntax | @bmuenzenmeyer, heavily indebted to this PR example code
- [DEL] Remove old configuration entries | @bmuenzenmeyer
- [ADD] Added a callback on
gulp patternlab:serve
| @bmuenzenmeyer - [ADD] Added support for
defaultShowPatternInfo
| @bmuenzenmeyer - [ADD] Added support for
pattern-scaffolding.css
| @bmuenzenmeyer