Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Mar 23, 2020
1 parent afcfade commit 1a18e33
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,32 @@
# [5.0.0](https://github.com/anantoghosh/gatsby-plugin-purgecss/compare/4.0.1...5.0.0) (2020-03-23)


### Features

* Update tailwind regex ([791c06a](https://github.com/anantoghosh/gatsby-plugin-purgecss/commit/791c06a))
* Upgrade to PurgeCSS v2 ([d2e8831](https://github.com/anantoghosh/gatsby-plugin-purgecss/commit/d2e8831))


### BREAKING CHANGES

Major update to purgecss may require updated config.
If using extractors, change to the new extractor format
```js
extractors: [
(content) => {
// return array of css selectors
},
extensions: ['js']
]
```

## [4.0.1](https://github.com/anantoghosh/gatsby-plugin-purgecss/compare/4.0.0...4.0.1) (2019-08-27)


### Bug Fixes

* Add `md` and `mdx` extension to the tailwind extractor ([ba2d81e](https://github.com/anantoghosh/gatsby-plugin-purgecss/commit/ba2d81e))

* Add `md` and `mdx` extension to the tailwind extractor ([ba2d81e](https://github.com/anantoghosh/gatsby-plugin-purgecss/commit/ba2d81e))

# [4.0.0](https://github.com/anantoghosh/gatsby-plugin-purgecss/compare/3.1.1...4.0.0) (2019-05-16)

### Build System
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-purgecss",
"description": "Gatsby plugin for purgecss. Removes unused css/sass/less/stylus from files and modules. Supports Tailwindcss, Bootstrap, Bulma etc.",
"version": "4.0.1",
"version": "5.0.0",
"main": "index.js",
"license": "MIT",
"author": "Ananto Ghosh",
Expand Down

0 comments on commit 1a18e33

Please sign in to comment.