-
Notifications
You must be signed in to change notification settings - Fork 214
ReleaseNotes0_3_29
Mojito 0.3.29 is now tagged and available on npm.
Note: Mojito depends on the latest patch release of YUI, currently YUI 3.5.1-2. This version of YUI fixes a Y.io issue which appeared in the last release. Also, as with the last Mojito release, YUI 3.5.x has removed built-in jsdom support. Server code that depends on a DOM will cause Mojito to throw an exception on startup. A warning will now be issued for known DOM dependent modules matching this criteria. Folks are asked to either move DOM dependencies to client affinities or binders, or create the required host objects for your application's DOM requirements. See http://yuilibrary.com/yui/docs/yui/nodejs-dom.html. There may also be other app-specific issues with the upgrade in YUI.
Because of the YUI situation, both the latest and stable tags on npm point to Mojito 0.3.26. To install this release you need to specify version 0.3.29 explicitly (either npm i [email protected]
or via package.json).
- 2d014df release 0.3.29 (based on 0.3.28-9-gaafd34b)
-
b6b646f fixed the HelloMojit-tests in the default mojit archetype to prevent a test failure when running
mojito test app .
(as indicated in the Getting Started tutorial). The objects are not equal even if they have the same elements - e606336 updated controller.server.js and controller.server-tests.js code examples in getting_started to reflect the files generated by mojito 0.3.26
- 276965f, ac7a408 [bz5472517] Error on server doesn't propagate to client
No new features in this release.
Special thanks to Dmitry Savintsev for his code contributions to this release.