|
| 1 | +<a name="1.7.6"></a> |
| 2 | +# 1.7.6 gravity-manipulation (2019-01-17) |
| 3 | + |
| 4 | +## Bug Fixes |
| 5 | +- **$compile:** fix ng-prop-* with undefined values |
| 6 | + ([772440](https://github.com/angular/angular.js/commit/772440cdaf9a9bfa40de1675e20a5f0e356089ed), |
| 7 | + [#16797](https://github.com/angular/angular.js/issues/16797), |
| 8 | + [#16798](https://github.com/angular/angular.js/issues/16798)) |
| 9 | +- **compile:** properly handle false value for boolean attrs with jQuery |
| 10 | + ([27486b](https://github.com/angular/angular.js/commit/27486bd15e70946ece2ba713e4e8654b7f9bddad), |
| 11 | + [#16778](https://github.com/angular/angular.js/issues/16778), |
| 12 | + [#16779](https://github.com/angular/angular.js/issues/16779)) |
| 13 | +- **ngRepeat:** |
| 14 | + - fix reference to last collection value remaining across linkages |
| 15 | + ([cf919a](https://github.com/angular/angular.js/commit/cf919a6fb7fc655f3fa37a74899a797ea5b8073e)) |
| 16 | + - fix trackBy function being invoked with incorrect scope |
| 17 | + ([d4d103](https://github.com/angular/angular.js/commit/d4d1031bcd9b30ae6a58bd60a79bcc9d20f0f2b7), |
| 18 | + [#16776](https://github.com/angular/angular.js/issues/16776), |
| 19 | + [#16777](https://github.com/angular/angular.js/issues/16777)) |
| 20 | +- **aria/ngClick:** check if element is `contenteditable` before blocking spacebar |
| 21 | + ([289374](https://github.com/angular/angular.js/commit/289374a43c1b2fd715ddf7455db225b17afebbaf), |
| 22 | + [#16762](https://github.com/angular/angular.js/issues/16762)) |
| 23 | +- **input:** prevent browsers from autofilling hidden inputs |
| 24 | + ([7cbb10](https://github.com/angular/angular.js/commit/7cbb1044fcb3576cdad791bd22ebea3dfd533ff8)) |
| 25 | +- **Angular:** add workaround for Safari / Webdriver problem |
| 26 | + ([eb49f6](https://github.com/angular/angular.js/commit/eb49f6b7555cfd7ab03fd35581adb6b4bd49044e)) |
| 27 | +- **$browser:** normalize inputted URLs |
| 28 | + ([2f72a6](https://github.com/angular/angular.js/commit/2f72a69ded53a122afad3ec28d91f9bd2f41eb4f), |
| 29 | + [#16606](https://github.com/angular/angular.js/issues/16606)) |
| 30 | +- **interpolate:** do not create directives for constant media URL attributes |
| 31 | + ([90a41d](https://github.com/angular/angular.js/commit/90a41d415c83abdbf28317f49df0fd0a7e07db86), |
| 32 | + [#16734](https://github.com/angular/angular.js/issues/16734)) |
| 33 | +- **$q:** allow third-party promise libraries |
| 34 | + ([eefaa7](https://github.com/angular/angular.js/commit/eefaa76a90dbef08fdc7d734a205cc2de50d9f91), |
| 35 | + [#16164](https://github.com/angular/angular.js/issues/16164), |
| 36 | + [#16471](https://github.com/angular/angular.js/issues/16471)) |
| 37 | +- **urlUtils:** make IPv6 URL's hostname wrapped in square brackets in IE/Edge |
| 38 | + ([0e1bd7](https://github.com/angular/angular.js/commit/0e1bd7822e61822a48b8fd7ba5913a8702e6dabf), |
| 39 | + [#16692](https://github.com/angular/angular.js/issues/16692), |
| 40 | + [#16715](https://github.com/angular/angular.js/issues/16715)) |
| 41 | +- **ngAnimateSwap:** make it compatible with `ngIf` on the same element |
| 42 | + ([b27080](https://github.com/angular/angular.js/commit/b27080d52546409fb4e483f212f03616e2ca8037), |
| 43 | + [#16616](https://github.com/angular/angular.js/issues/16616), |
| 44 | + [#16729](https://github.com/angular/angular.js/issues/16729)) |
| 45 | +- **ngMock:** make matchLatestDefinitionEnabled work |
| 46 | + ([3cdffc](https://github.com/angular/angular.js/commit/3cdffcecbae71189b4db69b57fadda6608a23b61), |
| 47 | + [#16702](https://github.com/angular/angular.js/issues/16702)) |
| 48 | +- **ngStyle:** skip setting empty value when new style has the property |
| 49 | + ([d6098e](https://github.com/angular/angular.js/commit/d6098eeb1c9510d599e9bd3cfdba7dd21e7a55a5), |
| 50 | + [#16709](https://github.com/angular/angular.js/issues/16709)) |
| 51 | + |
| 52 | +## Performance Improvements |
| 53 | +- **input:** prevent multiple validations on initialization |
| 54 | + ([692622](https://github.com/angular/angular.js/commit/69262239632027b373258e75c670b89132ad9edb), |
| 55 | + [#14691](https://github.com/angular/angular.js/issues/14691), |
| 56 | + [#16760](https://github.com/angular/angular.js/issues/16760)) |
| 57 | + |
| 58 | + |
| 59 | + |
1 | 60 | <a name="1.7.5"></a>
|
2 | 61 | # 1.7.5 anti-prettification (2018-10-04)
|
3 | 62 |
|
|
0 commit comments