Skip to content

Releases: webpack-contrib/stylelint-webpack-plugin

Webpack 3 support!

24 Jun 23:24
Compare
Choose a tag to compare

🎉 And still remaining backwards compatible to the latest release of v1. 🎉

v0.7.0

24 Feb 18:23
Compare
Choose a tag to compare

Features

Bug Fixes

  • emitErrors: no console output when file(s) are clean (#71) (154b405)

v0.6.0

12 Feb 17:50
Compare
Choose a tag to compare

Bug Fixes

  • quiet flag only prints when set to false (#60) (b17a4a7)
  • stylelint to determine configFile location by default (#58) (27a79fc)

Features

v0.5.1

09 Jan 00:28
Compare
Choose a tag to compare

Bug Fixes

  • duplicated displayed errors & warnings (#56) (18eb80e)

v0.5.0

08 Jan 23:00
Compare
Choose a tag to compare

Features

  • move webpack to a peer dependency and allow webpack 2 (#46) (fa7ba5a)

Bug Fixes

  • fix: missing warning and error messages (#51)

v0.4.2

18 Dec 16:27
Compare
Choose a tag to compare

Bug Fixes

  • stylelint formatter path (#49) (46baa59)
  • use public API for stylelint formatters (35f5d72), closes #47

v0.4.1

18 Dec 08:56
Compare
Choose a tag to compare

Bug Fixes

  • watch mode: corrects functions for watch mode (#43) (996eb21)

v0.4.0

30 Sep 00:24
Compare
Choose a tag to compare

Features

  • use the default configuration if none is specified (#33) (3d53b98)

v0.3.1

16 Aug 19:10
Compare
Choose a tag to compare

Bug Fixes

  • warnings not being logged to console (#26) (759e6c1)

Upgrade to stylelint 7.x

04 Aug 18:43
Compare
Choose a tag to compare

Breaking Change

  • Updated stylelint peerDependency to ^7.0.1

Other

  • Restructuring.
  • Linting and coverage.

Thanks to @JaKXz