- Add
main
property topackage.json
- Depend on jQuery as a peer
- Added display inline support
- [refactoring] Keep original element styles as far as possible
- [bug fix] Replaced jQuery version detection with feature detection. Previously this would not properly detect jQuery 1.10+
- Added support for jQuery 1.9.0
- [bug fix] Local variable
style
not initialized, thanks to Searle
- [refactoring] Use
.eq( 0 )
instead of.filter( ':first' )
for better performance, thanks to Matt Hinchliffe
- [refactoring] Select only the first hidden element to improve the perfomance
- [bug fix] Override
!imporant
css declarations
- [bug fix] jQuery 1.8.0 compatibility
- [bug fix] Inverted code lines
- [refactoring] Save/restore element style rather than individual CSS attributes( thanks to Jon Tara )
- [bug fixed] Pass
configs.includeMargin
to onlyouterWidth
andouterHeight
so it does not break in $ 1.7.2
- Add package.json for new jquery plugin site
- Add
includeMargin
forouterWidth
( thanks to Erwin Derksen )
- [bug fixed]
$
namespace conflict
- [bug fixed] Typo
- [bug fixed] Typo
- First stable release