Releases: netzstrategen/gulp-task-collection
Releases · netzstrategen/gulp-task-collection
v4.1.4: Added compatibility with old Safari browsers
v4.1.2
Bumped to version 4.1.2.
v4.1.0: Added webpack to compile JS files
This minor release adds webpack to compile Javascripts files, instead of uglify, for better performance and to add the capability of import packages.
v4.0: Cleanups for automated build processes
This major release removes several optional packages, because they need to be installed as devDependencies, so they need to be added in the root project instead.
What's Changed
- Fixed module gulp-css-url-custom-hash could not be fetched. by @fabianmarz in #42
- Fixed Fractal, eslint, stylelint, livereload should not be installed in production. by @sun in #43
Full Changelog: v3.1.1...v4.0.0
Upgrading
Add the desired/necessary packages in your root project; consider to upgrade to the following:
- https://github.com/netzstrategen/eslint-config
- https://github.com/netzstrategen/stylelint-config
- https://github.com/netzstrategen/phpcs-config
- https://github.com/netzstrategen/fractal-twig
Also consider to upgrade the following composer/PHP packages:
v3.1.1
Bumped version to 3.1.1.
v3.1.0
v3.0.3: Fix versions to resolve NPM issues. (#38)
Co-authored-by: Daniel Kudwien <[email protected]>