angular.js v0.10.5 Release Notes

  • ๐Ÿ”‹ Features:

    • [ng:autobind]: drop angular.js file name restrictions (commit)
    • ๐ŸŒฒ [Scope]: better logging of infinite digest error (commit, issue #621)
    • enable [widget] styling in IE8 and below using html5shiv-like approach (commit, issue #584)
    • ๐Ÿ’… [ng:style]: compatibility + perf improvements (commit)

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  [ng:view]: ignore stale xhr callbacks - fixes issues caused by race-conditions which occurred when user navigated to a new route before the current route finished loading (issue #619)
    • [ng:form] should always be a block level (css) element (commit)
    • ๐Ÿ›  Fixes for [e2e test runner]'s $location dsl (commit)
    • [ng:repeat] when iterating over arrays ignore non-array properties + when iterating over objects sort keys alphabetically (commit)

    ๐Ÿ“„ Docs:

    • ๐Ÿ“„ experimental disqus.com integration for all docs-next.angularjs.org pages (commit, contributed by Dan Doyon)
    • ๐Ÿšš [e2e test runner] docs were moved to the dev guide