Skip to content

Commit 4fb2849

Browse files
chore(release): v1.0.0
1 parent b0438aa commit 4fb2849

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/Developmint/nuxt-purgecss/compare/v0.2.1...v2.0.0) (2020-04-26)
6+
7+
## Breaking changes
8+
9+
* `postcss` mode is the default mode (previously `webpack`)
10+
* Updated to PurgeCSS 2 and the new extractor syntax (fn instead of class)
11+
* Unused styles inside SFCs are purged properly
12+
* Enabling the module now depends on the mode by default
13+
* When in `nuxt dev`, it is disabled
14+
* Purging is enabled otherwise
15+
16+
## Features
17+
18+
* add nuxt.config.js to paths to purge classes used there ([3dba75e](https://github.com/Developmint/nuxt-purgecss/commit/3dba75e77a4f268f8a2136aed2ce95ee086b962e))
19+
* use official regex and support tailwind ui ([#79](https://github.com/Developmint/nuxt-purgecss/issues/79)) ([ba13564](https://github.com/Developmint/nuxt-purgecss/commit/ba1356439a1f0411d24f5123522b93856407b727))
20+
21+
22+
### Bug Fixes
23+
24+
* **scoped-css:** whitelist data-v-* attributes ([#75](https://github.com/Developmint/nuxt-purgecss/issues/75)) ([f9942de](https://github.com/Developmint/nuxt-purgecss/commit/f9942deab848eb23c588616e51c7560e341a2731))
25+
* add `__nuxt` & `__layout` to whitelist ([#36](https://github.com/Developmint/nuxt-purgecss/issues/36)) ([d1fbe53](https://github.com/Developmint/nuxt-purgecss/commit/d1fbe5369310f8611f11131a46b3c3df91b22925))
26+
* do not purge vue transition css classes ([#59](https://github.com/Developmint/nuxt-purgecss/issues/59)) ([5dd0972](https://github.com/Developmint/nuxt-purgecss/commit/5dd097259e213504a958d58ef73f43e87c32e68d))
27+
28+
29+
## Internal improvements
30+
31+
* Improved README (fixes https://github.com/Developmint/nuxt-purgecss/issues/62)
32+
* Revamped tests and utilized https://github.com/nuxt-community/module-test-utils/
33+
* GitHub actions are used as CI now
34+
35+
36+
537
<a name="0.2.1"></a>
638
## [0.2.1](https://github.com/Developmint/nuxt-purgecss/compare/v0.2.0...v0.2.1) (2019-01-21)
739

0 commit comments

Comments
 (0)