Skip to content

Releases: addyosmani/critical

v0.3.0

09 Sep 21:14
Compare
Choose a tag to compare

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

31 Aug 12:04
Compare
Choose a tag to compare

Changelog

v0.1.6

30 Jul 20:28
Compare
Choose a tag to compare

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.