Skip to content

Latest commit

 

History

History
100 lines (47 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

100 lines (47 loc) · 3.86 KB

2.0.0 (2022-09-30)

⚠ BREAKING CHANGES

  • nuxt3 support (#125)

Features

Bug Fixes

1.0.0 (2020-04-26)

⚠ BREAKING CHANGES

  • postcss mode is the default mode (previously webpack)
  • Updated to PurgeCSS 2 and the new extractor syntax (fn instead of class)
  • Unused styles inside SFCs are purged properly
  • Enabling the module now depends on the mode by default
    • When in nuxt dev, it is disabled
    • Purging is enabled otherwise

Features

  • add nuxt.config.js to paths to purge classes used there (3dba75e)
  • use official regex and support tailwind ui (#79) (ba13564)

Bug Fixes

  • scoped-css: whitelist data-v-* attributes (#75) (f9942de)
  • add __nuxt & __layout to whitelist (#36) (d1fbe53)
  • do not purge vue transition css classes (#59) (5dd0972)

Internal improvements

0.2.1 (2019-01-21)

Bug Fixes

  • add empty whitelistPatterns and whitelistPatternsChildren (#30) (f17667d)

0.2.0 (2018-12-19)

Features

  • info log when module is disabled by default (in dev mode) (6996641), closes #23

0.1.0 (2018-12-19)

Bug Fixes

  • return empty array if extractor doesn't match (c847c34)

Features

0.0.2 (2018-10-24)

Bug Fixes

  • superfluous error message in dev mode (#4) (cb38a65)

0.0.1 (2018-10-21)