Upgraded the YUI libs to version 0.12.0, released 14 Nov 2006.

This commit is contained in:
vyshane 2006-11-23 03:10:20 +00:00
parent 6418486c69
commit d38ed4fba2
79 changed files with 45819 additions and 28246 deletions

View file

@ -1,5 +1,33 @@
Logger Release Notes
*** version 0.12.0 ***
* Added method formatMsg(oLogMsg) to support custom formatting of log messages
for output to a LogReader.
*** version 0.11.3 ***
* The Logger static method enableFirebug() has been RENAMED to
enableBrowserConsole().
* The Logger static method disableFirebug() has been RENAMED to
disableBrowserConsole().
* By default, the Logger will not automatically output to Firebug or Safari's
JavaScript console. To enable this feature, implementers should now explicitly
call
YAHOO.widget.Logger.enableBrowserConsole().
* Implementers may now cap the size of the YAHOO.widget.Logger stack by setting
the property YAHOO.widget.Logger.maxStackEntries.
* Implementers may now control the number of items displayed in each console by
setting the LogReader properties thresholdMax and thresholdMin.
*** version 0.11.0 ***
* Initial release