Releases: que-etc/resize-observer-polyfill
Releases · que-etc/resize-observer-polyfill
Improve testing environment
- Simplify testing of a native implementation
- Properties of the ResizeObserverEntry instance are configurable
Include non-minified bundles of the polyfill
- Fixed this issue #3
- Global export of the polyfill is now a non-enumerable property
Fixed an issue with the content rectangle of an <html> element
Before this fix content rectangle of a root element contained wrong dimensions. Now it's being handled as a special case of HTMLElement.
Fixed an issue with Chromes' rounding of clientWidth/Height properties
1.1.2 Uncomment imports of the polyfill
Content rectangle is an instance of ClientRect
1.1.1 Increment version
Width and height properties of a content rectangle are no longer being rounded
Drop the usage of "getAnimations" method and "transitionstart"/"animationstart" events
It was decided to remove the usage of "getAnimations" and "transition"/"animation" start events due to the small number of browsers that support them.