Skip to content

v0.8.0

Latest

Choose a tag to compare

@jamesnw jamesnw released this 21 Nov 20:00
· 6 commits to main since this release

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