Skip to content

v0.3.0

Compare
Choose a tag to compare
@jgerigmeyer jgerigmeyer released this 15 Oct 18:28
· 4 commits to main since this release
e1075b0

What's Changed

  • πŸ’₯ (potentially) BREAKING: <link disabled> elements are not fetched or polyfilled by @jgerigmeyer in #262
  • πŸš€ NEW: Allow applying the polyfill to only specified elements/styles by @marchbox in #256 and @jamesnw in #259 -- see updated documentation of the new options
  • πŸ› BUGFIX: Fallbacks support anchor functions that are nested in other function calls by @tuespetre in #244
  • πŸ› BUGFIX: Polyfilled <link> elements retain most attributes of replaced <link> elements (excluding crossorigin, integrity, referrerpolicy, and event handlers) by @tuespetre in #243 and @jgerigmeyer in #262
  • πŸ› BUGFIX: Warn instead of throwing error if <link> mime type is not CSS by @jamesnw in #258
  • πŸ› BUGFIX: Replace <link> elements without flashing the css by @mariusGundersen in #257
  • πŸ› BUGFIX: Do not revoke object URL of polyfilled styles by @jgerigmeyer in #260
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.2.0...v0.3.0