Skip to content

Releases: sdecima/javascript-detect-element-resize

Version 0.5.3

29 Oct 04:29

Choose a tag to compare

  • 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

29 Oct 04:29

Choose a tag to compare

  • Adding a bower.json file (thanks @adamjcook)
  • Fix style being appended to head multiple times (thanks @thomassuckow and @progman32)
  • Work around a chrome bug that would show scrollbars in some cases (thanks @thomassuckow)

Version 0.5.1

07 Apr 04:23

Choose a tag to compare

  • Fix for resize event on IE

Version 0.4.1

20 Jan 00:03

Choose a tag to compare

  • Fix for jQuery 'resize' method overlapping

Version 0.4

02 Jan 04:42

Choose a tag to compare

  • Adds better cross-browser support, it now uses MutationObservers only on IE11.

Version 0.3

01 Jan 18:52

Choose a tag to compare

  • 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

01 Jan 18:42

Choose a tag to compare

  • Adds support for IE 8 and below.