Releases: sdecima/javascript-detect-element-resize
Releases · sdecima/javascript-detect-element-resize
Version 0.5.3
- 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
- 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
- Fix for resize event on IE
Version 0.4.1
- Fix for jQuery 'resize' method overlapping
Version 0.4
- Adds better cross-browser support, it now uses MutationObservers only on IE11.
Version 0.3
- 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
- Adds support for IE 8 and below.