Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Releases: GoogleChromeLabs/critters

1.3.1

19 Oct 17:55
Compare
Choose a tag to compare
  • Fix pseudo element/selector replacement mangling :not().
  • Fix fonts being inlined when using { inlineFonts: false } without { fonts: true }.

1.3.0

15 Oct 01:25
Compare
Choose a tag to compare
  • Critters now knows how to inline @keyframe rules! Thanks @tomrav for the idea and initial implementation.
// default: it'll only inline @keyframes that are used by critical CSS:
new Critters({ keyframes: 'critical' })

// there's an option to inline all keyframes:
new Critters({ keyframes: 'all' })

// ... and then one to remove all keyframes
new Critters({ keyframes: 'none' })

1.2.2

15 Oct 00:39
Compare
Choose a tag to compare
  • Fixes a bug where CSS inlining would crash when encountering a comment.

1.2.1

17 Sep 01:23
d2deb20
Compare
Choose a tag to compare
  • Quick bugfix for 1.2.0.

1.2.0

16 Sep 21:14
Compare
Choose a tag to compare
  • Simplify JSDOM integration and improve reliability (#13, thanks @prateekbh!)

1.1.0

13 Jul 19:54
Compare
Choose a tag to compare
  • Extends Webpack support to version 3 and prior, instead of just webpack@4.

1.0.0

13 Jul 19:53
Compare
Choose a tag to compare

Initial release!