-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
58 lines (41 loc) · 2.16 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
== New and Noteworthy ==
== 1.1.2 ==
* 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]
== 1.1.1 ==
* Fixed issue in calculating document height and width when a large element is positioned absolute
* Cleaned up window height and width calculation
== 1.1 ==
* 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)
== 1.0.1 ==
* Fixed issue in Opera with fixed position
== 1.0 ==
* 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
== Pre 1.0 ==
* 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.