Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 988 Bytes

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 988 Bytes

jquery.matchHeight.js Changelog

brm.io/jquery-match-height


0.6.0

  • added options parameter

  • added property option

  • added target option

  • added callback events

  • added maintain scroll

  • added inline-block support

  • added hidden elements support

  • improved performance and throttling

  • improved demo

  • fixed declaration order issue when using requirejs

  • fixed issues for people using build concatenation

  • fixed data api issue with missing data-mh

  • fixed IE8 border calculation

  • fixed Safari row detection

  • fixed inline style preservation

0.5.2

  • improved demo
  • added matchHeight('remove')
  • added update throttling
  • removed forced display:block after application

0.5.1

  • fixed IE8 NaN bug when parsing 'auto' properties
  • fixed IE8 window resize event loop bug
  • fixed compatibility with older jQuery versions
  • added bower package file
  • added jquery package file

0.5.0 - 2014-03-02

  • initial release