This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 215
ReleaseNotes0_5_5
caridy edited this page Feb 27, 2013
·
23 revisions
Mojito 0.5.5 is now tagged and available on npm. List of changes between 0.5.4 and 0.5.5 here.
- Global models thru
ac.models.expose()
upgraded from experimental to beta - Support for Handlebars helpers (experimental)
- Upgrading to [email protected]
- Introducing error propagation in
mojito-composite-addon
by using the flagpropagateFailure
in a child. - Improved Store to minimize memory footprint.
- Introducing a clear separation between YUI core modules and app yui modules. YUI Core modules will not be served from the app origin server unless the
staticHandling.serveYUIFromAppOrigin
flag is set to true inapplication.json
. This change minimize the initial footprint of the app as well as offline capabilities when usingmojito build html5app
command.
In this release we introduced some performance optimizations, as a result some internal APIs changed, and this will potentially impacting 3rd party components that are using protected or internal store APIs. This is the case of [email protected], a new version of shaker will be released very soon to address these changes, in the meantime, you can follow this PR: https://github.com/yahoo/mojito-shaker/pull/43.
- Fixed issue #293. HTMLFrameMojit should honor child metas
- Fixed hybrid build issue #1006
- Fixes issue #865. Fixes issue #25: mojito-composite-addon error propagation
- Fixed lingering occurances of store.yui.getConfigAllMojits()
- Fixes the Cache-Control for static assets.
- Supporting html5app, forceRelativePaths for yui loader, making root and base to be relative when needed.
- (sweetandsour2) Fix for client side hooks, bug fix in template hooks.