You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.