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