Releases: oddbird/css-anchor-positioning
Releases · oddbird/css-anchor-positioning
v0.8.0
What's Changed
- 🚀 BREAKING: Update self logical keywords by @jamesnw in #364
- 🚀 NEW: Add support for inset-* properties by @jamesnw in #366
- 🐛 BUGFIX: Missing anchor should be invalid and not fallback to 0px by @jamesnw in #360
- 🏠 INTERNAL: Upgrade dependencies
Breaking change
The following position-area keywords were updated in the spec, and this updated the polyfill to match. See #354 for more details.
x-self-start -> self-x-start
x-self-end -> self-x-end
y-self-start -> self-y-start
y-self-end -> self-y-end
span-x-self-start -> span-self-x-start
span-x-self-end -> span-self-x-end
span-y-self-start -> span-self-y-start
span-y-self-end -> span-self-y-end
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- 🚀 Work with anchor and target inside same shadow root by @wkillerud in #353
- 🏠 INTERNAL: Upgrade dependencies
New Contributors
- @wkillerud made their first contribution in #353
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
v0.6.0-alpha
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
v0.5.1
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
What's Changed
- 🚀 NEW: Support for
position-areaby @jamesnw and @jgerigmeyer in #296 - 🚀 NEW: Allow
anchor-sizeon margin and inset properties by @jamesnw in #309 - 🚀 NEW: Support
insideandoutsidekeywords 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
What's Changed
- 💥 (potentially) BREAKING: Remove support for implicit anchors via
anchorattribute, as they are not yet supported in the spec by @jamesnw in #272 - 📝 DOCS: Add
anchor-scopeexample 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
What's Changed
- 🐛 BUGFIX (types): Export new AnchorPositioningPolyfillOptions type by @jgerigmeyer in #265
Full Changelog: v0.3.0...v0.3.1