Skip to content

Releases: digitoimistodude/devpackages

2.3.0

29 Oct 10:11
Compare
Choose a tag to compare

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

28 Oct 16:19
Compare
Choose a tag to compare

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

28 Oct 12:46
Compare
Choose a tag to compare

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

26 Aug 10:27
Compare
Choose a tag to compare

2.2.7: 2021-08-26

  • Stylelint/order: Add order rule for @import

2.2.6

24 Jun 08:30
Compare
Choose a tag to compare

2.2.6: 2021-06-24

  • Stylelint/order: @extend at-rule should be always first

2.2.5

24 Jun 07:33
Compare
Choose a tag to compare

2.2.5: 2021-06-24

  • Set mergeMedia: false because true causes problems in production

2.2.4

24 Jun 07:33
Compare
Choose a tag to compare

2.2.4: 2021-06-23

  • Speed up styles tasks by adding a separate watch for prodstyles

2.2.3

23 Jun 14:04
Compare
Choose a tag to compare

2.2.3: 2021-06-23

  • Confirmed fix for rule-empty-line-before from Air-light 7.7.3

2.2.2

22 Jun 20:50
Compare
Choose a tag to compare

2.2.2: 2021-06-22

  • Ignore no-invalid-position-at-import-rule

2.2.1

22 Jun 15:30
Compare
Choose a tag to compare

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