Releases: mohatt/gatsby-plugin-postbuild
Releases · mohatt/gatsby-plugin-postbuild
v3.0.2
3.0.2 (2021-07-29)
Bug Fixes
- plugin: fix license (aec6be9)
- task:purgecss: ignore
id
attribute on inline styles (332f797)
v3.0.1
3.0.1 (2021-05-09)
Bug Fixes
- task:http-headers: fix paths with no headers (8db02b3)
v3.0.0
3.0.0 (2021-05-09)
Bug Fixes
- task:http-headers: add support for
asset
paths (98d42cb)
Documentation
- plugin: bump minimum gatsby version to 3.0 (98aa63e)
Features
- plugin: add
assets
api to allow fetching assets by their original filename (9d64f79)
BREAKING CHANGES
- plugin: The plugin now requires at least Gatsby v3.0.4
v2.3.1
2.3.1 (2021-05-06)
Bug Fixes
- task:http-headers: fix
/
page path (9a2db7c)
v2.3.0
2.3.0 (2021-05-06)
Features
- task:http-headers: add support for other providers (Vercel, Firebase) (6289f61)
- task:http-headers: change task name to
http-headers
(9e35fb7)
Performance Improvements
- task:purgecss: code refactorings, no api changes (ccf5f9d)
v2.2.2
2.2.2 (2021-04-12)
Performance Improvements
- plugin: update cssnano to v5 (9f880c4)
v2.2.1
2.2.1 (2021-04-09)
Bug Fixes
- task:purgecss: shallow clone purgecss options before purging (8f6d754)
v2.2.0
2.2.0 (2021-04-05)
Features
- plugin: allow passing options to file transformers (fe0d323)
- plugin: disallow processing
___gatsby
node and its descendants by default (b9709a0)
- task:minify: add new task for minifying inline html assets (bde1f9c)
Performance Improvements
- plugin: update type declarations (6b50078)
- task:purgecss: use Promise.map for purging styles (ad4ab7b)
v2.1.1
2.1.1 (2021-03-18)
Performance Improvements
- plugin: use
chalk
instead of plain ANSI codes (b6a8261)
v2.1.0
2.1.0 (2021-03-17)
Features
- plugin: add type declarations (0aa8210)