Releases for Dimensions
Dimensions 1.2.0
December 20, 2007 - 6:37pm — brandonSize: 41.29 KB
md5_file hash: f8895a1b6a9b7eed4b947f4ccb1f6788
First released: December 20, 2007 - 6:37pm
* Only works with jQuery 1.2+
* Removed height, width, offset and offsetLite in favor of core versions
* Position no longer takes a returnObject and has been updated to use the new core offset method
* New version property (jQuery.dimensions.version)
* Units other than pixels are now calculated correctly for margins, borders and paddings.
Dimensions 1.1.2
August 17, 2007 - 2:27pm — brandonSize: 53.74 KB
md5_file hash: 59b32bfe8b289ee02aefcab3417a17f3
First released: August 17, 2007 - 2:27pm
* Fixed offset calculation of table cells with borders in mozilla
* Fixed an issue in calculating the width and height of the window in Safari/WebKit (introduced in 1.1.1) [Thanks Jerry Wang]
Dimensions 1.1.1
August 17, 2007 - 9:52am — brandonSize: 53.54 KB
md5_file hash: 958a70e7475fdea1e744210e546a54ef
First released: August 17, 2007 - 9:52am
* Fixed issue in calculating document height and width when a large element is positioned absolute
* Cleaned up window height and width calculation
Dimensions 1.1.0
August 13, 2007 - 12:01am — brandonSize: 104.13 KB
md5_file hash: 4313a09dece21c265e39d5ab95a08dca
First released: August 13, 2007 - 12:01am
* Offset now works in Safari 3 / WebKit Nighlies
* Added margin option to outerWidth and outerHeight
* Fixed regression where element's scroll offsets where included in the calculations (introduced in 1.0.1)
Dimensions 1.0.1
July 25, 2007 - 11:13pm — brandonSize: 51.31 KB
md5_file hash: 2fd3f4c2ff230a066708a3d51b6a105f
First released: July 25, 2007 - 11:13pm
Fixes some issues with fixed position elements and makes the test suite easier to run locally.
Dimensions 1.0.0-final
July 22, 2007 - 7:09pm — brandonSize: 31.89 KB
md5_file hash: bcade1942e1d45b78bdfb6766ec53ec6
First released: July 22, 2007 - 7:09pm
Last updated: July 22, 2007 - 7:09pm
* New position method
* New offsetParent method
* New lite option for offset
* New relativeTo option for offset
* API CHANGE: The border option is now defaulted to 'false' for offset
* scrollTop and scrollLeft are now setters and getters
* New test suite
* Updated inline docs and added lite option to visual offset text/example
* Throw meaningful error when the jQuery collection is empty
* Normalized window width and height for Firefox and Opera
* Element's scroll offsets no longer included in calculations for offset
* Added support for Body element in offset
* Change file name and format to better follow plugin standards
* Fixed Opera issue where the scroll offsets are reported as the actual offset
* Various other minor bug fixes
Dimensions 1.0.0-rc1
July 1, 2007 - 9:39pm — brandonSize: 30.97 KB
md5_file hash: 9900d76fe847b1cc75ca36d3cb913bf8
First released: July 1, 2007 - 9:39pm
This release includes several fixes to the position method, new tests and updated documentation.
Dimensions 1.0.0-b2
June 20, 2007 - 2:18am — brandonSize: 27.04 KB
md5_file hash: 723ff6fb01b5dc75ec42dbbcfc7a9c4d
First released: June 20, 2007 - 2:18am
* API CHANGE: The border option is now defaulted to 'false'
* Added a new method called position. It gets the elements positioned offset.
* Added lite option to visual offset test/example
Dimensions 1.0.0-b
May 25, 2007 - 10:46pm — brandonSize: 25.88 KB
md5_file hash: ac4b88d1e196d74cfa692d8f59154b2e
First released: May 25, 2007 - 10:46pm
* Element's scroll offsets no longer included in calculations
Dimensions 0.9.0
April 30, 2007 - 11:23am — brandonSize: 7.14 KB
md5_file hash: e4101c200be6d9a29ca564f55f11b141
First released: April 30, 2007 - 11:23am
* Fixed calculation of offsets when a border is present on the body
* Fixed body margin issue for standards compliant pages in IE (introduced in Rev. 1395)
* Fixed calculation of scroll offsets when the parent is the body
* Fixed body margin issue in IE for the offset method
* Removed rogue console.log statement from dimensions plugin
* Adding some comments to offset method
* Mozilla not including border on static elements with overflow != visible
* Opera not calculating offset properly with inline elements
* Updated dimensions methods innerHeight, innerWidth, outerHeight and outerWidth to work with elements that have display: none
* Added the relevant svn:keywords to dimensions
* API CHANGE: Offset method takes an options hash and optional return object.
Dimensions 1.0.0-a
April 30, 2007 - 11:21am — brandonSize: 25.94 KB
md5_file hash: 038b867bbcf1ab877480904613256f64
First released: April 30, 2007 - 11:21am
* Added new test suite
* Added offsetLite method
* scrollTop and scrollLeft are now setters and getters
* Added support for Body element in offset
* Change file name and format to better follow plugin standards