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