Releases: oddbird/css-anchor-positioning
Releases · oddbird/css-anchor-positioning
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
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