Skip to content

v3.0.0

Compare
Choose a tag to compare
@TremayneChrist TremayneChrist released this 02 Jan 08:00
· 25 commits to master since this release
57c8231

Updates library to follow the latest specification. This includes some breaking changes from 2.x.

Breaking changes from 2.x:

  • Updates ResizeObserverEntry to return a sequence of sizes, for future fragment support (#84)
  • Removes default exports and now returns ResizeObserver and ResizeObserverEntry

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 this rewritten to undefined warning in rollup.