You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,39 @@
1
-
# Change Log
1
+
# Changelog
2
2
3
3
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.
*`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))
* 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))
0 commit comments