Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

0.5.8

Compare
Choose a tag to compare
@drewfish drewfish released this 06 Aug 22:56
· 1278 commits to develop since this release

Notes

  • #1062 fixes the detection problems in YUI that
    where causing multiple issues with Y.JSON.parse and other components. In the current
    implementation, the app itself uses require('yui') in a traditional way to avoid any
    potential issues in the future with the detection system in YUI. It also re-enabled
    the ability to run YUI in debug mode in the server side if you happen to use filter="debug"
    in application.json which had been broken for a long time.

Deprecations

  • The hybridapp build mode (code and resources) has been removed.

Bug Fixes

  • #1062: fixes the issue with Y.config.global after the upgrade to yui@3.9.1
  • removed a few unnecessary datastructure copies

Acknowledgements

Special thanks to @lexander and @dmorilha for their contributions to this release.