Skip to content

0.0.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 05:57

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 all prerender_*() rules is removed.
  • Various other minor breaking changes to remove global styles and rename "inline styles" to "styles".