Moving Element dependency from Request.js to Request.HTML.js and adjusted scripts...
[mootools.git] / CHANGELOG
blob34b06874861e491b45fcc209a5dd16834ddc234a
1 MooTools 1.2.1 - October 16th, 2008
3 [ADD] Element.set('html') now allows to set the innerHTML of all Elements (including tables and selects)
4 [ADD] Browser.Features.query to check if the Browser supports the new querySelector method on the document object
5 [ADD] Browser.Engine detection for WebKit version 525
6 [ADD] Browser.Engine detection for Opera 9.6
7 [ADD] Element.removeEvents now also accepts an object
8 [ADD] Class.removeEvents now also accepts an object
9 [ADD] Element.match now also accepts an Element
10 [CHG] Element.js has been refactored to make use of private variables wherever possible
11 [CHG] $unlink now returns an unlinked Hash instead of an object when a Hash is passed in
12 [CHG] Faster Element.hasChild
13 [CHG] The domready event for WebKit version 525 (or later) uses the native DomContentLoaded event
14 [FIX] Fixed getPosition in Internet Explorer to be faster and more reliable
15 [FIX] Selector [attribute!=val] now matches elements with empty attribute
16 [FIX] Element.clone is now much faster and retains state of form elements
17 [FIX] Fixed memory leaks related to IFrame unloading
18 [FIX] Fixed memory leaks related to Element storage
19 [FIX] Custom Events no longer stop the event when the condition returns false
20 [FIX] Documentation fixes and improvements
21 [FIX] :checked pseudo now works properly in Internet Explorer
22 [FIX] Class.js works in Safari 2 again, and contains no more eval hack
23 [FIX] Element text setter/getter is now working in Safari 2
24 [FIX] $exec is now working in Safari 2