Skip to content

Releases: stealjs/steal-css

1.3.2

25 Jan 00:44
Compare
Choose a tag to compare

Only add link tag if not already on page

This patch release fixes an issue with the slim version of the steal-css which was adding multiple link tags to load the same css bundle on Chrome and Safari.

1.2.5

27 Jun 22:50
Compare
Choose a tag to compare

This release fixes an issue with css loading in IE 11+ in development mode. #56

steal-css uses a style tag to inline the CSS in development, the style tag content was set using style.styleSheet.cssText which is not supported in IE 11+; setting style.sheet.cssText instead fixes the problem.

This release also includes several dependency updates.

1.2.4

26 Apr 12:06
Compare
Choose a tag to compare

This is a bug-fix release that fixes an issue with using steal-css in Zombie. Issue #44

v1.2.2

12 Apr 15:26
Compare
Choose a tag to compare