Releases: digitoimistodude/devpackages
Releases · digitoimistodude/devpackages
2.3.0
2.3.0: 2021-10-29
- Change gulp-stylelint to gulp-exec and stylelint command line version - because gulp-stylelint is currently outdated and uses old bundled stylelint version
2.2.9
2.2.9: 2021-10-28
- Update sass to 1.43.4
- Sass speed improvements with dart-sass, Fiber and sass.sync()
2.2.8
2.2.8: 2021-10-28
- Upgrade stylelint to v14
- Drop nodejs 12 support
- Drop node-sass and fibers support
- Add new stylelint rules
- Improve watch task, speed it up, inject CSS first in dev environment
- Update .browserslistrc
- Upgrade to gulp 4.0.2
- Remove outdated printer-for-errors-of-gulp-plugins, trade-off with performance and watch task crash on SCSS errors
2.2.7
2.2.6
2.2.5
2.2.5: 2021-06-24
- Set
mergeMedia: false
because true causes problems in production
2.2.4
2.2.4: 2021-06-23
- Speed up styles tasks by adding a separate watch for prodstyles
2.2.3
2.2.3: 2021-06-23
- Confirmed fix for rule-empty-line-before from Air-light 7.7.3
2.2.2
2.2.2: 2021-06-22
- Ignore no-invalid-position-at-import-rule
2.2.1
2.2.1: 2021-06-22
- Update stylelint and eslint packages
- Update .stylelintrc
- Add order rules for @-rules: include, media
- Add rules for rule-empty-line-before and at-rule-empty-line-before