8 * getElementsByClassName no longer reverts to document when "root" not found
9 * setXY no longer makes a second call to getXY unless noRetry is false
10 * minified version no longer strips line breaks
12 *** version 0.12.0 ***
14 * fixed getXY for IE null parent
15 * branching set/getStyle at load time instead of run time
17 *** version 0.11.3 ***
19 * fixed getX and getY returning incorrect values for collections
20 * fixed getXY incorrectly calculated for Opera inline elements
21 * fixed isAncestor failure in safari when 2nd arg is document.documentElement
22 * fixed infinite loop in replaceClass when oldClassName == newClassName
23 * getDocumentWidth no longer includes scrollbars
26 *** version 0.11.2 ***
27 * limit depth of parent.document crawl to 1 for getXY
28 * test offsetParent instead of parentNode for getXY
29 * return null if no el fo r get
30 * just addClass if no class to replace for replaceClass
33 *** version 0.11.1 ***
35 * return null if el is null for get()
36 * test offsetParent rather than parentNode for getXY()
37 * limit depth of parent.document crawl for IE getXY() to 1
38 * if no oldClassName to replace, just addClass for replaceClass()
41 *** version 0.11.0 ***
42 * Work around Opera 9 broken currentStyle
43 * Removed timeout wrapper from setXY retry
44 * Tagname tests now case-insensitive
45 * Internal "this" references changed to allow for method shorthand
46 * get/setStyle now accept both camel and hyphen case
47 * Gecko reverted to crawling offsets for getXY
50 *** version 0.10.0 ***
52 * Safari now fails gracefully when querying computedStyle of an unavailable element
54 * Class management functions added (hasClass, addClass, removeClass, replaceClass, getElementsByClassName)
56 * All methods that accept HTMLElements or IDs now also accept arrays of HTMLElements and/or IDs
58 * GenerateId method added
60 * isAncestor method added
62 * inDocument method added
64 * getElementsBy method added
68 * getClientHeight/Width deprecated in favor of getViewportHeight/Width
70 * getDocumentHeight/Width methods added