Skip to content

Releases: addyosmani/critical

0.5.7

12 Apr 17:07
Compare
Choose a tag to compare

0.5.6

16 Mar 14:10
Compare
Choose a tag to compare

Just a quick bug fix release.

v0.5.5...v0.5.6

0.5.5 - angelic expedient

03 Mar 22:18
Compare
Choose a tag to compare

This release of Critical adds new support for multi-dimensional critical CSS. When your site is adaptive and you want to deliver critical CSS for multiple screen resolutions this is a useful option. We also now support increased default dimensions for our generated CSS, moving towards a more practical set of default configuration.

Along with these additions, we've also improved our overall unit testing story and including several bug fixes that improve overall stability of the project.

Big thanks go out to @bezoerb @pocketjoso @sindresorhus @samccone for their help with this release.

0.5.4

09 Feb 13:57
Compare
Choose a tag to compare

Put temp files in the system temp folder instead of the current one. 849ce3b

v0.5.3...v0.5.4

0.5.3

17 Jan 16:35
Compare
Choose a tag to compare

Bumped penthouse.

0.5.2

11 Jan 23:53
Compare
Choose a tag to compare

Locked penthouse version as it was breaking critical. #56

critical 0.5.1 legendary-velvet

28 Dec 15:53
Compare
Choose a tag to compare

This is a minor maintenance release. Changelog:

v0.5.0 speedy-whistle

28 Nov 13:27
Compare
Choose a tag to compare

This new release of Critical includes support for a CLI, better stability on Windows and a number of other bug fixes and minor enhancements.

CLI preview:

  • f436967 Inline critical version bump
  • 4860f07 Increased mocha timeout
  • c343133 Fixed newline character in css to address #14
  • a6e1882 Updated version of inline-critical to address #14
  • dc2abf9 Added bin/critical to files #49
  • 38e55bd added cli / changed structure
  • 6f97f8a Remove inlined CSS rules from source stylesheets #39
  • a93bcb4 Fixed backslash in rebased paths on windows
  • f95d2fc fixed fa77c44
  • fa77c44 Return critical css even if unlinking of the temporary file fails
  • 57da65c Ignores external stylesheets

~ Brought to you by @bezoerb and @addyosmani

0.4.0 multidimensional deputy

04 Oct 16:37
Compare
Choose a tag to compare

Critical extracts & inlines critical-path (above-the-fold) CSS from HTML

  • abc038c Features: added inlineImages support, defaulted to false
  • de8641e Deps: Update UUID dependency
  • 6d617a6 Tests: Fixed parallel call issues in #35
  • 083ae35 Readme: Add build tasks

0.3.1

20 Sep 11:33
Compare
Choose a tag to compare

This is a patch release which fixes parallel call issues we ran into in #34.