angular.js v0.9.19 Release Notes

Release Date: 2011-08-20 // over 12 years ago
  • ๐Ÿ”‹ Features

    • โž• added error handling support for JSONP requests (see error callback param of the [$xhr] service) (commit)
    • ๐Ÿ”ฆ exposed http response headers in the [$xhr] and [$resource] callbacks (commit contributed by Karl Seamon)
    • โž• added reloadOnSearch [$route] param support to prevent unnecessary controller reloads and resulting flicker (commit)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fixed memory leak found in [ng:options] directive (commit)
    • ๐Ÿ‘‰ make ng:class-even/odd compatible with ng:class (Issue #508)
    • ๐Ÿ›  fixed error handling for resources that didn't work in certain situations (commit contributed by Karl Seamon)

    ๐Ÿ“„ Docs

    • ๐Ÿ“„ jsFiddle integration for all docs.angularjs.org examples (contributed by Dan Doyon).

    ๐Ÿ’ฅ Breaking Changes

    • โœ‚ removed [jqLite] show/hide support. See the commit message for details. Developers should use jquery or jqLite's css('display', 'none') and css('display', 'block'/'inline'/..) instead