- No changes.
- CSS classes generated from the
style
attribute changed from, e.g.,yui3-inline-console
toyui3-console-inline
.
- No changes.
- No changes.
- No changes.
-
CSS class references updated from
yui-*
toyui3-*
. -
Internal reorganization (API and functionality unaffected)
-
Fixed double escapement of
&
when used with ConsoleFilters and hiding and showing content with HTML entities. -
Strings broken out into Intl. language resource bundles. English (en, default) and Spanish (es) supported.
-
Added attribute
style
to allowinline-block
,block
, orabsolute
positioning. -
Moved the hidden state CSS to the sam skin and increased rule specificity.
-
printBuffer
no longer throws an error when called against an empty buffer. -
Removed
label
property from normalized message object since it was just a copy of category. -
Moved
collapsed
CSS class to theboundingBox
and nowcollapse()
resizes theboundingBox
accordingly. -
Added
useBrowserConsole
attribute as a pass through to the YUI config. Default tofalse
so when aConsole
is instantiated, messages are redirected toConsole
rather than duplicated there. -
collapse()
,expand()
, andlog()
are now chain-able.
-
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 givenprintBuffer()
call. -
printBuffer(max)
argument added to limit the number of entries to print in this cycle. -
Changed from
setTimeout
tosetInterval
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
andwidth
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.
- Initial release.