Releases: justeat/gulp-build-fozzie
Releases · justeat/gulp-build-fozzie
v8.1.0
v8.0.0
Changed
- Package dependency updates. Using the package will now require an upgrade to Babel 7.
v7.26.0
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
Changed
- Updated
eslint-config-fozzie
dependency.
v7.24.0
Changed
- Use ES6 compatible uglify component
v7.23.0
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
Changed
- Lots of BAU package updates as well as for f-template-loader to allow importing inline SVGs.
v7.21.0
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 asasn1.js
incorrectly for linting.
Fixed
- New eslint config updates reflected in
--fix
of task js files
v7.20.1
Fixed
- Added resolutions value for
gift
, asgulp-gh-pages
was using an old version of this package which was stopping thedocs:deploy
task from running.
v7.20.0
Added
- Adding
copy:docs
task for copying docs sites specific files (such as CNAME records)