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