Skip to content

Releases: webpack-contrib/postcss-loader

v6.1.0

10 Jun 18:15
Compare
Choose a tag to compare

6.1.0 (2021-06-10)

Features

  • allow String value for the "implementation" option (0d342b1)

v6.0.0

10 Jun 15:06
Compare
Choose a tag to compare

6.0.0 (2021-06-10)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0 (#526)

Bug Fixes

  • check postcss as project dependency (570db67)

v5.3.0

14 May 11:38
Compare
Choose a tag to compare

5.3.0 (2021-05-14)

Features

  • add support for dir-dependency message type (#524) (91dea60)

v4.3.0

14 May 12:25
Compare
Choose a tag to compare

4.3.0 (2021-05-14)

Features

  • add support for dir-dependency message type (#525) (554802e)

v5.2.0

11 Mar 16:17
Compare
Choose a tag to compare

5.2.0 (2021-03-11)

Features

  • support ecma modules for the 'parser', 'stringifier' and 'syntax' options (#519) (cc69754)

v5.1.0

05 Mar 13:19
Compare
Choose a tag to compare

5.1.0 (2021-03-05)

Features

  • added support for registering context, build and missing dependencies (#518) (9ce4972), please read docs

v5.0.0

02 Feb 14:53
Compare
Choose a tag to compare

5.0.0 (2021-02-02)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

v4.2.0

21 Jan 12:05
Compare
Choose a tag to compare

4.2.0 (2021-01-21)

Features

v4.1.0

19 Nov 13:31
Compare
Choose a tag to compare

4.1.0 (2020-11-19)

Features

  • partial compatibility with postcss-cli, added api.env (alias for api.mode) and api.options (contains options from the postcssOptions options), please look at the example for more details (#498) (84a9c46)

v4.0.4

09 Oct 14:01
Compare
Choose a tag to compare

4.0.4 (2020-10-09)

Chore

  • update schema-utils