Skip to content

Releases: justeat/gulp-build-fozzie

v8.1.0

10 Oct 14:19
Compare
Choose a tag to compare

Changed

  • Updated f-templates-loader dependency.

v8.0.0

03 Oct 13:05
Compare
Choose a tag to compare

Changed

  • Package dependency updates. Using the package will now require an upgrade to Babel 7.

v7.26.0

03 Sep 09:41
Compare
Choose a tag to compare

Added

  • gulp-stylelint plugin replaces postcss for the SCSS compilation so that the task can autofix any issues (as the postcss plugin isn't capable of doing this).

Changed

  • Updated eslint-config-fozzie dependency to remove warnings coming from airbnb-base config.
  • Update a bunch of minor dependencies.

v7.25.0

28 Aug 08:22
Compare
Choose a tag to compare

Changed

  • Updated eslint-config-fozzie dependency.

v7.24.0

28 Aug 08:21
Compare
Choose a tag to compare

Changed

  • Use ES6 compatible uglify component

v7.23.0

20 Aug 11:25
Compare
Choose a tag to compare

Added

Can now lint sub-modules Sass (for local development) by using the --lintModules flag.

Changed

  • Dependency on gulp-gh-pages removed in favour of our own forked version (as the maintainer had moved it to Gulp 4, which hasn't been released).
  • Tests updated in line with config changes to CSS lintPaths

Removed

  • Gemnasium removed from README

v7.22.0

06 Aug 09:08
Compare
Choose a tag to compare

Changed

  • Lots of BAU package updates as well as for f-template-loader to allow importing inline SVGs.

v7.21.0

13 Jul 15:37
0d4566d
Compare
Choose a tag to compare

Changed

  • Package versions updated (including gulp-gh-pages after contacting package owner).
  • Updated to v2 of eslint-config-fozzie
  • Quoted glob pattern in scripts lint config, as was picking up package names such as asn1.js incorrectly for linting.

Fixed

  • New eslint config updates reflected in --fix of task js files

v7.20.1

10 Jul 15:51
58ce166
Compare
Choose a tag to compare

Fixed

  • Added resolutions value for gift, as gulp-gh-pages was using an old version of this package which was stopping the docs:deploy task from running.

v7.20.0

09 Jul 19:26
a109045
Compare
Choose a tag to compare

Added

  • Adding copy:docs task for copying docs sites specific files (such as CNAME records)