src/cm/media/js/lib/yui/yui_3.0.0b1/releasenotes/README.console
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 0 40c8f766c9b8
permissions -rw-r--r--
add link to "privacy policy" in the header test

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