Skip to content

Releases: oddbird/css-anchor-positioning

v0.8.0

21 Nov 20:00

Choose a tag to compare

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

07 Oct 16:39

Choose a tag to compare

What's Changed

  • 🚀 Work with anchor and target inside same shadow root by @wkillerud in #353
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

17 Jun 16:08

Choose a tag to compare

What's Changed

  • 🚀 Report CSS parse errors when polyfill fails by @jamesnw in #336
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 May 18:32

Choose a tag to compare

What's Changed

  • 🐛 BUGFIX: Replace blob approach with style elements by @jamesnw in #324
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.5.2...v0.6.0

v0.6.0-alpha

24 Apr 19:25

Choose a tag to compare

v0.6.0-alpha Pre-release
Pre-release

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

24 Apr 18:30

Choose a tag to compare

What's Changed

🐛 BUGFIX: Support the viewport as a containing block by @jamesnw in #318
🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Apr 19:46
c1a9649

Choose a tag to compare

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

08 Apr 16:11
d831545

Choose a tag to compare

What's Changed

  • 🚀 NEW: Support for position-area by @jamesnw and @jgerigmeyer in #296
  • 🚀 NEW: Allow anchor-size on margin and inset properties by @jamesnw in #309
  • 🚀 NEW: Support inside and outside keywords 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

20 Nov 21:58
365dc11

Choose a tag to compare

What's Changed

  • 💥 (potentially) BREAKING: Remove support for implicit anchors via anchor attribute, as they are not yet supported in the spec by @jamesnw in #272
  • 📝 DOCS: Add anchor-scope example 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

16 Oct 15:08
991bb67

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