Releases: juggle/resize-observer
Releases · juggle/resize-observer
v2.4.0
- Removes RAF overrides
- Uses micro tasks to schedule recalculations
v2.3.0
- Adds safe global object
- Removes
window
references - Supports loading of library in non-browser environments
v2.2.1
- Remove IE transpilation wording from readme
v2.2.0
This version includes fixes for many of the Web Platform Tests and pre-transpiles code so that no polyfills or conversion is needed for IE11 and other older browsers.
v2.2.0-pre.0
2.2.0-pre.0
v2.0.3
- Add
module
field topackage.json
v2.0.2
v2.0.0
Update the shape of the ResizeObserverEntry
to match the latest version of the spec.
entry = {
target: <element>,
contentRect: { /* v1 backwards compat */ },
borderBoxSize: { inlineSize, blockSize },
contentBoxSize: { inlineSize, blockSize }
}
- Removes support for
scroll-box
. - Removes support for
device-pixel-border-box
. This will be added when/if defined in the spec. - Updates
contentSize
tocontentBoxSize
.
v1.3.0
Fixes issues where animations/transitions were not initially being noticed.
v1.2.0
1.2.0