|
| 1 | +<a name="1.4.0-beta.4"></a> |
| 2 | +# 1.4.0-beta.4 overlyexplosive-poprocks (2015-02-09) |
| 3 | + |
| 4 | + |
| 5 | +## Bug Fixes |
| 6 | + |
| 7 | +- **$location:** prevent page reload if initial url has empty hash at the end |
| 8 | + ([a509e9aa](https://github.com/angular/angular.js/commit/a509e9aa149d0f88cc39f703d539f7ffd4cd6103), |
| 9 | + [#10397](https://github.com/angular/angular.js/issues/10397), [#10960](https://github.com/angular/angular.js/issues/10960)) |
| 10 | +- **$parse:** Initialize elements in an array from left to right |
| 11 | + ([966f6d83](https://github.com/angular/angular.js/commit/966f6d831f9469a917601f9a10604612cd7bd792)) |
| 12 | +- **ngAria:** ensure native controls fire a single click |
| 13 | + ([9d53e5a3](https://github.com/angular/angular.js/commit/9d53e5a38dd369dec82d82e13e078df3d6054c8a), |
| 14 | + [#10388](https://github.com/angular/angular.js/issues/10388), [#10766](https://github.com/angular/angular.js/issues/10766)) |
| 15 | +- **ngMock:** handle cases where injector is created before tests |
| 16 | + ([898714df](https://github.com/angular/angular.js/commit/898714df9ea38f9ef700015ced5ddea52f096b77), |
| 17 | + [#10967](https://github.com/angular/angular.js/issues/10967)) |
| 18 | +- **sanitize:** handle newline characters inside special tags |
| 19 | + ([cc8755cd](https://github.com/angular/angular.js/commit/cc8755cda6efda0b52954388e8a8d5306e4bfbca), |
| 20 | + [030a42e7](https://github.com/angular/angular.js/commit/030a42e79dec8a4bb73053762f7a54d797a058f6) |
| 21 | + [#10943](https://github.com/angular/angular.js/issues/10943)) |
| 22 | + |
| 23 | + |
| 24 | +## Features |
| 25 | + |
| 26 | +- **ng-jq:** adds the ability to force jqLite or a specific jQuery version |
| 27 | + ([09ee82d8](https://github.com/angular/angular.js/commit/09ee82d84dcbea4a6e8d85903af82dcd087a78a7)) |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +<a name="1.3.13"></a> |
| 32 | +# 1.3.13 meticulous-riffleshuffle (2015-02-09) |
| 33 | + |
| 34 | + |
| 35 | +## Bug Fixes |
| 36 | + |
| 37 | +- **$location:** prevent page reload if initial url has empty hash at the end |
| 38 | + ([4b3a590b](https://github.com/angular/angular.js/commit/4b3a590b009d7fdceda7f52e7ba0352a271b3256), |
| 39 | + [#10397](https://github.com/angular/angular.js/issues/10397), [#10960](https://github.com/angular/angular.js/issues/10960)) |
| 40 | +- **ngAria:** ensure native controls fire a single click |
| 41 | + ([69ee593f](https://github.com/angular/angular.js/commit/69ee593fd2cb5f1d7757efbe6b256e4458752fd7), |
| 42 | + [#10388](https://github.com/angular/angular.js/issues/10388), [#10766](https://github.com/angular/angular.js/issues/10766)) |
| 43 | +- **ngMock:** handle cases where injector is created before tests |
| 44 | + ([39ddef68](https://github.com/angular/angular.js/commit/39ddef682971d3b7282bf9d08f6eaf97b7f4bca4), |
| 45 | + [#10967](https://github.com/angular/angular.js/issues/10967)) |
| 46 | +- **sanitize:** handle newline characters inside special tags |
| 47 | + ([11aedbd7](https://github.com/angular/angular.js/commit/11aedbd741ccddba060a9805adba1779391731da), |
| 48 | + [ce49d4d6](https://github.com/angular/angular.js/commit/ce49d4d61bd02464b6c6376af8048f6eb09330a8) |
| 49 | + [#10943](https://github.com/angular/angular.js/issues/10943)) |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +<a name="1.4.0-beta.3"></a> |
| 56 | +# 1.4.0-beta.3 substance-mimicry (2015-02-02) |
| 57 | + |
| 58 | + |
| 59 | +## Bug Fixes |
| 60 | + |
| 61 | +- **$compile:** |
| 62 | + - do not initialize optional '&' binding if attribute not specified |
| 63 | + ([6a38dbfd](https://github.com/angular/angular.js/commit/6a38dbfd3c34c8f9efff503d17eb3cbeb666d422), |
| 64 | + [#6404](https://github.com/angular/angular.js/issues/6404), [#9216](https://github.com/angular/angular.js/issues/9216)) |
| 65 | + - respect return value from controller constructor |
| 66 | + ([62d514b0](https://github.com/angular/angular.js/commit/62d514b06937cc7dd86e973ea11165c88343b42d)) |
| 67 | +- **$controller:** throw better error when controller expression is bad |
| 68 | + ([dda65e99](https://github.com/angular/angular.js/commit/dda65e992b72044c0fa0c8f5f33184028c0e3ad7), |
| 69 | + [#10875](https://github.com/angular/angular.js/issues/10875), [#10910](https://github.com/angular/angular.js/issues/10910)) |
| 70 | +- **$parse:** |
| 71 | + - handle null targets at assign |
| 72 | + ([2e5a7e52](https://github.com/angular/angular.js/commit/2e5a7e52a0385575bbb55a801471b009afafeca3)) |
| 73 | + - remove references to last arguments to a fn call |
| 74 | + ([e61eae1b](https://github.com/angular/angular.js/commit/e61eae1b1f2351c51bcfe4142749a4e68a2806ff), |
| 75 | + [#10894](https://github.com/angular/angular.js/issues/10894)) |
| 76 | +- **a:** don't reload if there is only a name attribute |
| 77 | + ([d729fcf0](https://github.com/angular/angular.js/commit/d729fcf030be1d3ef37196d36ea3bf3249ee3318), |
| 78 | + [#6273](https://github.com/angular/angular.js/issues/6273), [#10880](https://github.com/angular/angular.js/issues/10880)) |
| 79 | +- **angular.copy:** support copying `TypedArray`s |
| 80 | + ([aa0f6449](https://github.com/angular/angular.js/commit/aa0f64496a66d2a5d1a4d033f2eb075a8b084a78), |
| 81 | + [#10745](https://github.com/angular/angular.js/issues/10745)) |
| 82 | +- **filter:** format timezone correctly in the case that UTC timezone is used |
| 83 | + ([8c469191](https://github.com/angular/angular.js/commit/8c46919199090a05634789774124b38983430c76), |
| 84 | + [#9359](https://github.com/angular/angular.js/issues/9359)) |
| 85 | +- **ngRoute:** dont duplicate optional params into query |
| 86 | + ([27bf2ce4](https://github.com/angular/angular.js/commit/27bf2ce40c5adfb1494d69c9d0ac9cf433834a12), |
| 87 | + [#10689](https://github.com/angular/angular.js/issues/10689)) |
| 88 | +- **ngScenario:** allow ngScenario to handle lazy-loaded and manually bootstrapped applications |
| 89 | + ([c69caa7b](https://github.com/angular/angular.js/commit/c69caa7beee4e920f8f587eb3e943be99864a14f), |
| 90 | + [#10723](https://github.com/angular/angular.js/issues/10723)) |
| 91 | +- **validators:** maxlength should use viewValue for $isEmpty |
| 92 | + ([bfcf9946](https://github.com/angular/angular.js/commit/bfcf9946e16d21b55dde50d4d21c71c898b10215), |
| 93 | + [#10898](https://github.com/angular/angular.js/issues/10898)) |
| 94 | + |
| 95 | + |
| 96 | +## Features |
| 97 | + |
| 98 | +- **$compile:** allow using bindToController as object, support both new/isolate scopes |
| 99 | + ([35498d70](https://github.com/angular/angular.js/commit/35498d7045ba9138016464a344e2c145ce5264c1), |
| 100 | + [#10420](https://github.com/angular/angular.js/issues/10420), [#10467](https://github.com/angular/angular.js/issues/10467)) |
| 101 | +- **filter:** support conversion to timezone other than UTC |
| 102 | + ([c6d8512a](https://github.com/angular/angular.js/commit/c6d8512a1d7345516d1bd9a039d81821b9518bff), |
| 103 | + [#10858](https://github.com/angular/angular.js/issues/10858)) |
| 104 | +- **ngMocks:** cleanup $inject annotations after each test |
| 105 | + ([0baa17a3](https://github.com/angular/angular.js/commit/0baa17a3b7ad2b242df2b277b81cebdf75b04287)) |
| 106 | + |
| 107 | + |
| 108 | +## Performance Improvements |
| 109 | + |
| 110 | +- **$scope:** Add a property $$watchersCount to scope |
| 111 | + ([c1500ea7](https://github.com/angular/angular.js/commit/c1500ea775c4cb130088b7d5bb5fb872bda50bae)) |
| 112 | +- **$parse** new and more performant parser |
| 113 | + ([0d42426](https://github.com/angular/angular.js/commit/0d424263ead16635afb582affab2b147f8e71626)) |
| 114 | + |
| 115 | + |
| 116 | +## Breaking Changes |
| 117 | + |
| 118 | +- **$compile:** due to [6a38dbfd](https://github.com/angular/angular.js/commit/6a38dbfd3c34c8f9efff503d17eb3cbeb666d422), |
| 119 | +Previously, '&' expressions would always set up a function in the isolate scope. Now, if the binding |
| 120 | +is marked as optional and the attribute is not specified, no function will be added to the isolate scope. |
| 121 | + |
| 122 | + |
| 123 | +<a name="1.3.12"></a> |
| 124 | +# 1.3.12 outlandish-knitting (2015-02-02) |
| 125 | + |
| 126 | + |
| 127 | +## Bug Fixes |
| 128 | + |
| 129 | +- **$controller:** throw better error when controller expression is bad |
| 130 | + ([632b2ddd](https://github.com/angular/angular.js/commit/632b2ddd34c07b3b5a207bd83ca3a5e6e613e63b), |
| 131 | + [#10875](https://github.com/angular/angular.js/issues/10875), [#10910](https://github.com/angular/angular.js/issues/10910)) |
| 132 | +- **$parse:** remove references to last arguments to a fn call |
| 133 | + ([7caad220](https://github.com/angular/angular.js/commit/7caad2205a6e9927890192a3638f55532bdaaf75), |
| 134 | + [#10894](https://github.com/angular/angular.js/issues/10894)) |
| 135 | +- **ngRoute:** dont duplicate optional params into query |
| 136 | + ([f41ca4a5](https://github.com/angular/angular.js/commit/f41ca4a53ed53f172fb334911be56e42aad58794), |
| 137 | + [#10689](https://github.com/angular/angular.js/issues/10689)) |
| 138 | +- **ngScenario:** Allow ngScenario to handle lazy-loaded and manually bootstrapped applications |
| 139 | + ([0bcd0872](https://github.com/angular/angular.js/commit/0bcd0872d8d2e37e6cb7aa5bc5cb0c742b4294f9), |
| 140 | + [#10723](https://github.com/angular/angular.js/issues/10723)) |
| 141 | +- **validators:** maxlength should use viewValue for $isEmpty |
| 142 | + ([abd8e2a9](https://github.com/angular/angular.js/commit/abd8e2a9eb2d21ac67989c2f7b64c4c6547a1585), |
| 143 | + [#10898](https://github.com/angular/angular.js/issues/10898)) |
| 144 | + |
| 145 | + |
| 146 | +## Features |
| 147 | + |
| 148 | +- **ngMocks:** cleanup $inject annotations after each test |
| 149 | + ([6ec59460](https://github.com/angular/angular.js/commit/6ec5946094ee92b820bbacc886fa2367715e60b4)) |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
1 | 154 | <a name="1.4.0-beta.2"></a>
|
2 | 155 | # 1.4.0-beta.2 holographic-rooster (2015-01-26)
|
3 | 156 |
|
|
0 commit comments