Releases: oddbird/css-anchor-positioning
Releases · oddbird/css-anchor-positioning
v0.3.1
What's Changed
- 🐛 BUGFIX (types): Export new AnchorPositioningPolyfillOptions type by @jgerigmeyer in #265
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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 (excludingcrossorigin
,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
- @tuespetre made their first contribution in #244
- @mariusGundersen made their first contribution in #257
- @marchbox made their first contribution in #256
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
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
What's Changed
- 🚀 NEW: Support list of
anchor-name
s 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
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
What's Changed
- Upgrade dependencies, notably Floating UI v1.6, which adds support for positioning within
:top-layer
content
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Allow updating anchor on every animationFrame by @jgerigmeyer in #87
- Adding support for top-layer by @sanajaved7 in #90
Full Changelog: v0.0.2...v0.0.3
v0.0.2
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
- @andreubotella made their first contribution in #47
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Support CSS custom properties by @oluoluoxenfree in #31
- Parse inline styles by @sanajaved7 in #34
- Improve demo page by @dvdherron in #29 and #41
New Contributors
- @dvdherron made their first contribution in #29
- @jerivas made their first contribution in #43
Full Changelog: v0.0.1-alpha.1...v0.0.1