angular.js v1.2.3 Release Notes

Release Date: 2013-11-27 // over 10 years ago
  • ๐Ÿ› Bug Fixes

    • $animate:
    • ensure blocked keyframe animations are unblocked before the DOM operation (2efe8230, #5106)
    • ensure animations are disabled during bootstrap to prevent unwanted structural animations (eed23332, #5130)
    • $sanitize: use the same whitelist mechanism as $compile does (33352348, #3748)
    • input: react to form auto completion, through the change event, on modern browsers (a090400f, #1460)
    • $attrs: add $attrs.$attr to externs so that it isn't renamed on js minification (bcca8054)

    ๐Ÿ”‹ Features

    ๐Ÿš€ No new features in this release

    ๐Ÿ’ฅ Breaking Changes

    ๐Ÿš€ There are no breaking changes in this release (promise!)