src/cm/media/js/lib/yui/yui_3.0.0b1/releasenotes/README.console
author raph
Fri, 15 Jan 2010 09:21:47 +0100
changeset 82 2d964b42de45
parent 0 40c8f766c9b8
permissions -rw-r--r--
fix howto generate message files

The Console tool
    The Console tool creates a cross browser display to read log messages emitted by the YUI logging subsystem.

3.0.0 beta1
    * logSource attribute added to configure listening for events from a
      specific target.  Also useful for subscribing to all log events across
      multiple YUI instances.
    * Lowered consoleLimit default to 300
    * printLimit attribute added to limit the number of entries from the buffer
      to output in a given printBuffer call
    * printBuffer(max) argument added to limit the number of entries to print
      in this cycle
    * Changed from setTimeout to setInterval to chunk DOM output
    * logLevel constants changed to strings and categories outside info, warn,
      and error are not treated as info
    * CSS updates
    * Support for height and width attribute configuration
    * Changed <input type="button"> to <button type="button">
    * Added Collapse/Expand
    * Entry addition and removal now occurs off DOM
    * Entry removal checks that the target node is present before removing it
    * Y.config.debug explicitly set to false during print cycle to avoid
      infinite loops

3.0.0pr2
    Initial release