angular.js v1.0.7 Release Notes

Release Date: 2013-05-22 // almost 11 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ’ป $browser: should use first value for a cookie. (3952d35a, #2635)

    • $cookieStore: $cookieStore.get now parses blank string as blank string (cf4729fa)

    • $location: back-button should fire $locationChangeStart (dc9a5806, #2109)

    • ๐Ÿ“œ $parse: Fix context access and double function call (7812ae75, #2496)

    • dateFilter: correctly format ISODates on Android<=2.1 (f046f6f7, #2277)

    • jqLite: correct implementation of mouseenter/mouseleave event (06f2b2a8, #2131)

    • angular.copy/angular.extend: do not copy $$hashKey in copy/extend functions. (6d0b325f, #1875)

    • i18n: escape all chars above \u007f in locale files (695c54c1, #2417)

    • Directives:

      • ngPluralize: handle the empty string as a valid override (67a4a25b, #2575)
      • select: ensure empty option is not lost in IE9 (4622af3f, #2150)
      • ngModel: use paste/cut events in IE to support context menu (363e4cbf, #1462)
      • ngClass: should remove classes when object is the same but property has changed (0ac969a5)
    • PhoneCat Tutorial: renamed Testacular to Karma (angular-phonecat)