Releases: addyosmani/critical
Releases · addyosmani/critical
0.4.0 multidimensional deputy
0.3.1
v0.3.0
This release updates our dependencies to use the latest version of inline-critical
. This shifts critical
over from async loading in your non-critical stylesheets using a custom script to using FilamentGroup's loadCSS. This makes sense, as we've been experimenting with both our version and theirs of late and loadCSS performs better.
v0.2.0-homemade-turntable
Changelog
- view commit Adds a maxImageFileSize for inlined images and rebases relative css resource paths
- view commit removed dynamic test file
- view commit Added image inlining to generate
- view commit Skipped max size for inlined images
- view commit fixed implementation in #30
- view commit Release v0.2.0.
v0.1.6
This is a maintenance release of Critical which includes important bug-fixes for paths to resources (e.g images) in stylesheets and improvements to general configuration capabilities.
- 2dea32f Fix issue with paths to image references in CSS
- 00207cd Update to Penthouse 0.2.5 to fix reported issues with imports
- 928fb05 Make CSS files/path configurable
- 5d5c214 5e6725e b880bf2 5e0d70c Fixes to fixtures, tests, code formatting
- 94f2589 Changed test size to only include header nav
- 23273f7 Prevent catching callback test errors
- 4e6c841 Add more demo projects.
- 857a134 Move viewport settings up.