Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Releases: filamentgroup/loadCSS

0.2.0

29 Sep 22:04
Compare
Choose a tag to compare
  • Dramatically reduced filesize after minification (thanks @dlemstra!)
  • Improved default handling of where the link is injected so that the loaded CSS ends up after all JS and CSS in the page by default (thanks @paulirish!). Formerly, it injected the stylesheet just before the first script element in the page by default, which could have been before the last stylesheet or style element. The before argument is still available for fine-tuning injection location.
  • The previously deprecated callback argument is removed. onloadCSS extension is a normalized replacement for it.
  • Improved documentation and browser support table in Readme

Version 0.1.7

10 Jun 18:17
Compare
Choose a tag to compare

This release includes support for relative paths to CSS files, and some Readme updates to clarify that we recommend using the before argument when possible, and that the callback argument was deprecated.

Version 0.1.6

09 Mar 21:46
Compare
Choose a tag to compare
  • Adds onloadCSS utility for onload callbacks. Documentation available on README.

https://github.com/filamentgroup/loadCSS/issues?q=milestone%3A0.1.6+is%3Aclosed

Version 0.1.5

26 Feb 22:39
Compare
Choose a tag to compare

version 0.1.2

24 Oct 19:03
Compare
Choose a tag to compare

This release ensures the ability for CSS to be requested asynchronously in high-latency network conditions.

Other small changes include the removal of the minified file and associated files.

0.1.1

10 Jul 13:54
Compare
Choose a tag to compare

Function returns the link element now.

0.1.0

10 Jul 13:39
Compare
Choose a tag to compare
Merge pull request #8 from EvanHahn/uglify-script

Add package.json with minify script