这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: oddbird/css-anchor-positioning

v0.7.0

07 Oct 16:39

Choose a tag to compare

What's Changed

  • 🚀 Work with anchor and target inside same shadow root by @wkillerud in #353
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

17 Jun 16:08

Choose a tag to compare

What's Changed

  • 🚀 Report CSS parse errors when polyfill fails by @jamesnw in #336
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 May 18:32

Choose a tag to compare

What's Changed

  • 🐛 BUGFIX: Replace blob approach with style elements by @jamesnw in #324
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.5.2...v0.6.0

v0.6.0-alpha

24 Apr 19:25

Choose a tag to compare

v0.6.0-alpha Pre-release
Pre-release

What's Changed

🐛 BUGFIX: Replace blob approach with style elements by @jamesnw in #324

Full Changelog: v0.5.2...v0.6.0-alpha

v0.5.2

24 Apr 18:30

Choose a tag to compare

What's Changed

🐛 BUGFIX: Support the viewport as a containing block by @jamesnw in #318
🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Apr 19:46
c1a9649

Choose a tag to compare

What's Changed

  • 🐛 BUGFIX: Fix ESM build by removing unused source-map-js import by @jgerigmeyer in #312

Full Changelog: v0.5.0...v0.5.1

v0.5.0

08 Apr 16:11
d831545

Choose a tag to compare

What's Changed

  • 🚀 NEW: Support for position-area by @jamesnw and @jgerigmeyer in #296
  • 🚀 NEW: Allow anchor-size on margin and inset properties by @jamesnw in #309
  • 🚀 NEW: Support inside and outside keywords on physical insets by @jamesnw in #310
  • 🚀 NEW: Add built polyfill to Netlify builds to allow testing against PRs by @jamesnw in #300
  • 📝 DOCS: Update browser support, clarifying mobile support by @jamesnw in #285
  • 📝 DOCS: Document that inline style properties may be removed if they are unrecognized by the browser, depending how they are added to the DOM (impacts frameworks like React and Vue) by @jamesnw in #290
  • 🏠 INTERNAL: Reduce built library size by @jamesnw in #277
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Nov 21:58
365dc11

Choose a tag to compare

What's Changed

  • 💥 (potentially) BREAKING: Remove support for implicit anchors via anchor attribute, as they are not yet supported in the spec by @jamesnw in #272
  • 📝 DOCS: Add anchor-scope example by @jamesnw in #270
  • 📝 DOCS: Update demo site with OddBird branding by @stacyk in #271
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

16 Oct 15:08
991bb67

Choose a tag to compare

What's Changed

  • 🐛 BUGFIX (types): Export new AnchorPositioningPolyfillOptions type by @jgerigmeyer in #265

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 Oct 18:28
e1075b0

Choose a tag to compare

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