src/cm/media/js/lib/yui/yui3.0.0/releasenotes/README.console
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 The Console tool
       
     2     The Console tool creates a cross browser display to read log messages
       
     3     emitted by the YUI logging subsystem.
       
     4 
       
     5 3.0.0
       
     6     * Added attribute 'style' to allow inline-block, block, or absolute positioning
       
     7     * Moved the hidden state css to the sam skin and increased rule specificity
       
     8     * printBuffer no longer throws an error when called against an empty buffer
       
     9     * Removed 'label' property from normalized message object since it was just
       
    10       a copy of category
       
    11     * Moved collapsed class to the boundingBox and now collapse resizes the
       
    12       boundingBox accordingly
       
    13     * Added useBrowserConsole attribute as a pass through to the YUI config.
       
    14       Default to false so when a Console is instantiated messages are
       
    15       redirected to Console rather than duplicated there.
       
    16     * collapse(), expand(), and log(..) are now chainable
       
    17 
       
    18 3.0.0 beta 1
       
    19     * logSource attribute added to configure listening for events from a
       
    20       specific target.  Also useful for subscribing to all log events across
       
    21       multiple YUI instances.
       
    22     * Lowered consoleLimit default to 300
       
    23     * printLimit attribute added to limit the number of entries from the buffer
       
    24       to output in a given printBuffer call
       
    25     * printBuffer(max) argument added to limit the number of entries to print
       
    26       in this cycle
       
    27     * Changed from setTimeout to setInterval to chunk DOM output
       
    28     * logLevel constants changed to strings and categories outside info, warn,
       
    29       and error are not treated as info
       
    30     * CSS updates
       
    31     * Support for height and width attribute configuration
       
    32     * Changed <input type="button"> to <button type="button">
       
    33     * Added Collapse/Expand
       
    34     * Entry addition and removal now occurs off DOM
       
    35     * Entry removal checks that the target node is present before removing it
       
    36     * Y.config.debug explicitly set to false during print cycle to avoid
       
    37       infinite loops
       
    38 
       
    39 3.0.0 PR2
       
    40     Initial release