patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
43 lines (32 loc) • 988 B
Markdown
# jquery.matchHeight.js Changelog
[brm.io/jquery-match-height](http://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