Skip to content

Latest commit

 

History

History
195 lines (95 loc) · 8.5 KB

File metadata and controls

195 lines (95 loc) · 8.5 KB

(2021-06-07)

Bug Fixes

  • Allow Absolute Paths (#679) (15335a2)
  • purgecss-from-pug: class attribute with multiple values not correctly handled with pug (#678) (ba6285d), closes #677
  • css variable removed when declared in wrong order (89ece42), closes #518
  • Fix interaction with other plugins (#647) (fb08e3a)

Features

  • add dynamicAttributes option (2f9cc65)

4.0.3 (2021-03-20)

Features

  • add dynamic attributes option (9b0fdc3), closes #588
  • add skippedContentGlobs option to webpack and gulp plugin (e3dce1a)

4.0.2 (2021-02-21)

4.0.1 (2021-02-21)

Bug Fixes

  • attribute selector with spaces being removed (418dc7e), closes #392
  • webpack plugin option blocklist types (5b029c2)

Features

  • add option blocklist to webpack plugin (#610) (0148cea)

4.0.0 (2021-01-17)

Bug Fixes

  • test: webpack test type error (c41ad27)

Features

  • postcss-purgecss: remove compatibility with postcss 7 (48ce28f), closes #488 #540

BREAKING CHANGES

  • postcss-purgecss: dropping support for postcss 7 Drop PostCSS 7 support, use @fullhuman/postcss-purgecss 3.0 with PostCSS 7.

(2020-12-15)

  • postcss-purgecss remove postcss 8 as peer dependency
  • purgecss-webpack-plugin fix backward compatibility with webpack 4

3.1 (2020-12-14)

  • PurgeCSS Update to PostCSS 8
  • postcss-purgecss Add compatibility with PostCSS 8
  • purgecss-webpack-plugin Fix deprecation warning with Webpack 5

Bug Fixes

3.0 (2020-09-06)

Features

  • CLI: add blocklist option (3961afb)
  • add blocklist option (04223f7)
  • add safelist option, replace whitelist
  • add safelist keyframes and css variables (dc59d30), closes #418 #439

(2019-11-23)

2.0.1-alpha.0 (2019-10-08)

Features

  • postcss-purgecss: add package (2b0616f)

1.4.0 (2019-09-01)

1.3.0 (2019-04-20)

1.2.0 (2019-04-05)

  • fix issue FullHuman#148, so the default extract is used for any file type that is not specified
  • Merged FullHuman#167, fixing issue #166
  • Merged FullHuman#176, fixing invalid json output by the CLI
  • Update dependencies
  • Update dev dependencies, including babel 7

Bug Fixes

  • package: update postcss to version 7.0.0 (3657c4d)
  • package: update postcss-selector-parser to version 6.0.0 (8dd2442)

1.0.0 (2018-05-22)

  • Merge FullHuman#81, fixing FullHuman#80
  • Change default extractor, does not return error for empty file anymore
  • Remove legacy option
  • Add rejected option FullHuman#55
  • Add range ignore comment (purgecss start ignore and purgecss end ignore) FullHuman#66

Reverts

  • Revert "adds keepChildren ability from whitelistPatterns Object[]" (c52c81b)
  • Revert "fixes style code" (2213be6)

0.20.1 (2018-03-12)

0.20.0 (2018-01-30)

  • FullHuman#48, fix FullHuman#41
  • New option fontFace to remove unused font-face declaration
  • Remove unused vendor-prefixed keyframes rules
  • Update dependencies

0.18.0 (2018-01-04)

  • Change default extractor regex, fixing FullHuman#37
  • Update dependencies
  • Use files property in package.json: importing only necessary files.

0.16.0 (2017-12-18)

  • keyframes option set to false by default, keyframes: true causing issue with bootstrap FullHuman#33
  • Update dependencies.

0.14.0 (2017-12-07)

  • Merge PR FullHuman#29 by @jsnanigans: add raw for content option to pass a raw string instead of a filepath.
  • Fix incorrect logic that removes attributes selectors.
  • Update dependencies.

0.9.0 (2017-11-07)

0.8.0 (2017-10-23)

0.4.0 (2017-07-31)

0.3.0 (2017-07-23)

0.2.0 (2017-07-16)