0.0.13
Pre-release
Pre-release
https://www.npmjs.com/package/rules_prerender/v/0.0.13
Changelog:
#47 - Renames inline_styles
to styles
.
BREAKING CHANGES:
#47 - There is no longer any concept of global styles, all styles are inlined. This means:
includeStyle()
is removed.styles
now refers to inlined styles, there is no way to depend on global styles.inline_styles
attributes on allprerender_*()
rules is removed.- Various other minor breaking changes to remove global styles and rename "inline styles" to "styles".