883N/A Provides core YUI functionality, including module registration and consumption utils,
883N/A and dynamic loading of script and css files.
883N/A The yui module is a rollup of the following modules:
883N/A -
Y.stamp now accepts a readOnly parameter to be used when you are only interested
883N/A in reading an existing guid rather than creating a new one.
883N/A -
Y.stamp defends against stamping items that can't be stamped.
883N/A - Added to Object: values(), hasKey(), hasValue(), size(), getValue, setValue
883N/A (the latter are for manipulating nested values)
883N/A -
Y.use calls are queued during dynamic loading.
883N/A - added numericSort to Array
883N/A - The yui:log event broadcasts globally.
883N/A - Added
Lang.type (typeof abstraction), and refactored some 'is' methods to use it.
883N/A - Accepts an attribute collection config to apply to inserted nodes.
883N/A - id attributes are globally unique
883N/A - Now accepts purgethreshold as a config option. This will set the number of transactions
883N/A required before auto removing nodes from previous transactions (default is 20)
- yuitest renamed to test, now requires collection
- lots of new module metadata
- Loader requests are queued globally
- Accepts jsAttributes and cssAttributes configs for adding attributes to inserted nodes
- Added 'secure' property for SSL detection
- Added 'os' property for windows vs mac detection
- Added Adobe Air and Google Caja detection
- The initial dependency calculation should not allow automatic rollup.
-
Y.namespace reverted to scrub YAHOO out if included as the first
- 'useConsole' config changed to useBrowserConsole
- Protects against trailing commas in array of files to load.
- combo url build process defends against undefined modules
- Added combo handler support for CSS
- Filters are correctly applied to combo and fullpath urls
- Added compat, profiler, yuitest, widget, stylesheet, classnamemanager,
overlay, plugin, slider, console
- Added submodule metadata logic
- Added plugin metadata logic
- Added skin metadata logic