Console Change History
3.18.1
- No changes.
3.18.0
- No changes.
3.17.2
- No changes.
3.17.1
- No changes.
3.17.0
- No changes.
3.16.0
- No changes.
3.15.0
- No changes.
3.14.1
- No changes.
3.14.0
- No changes.
3.13.0
- No changes.
3.12.0
- No changes.
3.11.0
- Added Hungarian language support [Gábor Kovács]
3.10.3
- No changes.
3.10.2
- No changes.
3.10.1
- No changes.
3.10.0
- Add italian language files to the components. [albertosantini]
3.9.1
- No changes.
3.9.0
- No changes.
3.8.1
- No changes.
3.8.0
- No changes.
3.7.3
- Remove
forattribute from Console’s HTML templates. There is a bug in the WinJS runtime for Windows 8 apps that causes an error to be thrown incorrectly when certain element attributes used. [Ticket #2532792]
3.7.2
- No changes.
3.7.1
- No changes.
3.7.0
- No changes.
3.6.0
- No changes.
3.5.1
- No changes.
3.5.0
- No changes.
3.4.1
- No changes.
3.4.0
- CSS classes generated from the
styleattribute changed from, e.g.,yui3-inline-consoletoyui3-console-inline.
3.3.0
- No changes.
3.2.0
- No changes.
3.1.1
- No changes.
3.1.0
-
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.
3.0.0
-
Added attribute
styleto allowinline-block,block, orabsolutepositioning. -
Moved the hidden state CSS to the sam skin and increased rule specificity.
-
printBufferno longer throws an error when called against an empty buffer. -
Removed
labelproperty from normalized message object since it was just a copy of category. -
Moved
collapsedCSS class to theboundingBoxand nowcollapse()resizes theboundingBoxaccordingly. -
Added
useBrowserConsoleattribute as a pass through to the YUI config. Default tofalseso when aConsoleis instantiated, messages are redirected toConsolerather than duplicated there. -
collapse(),expand(), andlog()are now chain-able.
3.0.0beta1
-
logSourceattribute added to configure listening for events from a specific target. Also useful for subscribing to all log events across multiple YUI instances. -
Lowered
consoleLimitdefault to 300. -
printLimitattribute 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
setTimeouttosetIntervalto chunk DOM output. -
logLevelconstants changed to strings and categories outside info, warn, and error are not treated as info. -
CSS updates.
-
Support for
heightandwidthattribute 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.debugexplicitly set to false during print cycle to avoid infinite loops.
3.0.0pr2
- Initial release.
