Releases: oddbird/css-anchor-positioning
Releases · oddbird/css-anchor-positioning
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-fallbacksby @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-scopesupport by @mmalerba in #217 - 🐛 BUGFIX: Fix pseudo-element anchors with
overflow: scroll;parents by @ayoreis in #221 - 🐛 BUGFIX: Respect CSS cascade when determining
anchor-nameby @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-names by @jamesnw in #178 - 🚀 NEW: Support
position-anchorby @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
polyfillfn 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-layercontent
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
anchorattribute 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-fallbackby @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
v0.0.1-alpha.1
Point unpkg to ESM build instead of UMD build.
Full Changelog: v0.0.1-alpha.0...v0.0.1-alpha.1
v0.0.1-alpha.0
Initial release.