Skip to content

Releases: sdecima/javascript-detect-element-resize

Version 0.5.3

Choose a tag to compare

@sdecima sdecima released this 29 Oct 04:29
  • Fix for when the element is inside a display:none, and for when it is detached and reattached (changed @thomassuckow and @jerjou fixes to properly use CSS animations)

Version 0.5.2

Choose a tag to compare

@sdecima sdecima released this 29 Oct 04:29

Version 0.5.1

Choose a tag to compare

@sdecima sdecima released this 07 Apr 04:23
  • Fix for resize event on IE

Version 0.4.1

Choose a tag to compare

@sdecima sdecima released this 20 Jan 00:03
  • Fix for jQuery 'resize' method overlapping

Version 0.4

Choose a tag to compare

@sdecima sdecima released this 02 Jan 04:42
  • Adds better cross-browser support, it now uses MutationObservers only on IE11.

Version 0.3

Choose a tag to compare

@sdecima sdecima released this 01 Jan 18:52
  • Adds support for MutationObservers.
  • Adds support for IE 11.
  • Wrapped the pure javascript version of the library (to hide non-public methods).

Version 0.2

Choose a tag to compare

@sdecima sdecima released this 01 Jan 18:42
  • Adds support for IE 8 and below.