Skip to content

Releases: oddbird/css-anchor-positioning

v0.3.1

16 Oct 15:08
991bb67
Compare
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
Compare
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

v0.2.0

10 Sep 13:24
f1d3bcc
Compare
Choose a tag to compare

What's Changed

  • 🚀 NEW: Add support for Position Fallbacks by @jamesnw in #202 (see remaining limitations)
  • 🚀 NEW: Improve performance of position-try-fallbacks by @jgerigmeyer in #237
  • 🐛 BUGFIX: Fix @position-try with multiple selectors by @jgerigmeyer in #235
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.1.1...v0.2.0

v0.1.1

26 Jul 22:15
f921644
Compare
Choose a tag to compare

What's Changed

  • 🚀 NEW: Support pseudo-element anchors by @ayoreis in #213
  • 🚀 NEW: Add anchor-scope support by @mmalerba in #217
  • 🐛 BUGFIX: Fix pseudo-element anchors with overflow: scroll; parents by @ayoreis in #221
  • 🐛 BUGFIX: Respect CSS cascade when determining anchor-name by @mmalerba in #222
  • 📝 DOCS: Add high level architecture section to docs by @jgerigmeyer in #215

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Jul 18:56
53871e4
Compare
Choose a tag to compare

What's Changed

  • 🚀 NEW: Support list of anchor-names by @jamesnw in #178
  • 🚀 NEW: Support position-anchor by @jamesnw in #196
  • 🐛 BUGFIX: Update acceptable anchor element algorithm by @ayoreis in #195
  • 📝 DOCS: Update polyfill limitations to match current spec by @jamesnw in #177 and #199
  • 🏠 INTERNAL: Add Code of Conduct, Security policy by @jamesnw in #197
  • 🏠 INTERNAL: Add issue templates by @jamesnw in #198
  • 🏠 INTERNAL: Remove unneeded polyfill.io by @jamesnw in #206
  • 🏠 INTERNAL: Update validity test assumptions by @jamesnw in #207
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.0.5...v0.1.0

v0.0.5

29 Feb 15:57
d15e9c2
Compare
Choose a tag to compare

What's Changed

  • 🐛 BUGFIX: Escape attrs before using in querySelectorAll -- 3d60849
  • 📝 DOCS: Document that polyfill fn returns a Promise -- 3b55af9
  • 🏠 INTERNAL: Switch from yarn to npm, from custom GH action to Dependabot -- e33feaa
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.0.4...v0.0.5

v0.0.4

07 Feb 16:15
60bd536
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

27 Mar 15:23
9ffefdf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

02 Mar 20:48
c8f28a1
Compare
Choose a tag to compare

What's Changed

  • 🚀 NEW: Support specifying anchor name via CSS custom property by @jgerigmeyer in #49
  • 🚀 NEW: Set positions via CSS custom properties instead of directly on target elements by @jgerigmeyer in #51
  • 🚀 NEW: Support implicit anchors via anchor attribute by @jgerigmeyer in #58
  • 🚀 NEW: Handling fixed position and refactoring anchor validation by @sanajaved7 in #61
  • 🚀 NEW: Add support for anchor-size() fn by @jgerigmeyer in #70
  • 🚀 NEW: Support @position-fallback by @jgerigmeyer in #81
  • 🐛 BUGFIX: Fix bugs with unknown anchor names by @andreubotella in #47
  • 🐛 BUGFIX: Fix edge cases with CSS custom properties by @jgerigmeyer in #52
  • 🐛 BUGFIX: Support multiple targets with the same selector but different valid anchors by @jgerigmeyer in #74
  • 🐛 BUGFIX: Better validation of anchor queries by @jgerigmeyer in #75
  • 📝 DOCS: Improve demo page header by @oluoluoxenfree in #59
  • 🏠 INTERNAL: Add GH Actions workflow for WPTs by @jerivas in #38, #57, #62, #63, #64, #65, #72, #77, #78
  • 🏠 INTERNAL: Update dependencies

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

31 Oct 20:36
b1c4d89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1-alpha.1...v0.0.1