v3.0.0
Updates library to follow the latest specification. This includes some breaking changes from 2.x.
Breaking changes from 2.x:
- Updates
ResizeObserverEntryto return a sequence of sizes, for future fragment support (#84) - Removes default exports and now returns
ResizeObserverandResizeObserverEntry
Notable improvements:
- Adds UMD bundle for SSR and other CJS loaders (Jest)
- Adds new box option
device-pixel-content-box(#85) - Observes CSS box of root SVG elements (#72)
Other improvements:
- Fix circular dependency - thanks @Kei-Ito!
- Fix
thisrewritten toundefinedwarning in rollup.