Bug Tracker

Changeset 4195

Show
Ignore:
Timestamp:
12/17/07 01:11:02 (1 year ago)
Author:
brandon.aaron
Message:

Updating changlog

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/ChangeLog.txt

    r1880 r4195  
    11== jQuery ChangeLog == 
     2 
     3== 1.2.2 == 
     4 
     5* show is now element aware (uses default display type instead of just forcing block) 
     6* New special events api: jQuery.events.special 
     7* ready is now a real event and can be bound, unbound and triggered. 
     8* mouseenter and mouseleave now work on all supported browsers 
     9* The hover helper method now uses the mouseenter and mouseleave events 
     10* New offset test suite test/offset.html (requires your pop-up blocker to be disabled) 
     11* Refactored the width and height methods (fixes lots of bugs) 
     12* Fixed event memory leaks in IE (html, remove, empty also no longer leak memory) 
     13* Fixed window/document width/height values 
     14* Fixed event.pageX and event.pageY in IE 
    215 
    316== 1.2 ==