Skip to content

Releases: yeoman/generator-webapp

v4.0.0-9

30 Jan 08:51
afac1ce
Compare
Choose a tag to compare
  • update Sass dependencies, hopefully reducing installation errors (#786), thanks @blackwolf3342!

v4.0.0-8

01 Mar 12:39
Compare
Choose a tag to compare
  • use gulp's built-in sourcemaps instead of gulp-sourcemaps package (yay for gulp v4!)
  • add missing classes to navigation elements in scaffolded HTML
  • fix infinite loop when linting test files (#770)

Updated recipes

v4.0.0-7

11 Nov 10:36
Compare
Choose a tag to compare
  • bump generator-mocha to fix incorrect test file for TDD (#768)

v4.0.0-6

27 Jun 20:43
Compare
Choose a tag to compare
  • use a more descriptive prompt for Mocha
  • adding an option to opt-out of using a testing framework by passing --skip-test-framework

v4.0.0-5

06 Apr 13:48
Compare
Choose a tag to compare
  • fix invalid package.json in certain combinations of options (#755)

v4.0.0-4

06 Apr 13:32
Compare
Choose a tag to compare
  • place vendor styles before user styles to avoid specificity issues

v4.0.0-3

06 Mar 15:30
Compare
Choose a tag to compare
  • fix critical problems with gulpfile.js and useref when building for production (#752)
  • add missing cleanup before serving tests and building for production
  • build Modernizr through a gulp task instead of using its CLI
  • remove excessive whitespace in generated files like package.json

v4.0.0-2

16 Jan 13:00
Compare
Choose a tag to compare
  • fixed reference error in gulpfile (#750)

v4.0.0-1

12 Jan 20:55
Compare
Choose a tag to compare

Upgrade

npm install --global generator-webapp@next

Notable changes

  • don't parse gulpfile with Babel
    • unnecessary performance impact for little gain
  • fix syntax error in gulpfile

v4.0.0-0

10 Jan 11:58
Compare
Choose a tag to compare

Upgrade

npm install --global generator-webapp@next

Then select this version.

Notable changes

  • remove Bower because it's deprecated, you should now add assets manually by linking to node_modules
    • we hope to make this easier in the future by implementing a module bundler or something like that
  • upgrade to Gulp v4! (see their docs to learn the new API)
  • generate Modernizr build using a config file (see docs)
  • parse gulpfile with Babel to make it easier to write
  • run Gulp tasks using npm scripts, you should use those from now on
  • use gulp-postcss instead of gulp-autoprefixer, now you can add more PostCSS plugins if you want
  • configure browser support of Autoprefixer and @babel/preset-env using browserslist (see the docs)
  • remove the option to disable Babel (--no-babel)
  • add ability to customize server port using --port
  • update docs
  • dependencies
    • bump all dependencies
    • remove unused dependencies like Babel v6
    • add missing dependencies like Popper.js for Bootstrap

Help us make this version stable by reporting bugs!