Skip to content

Releases: que-etc/resize-observer-polyfill

Improve testing environment

19 Oct 12:25
Compare
Choose a tag to compare
  • Simplify testing of a native implementation
  • Properties of the ResizeObserverEntry instance are configurable

Include non-minified bundles of the polyfill

13 Oct 00:07
Compare
Choose a tag to compare
  • 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

07 Oct 14:37
Compare
Choose a tag to compare

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

22 Sep 11:29
Compare
Choose a tag to compare

Content rectangle is an instance of ClientRect

21 Sep 14:12
Compare
Choose a tag to compare

Width and height properties of a content rectangle are no longer being rounded

Drop the usage of "getAnimations" method and "transitionstart"/"animationstart" events

12 Sep 15:20
Compare
Choose a tag to compare

It was decided to remove the usage of "getAnimations" and "transition"/"animation" start events due to the small number of browsers that support them.

0.1.1

30 Aug 10:16
Compare
Choose a tag to compare
Update npm installation link