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 214
ReleaseNotes0_5_5
rwaldura 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 thru
mojito-helpers-addon
and support for global handlebars helpers thruac.helpers.expose()
. This is an experimental feature, more info here. - 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. More info here.
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.
- #293 HTMLFrameMojit should honor child metas
- #1006 Fixed hybrid build issue
- #25, #865: an oldie but a goodie: mojito-composite-addon error propagation
- Fixed lingering occurances of
store.yui.getConfigAllMojits()
- Fixes the
Cache-Control
header 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.