ember-source 4.9.0 → 4.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
1
  # Ember Changelog
2
2
 
3
- ### v4.9.0 (November 28, 2022)
3
+ ## v4.9.2 (December 12, 2022)
4
+
5
+ - [#20296](https://github.com/emberjs/ember.js/pull/20296) Controller `queryParams` should support `readonly` arrays
6
+ - [#20318](https://github.com/emberjs/ember.js/pull/20318) Backport `Resolver` to preview types
7
+
8
+ ## v4.8.3 (December 12, 2022)
9
+
10
+ - [#20296](https://github.com/emberjs/ember.js/pull/20296) Controller `queryParams` should support `readonly` arrays
11
+ - [#20318](https://github.com/emberjs/ember.js/pull/20318) Backport `Resolver` to preview types
12
+
13
+ ## v4.9.1 (November 30, 2022)
14
+
15
+ - [#20284](https://github.com/emberjs/ember.js/pull/20284) [BUGFIX] remove incorrect types for deprecation functions
16
+
17
+ ## v3.28.11 (November 30, 2022)
18
+
19
+ - [#20286](https://github.com/emberjs/ember.js/pull/20286) [BUGFIX LTS] Allow class-based helpers in strict-mode
20
+
21
+ ## v4.9.0 (November 28, 2022)
4
22
 
5
23
  - [#20274](https://github.com/emberjs/ember.js/pull/20274) [BUGFIX] Add some missing types to preview types
6
24
  - [#20256](https://github.com/emberjs/ember.js/pull/20256) [BUGFIX] Correct types for Ember Arrays
@@ -12,15 +30,15 @@
12
30
  - [#20228](https://github.com/emberjs/ember.js/pull/20228) [BUGFIX] Remove type export for ControllerMixin
13
31
  - [#20203](https://github.com/emberjs/ember.js/pull/20203) / [#20204](https://github.com/emberjs/ember.js/pull/20204) [FEATURE] Preview types: Update to Typescript 4.8
14
32
 
15
- ### v4.8.2 (November 3, 2022)
33
+ ## v4.8.2 (November 3, 2022)
16
34
 
17
35
  - [#20244](https://github.com/emberjs/ember.js/pull/20244) Add missing type for `getComponentTemplate` to preview types
18
36
 
19
- ### v4.8.1 (November 2, 2022)
37
+ ## v4.8.1 (November 2, 2022)
20
38
 
21
39
  - [CVE pending](https://emberjs.com/blog/ember-4-8-1-released) Fix a prototype pollution vulnerability in `set` and `setProperties`
22
40
 
23
- ### v4.4.4 (November 2, 2022)
41
+ ## v4.4.4 (November 2, 2022)
24
42
 
25
43
  - [CVE pending](https://emberjs.com/blog/ember-4-8-1-released) Fix a prototype pollution vulnerability in `set` and `setProperties
26
44
 
@@ -28,49 +46,49 @@
28
46
 
29
47
  - [CVE pending](https://emberjs.com/blog/ember-4-8-1-released) Fix a prototype pollution vulnerability in `set` and `setProperties`
30
48
 
31
- ### v3.24.7 (November 2, 2022)
49
+ ## v3.24.7 (November 2, 2022)
32
50
 
33
51
  - [CVE pending](https://emberjs.com/blog/ember-4-8-1-released) Fix a prototype pollution vulnerability in `set` and `setProperties`
34
52
 
35
- ### v4.8.0 (October 17, 2022)
53
+ ## v4.8.0 (October 17, 2022)
36
54
 
37
55
  - [#20180](https://github.com/emberjs/ember.js/pull/20180) [FEATURE] Publish an opt-in preview of public types for Ember
38
56
  - [#20166](https://github.com/emberjs/ember.js/pull/20166) [BUGFIX] Upgrade router_js to fix Linked list of RouteInfos contains undefined object
39
57
 
40
- ### v4.4.3 (October 12, 2022)
58
+ ## v4.4.3 (October 12, 2022)
41
59
 
42
60
  - [#20166](https://github.com/emberjs/ember.js/pull/20166) [BUGFIX] Fix missing `RouteInfo` entries
43
61
 
44
- ### v4.7.1 (October 12, 2022)
62
+ ## v4.7.1 (October 12, 2022)
45
63
 
46
64
  - [#20166](https://github.com/emberjs/ember.js/pull/20166) [BUGFIX] Fix missing `RouteInfo` entries
47
65
 
48
- ### v4.7.0 (September 6, 2022)
66
+ ## v4.7.0 (September 6, 2022)
49
67
 
50
68
  - [#20126](https://github.com/emberjs/ember.js/pull/20126) [BUGFIX] Replace Firefox detection that used a deprecated browser API
51
69
 
52
- ### v4.6.0 (July 25, 2022)
70
+ ## v4.6.0 (July 25, 2022)
53
71
 
54
72
  - [#20125](https://github.com/emberjs/ember.js/pull/20125) [BUGFIX] Replace deprecated substr() method with substring() method.
55
73
 
56
- ### v4.5.1 (July 25, 2022)
74
+ ## v4.5.1 (July 25, 2022)
57
75
 
58
76
  - [#20120](https://github.com/emberjs/ember.js/pull/20120) [BUGFIX] Adjust uniqueId() implementation to only generate valid selectors.
59
77
 
60
- ### v4.5.0 (June 13, 2022)
78
+ ## v4.5.0 (June 13, 2022)
61
79
 
62
80
  - [#20052](https://github.com/emberjs/ember.js/pull/20052) / [#20055](https://github.com/emberjs/ember.js/pull/20055) [FEATURE] Add the default helper manager to implement [RFC #0756](https://github.com/emberjs/rfcs/blob/master/text/0756-helper-default-manager.md).
63
81
  - [#20053](https://github.com/emberjs/ember.js/pull/20053) [FEATURE] Expose `renderSettled` from `@ember/renderer` to enable implementation of [RFC #0785](https://github.com/emberjs/rfcs/blob/master/text/0785-remove-set-get-in-tests.md).
64
82
 
65
- ### v4.4.2 (June 13, 2022)
83
+ ## v4.4.2 (June 13, 2022)
66
84
 
67
85
  - [#20114](https://github.com/emberjs/ember.js/pull/20114) [BUGFIX] Fix generated import paths for test setup functions in addons
68
86
 
69
- ### v4.4.1 (May 31, 2022)
87
+ ## v4.4.1 (May 31, 2022)
70
88
 
71
89
  - [#20082](https://github.com/emberjs/ember.js/pull/20082) [BUGFIX] Fix blueprints publication
72
90
 
73
- ### v4.4.0 (May 2, 2022)
91
+ ## v4.4.0 (May 2, 2022)
74
92
 
75
93
  - [#19882](https://github.com/emberjs/ember.js/pull/19882) / [#20005](https://github.com/emberjs/ember.js/pull/20005) [FEATURE] Implement the `unique-id` helper per [RFC #0659](https://github.com/emberjs/rfcs/blob/master/text/0659-unique-id-helper.md).
76
94
  - [#19981](https://github.com/emberjs/ember.js/pull/19981) [FEATURE] Facilitate custom test setups per [RFC #0637](https://github.com/emberjs/rfcs/blob/master/text/0637-customizable-test-setups.md).
@@ -78,21 +96,21 @@
78
96
  - [#17978](https://github.com/emberjs/ember.js/pull/17978) Make hasListeners public
79
97
  - [#20014](https://github.com/emberjs/ember.js/pull/20014) Log `until` for deprecations
80
98
 
81
- ### v3.28.9 (April 19, 2022)
99
+ ## v3.28.9 (April 19, 2022)
82
100
 
83
101
  - [#20028](https://github.com/emberjs/ember.js/pull/20028) Fix a memory leak in the Router Service class
84
102
 
85
- ### v4.3.0 (March 21, 2022)
103
+ ## v4.3.0 (March 21, 2022)
86
104
 
87
105
  - [#20025](https://github.com/emberjs/ember.js/pull/20025) [BUGFIX] Fix a memory leak in the Router Service class
88
106
  - [#19971](https://github.com/emberjs/ember.js/pull/19971) [BUGFIX] Don't serialize default Query Params on RouterService
89
107
  - [#20024](https://github.com/emberjs/ember.js/pull/20024) [BUGFIX] Correctly associate props with factory and owner in FactoryManager
90
108
 
91
- ### v4.2.0 (February 7, 2022)
109
+ ## v4.2.0 (February 7, 2022)
92
110
 
93
111
  - [#19878](https://github.com/emberjs/ember.js/pull/19878) [BUGFIX] Allow class-based helpers to work in strict-mode.
94
112
 
95
- ### v4.1.0 (December 28, 2021)
113
+ ## v4.1.0 (December 28, 2021)
96
114
 
97
115
  - [#19772](https://github.com/emberjs/ember.js/pull/19772) / [#19826](https://github.com/emberjs/ember.js/pull/19826) [FEATURE] Add a `@cached` decorator per [RFC #0566](https://github.com/emberjs/rfcs/blob/af64915b5ecde010fce09309a47ee6d2447588d0/text/0566-memo-decorator.md).
98
116
  - [#19471](https://github.com/emberjs/ember.js/pull/19471) / [#19834](https://github.com/emberjs/ember.js/pull/19834) [FEATURE] Add `refresh` method to the Router Service per [RFC #0631](https://github.com/emberjs/rfcs/blob/master/text/0631-refresh-method-for-router-service.md).
@@ -101,12 +119,12 @@
101
119
  - [#17570](https://github.com/emberjs/ember.js/pull/17570) [BUGFIX] Passing ObjectProxy with a property size to `isEmpty` would throw assertion
102
120
  - [#18269](https://github.com/emberjs/ember.js/pull/18269) [BUGFIX] Fix for when query params are using a nested value
103
121
 
104
- ### v4.0.1 (December 1, 2021)
122
+ ## v4.0.1 (December 1, 2021)
105
123
 
106
124
  - [#19858](https://github.com/emberjs/ember.js/pull/19858) [BUGFIX] Improve assert message in default store for when routes have dynamic segments but no model hook
107
125
  - [#19860](https://github.com/emberjs/ember.js/pull/19860) [BUGFIX] Add model hook in route blueprint for routes with dynamic segments
108
126
 
109
- ### v4.0.0 (November 15, 2021)
127
+ ## v4.0.0 (November 15, 2021)
110
128
 
111
129
  - [#19761](https://github.com/emberjs/ember.js/pull/19761) [BREAKING] Require ember-auto-import >= 2 or higher to enable ember-source to become a v2 addon in the 4.x cycle
112
130
  - [#19706](https://github.com/emberjs/ember.js/pull/19706) [BREAKING] Explicitly drop Node 10 support to match support policy.
@@ -208,7 +226,7 @@
208
226
 
209
227
  - [glimmerjs/glimmer-vm#1351](https://github.com/glimmerjs/glimmer-vm/pull/1351) Support lexical scope in loose mode
210
228
 
211
- ### v3.24.6 (October 18, 2021)
229
+ ## v3.24.6 (October 18, 2021)
212
230
 
213
231
  - [glimmerjs/glimmer-vm#1347](https://github.com/glimmerjs/glimmer-vm/pull/1347) Avoid using a nested WeakMap for manager instances for a given owner (makes memory leak debugging easier)
214
232
 
@@ -216,7 +234,7 @@
216
234
 
217
235
  - [#19733](https://github.com/emberjs/ember.js/pull/19733) [BUGFIX] Ensure that using `routerService.urlFor(...)` and `routerService.recognize(...)` does not error if the router is not fully initialized
218
236
 
219
- ### v3.28.0 (August 9, 2021)
237
+ ## v3.28.0 (August 9, 2021)
220
238
 
221
239
  - [#19697](https://github.com/emberjs/ember.js/pull/19697) [BUGFIX] Ensure `deserializeQueryParam` is called for lazy routes
222
240
  - [#19681](https://github.com/emberjs/ember.js/pull/19681) [BUGFIX] Restore previous hash behavior
@@ -226,27 +244,27 @@
226
244
  - [#19491](https://github.com/emberjs/ember.js/pull/19491) [BUGFIX] Fix `owner.lookup` `owner.register` behavior with `singleton: true` option
227
245
  - [#19472](https://github.com/emberjs/ember.js/pull/19472) [BUGFIX] Prevent transformation of block params called `attrs`
228
246
 
229
- ### v3.24.5 (August 9, 2021)
247
+ ## v3.24.5 (August 9, 2021)
230
248
 
231
249
  - [#19685](https://github.com/emberjs/ember.js/pull/19685) Fix memory leak with `RouterService` under Chrome
232
250
  - [#19683](https://github.com/emberjs/ember.js/pull/19683) Ensure `super.willDestroy` is called correctly in `Router`'s `willDestroy`
233
251
 
234
- ### v3.27.5 (June 10, 2021)
252
+ ## v3.27.5 (June 10, 2021)
235
253
 
236
254
  - [#19597](https://github.com/emberjs/ember.js/pull/19597) [BIGFIX] Fix `<LinkTo>` with nested children
237
255
 
238
- ### v3.27.4 (June 9, 2021)
256
+ ## v3.27.4 (June 9, 2021)
239
257
 
240
258
  - [#19594](https://github.com/emberjs/ember.js/pull/19594) [BUGFIX] Revert lazy hash changes
241
259
  - [#19596](https://github.com/emberjs/ember.js/pull/19596) [DOC] Fix "Dormant" addon warning typo
242
260
 
243
- ### v3.27.3 (June 3, 2021)
261
+ ## v3.27.3 (June 3, 2021)
244
262
 
245
263
  - [#19565](https://github.com/emberjs/ember.js/pull/19565) [BUGFIX] Ensures that `computed` can depend on dynamic `(hash` keys
246
264
  - [#19571](https://github.com/emberjs/ember.js/pull/19571) [BUGFIX] Extend `Route.prototype.transitionTo` deprecation until 5.0.0
247
265
  - [#19586](https://github.com/emberjs/ember.js/pull/19586) [BUGFIX] Fix Embroider compatibility
248
266
 
249
- ### v3.27.2 (May 27, 2021)
267
+ ## v3.27.2 (May 27, 2021)
250
268
 
251
269
  - [#19511](https://github.com/emberjs/ember.js/pull/19511) / [#19548](https://github.com/emberjs/ember.js/pull/19548) [BUGFIX] Makes the (hash) helper lazy
252
270
  - [#19530](https://github.com/emberjs/ember.js/pull/19530) [DOC] fix passing params to named blocks examples
@@ -256,14 +274,14 @@
256
274
  - [#19557](https://github.com/emberjs/ember.js/pull/19557) [BUGFIX] Refine Ember Global deprecation message
257
275
  - [#19564](https://github.com/emberjs/ember.js/pull/19564) [BUGFIX] Improve computed.* and run.* deprecation message (IE11)
258
276
 
259
- ### v3.27.1 (May 13, 2021)
277
+ ## v3.27.1 (May 13, 2021)
260
278
 
261
279
  - [#19540](https://github.com/emberjs/ember.js/pull/19540) [BUGFIX] Ensure ember-testing is loaded lazily
262
280
  - [#19541](https://github.com/emberjs/ember.js/pull/19541) [BUGFIX] Add missing metadata for some deprecations enabled in 3.27.0
263
281
  - [#19541](https://github.com/emberjs/ember.js/pull/19541) [BUGFIX] Ensure passing `@href` to `<LinkTo>` throws an error
264
282
  - [#19541](https://github.com/emberjs/ember.js/pull/19541) [CLEANUP] Consistently use https://deprecations.emberjs.com/ in deprecation URLs
265
283
 
266
- ### v3.27.0 (May 3, 2021)
284
+ ## v3.27.0 (May 3, 2021)
267
285
 
268
286
  - [#19309](https://github.com/emberjs/ember.js/pull/19309) / [#19487](https://github.com/emberjs/ember.js/pull/19487) / [#19474](https://github.com/emberjs/ember.js/pull/19474) [FEATURE] Enable `(helper` and `(modifier` helpers per [RFC #432](https://github.com/emberjs/rfcs/blob/master/text/0432-contextual-helpers.md).
269
287
  - [#19382](https://github.com/emberjs/ember.js/pull/19382) / [#19430](https://github.com/emberjs/ember.js/pull/19430) [FEATURE] Remaining implementation work per [RFC #671](https://github.com/emberjs/rfcs/blob/master/text/0671-modernize-built-in-components-1.md).
@@ -284,19 +302,19 @@
284
302
  - [#19441](https://github.com/emberjs/ember.js/pull/19441) Add automated publishing of weekly alpha releases to NPM
285
303
  - [#19462](https://github.com/emberjs/ember.js/pull/19462) Use `positional` and `named` as the argument names in `ember g helper` blueprint
286
304
 
287
- ### v3.24.4 (May 3, 2021)
305
+ ## v3.24.4 (May 3, 2021)
288
306
 
289
307
  - [#19477](https://github.com/emberjs/ember.js/pull/19477) Allow `<LinkToExternal />` to override internal assertion
290
308
 
291
- ### v3.26.2 (October 4, 2021)
309
+ ## v3.26.2 (October 4, 2021)
292
310
 
293
311
  - [#19683](https://github.com/emberjs/ember.js/pull/19683) [BUGFIX] Use `super.willDestroy` in native classes (instead of `this._super`)
294
312
 
295
- ### v3.26.1 (March 24, 2021)
313
+ ## v3.26.1 (March 24, 2021)
296
314
 
297
315
  - [#19473](https://github.com/emberjs/ember.js/pull/19473) Update Glimmer VM to latest.
298
316
 
299
- ### v3.26.0 (March 22, 2021)
317
+ ## v3.26.0 (March 22, 2021)
300
318
 
301
319
  - [#19255](https://github.com/emberjs/ember.js/pull/19255) [DEPRECATION] Deprecate transition methods of controller and route per [RFC #674](https://github.com/emberjs/rfcs/blob/master/text/0674-deprecate-transition-methods-of-controller-and-route.md).
302
320
  - [#19345](https://github.com/emberjs/ember.js/pull/19345) [DEPRECATION] Deprecate `<LinkTo>` positional arguments per [RFC #698](https://github.com/emberjs/rfcs/blob/master/text/0698-deprecate-link-to-positional-arguments.md).
@@ -316,17 +334,17 @@
316
334
  - [#19405](https://github.com/emberjs/ember.js/pull/19405) [BUGFIX] Avoid instantiation errors when `app/router.js` injects the router service.
317
335
  - [#19436](https://github.com/emberjs/ember.js/pull/19436) [BUGFIX] Support observer keys with colons
318
336
 
319
- ### v3.25.4 (March 24, 2021)
337
+ ## v3.25.4 (March 24, 2021)
320
338
 
321
339
  - [#19473](https://github.com/emberjs/ember.js/pull/19473) Update Glimmer VM to latest.
322
340
 
323
- ### v3.25.3 (March 7, 2021)
341
+ ## v3.25.3 (March 7, 2021)
324
342
 
325
343
  - [#19448](https://github.com/emberjs/ember.js/pull/19448) Ensure query params are preserved through an intermediate loading state transition
326
344
  - [#19450](https://github.com/emberjs/ember.js/pull/19450) Ensure `routerService.currentRoute.name` and `routerService.currentRouteName` match during loading states
327
345
 
328
346
 
329
- ### v3.25.2 (March 7, 2021)
347
+ ## v3.25.2 (March 7, 2021)
330
348
 
331
349
  - [#19389](https://github.com/emberjs/ember.js/pull/19389) Removes template ids
332
350
  - [#19395](https://github.com/emberjs/ember.js/pull/19395) [BUGFIX] Ensure `<LinkTo>` can return a valid `href` most of the time
@@ -336,11 +354,11 @@
336
354
  - [#19412](https://github.com/emberjs/ember.js/pull/19412) / [#19416](https://github.com/emberjs/ember.js/pull/19416) [BUGFIX] Update Glimmer VM to 0.77 (fix dynamic helpers/modifiers)
337
355
 
338
356
 
339
- ### v3.25.1 (February 10, 2021)
357
+ ## v3.25.1 (February 10, 2021)
340
358
 
341
359
  - [#19326](https://github.com/emberjs/ember.js/pull/19326) / [#19387](https://github.com/emberjs/ember.js/pull/19387) [BUGFIX] Fix usage of `<LinkTo />` prior to routing (e.g. component rendering tests)
342
360
 
343
- ### v3.25.0 (February 08, 2021)
361
+ ## v3.25.0 (February 08, 2021)
344
362
 
345
363
  - [#19302](https://github.com/emberjs/ember.js/pull/19302) / [#19306](https://github.com/emberjs/ember.js/pull/19306) / [#19319](https://github.com/emberjs/ember.js/pull/19319) [FEATURE] Implement the [Handlebars Strict Mode RFC](https://github.com/emberjs/rfcs/blob/master/text/0496-handlebars-strict-mode.md).
346
364
  - [#19318](https://github.com/emberjs/ember.js/pull/19318) [FEATURE] Implement the [Named Blocks RFC](https://github.com/emberjs/rfcs/blob/master/text/0460-yieldable-named-blocks.md).
@@ -354,7 +372,7 @@
354
372
  - [#19338](https://github.com/emberjs/ember.js/pull/19338) [BUGFIX] Add missing `deprecate` options (`for` + `since`)
355
373
  - [#19342](https://github.com/emberjs/ember.js/pull/19342) [BUGFIX] Fix misleading LinkTo error message
356
374
 
357
- ### v3.24.3 (March 7, 2021)
375
+ ## v3.24.3 (March 7, 2021)
358
376
 
359
377
  - [#19448](https://github.com/emberjs/ember.js/pull/19448) Ensure query params are preserved through an intermediate loading state transition
360
378
  - [#19450](https://github.com/emberjs/ember.js/pull/19450) Ensure `routerService.currentRoute.name` and `routerService.currentRouteName` match during loading states
@@ -362,15 +380,15 @@
362
380
  - [#19397](https://github.com/emberjs/ember.js/pull/19397) [BUGFIX] Force building Ember bundles when `targets.node` is defined
363
381
 
364
382
 
365
- ### v3.24.2 (February 10, 2021)
383
+ ## v3.24.2 (February 10, 2021)
366
384
 
367
385
  - [#19326](https://github.com/emberjs/ember.js/pull/19326) / [#19387](https://github.com/emberjs/ember.js/pull/19387) [BUGFIX] Fix usage of `<LinkTo />` prior to routing (e.g. component rendering tests)
368
386
 
369
- ### v3.24.1 (January 14, 2021)
387
+ ## v3.24.1 (January 14, 2021)
370
388
 
371
389
  - [#19337](https://github.com/emberjs/ember.js/pull/19337) [BUGFIX] Ensure query param only `<LinkTo />` are properly scoped in engines
372
390
 
373
- ### v3.24.0 (December 28, 2020)
391
+ ## v3.24.0 (December 28, 2020)
374
392
 
375
393
  - [#19224](https://github.com/emberjs/ember.js/pull/19224) [FEATURE] Add `{{page-title}}` helper to route template blueprints to implement [RFC #0654](https://github.com/emberjs/rfcs/blob/master/text/0645-add-ember-page-title-addon.md).
376
394
  - [#19133](https://github.com/emberjs/ember.js/pull/19133) [FEATURE / DEPRECATION] Add new options to `deprecate()` for `for` and `since` and deprecate using `deprecate()` without those options per the [Deprecation Staging RFC](https://github.com/emberjs/rfcs/blob/master/text/0649-deprecation-staging.md).
@@ -388,11 +406,11 @@
388
406
  - [#19238](https://github.com/emberjs/ember.js/pull/19238) [CLEANUP] Removes the `expandLocalLookup` API
389
407
  - [#19258](https://github.com/emberjs/ember.js/pull/19258) / [#19261](https://github.com/emberjs/ember.js/pull/19261) / [#19267](https://github.com/emberjs/ember.js/pull/19267) Update rendering engine to 0.65.0
390
408
 
391
- ### v3.23.1 (November 23, 2020)
409
+ ## v3.23.1 (November 23, 2020)
392
410
 
393
411
  - [#19282](https://github.com/emberjs/ember.js/pull/19282) [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering
394
412
 
395
- ### v3.23.0 (November 16, 2020)
413
+ ## v3.23.0 (November 16, 2020)
396
414
 
397
415
  - [#19160](https://github.com/emberjs/ember.js/pull/19160) / [#19182](https://github.com/emberjs/ember.js/pull/19182) [FEATURE] Implements the helper manager feature specified in the [Helper Managers RFC](https://github.com/emberjs/rfcs/blob/master/text/0625-helper-managers.md).
398
416
  - [#19171](https://github.com/emberjs/ember.js/pull/19171) / [#19182](https://github.com/emberjs/ember.js/pull/19182) [FEATURE] Implements `invokeHelper` from the [JavaScript Helper Invocation API RFC](https://github.com/emberjs/rfcs/blob/master/text/0626-invoke-helper.md).
@@ -408,19 +426,19 @@
408
426
  - [#19221](https://github.com/emberjs/ember.js/pull/19221) [BUGFIX] Ensure fn and (mut) work with falsy values
409
427
  - [#19213](https://github.com/emberjs/ember.js/pull/19213) [BUGFIX] Update rendering engine to improve error ergonomics.
410
428
 
411
- ### v3.22.2 (November 25, 2020)
429
+ ## v3.22.2 (November 25, 2020)
412
430
 
413
431
  - [#19282](https://github.com/emberjs/ember.js/pull/19282) [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering
414
432
  - [#19263](https://github.com/emberjs/ember.js/pull/19263) [BUGFIX] Remove `@dependentKeyCompat` assertion
415
433
 
416
- ### v3.22.1 (November 10, 2020)
434
+ ## v3.22.1 (November 10, 2020)
417
435
 
418
436
  - [#19193](https://github.com/emberjs/ember.js/pull/19193) [BUGFIX] Ensure `@ember/component` user lifecycle hooks are untracked
419
437
  - [#19197](https://github.com/emberjs/ember.js/pull/19197) [BUGFIX] Restore the shadowed property set behavior
420
438
  - [#19199](https://github.com/emberjs/ember.js/pull/19199) [BUGFIX] Cleans up the DebugRenderTree more thoroughly on errors
421
439
  - [#19249](https://github.com/emberjs/ember.js/pull/19249) [BUGFIX] Fix issues with query params during intermediate transitions
422
440
 
423
- ### v3.22.0 (October 5, 2020)
441
+ ## v3.22.0 (October 5, 2020)
424
442
 
425
443
  - [#19062](https://github.com/emberjs/ember.js/pull/19062) / [#19068](https://github.com/emberjs/ember.js/pull/19068) [FEATURE] Add @ember/destroyable feature from the [Destroyables RFC](https://github.com/emberjs/rfcs/blob/master/text/0580-destroyables.md).
426
444
  - [#18984](https://github.com/emberjs/ember.js/pull/18984) / [#19067](https://github.com/emberjs/ember.js/pull/19067) [FEATURE] Add low-level Cache API per [Autotracking Memoization RFC](https://github.com/emberjs/rfcs/blob/master/text/0615-autotracking-memoization.md)
@@ -430,27 +448,27 @@
430
448
  - [#19170](https://github.com/emberjs/ember.js/pull/19170) [BUGFIX] Make modifier manager 3.22 accept the resolved value directly.
431
449
  - [#19124](https://github.com/emberjs/ember.js/pull/19124) [BUGFIX] Fix rendering engine usage within a `fastboot` sandbox
432
450
 
433
- ### v3.21.3 (September 30, 2020)
451
+ ## v3.21.3 (September 30, 2020)
434
452
 
435
453
  - [#19172](https://github.com/emberjs/ember.js/pull/19172) [BUGFIX] Ensures that tracked properties initialize property
436
454
 
437
- ### v3.21.2 (September 30, 2020)
455
+ ## v3.21.2 (September 30, 2020)
438
456
 
439
457
  - [#19138](https://github.com/emberjs/ember.js/pull/19138) [BUGFIX] Fix tag cycles in query parameters
440
458
  - [#19164](https://github.com/emberjs/ember.js/pull/19164) [BUGFIX] Entangles custom EmberArray implementations when accessed with `Ember.get`
441
459
 
442
- ### v3.21.1 (August 28, 2020)
460
+ ## v3.21.1 (August 28, 2020)
443
461
 
444
462
  - [#19106](https://github.com/emberjs/ember.js/pull/19106) [BUGFIX] Ensure `destroy` methods on `CoreObject` are invoked.
445
463
  - [#19111](https://github.com/emberjs/ember.js/pull/19111) [BUGFIX] Fixes `ArrayProxy` length reactivity.
446
464
 
447
- ### v3.21.0 (August 24, 2020)
465
+ ## v3.21.0 (August 24, 2020)
448
466
 
449
467
  - [#18993](https://github.com/emberjs/ember.js/pull/18993) [DEPRECATION] Deprecate `getWithDefault` per [RFC #554](https://github.com/emberjs/rfcs/blob/master/text/0554-deprecate-getwithdefault.md).
450
468
  - [#19087](https://github.com/emberjs/ember.js/pull/19087) [BUGFIX] Generated initializer tests no longer causes a deprecation warning
451
469
  - [#17571](https://github.com/emberjs/ember.js/pull/17571) [BUGFIX] Avoid tampering `queryParam` argument in RouterService#isActive
452
470
 
453
- ### v3.20.6 (November 11, 2020)
471
+ ## v3.20.6 (November 11, 2020)
454
472
 
455
473
  - [#19138](https://github.com/emberjs/ember.js/pull/19138) [BUGFIX] Fix tag cycles in query parameters
456
474
  - [#19158](https://github.com/emberjs/ember.js/pull/19158) [BUGFIX] `RouterService#isActive()` now consumes `currentURL` to 3.20
@@ -458,12 +476,12 @@
458
476
  - [#19172](https://github.com/emberjs/ember.js/pull/19172) / [#19197](https://github.com/emberjs/ember.js/pull/19197) [BUGFIX] Ensures that tracked properties initialize property
459
477
  - [#19178](https://github.com/emberjs/ember.js/pull/19178) [BUGFIX] Allow computeds to have cycles in their deps
460
478
 
461
- ### v3.20.5 (August 28, 2020)
479
+ ## v3.20.5 (August 28, 2020)
462
480
 
463
481
  - [#19106](https://github.com/emberjs/ember.js/pull/19106) [BUGFIX] Ensure `destroy` methods on `CoreObject` are invoked.
464
482
  - [#19111](https://github.com/emberjs/ember.js/pull/19111) [BUGFIX] Fixes `ArrayProxy` length reactivity.
465
483
 
466
- ### v3.20.4 (August 11, 2020)
484
+ ## v3.20.4 (August 11, 2020)
467
485
 
468
486
  - [#19047](https://github.com/emberjs/ember.js/pull/19047) Ensure `inject-babel-helpers` plugin can be parallelized
469
487
  - [#19089](https://github.com/emberjs/ember.js/pull/19089) Update rendering engine to improve immediate encoding performance
@@ -474,22 +492,22 @@
474
492
  - [#19065](https://github.com/emberjs/ember.js/pull/19065) / [#19072](https://github.com/emberjs/ember.js/pull/19072) - Updates GlimmerVM to improve internal destroyable system and improve tag / revision computation.
475
493
  - [#19081](https://github.com/emberjs/ember.js/pull/19081) Reduces template compilation size in production builds.
476
494
 
477
- ### v3.20.3 (July 30, 2020)
495
+ ## v3.20.3 (July 30, 2020)
478
496
 
479
497
  - [#19048](https://github.com/emberjs/ember.js/pull/19048) [BUGFIX] Update `router.js` to ensure `transition.abort` works for query param only transitions
480
498
  - [#19059](https://github.com/emberjs/ember.js/pull/19059) [BUGFIX] Prevent `<base target="_parent">` from erroring in `HistoryLocation`
481
499
  - [#19060](https://github.com/emberjs/ember.js/pull/19060) [BUGFIX] Update rendering engine to `@glimmer/*` 0.55.1
482
500
  - [#19063](https://github.com/emberjs/ember.js/pull/19063) [DOC] Fix missing docs for `{{#in-element}}`
483
501
 
484
- ### v3.20.2 (July 26, 2020)
502
+ ## v3.20.2 (July 26, 2020)
485
503
 
486
504
  - [#19056](https://github.com/emberjs/ember.js/pull/19056) Update Glimmer rendering engine to 0.54.2. Fixes an issue with (private for now) destroyables work to enable the destroyables polyfill to work more appropriately.
487
505
 
488
- ### v3.20.1 (July 13, 2020)
506
+ ## v3.20.1 (July 13, 2020)
489
507
 
490
508
  - [#19040](https://github.com/emberjs/ember.js/pull/19040) [BUGFIX] Fix a memory leak that occurred when changing the array passed to `{{each}}`
491
509
 
492
- ### v3.20.0 (July 13, 2020)
510
+ ## v3.20.0 (July 13, 2020)
493
511
 
494
512
  - [#18867](https://github.com/emberjs/ember.js/pull/18867) / [#18927](https://github.com/emberjs/ember.js/pull/18927) / [#18928](https://github.com/emberjs/ember.js/pull/18928) [FEATURE] [Promote `{{in-element}}` to public API](https://github.com/emberjs/rfcs/blob/master/text/0287-promote-in-element-to-public-api.md) RFC.
495
513
  - [#19025](https://github.com/emberjs/ember.js/pull/19025) [BUGFIX] Updates Glimmer VM to 0.54.0
@@ -499,7 +517,7 @@
499
517
  - [#18859](https://github.com/emberjs/ember.js/pull/18859) [BUGFIX] Fix transitionTo with scoped aliased queryParam.
500
518
  - [#18961](https://github.com/emberjs/ember.js/pull/18961) [BUGFIX] Remove assertions for updating auto-tracked state without Ember.set / this.set
501
519
 
502
- ### v3.19.0 (May 26, 2020)
520
+ ## v3.19.0 (May 26, 2020)
503
521
 
504
522
  - [#18982](https://github.com/emberjs/ember.js/pull/18982) / [#18913](https://github.com/emberjs/ember.js/pull/18913) [BUGFIX] Update rendering engine to latest version.
505
523
  - Add a compile time error when passing arguments to regular HTML elements (e.g. `<a @foo=`)
@@ -514,35 +532,35 @@
514
532
  - [#18832](https://github.com/emberjs/ember.js/pull/18832) [CLEANUP] Remove deprecated private`implicit-modifier-manager-capabilities`
515
533
  - [#18839](https://github.com/emberjs/ember.js/pull/18839) [CLEANUP] Updates the VM and autotracking APIs
516
534
 
517
- ### v3.18.1 (May 4, 2020)
535
+ ## v3.18.1 (May 4, 2020)
518
536
 
519
537
  - [#18941](https://github.com/emberjs/ember.js/pull/18941) [BUGFIX] Update rendering engine to latest version.
520
538
  - Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
521
539
  - Ensures destroyable items added to an `{{#each` after initial render are invoked properly
522
540
  - Fixes an issue with key collisions in `{{#each`
523
541
 
524
- ### v3.18.0 (April 14, 2020)
542
+ ## v3.18.0 (April 14, 2020)
525
543
 
526
544
  - [#18869](https://github.com/emberjs/ember.js/pull/18869) / [#18861](https://github.com/emberjs/ember.js/pull/18861) / [#18811](https://github.com/emberjs/ember.js/pull/18811) [BUGFIX] Update to glimmer-vm 0.50.2.
527
545
  - [#18807](https://github.com/emberjs/ember.js/pull/18807) [BUGFIX] Do not error (RE: `elementId` changing) if `elementId` is not changed
528
546
  - [#18774](https://github.com/emberjs/ember.js/pull/18774) [BUGFIX] Suspend observer deactivation during property changes
529
547
  - [#18785](https://github.com/emberjs/ember.js/pull/18785) Drop Node 8 support.
530
548
 
531
- ### v3.17.3 (April 2, 2020)
549
+ ## v3.17.3 (April 2, 2020)
532
550
 
533
551
  - [#18857](https://github.com/emberjs/ember.js/pull/18857) Pass value through to `PROPERTY_DID_CHANGE` to avoid calling `get` when setting values for computed props
534
552
 
535
- ### v3.17.2 (March 26, 2020)
553
+ ## v3.17.2 (March 26, 2020)
536
554
 
537
555
  - [#18837](https://github.com/emberjs/ember.js/pull/18837) [BUGFIX] Fix `willDestroy` on class based helpers.
538
556
  - [#18838](https://github.com/emberjs/ember.js/pull/18838) [BUGFIX] Ensure destructors (e.g. `will-destroy` modifier, `@ember/component`s with `willDestroyElement`, etc) fire when used within an `{{#each}}` block.
539
557
 
540
- ### v3.17.1 (March 22, 2020)
558
+ ## v3.17.1 (March 22, 2020)
541
559
 
542
560
  - [#18809](https://github.com/emberjs/ember.js/pull/18809) [BUGFIX] Do not error (RE: `elementId` changing) if `elementId` is not changed
543
561
  - [#18831](https://github.com/emberjs/ember.js/pull/18831) [BUGFIX] Fix transpilation issues (e.g. `_createSuper` is not a function) when used with Babel 7.9.0+.
544
562
 
545
- ### v3.17.0 (March 4, 2020)
563
+ ## v3.17.0 (March 4, 2020)
546
564
 
547
565
  - [#18688](https://github.com/emberjs/ember.js/pull/18688) / [#18621](https://github.com/emberjs/ember.js/pull/18621) / [#18714](https://github.com/emberjs/ember.js/pull/18714) / [#18743](https://github.com/emberjs/ember.js/pull/18743) / [#18762](https://github.com/emberjs/ember.js/pull/18762) Upgrades Glimmer VM to 0.47.9, fixes ignored `checked` attribute on `input`, fixes using `array` and `hash` helper together
548
566
  - [#18741](https://github.com/emberjs/ember.js/pull/18741) [BUGFIX] Don't setup mandatory setters on array indexes
@@ -558,11 +576,11 @@
558
576
  - [#18694](https://github.com/emberjs/ember.js/pull/18694) [BUGFIX] Ensure tag updates are buffered, remove error message
559
577
  - [#18709](https://github.com/emberjs/ember.js/pull/18709) [BUGFIX] Fix `this` in `@tracked` initializer
560
578
 
561
- ### v3.16.10 (August 5, 2020)
579
+ ## v3.16.10 (August 5, 2020)
562
580
 
563
581
  - [#19028](https://github.com/emberjs/ember.js/pull/19028) [BUGFIX] Ensure setter CP's with dependent keys on curly components can be two way bound
564
582
 
565
- ### v3.16.9 (July 29, 2020)
583
+ ## v3.16.9 (July 29, 2020)
566
584
 
567
585
  - [#19001](https://github.com/emberjs/ember.js/pull/19001) [BUGFIX] Invoke methods correctly in `TextSupport` `sendAction`
568
586
  - [#19023](https://github.com/emberjs/ember.js/pull/19023) [BUGFIX] Avoid over eager property access during `init`
@@ -570,23 +588,23 @@
570
588
  - [#19057](https://github.com/emberjs/ember.js/pull/19057) [BUGFIX] Parallelize `inject-babel-helpers` plugin
571
589
  - [#19059](https://github.com/emberjs/ember.js/pull/19059) [BUGFIX] Prevent `<base target="_parent">` from erroring in HistoryLocation
572
590
 
573
- ### v3.16.8 (April 24, 2020)
591
+ ## v3.16.8 (April 24, 2020)
574
592
 
575
593
  - [#18879](https://github.com/emberjs/ember.js/pull/18879) Ensure errors thrown during component construction do not cause (unrelated) errors during application teardown (fixes a common issue when using `setupOnerror` with components asserting during `constructor`/`init`/`didInssertElement`).
576
594
 
577
- ### v3.16.7 (April 13, 2020)
595
+ ## v3.16.7 (April 13, 2020)
578
596
 
579
597
  - [#18854](https://github.com/emberjs/ember.js/pull/18854) Pass value through to `PROPERTY_DID_CHANGE` to avoid calling `get` when setting values for computed props
580
598
 
581
- ### v3.16.6 (March 24, 2020)
599
+ ## v3.16.6 (March 24, 2020)
582
600
 
583
601
  - [#18835](https://github.com/emberjs/ember.js/pull/18835) [BUGFIX] Make `ArrayProxy` Lazy.
584
602
 
585
- ### v3.16.5 (March 23, 2020)
603
+ ## v3.16.5 (March 23, 2020)
586
604
 
587
605
  - [#18831](https://github.com/emberjs/ember.js/pull/18831) [BUGFIX] Fix transpilation issues (e.g. `_createSuper` is not a function) when used with Babel 7.9.0+.
588
606
 
589
- ### v3.16.4 (March 22, 2020)
607
+ ## v3.16.4 (March 22, 2020)
590
608
 
591
609
  - [#18741](https://github.com/emberjs/ember.js/pull/18741) [BUGFIX] Don't setup mandatory setters on array indexes
592
610
  - [#18742](https://github.com/emberjs/ember.js/pull/18742) [BUGFIX] Fix `setDiff` computed macro used within glimmer component
@@ -594,16 +612,16 @@
594
612
  - [#18780](https://github.com/emberjs/ember.js/pull/18780) [BUGFIX] Fix `owner.ownerInjection()` when used to create services directly
595
613
  - [#18810](https://github.com/emberjs/ember.js/pull/18810) [BUGFIX] Do not error (RE: elementId changing) if elementId is not changed
596
614
 
597
- ### v3.16.3 (February 18, 2020)
615
+ ## v3.16.3 (February 18, 2020)
598
616
 
599
617
  - [#18730](https://github.com/emberjs/ember.js/pull/18730) Workaround for the Glimmer VM bug which encodes/decodes integer literals correctly.
600
618
 
601
- ### v3.16.2 (February 10, 2020)
619
+ ## v3.16.2 (February 10, 2020)
602
620
 
603
621
  - [#18721](https://github.com/emberjs/ember.js/pull/18721) [BUGFIX] Backport autotracking bugfixes
604
622
  - [#18729](https://github.com/emberjs/ember.js/pull/18729) [BUGFIX] Remove deprecation for instantiation of new singleton instances (e.g. a service) during teardown (originally added in 3.16.1 by [#18717](https://github.com/emberjs/ember.js/pull/18717)).
605
623
 
606
- ### v3.16.1 (January 31, 2020)
624
+ ## v3.16.1 (January 31, 2020)
607
625
 
608
626
  - [#18691](https://github.com/emberjs/ember.js/pull/18691) [BUGFIX] Updated `component` and `helper` blueprints to use `import { hbs } from 'ember-cli-htmlbars'`.
609
627
  - [#18698](https://github.com/emberjs/ember.js/pull/18698) [BUGFIX] Ensure tag updates are buffered
@@ -611,13 +629,13 @@
611
629
  - [#18717](https://github.com/emberjs/ember.js/pull/18717) [BUGFIX] Ensure instantiation cannot happen after destruction.
612
630
  - [#18720](https://github.com/emberjs/ember.js/pull/18720) [BUGFIX] Ensure correct `@ember/edition-utils` is used (1.2.0).
613
631
 
614
- ### v3.16.0 (January 20, 2020)
632
+ ## v3.16.0 (January 20, 2020)
615
633
 
616
634
  - [#18436](https://github.com/emberjs/ember.js/pull/18436) [DEPRECATION] Deprecate globals resolver per [RFC #331](https://github.com/emberjs/rfcs/blob/master/text/0331-deprecate-globals-resolver.md).
617
635
  - [#18668](https://github.com/emberjs/ember.js/pull/18668) [BUGFIX] Fix some scenarios where the "backtracking assertion" would be thrown by consuming tags after fully getting values
618
636
  - [#18651](https://github.com/emberjs/ember.js/pull/18651) [BUGFIX] Async functions were incorrectly treated as falsey in template conditionals
619
637
 
620
- ### v3.15.0 (December 9, 2019)
638
+ ## v3.15.0 (December 9, 2019)
621
639
 
622
640
  - [#17948](https://github.com/emberjs/ember.js/pull/17948) [DEPRECATION] Deprecate `Component#isVisible` per [RFC #324](https://github.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md).
623
641
  - [#18491](https://github.com/emberjs/ember.js/pull/18491) [DEPRECATION] Deprecate `{{partial}}` per [RFC #449](https://github.com/emberjs/rfcs/blob/master/text/0449-deprecate-partials.md).
@@ -625,20 +643,20 @@
625
643
  - [#18554](https://github.com/emberjs/ember.js/pull/18554) [BREAKING BUGFIX] Adds autotracking transaction
626
644
  - [#17834](https://github.com/emberjs/ember.js/pull/17834) [BUGFIX] Prevents autotracking ArrayProxy creation
627
645
 
628
- ### v3.14.3 (December 3, 2019)
646
+ ## v3.14.3 (December 3, 2019)
629
647
 
630
648
  - [#18582](https://github.com/emberjs/ember.js/pull/18582) [BUGFIX] Ensure `loader.js` is transpiled to the applications specified targets (from `config/targets.js`).
631
649
 
632
- ### v3.14.2 (November 20, 2019)
650
+ ## v3.14.2 (November 20, 2019)
633
651
 
634
652
  - [#18539](https://github.com/emberjs/ember.js/pull/18539) / [#18548](https://github.com/emberjs/ember.js/pull/18548) [BUGFIX] Fix issues with the new APIs to be used by ember-inspector for building the "component's tree" including `@glimmer/component`.
635
653
  - [#18549](https://github.com/emberjs/ember.js/pull/18549) [BUGFIX] Add component reference to the mouse event handler deprecation warnings.
636
654
 
637
- ### v3.14.1 (October 30, 2019)
655
+ ## v3.14.1 (October 30, 2019)
638
656
 
639
657
  - [#18244](https://github.com/emberjs/ember.js/pull/18244) [BUGFIX] Fix query param assertion when using the router services `transitionTo` to redirect _during_ an existing transition.
640
658
 
641
- ### v3.14.0 (October 29, 2019)
659
+ ## v3.14.0 (October 29, 2019)
642
660
 
643
661
  - [#18345](https://github.com/emberjs/ember.js/pull/18345) / [#18363](https://github.com/emberjs/ember.js/pull/18363) [FEATURE] Implement the [Provide @model named argument to route templates](https://github.com/emberjs/rfcs/blob/master/text/0523-model-argument-for-route-templates.md) RFC.
644
662
  - [#18458](https://github.com/emberjs/ember.js/pull/18458) [BUGFIX] Using query params helper outside of link-to
@@ -648,26 +666,26 @@
648
666
  - [#18381](https://github.com/emberjs/ember.js/pull/18381) Drop Node 6 and 11 support.
649
667
  - [#18410](https://github.com/emberjs/ember.js/pull/18410) Use ember-cli-htmlbars for inline precompilation if possible.
650
668
 
651
- ### v3.13.4 (October 29,2019)
669
+ ## v3.13.4 (October 29,2019)
652
670
 
653
671
  - [#18476](https://github.com/emberjs/ember.js/pull/18476) [BUGFIX] Ensure model can be observed by sync observers.
654
672
  - [#18477](https://github.com/emberjs/ember.js/pull/18477) [BUGFIX] Allows @each to work with arrays that contain falsy values.
655
673
  - [#18500](https://github.com/emberjs/ember.js/pull/18500) [BUGFIX] Remove requirement for disabling jquery-integration in Octane.
656
674
 
657
- ### v3.13.3 (October 8, 2019)
675
+ ## v3.13.3 (October 8, 2019)
658
676
 
659
677
  - [#18462](https://github.com/emberjs/ember.js/pull/18462) [BUGFIX] Prevents observer re-entry.
660
678
 
661
- ### v3.13.2 (September 25, 2019)
679
+ ## v3.13.2 (September 25, 2019)
662
680
 
663
681
  - [#18429](https://github.com/emberjs/ember.js/pull/18429) [BUGFIX] Fix incorrect error message when opting into using Octane, and missing optional features.
664
682
 
665
- ### v3.13.1 (September 23, 2019)
683
+ ## v3.13.1 (September 23, 2019)
666
684
 
667
685
  - [#18273](https://github.com/emberjs/ember.js/pull/18273) [BUGFIX] Fix issues with SSR rehydration of <title>.
668
686
  - [#18418](https://github.com/emberjs/ember.js/pull/18418) / [#18419](https://github.com/emberjs/ember.js/pull/18419) [BUGFIX] Require Octane features when using Octane preview.
669
687
 
670
- ### v3.13.0 (September 19, 2019)
688
+ ## v3.13.0 (September 19, 2019)
671
689
 
672
690
  - [#16366](https://github.com/emberjs/ember.js/pull/16366) / [#16903](https://github.com/emberjs/ember.js/pull/16903) / [#17572](https://github.com/emberjs/ember.js/pull/17572) / [#17682](https://github.com/emberjs/ember.js/pull/17682) / [#17765](https://github.com/emberjs/ember.js/pull/17765) / [#17751](https://github.com/emberjs/ember.js/pull/17751) / [#17835](https://github.com/emberjs/ember.js/pull/17835) / [#18059](https://github.com/emberjs/ember.js/pull/18059) / [#17951](https://github.com/emberjs/ember.js/pull/17951) / [#18069](https://github.com/emberjs/ember.js/pull/18069) / [#18074](https://github.com/emberjs/ember.js/pull/18074) / [#18073](https://github.com/emberjs/ember.js/pull/18073) / [#18091](https://github.com/emberjs/ember.js/pull/18091) / [#18186](https://github.com/emberjs/ember.js/pull/18186) / [#18223](https://github.com/emberjs/ember.js/pull/18223) / [#18358](https://github.com/emberjs/ember.js/pull/18358) / [#18266](https://github.com/emberjs/ember.js/pull/18266) [FEATURE] Implement the [Tracked Properties](https://github.com/emberjs/rfcs/blob/master/text/0410-tracked-properties.md) and [Tracked Property Updates](https://github.com/emberjs/rfcs/blob/master/text/0478-tracked-properties-updates.md) RFCs.
673
691
  - [#18158](https://github.com/emberjs/ember.js/pull/18158) / [#18203](https://github.com/emberjs/ember.js/pull/18203) / [#18198](https://github.com/emberjs/ember.js/pull/18198) / [#18190](https://github.com/emberjs/ember.js/pull/18190) / [#18394](https://github.com/emberjs/ember.js/pull/18394) [FEATURE] Implement the [Component Templates Co-location](https://github.com/emberjs/rfcs/blob/master/text/0481-component-templates-co-location.md) RFC, including the setComponentTemplate(), getComponentTemplate() and templateOnlyComponent() APIs. Note that while these low-level APIs are enabled, the co-location feature is only enabled in Octane apps as of this release. This restriction will be removed in a future version.
@@ -693,25 +711,25 @@
693
711
  - [#18217](https://github.com/emberjs/ember.js/pull/18217) [BUGFIX] Adds ability for computed props to depend on args
694
712
  - [#18222](https://github.com/emberjs/ember.js/pull/18222) [BUGFIX] Matches assertion behavior for CPs computing after destroy
695
713
 
696
- ### v3.12.4 (May 21, 2020)
714
+ ## v3.12.4 (May 21, 2020)
697
715
 
698
716
  - [#18879](https://github.com/emberjs/ember.js/pull/18879) Ensure errors thrown during component construction do not cause (unrelated) errors during application teardown (fixes a common issue when using `setupOnerror` with components asserting during `constructor`/`init`/`didInssertElement`).
699
717
  - [#18273](https://github.com/emberjs/ember.js/pull/18273) [BUGFIX] Fix issues with SSR rehydration of <title>.
700
718
 
701
- ### v3.12.3 (March 12, 2020)
719
+ ## v3.12.3 (March 12, 2020)
702
720
 
703
721
  - [#18809](https://github.com/emberjs/ember.js/pull/18809) [BUGFIX] Do not error (RE: `elementId` changing) if `elementId` is not changed
704
722
 
705
- ### v3.12.2 (December 4, 2019)
723
+ ## v3.12.2 (December 4, 2019)
706
724
 
707
725
  - [#18576](https://github.com/emberjs/ember.js/pull/18576) [BUGFIX] Fix leftover `const` expressions in legacy builds
708
726
 
709
- ### v3.12.1 (November 20, 2019)
727
+ ## v3.12.1 (November 20, 2019)
710
728
 
711
729
  - [#18244](https://github.com/emberjs/ember.js/pull/18244) Fix query param assertion when using the router services `transitionTo` to redirect _during_ an existing transition.
712
730
  - [#18458](https://github.com/emberjs/ember.js/pull/18458) / [#18555](https://github.com/emberjs/ember.js/pull/18555) Ensure `(query-params)` helper can be used outside of direct `{{link-to}}` / `<LinkTo />` invocation.
713
731
 
714
- ### v3.12.0 (August 5, 2019)
732
+ ## v3.12.0 (August 5, 2019)
715
733
 
716
734
  - [#18159](https://github.com/emberjs/ember.js/pull/18159) [BUGFIX] Update router.js to ensure buildRouteInfoMetadata does not eagerly cache routes in lazy Engines
717
735
  - [#18226](https://github.com/emberjs/ember.js/pull/18226) [BUGFIX] Fix routing path with double slash (#18226)
@@ -719,12 +737,12 @@
719
737
  - [#18150](https://github.com/emberjs/ember.js/pull/18150) [BUGFIX] Fix a memory retention issue with string-based event listeners
720
738
  - [#18124](https://github.com/emberjs/ember.js/pull/18124) [CLEANUP] Remove deprecated `NAME_KEY`
721
739
 
722
- ### v3.11.1 (June 27, 2019)
740
+ ## v3.11.1 (June 27, 2019)
723
741
 
724
742
  - [#18159](https://github.com/emberjs/ember.js/pull/18159) Ensure `RouteInfo` object's do not eagerly cache routes in lazy Engines
725
743
  - [#18150](https://github.com/emberjs/ember.js/pull/18150) Ensure string based event listeners that are removed are not retained
726
744
 
727
- ### v3.11.0 (June 24, 2019)
745
+ ## v3.11.0 (June 24, 2019)
728
746
 
729
747
  - [#17842](https://github.com/emberjs/ember.js/pull/17842) / [#17901](https://github.com/emberjs/ember.js/pull/17901) [FEATURE] Implement the [Forwarding Element Modifiers with "Splattributes" RFC](https://github.com/emberjs/rfcs/blob/master/text/0435-modifier-splattributes.md).
730
748
  - [#17941](https://github.com/emberjs/ember.js/pull/17941) / [#17961](https://github.com/emberjs/ember.js/pull/17961) [FEATURE] Implement the [{{fn}} rfc](https://github.com/emberjs/rfcs/blob/master/text/0470-fn-helper.md).
@@ -736,17 +754,17 @@
736
754
  - [#17940](https://github.com/emberjs/ember.js/pull/17940) [CLEANUP] Remove `sync` queue from @ember/runloop.
737
755
  - [#18110](https://github.com/emberjs/ember.js/pull/18110) [BUGFIX] Ensure calling `recompute` on a class-based helper causes it to recompute
738
756
 
739
- ### v3.10.2 (June 18, 2019)
757
+ ## v3.10.2 (June 18, 2019)
740
758
 
741
759
  - [#17971](https://github.com/emberjs/ember.js/pull/17971) [BUGFIX] Ensure query param only link-to's work in error states.
742
760
  - [#18080](https://github.com/emberjs/ember.js/pull/18080) [BUGFIX] Ensure that `ember-template-compiler` can be used during FastBoot runtime.
743
761
 
744
- ### v3.10.1 (June 4, 2019)
762
+ ## v3.10.1 (June 4, 2019)
745
763
 
746
764
  - [#18071](https://github.com/emberjs/ember.js/pull/18071) [BUGFIX] Ensure modifiers do not run in FastBoot modes. (#18071)
747
765
  - [#18064](https://github.com/emberjs/ember.js/pull/18064) [BUGFIX] Fix 'hasAttribute is not a function' when jQuery is disabled (#18064)
748
766
 
749
- ### v3.10.0 (May 13, 2019)
767
+ ## v3.10.0 (May 13, 2019)
750
768
 
751
769
  - [#17836](https://github.com/emberjs/ember.js/pull/17836) [BREAKING] Explicitly drop support for Node 6
752
770
  - [#17719](https://github.com/emberjs/ember.js/pull/17719) / [#17745](https://github.com/emberjs/ember.js/pull/17745) [FEATURE] Support for nested components in angle bracket invocation syntax (see [emberjs/rfcs#0457](https://github.com/emberjs/rfcs/blob/master/text/0457-nested-lookups.md)).
@@ -773,31 +791,31 @@
773
791
  - [#17411](https://github.com/emberjs/ember.js/pull/17411) / [#17732](https://github.com/emberjs/ember.js/pull/17732) / [#17412](https://github.com/emberjs/ember.js/pull/17412) Update initializer blueprints for ember-mocha 0.14
774
792
  - [#17702](https://github.com/emberjs/ember.js/pull/17702) Extend from glimmer component for octane blueprint
775
793
 
776
- ### v3.9.1 (April 09, 2019)
794
+ ## v3.9.1 (April 09, 2019)
777
795
 
778
796
  - [#17870](https://github.com/emberjs/ember.js/pull/17870) / [#17871](https://github.com/emberjs/ember.js/pull/17871) [BUGFIX] Fix issue where `...attributes` may incorrectly overwrite attributes, depending on its position.
779
797
  - [#17874](https://github.com/emberjs/ember.js/pull/17874) [BUGFIX] Fix issue with `event.stopPropagation()` in component event handlers when jQuery is disabled.
780
798
  - [#17876](https://github.com/emberjs/ember.js/pull/17876) [BUGFIX] Fix issue with multiple `{{action}}` modifiers on the same element when jQuery is disabled.
781
799
 
782
- ### v3.8.3 (June 28, 2019)
800
+ ## v3.8.3 (June 28, 2019)
783
801
 
784
802
  - [#18159](https://github.com/emberjs/ember.js/pull/18159) [BUGFIX] Ensure `RouteInfo` object's do not eagerly cache routes in lazy Engines
785
803
  - [#18150](https://github.com/emberjs/ember.js/pull/18150) [BUGFIX] Ensure string based event listeners that are removed are not retained
786
804
  - [#18080](https://github.com/emberjs/ember.js/pull/18080) [BUGFIX] Fix `ember-template-compiler` compatibility with Fastboot.
787
805
 
788
- ### v3.8.2 (June, 4, 2019)
806
+ ## v3.8.2 (June, 4, 2019)
789
807
 
790
808
  - [#18071](https://github.com/emberjs/ember.js/pull/18071) [BUGFIX] Ensure modifiers do not run in FastBoot modes. (#18071)
791
809
  - [#18064](https://github.com/emberjs/ember.js/pull/18064) [BUGFIX] Fix 'hasAttribute is not a function' when jQuery is disabled (#18064)
792
810
  - [#17974](https://github.com/emberjs/ember.js/pull/17974) [BUGFIX] Ensure inheritable observers on object proxies are string based
793
811
  - [#17859](https://github.com/emberjs/ember.js/pull/17859) [BUGFIX] Fixes a regression in the legacy build
794
812
 
795
- ### v3.8.1 (April 02, 2019)
813
+ ## v3.8.1 (April 02, 2019)
796
814
 
797
815
  - [#17684](https://github.com/emberjs/ember.js/pull/17684) [BUGFIX] Enable maximum rerendering limit to be customized.
798
816
  - [#17823](https://github.com/emberjs/ember.js/pull/17823) Update router_js to 6.2.4
799
817
 
800
- ### v3.9.0 (April 01, 2019)
818
+ ## v3.9.0 (April 01, 2019)
801
819
 
802
820
  - [#17470](https://github.com/emberjs/ember.js/pull/17470) [DEPRECATION] Implements the Computed Property Modifier deprecation RFCs
803
821
  * Deprecates `.property()` (see [emberjs/rfcs#0375](https://github.com/emberjs/rfcs/blob/master/text/0375-deprecate-computed-property-modifier.md)
@@ -815,7 +833,7 @@
815
833
  - [#17649](https://github.com/emberjs/ember.js/pull/17649) [BUGFIX] Revert decorator refactors
816
834
  - [#17487](https://github.com/emberjs/ember.js/pull/17487) [BUGFIX] Fix scenario where aliased properties did not update in production mode
817
835
 
818
- ### v3.8.0 (February 18, 2019)
836
+ ## v3.8.0 (February 18, 2019)
819
837
 
820
838
  - [#17143](https://github.com/emberjs/ember.js/pull/17143) / [#17375](https://github.com/emberjs/ember.js/pull/17375) [FEATURE] Implement Element Modifier Manager RFC (see [emberjs/rfcs#0373](https://github.com/emberjs/rfcs/blob/master/text/0373-Element-Modifier-Managers.md)).
821
839
  - [#17054](https://github.com/emberjs/ember.js/pull/17054) / [#17376](https://github.com/emberjs/ember.js/pull/17376) [FEATURE] Implement `array` helper RFC (see [emberjs/rfcs#0318](https://github.com/emberjs/rfcs/blob/master/text/0318-array-helper.md))
@@ -836,23 +854,23 @@ Fixes a few issues:
836
854
  - [#17340](https://github.com/emberjs/ember.js/pull/17340) Remove unused `hooks` variable from qunit-rfc-232 util-test blueprint
837
855
  - [#17357](https://github.com/emberjs/ember.js/pull/17357) Allow notifyPropertyChange to be imported from @ember/object
838
856
 
839
- ### v3.7.3 (February 6, 2019)
857
+ ## v3.7.3 (February 6, 2019)
840
858
 
841
859
  - [#17563](https://github.com/emberjs/ember.js/pull/17563) [BUGFIX] Transition.send/trigger call signature
842
860
  - [#17552](https://github.com/emberjs/ember.js/pull/17552) [BUGFIX] Support numbers in component names for Angle Brackets
843
861
 
844
- ### v3.7.2 (January 22, 2019)
862
+ ## v3.7.2 (January 22, 2019)
845
863
 
846
864
  * Upgrade @glimmer/* packages to 0.36.6. Fixes a few issues:
847
865
  * Usage of positional arguments with custom components.
848
866
  * Forwarding attributes via `...attributes` to a dynamic component.
849
867
  * Prevent errors when rendering many template blocks (`Error: Operand over 16-bits. Got 65536`).
850
868
 
851
- ### v3.7.1 (January 21, 2019)
869
+ ## v3.7.1 (January 21, 2019)
852
870
 
853
871
  - [#17461](https://github.com/emberjs/ember.js/pull/17461) [BUGFIX] Fix substate interactions with aborts
854
872
 
855
- ### v3.7.0 (January 7, 2019)
873
+ ## v3.7.0 (January 7, 2019)
856
874
 
857
875
  - [#17254](https://github.com/emberjs/ember.js/pull/17254) [BREAKING] Explicitly drop support for Node 4
858
876
  - [#17426](https://github.com/emberjs/ember.js/pull/17426) [BUGFIX] Fix 'strict mode does not allow function declarations'
@@ -866,12 +884,12 @@ Fixes a few issues:
866
884
  - [#17133](https://github.com/emberjs/ember.js/pull/17133) [CLEANUP] Remove deprecated 'property{Did,Will}Change'
867
885
  - [#16898](https://github.com/emberjs/ember.js/pull/16898) Add RFC 232 style util test blueprint for Mocha
868
886
 
869
- ### v3.6.1 (December 18, 2018)
887
+ ## v3.6.1 (December 18, 2018)
870
888
 
871
889
  - [#17328](https://github.com/emberjs/ember.js/pull/17328) [BUGFIX] Ensure that delayed transition retrys work
872
890
  - [#17374](https://github.com/emberjs/ember.js/pull/17374) [BUGFIX] Fix cyclic references on Array.prototype
873
891
 
874
- ### v3.6.0 (December 6, 2018)
892
+ ## v3.6.0 (December 6, 2018)
875
893
 
876
894
  - [#17025](https://github.com/emberjs/ember.js/pull/17025) / [#17034](https://github.com/emberjs/ember.js/pull/17034) / [#17036](https://github.com/emberjs/ember.js/pull/17036) / [#17038](https://github.com/emberjs/ember.js/pull/17038) / [#17040](https://github.com/emberjs/ember.js/pull/17040) / [#17041](https://github.com/emberjs/ember.js/pull/17041) / [#17061](https://github.com/emberjs/ember.js/pull/17061) [FEATURE] Final stage of the router service RFC (see [emberjs/rfcs#95](https://github.com/emberjs/rfcs/blob/master/text/0095-router-service.md)
877
895
  - [#16795](https://github.com/emberjs/ember.js/pull/16795) [FEATURE] Native Class Constructor Update (see [emberjs/rfcs#337](https://github.com/emberjs/rfcs/blob/master/text/0337-native-class-constructor-update.md)
@@ -894,57 +912,57 @@ Fixes a few issues:
894
912
  - [#16865](https://github.com/emberjs/ember.js/pull/16865) / [#16899](https://github.com/emberjs/ember.js/pull/16899) / [#16914](https://github.com/emberjs/ember.js/pull/16914) / [#16897](https://github.com/emberjs/ember.js/pull/16897) / [#16913](https://github.com/emberjs/ember.js/pull/16913) / [#16894](https://github.com/emberjs/ember.js/pull/16894) / [#16896](https://github.com/emberjs/ember.js/pull/16896) [BUGFIX] Support RFC 232 and RFC 268 style tests with Mocha blueprints
895
913
  - [#17051](https://github.com/emberjs/ember.js/pull/17051) Update glimmer-vm packages to 0.36.4
896
914
 
897
- ### v3.5.1 (October 29, 2018)
915
+ ## v3.5.1 (October 29, 2018)
898
916
 
899
917
  - [#17028](https://github.com/emberjs/ember.js/pull/17028) Mark `defineProperty` as public (yet low level) API.
900
918
  - [#17115](https://github.com/emberjs/ember.js/pull/17115) [BUGFIX] Pass the event parameter to sendAction
901
919
  - [#17128](https://github.com/emberjs/ember.js/pull/17128) [BUGFIX] Fix sourcemaping issues due to multiple sourcemap directives.
902
920
  - [#17130](https://github.com/emberjs/ember.js/pull/17130) [BUGFIX] Ensure that timers scheduled after a system sleep are fired properly.
903
921
 
904
- ### v3.5.0 (October 8, 2018)
922
+ ## v3.5.0 (October 8, 2018)
905
923
 
906
924
  - [#16978](https://github.com/emberjs/ember.js/pull/16978) [BUGFIX] Properly teardown alias
907
925
  - [#16877](https://github.com/emberjs/ember.js/pull/16877) [CLEANUP] Allow routes to be named "array" and "object"
908
926
 
909
- ### v3.4.8 (January 22, 2019)
927
+ ## v3.4.8 (January 22, 2019)
910
928
 
911
929
  * Upgrade @glimmer/* packages to 0.35.10. Fixes a few issues:
912
930
  * Usage of positional arguments with custom components.
913
931
  * Forwarding attributes via `...attributes` to a dynamic component.
914
932
  * Prevent errors when rendering many template blocks (`Error: Operand over 16-bits. Got 65536`).
915
933
 
916
- ### v3.4.7 (December 7, 2018)
934
+ ## v3.4.7 (December 7, 2018)
917
935
 
918
936
  - [#17271](https://github.com/emberjs/ember.js/pull/17271) [BUGFIX] Update `backburner.js` to 2.4.2.
919
937
 
920
- ### v3.4.6 (October 29, 2018)
938
+ ## v3.4.6 (October 29, 2018)
921
939
 
922
940
  - [#17115](https://github.com/emberjs/ember.js/pull/17115) [BUGFIX] Ensure `{{input` continues to pass the event to the actions that it fires.
923
941
  - [#17128](https://github.com/emberjs/ember.js/pull/17128) [BUGFIX] Fix invalid sourcemap declarations.
924
942
  - [#17130](https://github.com/emberjs/ember.js/pull/17130) [BUGFIX] Ensure that timers scheduled after a system sleep are fired properly.
925
943
 
926
- ### v3.4.5 (October 4, 2018)
944
+ ## v3.4.5 (October 4, 2018)
927
945
 
928
946
  - [#17029](https://github.com/emberjs/ember.js/pull/17029) [BUGFIX] Update backburner.js to 2.4.0.
929
947
 
930
- ### v3.4.4 (September 27, 2018)
948
+ ## v3.4.4 (September 27, 2018)
931
949
 
932
950
  - [#17013](https://github.com/emberjs/ember.js/pull/17013) [BUGFIX] Fix rendering of empty content with `{{{...}}}` or `{{...}}` with `htmlSafe('')` in IE11
933
951
 
934
- ### v3.4.3 (September 25, 2018)
952
+ ## v3.4.3 (September 25, 2018)
935
953
 
936
954
  - [#17003](https://github.com/emberjs/ember.js/pull/17003) [BUGFIX] Fix rendering of empty content with `{{{...}}}` or `{{...}}` with `htmlSafe('')`
937
955
 
938
- ### v3.4.2 (September 24, 2018)
956
+ ## v3.4.2 (September 24, 2018)
939
957
 
940
958
  - [#16860](https://github.com/emberjs/ember.js/pull/16860) [BUGFIX] Clear chains in ProxyMixin when destroyed
941
959
  - [#16999](https://github.com/emberjs/ember.js/pull/16999) [BUGFIX] Fix mouseEnter/Leave event delegation without jQuery
942
960
 
943
- ### v3.4.1 (September 10, 2018)
961
+ ## v3.4.1 (September 10, 2018)
944
962
 
945
963
  - [#16933](https://github.com/emberjs/ember.js/pull/16933) [BUGFIX] Update glimmer-vm packages to 0.35.8
946
964
 
947
- ### v3.4.0 (August 27, 2018)
965
+ ## v3.4.0 (August 27, 2018)
948
966
 
949
967
  - [#16603](https://github.com/emberjs/ember.js/pull/16603) [BUGFIX] Support mouseEnter/Leave events w/o jQuery
950
968
  - [#16857](https://github.com/emberjs/ember.js/pull/16857) [BUGFIX] Prevents the recursive redefinition of root chains
@@ -959,16 +977,16 @@ Fixes a few issues:
959
977
  - [#16794](https://github.com/emberjs/ember.js/pull/16794) [BUGFIX] Fix instance-initializer-test blueprint for new QUnit testing API ([emberjs/rfcs#232](https://github.com/emberjs/rfcs/pull/232))
960
978
  - [#16797](https://github.com/emberjs/ember.js/pull/16797) [BUGFIX] Drop autorun assertion
961
979
 
962
- ### v3.3.2 (August 20, 2018)
980
+ ## v3.3.2 (August 20, 2018)
963
981
 
964
982
  - [#16853](https://github.com/emberjs/ember.js/pull/16853) [BUGFIX] Allow ArrayProxy#pushObjects to accept ArrayProxy again
965
983
  - [#16870](https://github.com/emberjs/ember.js/pull/16870) [BUGFIX] Enable @ember/object#get to be called with an empty string
966
984
 
967
- ### v3.3.1 (July 23, 2018)
985
+ ## v3.3.1 (July 23, 2018)
968
986
 
969
987
  - [#16836](https://github.com/emberjs/ember.js/pull/16836/commits) [DOC] Fix Broken 3.3 API Documentation
970
988
 
971
- ### v3.3.0 (July 16, 2018)
989
+ ## v3.3.0 (July 16, 2018)
972
990
 
973
991
  - [#16687](https://github.com/emberjs/ember.js/pull/16687) [FEATURE] Implement optional jQuery integration (see [emberjs/rfcs#294](https://github.com/emberjs/rfcs/blob/master/text/0294-optional-jquery.md) for more details).
974
992
  - [#16690](https://github.com/emberjs/ember.js/pull/16690) [DEPRECATION] [emberjs/rfcs#294](emberjs/rfcs#294) Deprecate accessing `jQuery.Event#originalEvent`.
@@ -983,15 +1001,15 @@ Fixes a few issues:
983
1001
  - [#16619](https://github.com/emberjs/ember.js/pull/16619) [BUGFIX] Update router_js to ensure `(hash` works in query params.
984
1002
  - [#16632](https://github.com/emberjs/ember.js/pull/16632) [BUGFIX] computed.sort array should update if sort properties array is empty/
985
1003
 
986
- ### v3.2.2 (June 21, 2018)
1004
+ ## v3.2.2 (June 21, 2018)
987
1005
 
988
1006
  - [#16754](https://github.com/emberjs/ember.js/pull/16754) [BUGFIX] Fix container destroy timing
989
1007
 
990
- ### v3.2.1 (June 19, 2018)
1008
+ ## v3.2.1 (June 19, 2018)
991
1009
 
992
1010
  - [#16750](https://github.com/emberjs/ember.js/pull/16750) [BUGFIX] Bring back isObject guard for ember-utils/is_proxy
993
1011
 
994
- ### v3.2.0 (May 31, 2018)
1012
+ ## v3.2.0 (May 31, 2018)
995
1013
 
996
1014
  - [#16613](https://github.com/emberjs/ember.js/pull/16613) [BUGFIX] Prevent errors in ember-engines + 3.1 + proxies.
997
1015
  - [#16597](https://github.com/emberjs/ember.js/pull/16597) [BUGFIX] Ensure `Ember.run.cancelTimers` is present.
@@ -1024,21 +1042,21 @@ Fixes a few issues:
1024
1042
  - [#16462](https://github.com/emberjs/ember.js/pull/16462) [CLEANUP] Remove deprecated `MODEL_FACTORY_INJECTIONS`.
1025
1043
  - [emberjs/rfcs#286](https://github.com/emberjs/rfcs/blob/master/text/0286-block-let-template-helper.md) [FEATURE] Enabled block `let` handlebars helper by default.
1026
1044
 
1027
- ### v3.1.4 (August 07, 2018)
1045
+ ## v3.1.4 (August 07, 2018)
1028
1046
 
1029
1047
  - [#16565](https://github.com/emberjs/ember.js/pull/16565) Fix template / component caching during rendering.
1030
1048
  - [#16853](https://github.com/emberjs/ember.js/pull/16853) [BUGFIX] Allow ArrayProxy#pushObjects to accept ArrayProxy again
1031
1049
 
1032
- ### v3.1.3 (June 21, 2018)
1050
+ ## v3.1.3 (June 21, 2018)
1033
1051
  - [#16754](https://github.com/emberjs/ember.js/pull/16754) [BUGFIX] Fix container destroy timing
1034
1052
 
1035
- ### v3.1.2 (May 7, 2018)
1053
+ ## v3.1.2 (May 7, 2018)
1036
1054
  - [#16600](https://github.com/emberjs/ember.js/pull/16600) [BUGFIX] Fix SimpleHelper memory leak
1037
1055
  - [#16605](https://github.com/emberjs/ember.js/pull/16605) [BUGFIX] Use resetCache on container destroy.
1038
1056
  - [182fc3](https://github.com/emberjs/ember.js/commit/182fc315664e8b4847f03133cc01e38767cad41e) [BUGFIX] Update glimmer-vm to ensure arguments are properly garbage collected.
1039
1057
  - [#16281](https://github.com/emberjs/ember.js/pull/16281) [BUGFIX] Ensure warning from `{{#link-to` RE: loading state does not throw an assertion.
1040
1058
 
1041
- ### v3.1.1 (April 23, 2018)
1059
+ ## v3.1.1 (April 23, 2018)
1042
1060
  - [#16559](https://github.com/emberjs/ember.js/pull/16559) [BUGFIX] Fix property normalization, Update glimmer-vm to 0.34.0
1043
1061
  - [#16493](https://github.com/emberjs/ember.js/pull/16493) [BUGFIX] Ensure proxies have access to `getOwner(this)`.
1044
1062
  - [#16496](https://github.com/emberjs/ember.js/pull/16496) [BUGFIX] Add exception for `didRemoveListener` so evented proxy objects can function
@@ -1049,7 +1067,7 @@ Fixes a few issues:
1049
1067
  - [#16564](https://github.com/emberjs/ember.js/pull/16564) [BUGFIX] Ensure Ember.isArray does not trigger proxy assertion.
1050
1068
  - [#16572](https://github.com/emberjs/ember.js/pull/16572) [BUGFIX] Fix curly component class reference setup
1051
1069
 
1052
- ### v3.1.0 (April 10, 2018)
1070
+ ## v3.1.0 (April 10, 2018)
1053
1071
  - [#16293](https://github.com/emberjs/ember.js/pull/16293) [BUGFIX] Ignore --pod for -addon blueprints: helper, initializer, and instance-initializer
1054
1072
  - [#16312](https://github.com/emberjs/ember.js/pull/16312) [DEPRECATION] Deprecate `Route.prototype.router` in favor of `Route.prototype._router`
1055
1073
  - [#16326](https://github.com/emberjs/ember.js/pull/16326) [BUGFIX] Expanded syntax error for if handlebars helper to include source of error
@@ -1065,7 +1083,7 @@ Fixes a few issues:
1065
1083
  - [emberjs/rfcs#281](https://github.com/emberjs/rfcs/blob/master/text/0281-es5-getters.md) [FEATURE native-es5-getters] Enabled by default.
1066
1084
  - [#15828](https://github.com/emberjs/ember.js/pull/15828) Upgrade glimmer-vm to latest version.
1067
1085
 
1068
- ### v3.0.0 (February 13, 2018)
1086
+ ## v3.0.0 (February 13, 2018)
1069
1087
 
1070
1088
  - [#16218](https://github.com/emberjs/ember.js/pull/16218) [BUGFIX beta] Prevent errors when using const `(get arr 1)`.
1071
1089
  - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX lts] Avoid excessively calling Glimmer AST transforms.
@@ -1126,16 +1144,16 @@ Fixes a few issues:
1126
1144
  - [#16036](https://github.com/emberjs/ember.js/pull/16036) [CLEANUP] Convert ember-metal accessors tests to new style
1127
1145
  - [#16023](https://github.com/emberjs/ember.js/pull/16023) Make event dispatcher work without jQuery
1128
1146
 
1129
- ### 2.18.2 (February 14, 2018)
1147
+ ## 2.18.2 (February 14, 2018)
1130
1148
 
1131
1149
  - [#16245](https://github.com/emberjs/ember.js/pull/16245) [BUGFIX] Ensure errors in deferred component hooks can be recovered.
1132
1150
 
1133
- ### 2.18.1 (February 13, 2018)
1151
+ ## 2.18.1 (February 13, 2018)
1134
1152
 
1135
1153
  - [#16174](https://github.com/emberjs/ember.js/pull/16174) [BUGFIX] Enable _some_ recovery of errors thrown during render.
1136
1154
  - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX] Avoid excessively calling Glimmer AST transforms.
1137
1155
 
1138
- ### 2.18.0 (January 1, 2018)
1156
+ ## 2.18.0 (January 1, 2018)
1139
1157
 
1140
1158
  - [95b449](https://github.com/emberjs/ember.js/commit/95b4499b3667712a202bef834268e23867fc8842) [BUGFIX] Ensure `Ember.run.cancel` while the run loop is flushing works properly.
1141
1159
  - [#15952](https://github.com/emberjs/ember.js/pull/15952) [BUGFIX] fix regression of clicking link-to with disabled=true
@@ -1149,12 +1167,12 @@ Fixes a few issues:
1149
1167
  - [#14590](https://github.com/emberjs/ember.js/pull/14590) [DEPRECATION] Deprecate using `targetObject`.
1150
1168
  - [#15754](https://github.com/emberjs/ember.js/pull/15754) [CLEANUP] Remove `router.router` deprecation.
1151
1169
 
1152
- ### 2.17.1 (February 13, 2018)
1170
+ ## 2.17.1 (February 13, 2018)
1153
1171
 
1154
1172
  - [#16174](https://github.com/emberjs/ember.js/pull/16174) [BUGFIX] Enable _some_ recovery of errors thrown during render.
1155
1173
  - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX] Avoid excessively calling Glimmer AST transforms.
1156
1174
 
1157
- ### 2.17.0 (November 29, 2017)
1175
+ ## 2.17.0 (November 29, 2017)
1158
1176
 
1159
1177
  - [#15855](https://github.com/emberjs/ember.js/pull/15855) [BUGFIX] fix regression with computed `filter/map/sort`
1160
1178
  - [#15871](https://github.com/emberjs/ember.js/pull/15871) [BUGFIX lts] Refactor / fix error handling scenarios.
@@ -1177,25 +1195,25 @@ Fixes a few issues:
1177
1195
  - [#15265](https://github.com/emberjs/ember.js/pull/15265) [BUGFIX] fixed issue when passing `false` to `activeClass` for `{{link-to}}`
1178
1196
  - [#15672](https://github.com/emberjs/ember.js/pull/15672) Update router_js to 2.0.0.
1179
1197
 
1180
- ### 2.16.3 (February 13, 2018)
1198
+ ## 2.16.3 (February 13, 2018)
1181
1199
 
1182
1200
  - [#15927](https://github.com/emberjs/ember.js/pull/15927) blueprints: Extend test framework detection to `ember-qunit` and `ember-mocha`
1183
1201
  - [#15935](https://github.com/emberjs/ember.js/pull/15935) [BUGFIX] blueprints: fix framework detection to work with prerelease versions of ember-cli-mocha
1184
1202
  - [#16174](https://github.com/emberjs/ember.js/pull/16174) [BUGFIX] Enable _some_ recovery of errors thrown during render.
1185
1203
  - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX] Avoid excessively calling Glimmer AST transforms.
1186
1204
 
1187
- ### 2.16.2 (November 1, 2017)
1205
+ ## 2.16.2 (November 1, 2017)
1188
1206
 
1189
1207
  - [#15797](https://github.com/emberjs/ember.js/pull/15797) [BUGFIX] Fix issues with using partials nested within other partials.
1190
1208
 
1191
- ### 2.16.1 (October 29, 2017)
1209
+ ## 2.16.1 (October 29, 2017)
1192
1210
 
1193
1211
  - [#15722](https://github.com/emberjs/ember.js/pull/15722) [BUGFIX] Avoid assertion when using `(get` helper with empty paths.
1194
1212
  - [#15746](https://github.com/emberjs/ember.js/pull/15746) [BUGFIX] Fix computed sort regression when array property is initally `null`.
1195
1213
  - [#15613](https://github.com/emberjs/ember.js/pull/15613) [BUGFIX] Prevent an error from being thrown when partial set of query params are passed to the router service.
1196
1214
  - [#15777](https://github.com/emberjs/ember.js/pull/15777) [BUGFIX] Fix various issues around accessing dynamic data within a partial.
1197
1215
 
1198
- ### 2.16.0 (October 9, 2017)
1216
+ ## 2.16.0 (October 9, 2017)
1199
1217
 
1200
1218
  - [#15604](https://github.com/emberjs/ember.js/pull/15604) Data Adapter: Only trigger model type update if the record live array count actually changed
1201
1219
  - [#15610](https://github.com/emberjs/ember.js/pull/15610) [BUGFIX] add inflection to dependencies
@@ -1214,21 +1232,21 @@ Fixes a few issues:
1214
1232
  - [#15528](https://github.com/emberjs/ember.js/pull/15528) [DEPRECATION] Deprecate `Controller#content` alias.
1215
1233
  - [#15552](https://github.com/emberjs/ember.js/pull/15552) [FEATURE] Update blueprints and tests to RFC #176.
1216
1234
 
1217
- ### 2.15.3 (October 9, 2017)
1235
+ ## 2.15.3 (October 9, 2017)
1218
1236
 
1219
1237
  - [#15718](https://github.com/emberjs/ember.js/pull/15718) [BUGFIX] bump backburner (fixes clock + autorun interop)
1220
1238
 
1221
- ### 2.15.2 (October 4, 2017)
1239
+ ## 2.15.2 (October 4, 2017)
1222
1240
 
1223
1241
  - [#15604](https://github.com/emberjs/ember.js/pull/15604) [BUGFIX] Ember Inspector Data Adapter: Only trigger model type update if the record live array count actually changed.
1224
1242
  - [#15695](https://github.com/emberjs/ember.js/pull/15695) [BUGFIX] Avoid creating event dispatcher in FastBoot with Engines.
1225
1243
 
1226
- ### 2.15.1 (October 2, 2017)
1244
+ ## 2.15.1 (October 2, 2017)
1227
1245
 
1228
1246
  - [#15600](https://github.com/emberjs/ember.js/pull/15600) [BUGFIX] ensure “pause on exception” pauses in the right place.
1229
1247
  - [#15689](https://github.com/emberjs/ember.js/pull/15689) [BUGFIX] Mark error as handled before transition for error routes and substates.
1230
1248
 
1231
- ### 2.15.0 (August 31, 2017)
1249
+ ## 2.15.0 (August 31, 2017)
1232
1250
 
1233
1251
  - [#15577](https://github.com/emberjs/ember.js/pull/15577) [BUGFIX] Include missing sourcemaps in vendorTree.
1234
1252
  - [#14848](https://github.com/emberjs/ember.js/pull/14848) [BUGFIX] Allow boolean values for current-when
@@ -1248,7 +1266,7 @@ Fixes a few issues:
1248
1266
  - [#14805](https://github.com/emberjs/ember.js/pull/14805) / [#14861](https://github.com/emberjs/ember.js/pull/14861) / [#14979](https://github.com/emberjs/ember.js/pull/14979) / [#15414](https://github.com/emberjs/ember.js/pull/15414) / [#15415](https://github.com/emberjs/ember.js/pull/15415) [FEATURE ember-routing-router-service] Enable by default.
1249
1267
  - [#15193](https://github.com/emberjs/ember.js/pull/15193) [CLEANUP] Remove `owner._lookupFactory` support.
1250
1268
 
1251
- ### 2.14.0 (July 5, 2017)
1269
+ ## 2.14.0 (July 5, 2017)
1252
1270
 
1253
1271
  - [#15312](https://github.com/emberjs/ember.js/pull/15312) [BUGFIX] Avoid re-freezing already frozen objects.
1254
1272
  - [#15315](https://github.com/emberjs/ember.js/pull/15315) [FEATURE] Add minlength to TextSupport
@@ -1272,20 +1290,20 @@ Fixes a few issues:
1272
1290
  - [#15178](https://github.com/emberjs/ember.js/pull/15178) Refactor route to lookup controller for QPs.
1273
1291
  - [#15129](https://github.com/emberjs/ember.js/pull/15129) Fix access to service:-document in ember-engines
1274
1292
 
1275
- ### 2.13.4 (July 5, 2017)
1293
+ ## 2.13.4 (July 5, 2017)
1276
1294
 
1277
1295
  - [#15321](https://github.com/emberjs/ember.js/pull/15321) [BUGFIX] Improve fastboot debugger/repl experience.
1278
1296
 
1279
- ### 2.13.3 (May 31, 2017)
1297
+ ## 2.13.3 (May 31, 2017)
1280
1298
 
1281
1299
  - [#15284](https://github.com/emberjs/ember.js/pull/15284) [BUGFIX] remove nested transaction assertion from glimmer.
1282
1300
  - [glimmerjs/glimmer-vm#529](https://github.com/glimmerjs/glimmer-vm/pull/529) [BUGFIX] Fix issues identified with custom element support.
1283
1301
 
1284
- ### 2.13.2 (May 18, 2017)
1302
+ ## 2.13.2 (May 18, 2017)
1285
1303
 
1286
1304
  - Revert over eager dependency upgrades in 2.13.1.
1287
1305
 
1288
- ### 2.13.1 (May 17, 2017)
1306
+ ## 2.13.1 (May 17, 2017)
1289
1307
 
1290
1308
  - [#15129](https://github.com/emberjs/ember.js/pull/15129) Fix access to document service in `ember-engines`.
1291
1309
  - [#15138](https://github.com/emberjs/ember.js/pull/15138) [BUGFIX] Fix mocha blueprint service test filename
@@ -1294,7 +1312,7 @@ Fixes a few issues:
1294
1312
  - [#15242](https://github.com/emberjs/ember.js/pull/15242) [BUGFIX] Fix `EmberError` import in system/router.
1295
1313
  - [#15247](https://github.com/emberjs/ember.js/pull/15247) [BUGFIX] Ensure nested custom elements render properly.
1296
1314
 
1297
- ### 2.13.0 (April 27, 2017)
1315
+ ## 2.13.0 (April 27, 2017)
1298
1316
 
1299
1317
  - [#15111](https://github.com/emberjs/ember.js/pull/15111) / [#15029](https://github.com/emberjs/ember.js/pull/15029) [PERF] `factoryFor` should cache when possible.
1300
1318
  - [#14961](https://github.com/emberjs/ember.js/pull/14961) [BUGIX] [Fixes #14925] remove duplicate `/` in pathname
@@ -1311,7 +1329,7 @@ Fixes a few issues:
1311
1329
  - [#14970](https://github.com/emberjs/ember.js/pull/14970) [BUGFIX] Generate integration tests for template helpers by default.
1312
1330
  - [#14976](https://github.com/emberjs/ember.js/pull/14976) [BUGFIX] Remove "no use strict" workaround for old versions of iOS 8.
1313
1331
 
1314
- ### 2.12.2 (April 27, 2017)
1332
+ ## 2.12.2 (April 27, 2017)
1315
1333
 
1316
1334
  - [#15160](https://github.com/emberjs/ember.js/pull/15160) [BUGFIX] Ensure `Ember.Test` global is setup when including `ember-testing.js`.
1317
1335
  - [#15142](https://github.com/emberjs/ember.js/pull/15142) / [#15163](https://github.com/emberjs/ember.js/pull/15163) [BUGFIX] Don’t leak deprecated `container`.
@@ -1319,13 +1337,13 @@ Fixes a few issues:
1319
1337
  - [#15180](https://github.com/emberjs/ember.js/pull/15180) [BUGFIX] Correct `until` values for `this.container` deprecations.
1320
1338
 
1321
1339
 
1322
- ### 2.12.1 (April 7, 2017)
1340
+ ## 2.12.1 (April 7, 2017)
1323
1341
 
1324
1342
  - [#14961](https://github.com/emberjs/ember.js/pull/14961) [BUGIX] Remove duplicate trailing `/` in pathname.
1325
1343
  - [#15029](https://github.com/emberjs/ember.js/pull/15029) [PERF] [BUGFIX] cache `factoryFor` injections when possible
1326
1344
  - [#15089](https://github.com/emberjs/ember.js/pull/15089) [BUGFIX] Fixing IE and Edge issue causing action handlers to be fired twice.
1327
1345
 
1328
- ### 2.12.0 (March 14, 2017)
1346
+ ## 2.12.0 (March 14, 2017)
1329
1347
 
1330
1348
  - [#15000](https://github.com/emberjs/ember.js/pull/15000) / [#15002](https://github.com/emberjs/ember.js/pull/15002) / [#15006](https://github.com/emberjs/ember.js/pull/15006) / [#15008](https://github.com/emberjs/ember.js/pull/15008) / [#15009](https://github.com/emberjs/ember.js/pull/15009) / [#15011](https://github.com/emberjs/ember.js/pull/15011) [PERF] Assorted performance improvements for modern browsers.
1331
1349
  - [#14872](https://github.com/emberjs/ember.js/pull/14872) / [#14871](https://github.com/emberjs/ember.js/pull/14871) / [#14883](https://github.com/emberjs/ember.js/pull/14883) [PERF] Simplify action event handler.
@@ -1338,7 +1356,7 @@ Fixes a few issues:
1338
1356
  - [#14852](https://github.com/emberjs/ember.js/pull/14852) [PERF] only `LOG_TRANSITIONS` and `LOG_TRANSITIONS_INTERNAL` in debug
1339
1357
  - [#14854](https://github.com/emberjs/ember.js/pull/14854) [PERF] only `LOG_ACTIVE_GENERATION` and `LOG_RESOLVER` in debug
1340
1358
 
1341
- ### 2.11.3 (March 8, 2017)
1359
+ ## 2.11.3 (March 8, 2017)
1342
1360
 
1343
1361
  - [#14987](https://github.com/emberjs/ember.js/pull/14987) [BUGFIX] Fix a memory leak when components are destroyed.
1344
1362
  - [#14986](https://github.com/emberjs/ember.js/pull/14986) [BUGFIX] Fix a memory leak in RSVP.js.
@@ -1346,11 +1364,11 @@ Fixes a few issues:
1346
1364
  - [#14898](https://github.com/emberjs/ember.js/pull/14898) [BUGFIX] Fix an issue where errors in tests sometimes do not cause a failure.
1347
1365
  - [#14707](https://github.com/emberjs/ember.js/pull/14707) [BUGFIX] Improve deprecation message for unsafe `style` attribute bindings.
1348
1366
 
1349
- ### 2.11.2 (February 19, 2017)
1367
+ ## 2.11.2 (February 19, 2017)
1350
1368
 
1351
1369
  - [#14937](https://github.com/emberjs/ember.js/pull/14937) [BUGFIX] Fix issue preventing `ember generate *` from creating test files as appropriate.
1352
1370
 
1353
- ### 2.11.1 (February 16, 2017)
1371
+ ## 2.11.1 (February 16, 2017)
1354
1372
 
1355
1373
  - [#14762](https://github.com/emberjs/ember.js/pull/14762) [BUGFIX] Make ember-template-compiler handle {{input}} helpers with sub-expression "type"
1356
1374
  - [#14791](https://github.com/emberjs/ember.js/pull/14791) [BUGFIX] exempt routes that share a controller from duplicate assertion
@@ -1360,7 +1378,7 @@ Fixes a few issues:
1360
1378
  - [e94799c](https://github.com/emberjs/ember.js/commit/e94799c54cd464f5ba3642dec83f0000a52eb3b6) [BUGFIX] Update to `route-recognizer@0.2.9` to prevent errors for duplicate route name definitions in `Router.map`.
1361
1379
 
1362
1380
 
1363
- ### 2.11.0 (January 23, 2017)
1381
+ ## 2.11.0 (January 23, 2017)
1364
1382
 
1365
1383
  - [#14762](https://github.com/emberjs/ember.js/pull/14762) [BUGFIX] Ensure subexpressions can be used for `{{input}}`'s `type`.
1366
1384
  - [#14723](https://github.com/emberjs/ember.js/pull/14723) [BUGFIX] Improved backtracking re-render assertion message.
@@ -1376,18 +1394,18 @@ Fixes a few issues:
1376
1394
  - [#14441](https://github.com/emberjs/ember.js/pull/14441) [DEPRECATION] Deprecate remaining usage of the `{{render}}` helper.
1377
1395
  - [#14482](https://github.com/emberjs/ember.js/pull/14482) [DEPRECATION] Deprecate `Component#renderToElement`.
1378
1396
 
1379
- ### 2.10.2 (December 19, 2016)
1397
+ ## 2.10.2 (December 19, 2016)
1380
1398
 
1381
1399
  - [#14685](https://github.com/emberjs/ember.js/pull/14685) [BUGFIX] Fix `this.$()` returning `undefined` in `willDestroyElement`.
1382
1400
  - [#14717](https://github.com/emberjs/ember.js/pull/14717) [BUGFIX] Fix an issue with block params named `attrs`.
1383
1401
 
1384
- ### 2.10.1 (December 13, 2016)
1402
+ ## 2.10.1 (December 13, 2016)
1385
1403
 
1386
1404
  - [#14671](https://github.com/emberjs/ember.js/pull/14671) [BUGFIX] Fix an issue with the list attribute in <input> elements.
1387
1405
  - [#14681](https://github.com/emberjs/ember.js/pull/14681) [BUGFIX] Fix an issue with computed properties when using aliases as dependent keys.
1388
1406
  - [#14682](https://github.com/emberjs/ember.js/pull/14682) [BUGFIX] Ensure closure actions do not trigger unnecessary re-renders.
1389
1407
 
1390
- ### 2.10.0 (November 28, 2016)
1408
+ ## 2.10.0 (November 28, 2016)
1391
1409
 
1392
1410
  - [#14293](https://github.com/emberjs/ember.js/pull/14293) [BUGFIX] Remove style warning when the binding is quoted.
1393
1411
  - [#12708](https://github.com/emberjs/ember.js/pull/12708) [BUGFIX] Improve compatibility between `Ember.isArray` and the native `Array.isArray` for `FileList`.
@@ -1401,29 +1419,29 @@ Fixes a few issues:
1401
1419
  - [#14520](https://github.com/emberjs/ember.js/pull/14520) [BUGFIX] Ensure local variables (block params) have higher precedence over helpers.
1402
1420
  - [#14156](https://github.com/emberjs/ember.js/pull/14156) [FEATURE ember-glimmer] Enable by default.
1403
1421
 
1404
- ### 2.9.1 (November 1, 2016)
1422
+ ## 2.9.1 (November 1, 2016)
1405
1423
 
1406
1424
  - [#14528](https://github.com/emberjs/ember.js/pull/14528) [BUGFIX] Fix memory leak (leaking component instances in the component registry).
1407
1425
  - [#14509](https://github.com/emberjs/ember.js/pull/14509) [BUGFIX] Fix overwriting rest positional parameters when passed as named parameters. Allows `link-to` to be used as a contextual component.
1408
1426
  - [#14550](https://github.com/emberjs/ember.js/pull/14550) [BUGFIX] Allow canceling items queued by `run.schedule`.
1409
1427
 
1410
- ### 2.9.0 (October 17, 2016)
1428
+ ## 2.9.0 (October 17, 2016)
1411
1429
 
1412
1430
  - No changes from 2.8.2.
1413
1431
 
1414
- ### 2.8.3 (November 1, 2016)
1432
+ ## 2.8.3 (November 1, 2016)
1415
1433
 
1416
1434
  - [#14528](https://github.com/emberjs/ember.js/pull/14528) [BUGFIX] Fix memory leak (leaking component instances in the component registry).
1417
1435
  - [#14509](https://github.com/emberjs/ember.js/pull/14509) [BUGFIX] Fix overwriting rest positional parameters when passed as named parameters. Allows `link-to` to be used as a contextual component.
1418
1436
  - [#14550](https://github.com/emberjs/ember.js/pull/14550) [BUGFIX] Allow canceling items queued by `run.schedule`.
1419
1437
 
1420
- ### 2.8.2 (October 6, 2016)
1438
+ ## 2.8.2 (October 6, 2016)
1421
1439
 
1422
1440
  - [#14365](https://github.com/emberjs/ember.js/pull/14365) [BUGFIX] Fix an issue with URLs with encoded characters and a trailing slash.
1423
1441
  - [#14382](https://github.com/emberjs/ember.js/pull/14382) [BUGFIX] Allow bound `id` on tagless components.
1424
1442
  - [#14421](https://github.com/emberjs/ember.js/pull/14421) [BUGFIX] Fix an issue with local components lookup.
1425
1443
 
1426
- ### 2.8.1 (September 14, 2016)
1444
+ ## 2.8.1 (September 14, 2016)
1427
1445
 
1428
1446
  - [#14184](https://github.com/emberjs/ember.js/pull/14184) [BUGFIX] Ensure that promises that reject with non Errors (i.e. something without a `.stack`) do not trigger an error during Ember's internal error processing.
1429
1447
  - [#14237](https://github.com/emberjs/ember.js/pull/14237) [BUGFIX] Ensure Engine Routes are deactivated before destruction.
@@ -1433,7 +1451,7 @@ Fixes a few issues:
1433
1451
  - [#14281](https://github.com/emberjs/ember.js/pull/14281) [BUGFIX] Prevent errors from scheduling a rerender (by setting a property in `willDestroyElement`) after a component is destroyed.
1434
1452
  - [#14291](https://github.com/emberjs/ember.js/pull/14291) [BUGFIX] Fix component action bubbling semantics. Actions should not bubble out of a component when returning `true`.
1435
1453
 
1436
- ### 2.8.0 (September 8, 2016)
1454
+ ## 2.8.0 (September 8, 2016)
1437
1455
 
1438
1456
  - [#14229](https://github.com/emberjs/ember.js/pull/14229) [BUGFIX] Fix boot errors with `location: 'auto'` when using IE9.
1439
1457
  - [#14219](https://github.com/emberjs/ember.js/pull/14219) [BUGFIX] Fix issue with template meta (i.e. compiled template `moduleName`) was being mutated during the rendering process.
@@ -1465,22 +1483,22 @@ Fixes a few issues:
1465
1483
  - [#13855](https://github.com/emberjs/ember.js/pull/13855) [FEATURE ember-runtime-enumerable-includes] Enable by default.
1466
1484
  - [#13855](https://github.com/emberjs/ember.js/pull/13855) [FEATURE ember-testing-check-waiters] Enable by default.
1467
1485
 
1468
- ### 2.7.3 (September 6, 2016)
1486
+ ## 2.7.3 (September 6, 2016)
1469
1487
 
1470
1488
  - [#14219](https://github.com/emberjs/ember.js/pull/14219) [BUGFIX] Fix issue with mutating template's metadata.
1471
1489
 
1472
- ### 2.7.2 (August 30, 2016)
1490
+ ## 2.7.2 (August 30, 2016)
1473
1491
 
1474
1492
  - [#13895](https://github.com/emberjs/ember.js/pull/13895) [BUGFIX] Fix template meta lookup with tagless and blockless components.
1475
1493
  - [#14075](https://github.com/emberjs/ember.js/pull/14075) [BUGFIX] In which we revert route-recognizer to the version used in Ember 2.6. 😢
1476
1494
 
1477
- ### 2.7.1 (August 15, 2016)
1495
+ ## 2.7.1 (August 15, 2016)
1478
1496
 
1479
1497
  - [#13920](https://github.com/emberjs/ember.js/pull/13920) [BUGFIX] Add more info to the `Ember.Binding` deprecation.
1480
1498
  - [#14058](https://github.com/emberjs/ember.js/pull/14058) [BUGFIX] Fix issues related to `Ember.Router.map` changes in 2.7.0.
1481
1499
  - [#14068](https://github.com/emberjs/ember.js/pull/14068) [BUGFIX] Prevent errors when clicking a `{{link-to}}` during an existing transition.
1482
1500
 
1483
- ### 2.7.0 (July 25, 2016)
1501
+ ## 2.7.0 (July 25, 2016)
1484
1502
 
1485
1503
  - [#13764](https://github.com/emberjs/ember.js/pull/13764) [BUGFIX] Keep rest positional parameters when nesting contextual components if needed.
1486
1504
  - [#13781](https://github.com/emberjs/ember.js/pull/13781) [BUGFIX] Fix NoneLocation#getURL
@@ -1495,18 +1513,18 @@ Fixes a few issues:
1495
1513
  - [#13424](https://github.com/emberjs/ember.js/pull/13424) [DEPRECATE] Deprecate Ember.Binding. See [the deprecation guide](https://emberjs.com/deprecations/v2.x/#toc_ember-binding) for more details.
1496
1514
  - [#13599](https://github.com/emberjs/ember.js/pull/13599) [FEATURE] Enable `ember-runtime-computed-uniq-by` feature.
1497
1515
 
1498
- ### 2.6.2 (July 11, 2016)
1516
+ ## 2.6.2 (July 11, 2016)
1499
1517
 
1500
1518
  - [#13781](https://github.com/emberjs/ember.js/pull/13781) [BUGFIX] Fix NoneLocation#getURL
1501
1519
  - [#13797](https://github.com/emberjs/ember.js/pull/13797) [BUGFIX] Ensure didInitAttrs deprecation is stripped in prod.
1502
1520
 
1503
- ### 2.6.1 (June 27, 2016)
1521
+ ## 2.6.1 (June 27, 2016)
1504
1522
 
1505
1523
  - [#13634](https://github.com/emberjs/ember.js/pull/13634) [BUGFIX] Fix issues with rerendering blockless and tagless components.
1506
1524
  - [#13655](https://github.com/emberjs/ember.js/pull/13655) [BUGFIX] Make debugging `this._super` much easier (remove manual `.call` / `.apply` optimizations).
1507
1525
  - [#13672](https://github.com/emberjs/ember.js/pull/13672) [BUGFIX] Fix issue with `this.render` and `this.disconnectOutlet` in routes.
1508
1526
 
1509
- ### 2.6.0 (June 8, 2016)
1527
+ ## 2.6.0 (June 8, 2016)
1510
1528
 
1511
1529
  - [#13520](https://github.com/emberjs/ember.js/pull/13520) [BUGFIX] Fixes issues with `baseURL` and `rootURL` in `Ember.HistoryLocation` and ensures that `Ember.NoneLocation` properly handles `rootURL`.
1512
1530
  - [#13590](https://github.com/emberjs/ember.js/pull/13590) [BUGFIX] Avoid `_lazyInjections` in production builds.
@@ -1540,7 +1558,7 @@ Fixes a few issues:
1540
1558
  - [#13285](https://github.com/emberjs/ember.js/pull/13285) [BUGFIX] Make `Enumerable#firstObject` read only.
1541
1559
  - [#13289](https://github.com/emberjs/ember.js/pull/13289) [BUGFIX] Make `Enumerable#lastObject` read only.
1542
1560
 
1543
- ### 2.5.1 (April 21, 2016)
1561
+ ## 2.5.1 (April 21, 2016)
1544
1562
 
1545
1563
  - [#13310](https://github.com/emberjs/ember.js/pull/13310) [BUGFIX] Fix `mouseenter` typo in ember-testing helpers.
1546
1564
  - [#13333](https://github.com/emberjs/ember.js/pull/13333) [BUGFIX] Prevent the `toString` property from being added to the objects own
@@ -1549,7 +1567,7 @@ Fixes a few issues:
1549
1567
  with usage of objects created by older addons that are attempting to use `Ember.inject.service()`.
1550
1568
  - [#13344](https://github.com/emberjs/ember.js/pull/13344) [BUGFIX] Revert `Ember.merge` deprecation.
1551
1569
 
1552
- ### 2.5.0 (April 11, 2016)
1570
+ ## 2.5.0 (April 11, 2016)
1553
1571
 
1554
1572
  - [#13239](https://github.com/emberjs/ember.js/pull/13239) [BUGFIX] Prevent warnings for unknown feature flags
1555
1573
  - [#13287](https://github.com/emberjs/ember.js/pull/13287) [BUGFIX] Fix a recent regression with `Ember.A(null)`
@@ -1564,12 +1582,12 @@ Fixes a few issues:
1564
1582
  - [#13024](https://github.com/emberjs/ember.js/pull/13024) [BUGFIX] Change internal async acceptance test helpers to be somewhat more efficient in determining router transition status.
1565
1583
  - [FEATURE] Add helper method named `Ember.assign` to roughly emulate `Object.assign`.
1566
1584
 
1567
- ### 2.4.5 (April 11, 2016)
1585
+ ## 2.4.5 (April 11, 2016)
1568
1586
 
1569
1587
  - [#13239](https://github.com/emberjs/ember.js/pull/13239) [BUGFIX] Prevent warnings for unknown feature flags.
1570
1588
  - [#13294](https://github.com/emberjs/ember.js/pull/13294) [DEPRECATE] Deprecate usage of `{{render}}` with a block.
1571
1589
 
1572
- ### 2.4.4 (April 3, 2016)
1590
+ ## 2.4.4 (April 3, 2016)
1573
1591
 
1574
1592
  - [#13177](https://github.com/emberjs/ember.js/pull/13177) [BUGFIX] Allow contextual component attributes are mutable (allowing for two way binding).
1575
1593
  - [#13185](https://github.com/emberjs/ember.js/pull/13185) [BUGFIX] Ensure `{{render}}` sets up target properly (fixes issues with `{{render}}`'ed templates using actions).
@@ -1577,20 +1595,20 @@ Fixes a few issues:
1577
1595
  - [#13218](https://github.com/emberjs/ember.js/pull/13218) [BUGFIX] Do not refresh routes on initial transition.
1578
1596
  - [#13228](https://github.com/emberjs/ember.js/pull/13228) [BUGFIX] re-enable link-to when disabledWhen changes values.
1579
1597
 
1580
- ### 2.4.3 (March 17, 2016)
1598
+ ## 2.4.3 (March 17, 2016)
1581
1599
 
1582
1600
  - [#13118](https://github.com/emberjs/ember.js/pull/13118) [BUGFIX] Work around Chrome 49/50 optimization bug affecting helper usage.
1583
1601
 
1584
- ### 2.4.2 (March 8, 2016)
1602
+ ## 2.4.2 (March 8, 2016)
1585
1603
 
1586
1604
  - [#13031](https://github.com/emberjs/ember.js/pull/13031) [BUGFIX] Fix mergedProperties at create time modifying proto
1587
1605
  - [#13049](https://github.com/emberjs/ember.js/pull/13049) [BUGFIX] Fixes `{{#with proxy as |foo|}}`
1588
1606
 
1589
- ### 2.4.1 (February 29, 2016)
1607
+ ## 2.4.1 (February 29, 2016)
1590
1608
 
1591
1609
  - [#13030](https://github.com/emberjs/ember.js/pull/13030) [BUGFIX] Fix legacy addon deprecations
1592
1610
 
1593
- ### 2.4.0 (February 29, 2016)
1611
+ ## 2.4.0 (February 29, 2016)
1594
1612
 
1595
1613
  - [#12996](https://github.com/emberjs/ember.js/pull/12996) [BUGFIX] Fixes 12995 #with array yields true
1596
1614
  - [#13013](https://github.com/emberjs/ember.js/pull/13013) [BUGFIX] Do not set model on `{{render}}` rerender when only a single argument was provided.
@@ -1618,11 +1636,11 @@ Fixes a few issues:
1618
1636
  - [#12664](https://github.com/emberjs/ember.js/pull/12664) Include NaN as a falsey value in the `with` helper's docstring
1619
1637
  - [#12698](https://github.com/emberjs/ember.js/pull/12698) convert all this._super.apply(this, arguments) to this._super(...arguments)
1620
1638
 
1621
- ### v2.3.2 (March 17, 2016)
1639
+ ## v2.3.2 (March 17, 2016)
1622
1640
 
1623
1641
  - [#13118](https://github.com/emberjs/ember.js/pull/13118) [BUGFIX] Work around Chrome 49/50 optimization bug affecting helper usage.
1624
1642
 
1625
- ### v2.3.1 (February 4, 2016)
1643
+ ## v2.3.1 (February 4, 2016)
1626
1644
 
1627
1645
  - [#12829](https://github.com/emberjs/ember.js/pull/12829) [BUGFIX] Support tagless components in fastboot.
1628
1646
  - [#12848](https://github.com/emberjs/ember.js/pull/12848) Make dependencies that end in `@each` expand to `[]`.
@@ -1630,7 +1648,7 @@ Fixes a few issues:
1630
1648
  - [#12908](https://github.com/emberjs/ember.js/pull/12908) [BUGFIX] Fix issue that prevented recomputation of `ArrayProxy` values under certain circumstances.
1631
1649
 
1632
1650
 
1633
- ### 2.3.0 (January 17, 2016)
1651
+ ## 2.3.0 (January 17, 2016)
1634
1652
 
1635
1653
  - [#12712](https://github.com/emberjs/ember.js/pull/12712) [BUGFIX] Create a new hash parameter when creating a component cell
1636
1654
  - [#12746](https://github.com/emberjs/ember.js/pull/12746) [BUGFIX] Update htmlbars to 0.14.11 to fix [CVE-2015-7565](https://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html).
@@ -1662,7 +1680,7 @@ Fixes a few issues:
1662
1680
  - [#12485](https://github.com/emberjs/ember.js/pull/12485) [BUGFIX] Access property only once during `Ember.get`.
1663
1681
  - [#12503](https://github.com/emberjs/ember.js/pull/12503) Add helpful assertion when a tagless component includes event handler methods.
1664
1682
 
1665
- ### v2.2.0 (November 16, 2015)
1683
+ ## v2.2.0 (November 16, 2015)
1666
1684
 
1667
1685
  - [#12600](https://github.com/emberjs/ember.js/pull/12600) [BUGFIX beta] Guard against `null` `attrs` in `getRoot` hook.
1668
1686
  - [#12445](https://github.com/emberjs/ember.js/pull/12445) [BUGFIX] Ensure rest arg positionalParams can be supplied as hash arguments.
@@ -1681,14 +1699,14 @@ Fixes a few issues:
1681
1699
  - [#12370](https://github.com/emberjs/ember.js/pull/12370) [DEPRECATION] Deprecate passing function as test argument to `Ember.deprecate` / `Ember.warn` / `Ember.assert`.
1682
1700
  - [#12416](https://github.com/emberjs/ember.js/pull/12416) [BUGFIX] Ensure components actions function without controller addon.
1683
1701
 
1684
- ### v2.1.1 (November 16, 2015)
1702
+ ## v2.1.1 (November 16, 2015)
1685
1703
 
1686
1704
  - [#12445](https://github.com/emberjs/ember.js/pull/12445) [BUGFIX] Ensure rest arg style positionalParams can be omitted.
1687
1705
  - [#12456](https://github.com/emberjs/ember.js/pull/12456) [BUGFIX]Allow usage of bound properties in `{{link-to}}` for `bubbles`, `preventDefault`, `target`, `replace`, and `disabledWhen`.
1688
1706
  - [#12463](https://github.com/emberjs/ember.js/pull/12463) [BUGFIX] Fix uglification introduced bug with super wrapping.
1689
1707
  - [#12464](https://github.com/emberjs/ember.js/pull/12464) [BUGFIX] `Ember.String.htmlSafe()` should return a instance of SafeString for `null` / `undefined`.
1690
1708
 
1691
- ### v2.1.0 (October 5, 2015)
1709
+ ## v2.1.0 (October 5, 2015)
1692
1710
 
1693
1711
  - [#12396](https://github.com/emberjs/ember.js/pull/12396) [BUGFIX] Ensure that `this._super` is called when extending from `Ember.Component`.
1694
1712
  - [#12383](https://github.com/emberjs/ember.js/pull/12383) [BUGFIX] Fix `Ember.String.classify` to underscore items with a leading dash/underscore.
@@ -1728,7 +1746,7 @@ Fixes a few issues:
1728
1746
  - [#11440](https://github.com/emberjs/ember.js/pull/11440) [DEPRECATION] Deprecate using `instance.container.lookup` on first argument to `instanceInitializers`. Use `instance.lookup` instead.
1729
1747
  - [#11440](https://github.com/emberjs/ember.js/pull/11440) [DEPRECATION] Deprecate passing two arguments to an initializers `initialize` function.
1730
1748
 
1731
- ### 2.0.0 (August 13, 2015)
1749
+ ## 2.0.0 (August 13, 2015)
1732
1750
 
1733
1751
  - [#11213](https://github.com/emberjs/ember.js/pull/11213) [BREAKING] Remove chaining in Observable.set
1734
1752
  - [#12036](https://github.com/emberjs/ember.js/pull/12036) Cleanup CP Set and Volatile
@@ -1856,17 +1874,17 @@ Fixes a few issues:
1856
1874
  - [#11383](https://github.com/emberjs/ember.js/pull/11383) Update {{each-in}} to use ember-metal/should-display.
1857
1875
  - [#11396](https://github.com/emberjs/ember.js/pull/11396) Make Ember.Checkbox extend from Ember.Component.
1858
1876
 
1859
- ### 1.13.13 (January 17, 2016)
1877
+ ## 1.13.13 (January 17, 2016)
1860
1878
 
1861
1879
  - [12793](https://github.com/emberjs/ember.js/pull/12793) [BUGFIX] Remove jQuery version assertion/error.
1862
1880
  - [#12414](https://github.com/emberjs/ember.js/pull/12414) [BUGFIX] Fix multiplicative observation of controllers in views
1863
1881
  - [#12784](https://github.com/emberjs/ember.js/pull/12784) [BUGFIX] Prevent `classNames` from being duplicated.
1864
1882
 
1865
- ### 1.13.12 (January 14, 2016)
1883
+ ## 1.13.12 (January 14, 2016)
1866
1884
 
1867
1885
  - [CVE-2015-7565](https://emberjs.com/blog/2016/01/14/security-releases-ember-1-11-4-1-12-2-1-13-12-2-0-3-2-1-2-2-2-1.html)
1868
1886
 
1869
- ### 1.13.11 (November 16, 2015)
1887
+ ## 1.13.11 (November 16, 2015)
1870
1888
 
1871
1889
  - [#12334](https://github.com/emberjs/ember.js/pull/12334) [BUGFIX] Fix for Array.prototype.filter polyfill on IE8.
1872
1890
  - [#12344](https://github.com/emberjs/ember.js/pull/12344) [BUGFIX] Allow `{{link-to}}`'s `current-when` param be specified as a bound value.
@@ -1875,18 +1893,18 @@ Fixes a few issues:
1875
1893
  - [#12481](https://github.com/emberjs/ember.js/pull/12481) [BUGFIX] Add deprecation options to some 1.13 deprecations (to make handling with ember-cli-deprecation-workflow easier).
1876
1894
  - [#12596](https://github.com/emberjs/ember.js/pull/12596) [BUGFIX] Fix `{{input}}` helper on IE8.
1877
1895
 
1878
- ### 1.13.10 (September 6, 2015)
1896
+ ## 1.13.10 (September 6, 2015)
1879
1897
 
1880
1898
  - [#12104](https://github.com/emberjs/ember.js/pull/12104) [BUGFIX] Ensure `concatenatedProperties` are not stomped.
1881
1899
  - [#12256](https://github.com/emberjs/ember.js/pull/12256) [BUGFIX] Ensure concat streams unsubscribe properly. Fixes memory leak with attributes specified within quotes in the template (i.e. `<div data-foo="{{something}}"></div>`).
1882
1900
  - [#12272](https://github.com/emberjs/ember.js/pull/12272) [BUGFIX] Update HTMLBars to fix memory leak when an `{{each}}` is inside an `{{if}}`.
1883
1901
 
1884
- ### 1.13.9 (August 22, 2015)
1902
+ ## 1.13.9 (August 22, 2015)
1885
1903
 
1886
1904
  - [#12138](https://github.com/emberjs/ember.js/pull/12138) [BUGFIX] Do not require calling `this._super(...arguments)` in views/components when implementing `didRecieveAttrs`.
1887
1905
  - [#12164](https://github.com/emberjs/ember.js/pull/12164) [BUGFIX] Properly handle block-less usage of a component without a template or layout specified in the component definition.
1888
1906
 
1889
- ### 1.13.8 (August 13, 2015)
1907
+ ## 1.13.8 (August 13, 2015)
1890
1908
 
1891
1909
  - [#12056](https://github.com/emberjs/ember.js/pull/12056) [BUGFIX] Ensure initializers can augment `customEvents`.
1892
1910
  - [#12037](https://github.com/emberjs/ember.js/pull/12037) [BUGFIX] Fix error in some query params scenarios.
@@ -1896,7 +1914,7 @@ Fixes a few issues:
1896
1914
  - [#12071](https://github.com/emberjs/ember.js/pull/12071) [BUGFIX] Fix issue with accessing component attributes before initial render.
1897
1915
  - [#12073](https://github.com/emberjs/ember.js/pull/12073) [BUGFIX] Fix issue with events when invoking a component and specifying `classNames=`.
1898
1916
 
1899
- ### 1.13.7 (August 9, 2015)
1917
+ ## 1.13.7 (August 9, 2015)
1900
1918
 
1901
1919
  - [#12000](https://github.com/emberjs/ember.js/pull/12000) [DEPRECATION] Deprecate using `controller` for {{with}}
1902
1920
  - [#11946](https://github.com/emberjs/ember.js/pull/11946) [PERF] Speed up `AttrProxy` implementation.
@@ -1910,7 +1928,7 @@ Fixes a few issues:
1910
1928
  - [#11994](https://github.com/emberjs/ember.js/pull/11994) [DEPRECATION] Deprecate using `@each` as a leaf node in a dependent key. Refactor from `Ember.computed('foo.@each', function() {});` to `Ember.computed('foo.[]', function() { });`.
1911
1929
  - [#12026](https://github.com/emberjs/ember.js/pull/12026) [BUGFIX] Remove wasted dependent keys for `template` and `layout` properties of `Ember.View`/`Ember.Component`.
1912
1930
 
1913
- ### 1.13.6 (July 31, 2015)
1931
+ ## 1.13.6 (July 31, 2015)
1914
1932
 
1915
1933
  - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.Handlebars.makeViewHelper`.
1916
1934
  - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.HTMLBars.makeViewHelper`.
@@ -1932,7 +1950,7 @@ Fixes a few issues:
1932
1950
  - [#11934](https://github.com/emberjs/ember.js/pull/11934) [DEPRECATION] Deprecate specifying `positionalParams` at extend time in favor of using static factory properties.
1933
1951
  - [#11935](https://github.com/emberjs/ember.js/pull/11935) [BUGFIX] Avoid unnecessary change events during initial render.
1934
1952
 
1935
- ### 1.13.5 (July 19, 2015)
1953
+ ## 1.13.5 (July 19, 2015)
1936
1954
 
1937
1955
  - [#11767](https://github.com/emberjs/ember.js/pull/11767) [DEPRECATION] Deprecate Controller#needs
1938
1956
  - [#11468](https://github.com/emberjs/ember.js/pull/11468) [DEPRECATION] Deprecate `Ember.Freezable` and `frozenCopy`.
@@ -1944,7 +1962,7 @@ Fixes a few issues:
1944
1962
  - [#11798](https://github.com/emberjs/ember.js/pull/11798) [DEPRECATION] Deprecate `Function#observesBefore`.
1945
1963
  - [#11812](https://github.com/emberjs/ember.js/pull/11812) [DEPRECATION] Add deprecation messages when using `Ember.get` / `Ember.set` in a certain ways.
1946
1964
 
1947
- ### 1.13.4 (July 13, 2015)
1965
+ ## 1.13.4 (July 13, 2015)
1948
1966
 
1949
1967
  - [#11651](https://github.com/emberjs/ember.js/pull/11651) [BUGFIX] Ensure child views of non-dirty components get the correct parentView when rerendered.
1950
1968
  - [#11662](https://github.com/emberjs/ember.js/pull/11662) [BUGFIX] Prevent ArrayController deprecation on generated controllers.
@@ -1952,7 +1970,7 @@ Fixes a few issues:
1952
1970
  - [#11664](https://github.com/emberjs/ember.js/pull/11664) [BUGFIX] Ensure Route actions can be unit tested.
1953
1971
  - [#11667](https://github.com/emberjs/ember.js/pull/11667) [BUGFIX] Fix memory leak in rendering engine.
1954
1972
 
1955
- ### 1.13.3 (July 5, 2015)
1973
+ ## 1.13.3 (July 5, 2015)
1956
1974
 
1957
1975
  - [#11510](https://github.com/emberjs/ember.js/pull/11510) [DEPRECATION] Deprecate `Ember.Object.createWithMixins`.
1958
1976
  - [#11512](https://github.com/emberjs/ember.js/pull/11512) [DEPRECATION] Deprecate `Ember.oneWay` in favor of `Ember.computed.oneWay`.
@@ -1971,12 +1989,12 @@ Fixes a few issues:
1971
1989
  * for `form.action` always escape
1972
1990
  * always assign handlers to props, even if the case appears strange
1973
1991
 
1974
- ### 1.13.2 (June 17, 2015)
1992
+ ## 1.13.2 (June 17, 2015)
1975
1993
 
1976
1994
  - [#11461](https://github.com/emberjs/ember.js/pull/11461) Remove `{{each}}` without `key=` warning. Deprecates `@guid` and `@item` in favor of the new default `@identity`.
1977
1995
  - [#11495](https://github.com/emberjs/ember.js/pull/11495) [PERFORMANCE] Remove debug statements from production builds.
1978
1996
 
1979
- ### 1.13.1 (June 16, 2015)
1997
+ ## 1.13.1 (June 16, 2015)
1980
1998
 
1981
1999
  - [#11445](https://github.com/emberjs/ember.js/pull/11445) [BUGFIX] Allow recomputation for `Ember.Helper` with arguments.
1982
2000
  - [#11317](https://github.com/emberjs/ember.js/pull/11317) [BUGFIX] Ensure handleURL called after setURL in visit helper.
@@ -1984,7 +2002,7 @@ Fixes a few issues:
1984
2002
  - [#11476](https://github.com/emberjs/ember.js/pull/11476) [DEPRECATION] Deprecate `Ember.ArrayController`.
1985
2003
  - [#11478](https://github.com/emberjs/ember.js/pull/11478) [DEPRECATION] Deprecate `Ember.RenderBuffer`.
1986
2004
 
1987
- ### 1.13.0 (June 12, 2015)
2005
+ ## 1.13.0 (June 12, 2015)
1988
2006
 
1989
2007
  - [#11270](https://github.com/emberjs/ember.js/pull/11270) [BUGFIX] Ensure view registry is propagated to components.
1990
2008
  - [#11273](https://github.com/emberjs/ember.js/pull/11273) [BUGFIX] Downgrade Ember.Service without proper inheritance to a deprecation (instead of an assertion).
@@ -2044,7 +2062,7 @@ Fixes a few issues:
2044
2062
  - [#11084](https://github.com/emberjs/ember.js/pull/11084) Enable {{yield to="inverse"}} in components.
2045
2063
  - [#11141](https://github.com/emberjs/ember.js/pull/11141) Implement angle-bracket components.
2046
2064
 
2047
- ### 1.12.0 (May 13, 2015)
2065
+ ## 1.12.0 (May 13, 2015)
2048
2066
 
2049
2067
  - [#10874](https://github.com/emberjs/ember.js/pull/10874) Include all files in jspm package.
2050
2068
  - [#10876](https://github.com/emberjs/ember.js/pull/10876) [BUGFIX] Make the `{{component}}` helper deal with dynamically set falsey values.
@@ -2072,7 +2090,7 @@ Fixes a few issues:
2072
2090
  - [#10731](https://github.com/emberjs/ember.js/pull/10731) [FEATURE] Enable `ember-application-instance-initializers` feature.
2073
2091
  - [#10731](https://github.com/emberjs/ember.js/pull/10731) [FEATURE] Enable `ember-application-initializer-context` feature.
2074
2092
 
2075
- ### 1.11.0 (March 28, 2015)
2093
+ ## 1.11.0 (March 28, 2015)
2076
2094
 
2077
2095
  - [#10736](https://github.com/emberjs/ember.js/pull/10736) [BUGFIX] Fix issue with Query Params when using `Ember.ObjectController` (regression from `ObjectController` deprecation).
2078
2096
  - [#10726](https://github.com/emberjs/ember.js/pull/10726) / [router.js#ed45bc](https://github.com/tildeio/router.js/commit/ed45bc5c5e055af0ab875ef2c52feda792ee23e4) [BUGFIX] Fix issue with nested `{{link-to}}` active and transition classes getting out of sync.
@@ -2132,7 +2150,7 @@ Fixes a few issues:
2132
2150
  - [#10353](https://github.com/emberjs/ember.js/pull/10353) Avoid creating context bindings for collection views [@mmun](https://github.com/mmun)
2133
2151
  - [#10093](https://github.com/emberjs/ember.js/pull/10093) [FEATURE] Implement {{component}} helper [@lukemelia](https://github.com/lukemelia)
2134
2152
 
2135
- ### 1.10.0 (February 7, 2015)
2153
+ ## 1.10.0 (February 7, 2015)
2136
2154
 
2137
2155
  * [BUGFIX] Ensure that property case is normalized.
2138
2156
  * [BUGFIX] Prevent an error from being thrown if the errorThrown property is a string when catching unhandled promise rejections.
@@ -2204,12 +2222,12 @@ Fixes a few issues:
2204
2222
  * [FEATURE] ember-htmlbars - Enable the HTMLBars rendering engine.
2205
2223
  * [FEATURE] ember-htmlbars-block-params - Enable block params feature for HTMLBars.
2206
2224
 
2207
- ### 1.9.1 (December 23, 2014)
2225
+ ## 1.9.1 (December 23, 2014)
2208
2226
 
2209
2227
  * Allow `{{view}}` helper to properly handle view instances.
2210
2228
  * Escape `href`, `src`, and `background` attributes for `a`, `link`, `img`, and `iframe` elements.
2211
2229
 
2212
- ### 1.9.0 (December 8, 2014)
2230
+ ## 1.9.0 (December 8, 2014)
2213
2231
 
2214
2232
  * Add deprecation for quoteless outlet names (`{{outlet main}}` should be `{{outlet 'main'}}`).
2215
2233
  * [BUGFIX] Update the `Ember.Map#forEach` callback to include the map being iterated over.
@@ -2252,7 +2270,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2252
2270
  * [FEATURE] ember-testing-pause-test.
2253
2271
 
2254
2272
 
2255
- ### Ember 1.8.1 (November, 4, 2014)
2273
+ ## Ember 1.8.1 (November, 4, 2014)
2256
2274
 
2257
2275
  * [BUGFIX] Make sure that `{{view}}` can accept a Ember.View instance.
2258
2276
  * [BUGFIX] Throw an assertion if `classNameBindings` are specified on a tag-less view.
@@ -2261,7 +2279,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2261
2279
  * [BUGFIX] Add support for null prototype object to mandatory setter code. Prevents errors when operating on Ember Data `meta` objects.
2262
2280
  * [BUGFIX] Fix an issue with select/each that causes the last item rendered to be selected.
2263
2281
 
2264
- ### Ember 1.8.0 (October, 28, 2014)
2282
+ ## Ember 1.8.0 (October, 28, 2014)
2265
2283
 
2266
2284
  * [BUGFIX] Ensure published builds do not use `define` or `require` internally.
2267
2285
  * [BUGFIX] Remove strict mode for Object.create usage to work around an [iOS bug](https://bugs.webkit.org/show_bug.cgi?id=138038).
@@ -2332,7 +2350,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2332
2350
  * [BREAKING] Ember.View didInsertElement is now called on child views before their parents. Before
2333
2351
  1.8.0-beta.1 it would be called top-down.
2334
2352
 
2335
- ### Ember 1.7.0 (August 19, 2014)
2353
+ ## Ember 1.7.0 (August 19, 2014)
2336
2354
 
2337
2355
  * Update `Ember.computed.notEmpty` to properly respect arrays.
2338
2356
  * Bind `tabindex` property on LinkView.
@@ -2382,12 +2400,12 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2382
2400
  caveats with model/content, and also sets a simple ground rule: Never set a controllers content,
2383
2401
  rather always set it's model and ember will do the right thing.
2384
2402
 
2385
- ### Ember 1.6.1 (July, 15, 2014)
2403
+ ## Ember 1.6.1 (July, 15, 2014)
2386
2404
 
2387
2405
  * Fix error routes/templates. Changes in router promise logging caused errors to be
2388
2406
  thrown mid-transition into the `error` route. See [#5166](https://github.com/emberjs/ember.js/pull/5166) for further details.
2389
2407
 
2390
- ### Ember 1.6.0 (July, 7, 2014)
2408
+ ## Ember 1.6.0 (July, 7, 2014)
2391
2409
 
2392
2410
  * [BREAKING BUGFIX] An empty array is treated as falsy value in `bind-attr` to be in consistent
2393
2411
  with `if` helper. Breaking for apps that relies on the previous behavior which treats an empty
@@ -2434,7 +2452,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2434
2452
  * [FEATURE ember-runtime-test-friendly-promises]
2435
2453
  * [FEATURE ember-metal-computed-empty-array]
2436
2454
 
2437
- ### Ember 1.5.0 (March 29, 2014)
2455
+ ## Ember 1.5.0 (March 29, 2014)
2438
2456
 
2439
2457
  * [BUGFIX beta] Move reduceComputed instanceMetas into object's meta.
2440
2458
  * [BUGFIX beta] Total invalidation of arrayComputed by non-array dependencies should be synchronous.
@@ -2466,7 +2484,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2466
2484
  * [BREAKING CHANGE] `Ember.run.throttle` now supports leading edge execution. To follow industry standard leading edge is the default.
2467
2485
  * [BUGFIX] Fixed how parentController property of an itemController when nested. Breaking for apps that rely on previous broken behavior of an itemController's `parentController` property skipping its ArrayController when nested.
2468
2486
 
2469
- ### Ember 1.4.0 (February 13, 2014)
2487
+ ## Ember 1.4.0 (February 13, 2014)
2470
2488
 
2471
2489
  * [SECURITY] Ensure link-to non-block escapes title.
2472
2490
  * Deprecate quoteless action names.
@@ -2496,12 +2514,12 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2496
2514
  * [FEATURE propertyBraceExpansion] Add support for brace-expansion in dependent keys, observer and watch properties.
2497
2515
  * [FEATURE ember-metal-run-bind] Enables `Ember.run.bind` which is ember run-loop aware variation of jQuery.proxy.
2498
2516
 
2499
- ### Ember 1.3.1 (January 14, 2014)
2517
+ ## Ember 1.3.1 (January 14, 2014)
2500
2518
 
2501
2519
  * [SECURITY] Ensure primitive value contexts are escaped.
2502
2520
  * [SECURITY] Ensure {{group}} helper escapes properly.
2503
2521
 
2504
- ### Ember 1.3.0 (January 6, 2014)
2522
+ ## Ember 1.3.0 (January 6, 2014)
2505
2523
 
2506
2524
  * Many documentation updates.
2507
2525
  * Update to RSVP 3.0.3.
@@ -2550,12 +2568,12 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2550
2568
  * Components are lazily looked up.
2551
2569
  * Renaming everyBy and anyBy to isEvery and isAny.
2552
2570
 
2553
- ### Ember 1.2.1 _(January 14, 2014)_
2571
+ ## Ember 1.2.1 _(January 14, 2014)_
2554
2572
 
2555
2573
  * [SECURITY] Ensure primitive value contexts are escaped.
2556
2574
  * [SECURITY] Ensure {{group}} helper escapes properly.
2557
2575
 
2558
- ### Ember 1.2.0 _(November 22, 2013)_
2576
+ ## Ember 1.2.0 _(November 22, 2013)_
2559
2577
 
2560
2578
  * [BUGFIX] Publish ember-handlebars-compiler along with builds.
2561
2579
  * [BUGFIX] Use RegExp.test() for Ember.computed.match.
@@ -2610,20 +2628,20 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2610
2628
  * Allow apps with custom jquery builds to exclude the event-alias module
2611
2629
  * Removes long-deprecated getPath/setPath
2612
2630
 
2613
- ### Ember 1.1.3 _(January 13, 2014)_
2631
+ ## Ember 1.1.3 _(January 13, 2014)_
2614
2632
 
2615
2633
  * [SECURITY] Ensure primitive value contexts are escaped.
2616
2634
  * [SECURITY] Ensure {{group}} helper escapes properly.
2617
2635
 
2618
- ### Ember 1.1.2 _(October 25, 2013)_
2636
+ ## Ember 1.1.2 _(October 25, 2013)_
2619
2637
 
2620
2638
  * [BUGFIX] Fix failures in component rendering. - Fixes #3637
2621
2639
 
2622
- ### Ember 1.1.1 _(October 23, 2013)_
2640
+ ## Ember 1.1.1 _(October 23, 2013)_
2623
2641
 
2624
2642
  * [BUGFIX] Allow Ember.Object.create to accept an Ember.Object.
2625
2643
 
2626
- ### Ember 1.1.0 _(October 21, 2013)_
2644
+ ## Ember 1.1.0 _(October 21, 2013)_
2627
2645
 
2628
2646
  * Make Ember.run.later more flexible with arguments - Fixes #3072
2629
2647
  * Add assertion upon too many ajaxStop's.
@@ -2667,7 +2685,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2667
2685
  * Incorrect error message in router.js
2668
2686
  * Install default error handler on ApplicationRoute#actions, not #events
2669
2687
 
2670
- ### Ember 1.0.0 _(August 31, 2013)_
2688
+ ## Ember 1.0.0 _(August 31, 2013)_
2671
2689
 
2672
2690
  * Fix nested `{{yield}}`
2673
2691
  * `ReduceComputed` groups changed properties.
@@ -2694,7 +2712,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2694
2712
  * Allow a template explicitly set on a view to be used when rendering a route.
2695
2713
 
2696
2714
 
2697
- ### Ember 1.0.0-rc.8 _(August 28, 2013)_
2715
+ ## Ember 1.0.0-rc.8 _(August 28, 2013)_
2698
2716
 
2699
2717
  * View, controller & route action handlers are now expected to be defined on an `actions` object.
2700
2718
  * registerBoundHelper won't treat quoted strings / numbers as paths
@@ -2723,7 +2741,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2723
2741
  * Improved `Route#controllerFor` to support `controllerName` and non-route lookups
2724
2742
 
2725
2743
 
2726
- ### Ember 1.0.0-rc.7 _(August 14, 2013)_
2744
+ ## Ember 1.0.0-rc.7 _(August 14, 2013)_
2727
2745
 
2728
2746
  * correctly preserve a views container
2729
2747
  * Reference to RSVP repo for documentation
@@ -2866,7 +2884,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2866
2884
  * document ember-testing helpers
2867
2885
 
2868
2886
 
2869
- ### Ember 1.0.0-rc.6 _(June 23, 2013)_
2887
+ ## Ember 1.0.0-rc.6 _(June 23, 2013)_
2870
2888
 
2871
2889
  * Refactored `Ember.Route`s teardown mechanism for rendered views. This fixes #2857, previously multiple outlets were not tore down.
2872
2890
  * Rename Control to Component. This avoids conflicts with the existing (behind-a-flag) control and is clearer about intent.
@@ -2925,7 +2943,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2925
2943
  * Adds assertion for misnamed controller name provided to render helper. [Fixes #2385]
2926
2944
 
2927
2945
 
2928
- ### Ember 1.0.0-rc.5 _(June 01, 2013)_
2946
+ ## Ember 1.0.0-rc.5 _(June 01, 2013)_
2929
2947
 
2930
2948
  * Added assertion for incorrect container lookup names
2931
2949
  * adding docs for Ember.beforeObserver
@@ -2940,7 +2958,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2940
2958
  * remove starter_kit upload task (we just use the github tarballs)
2941
2959
 
2942
2960
 
2943
- ### Ember 1.0.0-rc.4 _(May 27, 2013)_
2961
+ ## Ember 1.0.0-rc.4 _(May 27, 2013)_
2944
2962
 
2945
2963
  * Loader: improve missing module error message
2946
2964
  * Fix click test helper selector context
@@ -3067,7 +3085,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3067
3085
  * Added length property to Ember.Map
3068
3086
 
3069
3087
 
3070
- ### Ember 1.0.0-rc.3 _(April 19, 2013)_
3088
+ ## Ember 1.0.0-rc.3 _(April 19, 2013)_
3071
3089
 
3072
3090
  * fn.call is wasteful when the thisArg is not needed.
3073
3091
  * dont needlessly close-over and rebuild insertViewCollection
@@ -3163,7 +3181,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3163
3181
  * Insert adjacent child views in batches rather than individually.
3164
3182
 
3165
3183
 
3166
- ### Ember 1.0.0-rc.2 _(March 29, 2013)_
3184
+ ## Ember 1.0.0-rc.2 _(March 29, 2013)_
3167
3185
 
3168
3186
  * Improved the App initialization process and deprecated Ember.Application#initialize. If you were using this, use deferReadiness and advanceReadiness instead.
3169
3187
  * Added support for Ember.Application#then which fires similarly to the isReady hook
@@ -3202,7 +3220,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3202
3220
  * Other miscellaneous bug fixes and documentation improvements
3203
3221
 
3204
3222
 
3205
- ### Ember 1.0.0-rc.1 _(February 15, 2013)_
3223
+ ## Ember 1.0.0-rc.1 _(February 15, 2013)_
3206
3224
 
3207
3225
  * Upgrade to Handlebars 1.0.0-rc.3
3208
3226
  * Update RSVP.js
@@ -3240,7 +3258,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3240
3258
  * Empty object proxies are no longer truthy in {{#if}}
3241
3259
 
3242
3260
 
3243
- ### Ember 1.0.0-pre.4 _(January 17, 2013)_
3261
+ ## Ember 1.0.0-pre.4 _(January 17, 2013)_
3244
3262
 
3245
3263
  * Add {{partial}}
3246
3264
  * Fix regressions in router.js
@@ -3248,7 +3266,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3248
3266
  * Use the controller with the same name as the template passed to render, if it exists
3249
3267
 
3250
3268
 
3251
- ### Ember 1.0.0-pre.3 _(January 17, 2013)_
3269
+ ## Ember 1.0.0-pre.3 _(January 17, 2013)_
3252
3270
 
3253
3271
  * BREAKING CHANGE: New Router API
3254
3272
  * BREAKING CHANGE: `Ember.Object.create` behaves like `setProperties`. Use `createWithMixins` for the old behavior.
@@ -3284,7 +3302,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3284
3302
  * General cleanup
3285
3303
 
3286
3304
 
3287
- ### Ember 1.0.0-pre.2 _(October 25, 2012)_
3305
+ ## Ember 1.0.0-pre.2 _(October 25, 2012)_
3288
3306
 
3289
3307
  * Ember.SortableMixin: don't remove and reinsert items when their sort order doesn't change. Fixes #1486.
3290
3308
  * Fix edge cases with adding/removing observers
@@ -3368,7 +3386,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3368
3386
  * Performance improvements
3369
3387
 
3370
3388
 
3371
- ### Ember 1.0.pre _(August 03, 2012)_
3389
+ ## Ember 1.0.pre _(August 03, 2012)_
3372
3390
 
3373
3391
  * Return undefined instead of empty jQuery object for Ember.View#$ when not in DOM
3374
3392
  * Adds didDefineProperty hook
@@ -3537,7 +3555,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3537
3555
  * Add support for modelType in the router
3538
3556
 
3539
3557
 
3540
- ### Ember 0.9.8.1 _(May 22, 2012)_
3558
+ ## Ember 0.9.8.1 _(May 22, 2012)_
3541
3559
 
3542
3560
  * Fix bindAttr with global paths
3543
3561
  * Fix initialization with non routable stateManager
@@ -3545,7 +3563,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3545
3563
  * Documentation fixes
3546
3564
 
3547
3565
 
3548
- ### Ember 0.9.8 _(May 21, 2012)_
3566
+ ## Ember 0.9.8 _(May 21, 2012)_
3549
3567
 
3550
3568
  * Better docs
3551
3569
  * Preliminary routing support
@@ -3593,13 +3611,13 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3593
3611
  * Support making Computed Properties cacheable by default
3594
3612
 
3595
3613
 
3596
- ### Ember 0.9.7.1 _(April 19, 2012)_
3614
+ ## Ember 0.9.7.1 _(April 19, 2012)_
3597
3615
 
3598
3616
  * Better escaping method for RenderBuffer
3599
3617
  * More rigorous XSS escaping from bindAttr
3600
3618
 
3601
3619
 
3602
- ### Ember 0.9.7 _(April 18, 2012)_
3620
+ ## Ember 0.9.7 _(April 18, 2012)_
3603
3621
 
3604
3622
  * RenderBuffer now properly escapes attribute values. Fixes XSS vulnerability documented in #699.
3605
3623
  * Make options an optional argument to Ember.Handlebars.getPath
@@ -3619,7 +3637,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3619
3637
  * Ember.ArrayUtils.objectsAt returns correct objects.
3620
3638
 
3621
3639
 
3622
- ### Ember 0.9.6 _(March 30, 2012)_
3640
+ ## Ember 0.9.6 _(March 30, 2012)_
3623
3641
 
3624
3642
  * Significant internal performance improvements
3625
3643
  * Improved performance of RenderBuffer
@@ -3668,7 +3686,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3668
3686
  * Added benchmarking harness for internals
3669
3687
 
3670
3688
 
3671
- ### Ember 0.9.5 _(February 17, 2012)_
3689
+ ## Ember 0.9.5 _(February 17, 2012)_
3672
3690
 
3673
3691
  * Add Handlebars helper for {{yield}}
3674
3692
  * Add a .jshintrc
@@ -3700,7 +3718,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3700
3718
  * Better framework warnings and deprecations
3701
3719
 
3702
3720
 
3703
- ### Ember 0.9.4 _(January 23, 2012)_
3721
+ ## Ember 0.9.4 _(January 23, 2012)_
3704
3722
 
3705
3723
  * Add Ember.Select control
3706
3724
  * Added Ember.Handlebars action helper to easily add event handling to DOM elements without requiring a new view
@@ -3734,7 +3752,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3734
3752
  * Inline documentation improvements
3735
3753
 
3736
3754
 
3737
- ### Ember 0.9.3 _(December 19, 2011)_
3755
+ ## Ember 0.9.3 _(December 19, 2011)_
3738
3756
 
3739
3757
  * Make sure willInsertElement actually gets called on all child views. Element is still not guaranteed to work.
3740
3758
  * Implement tab views and controller
@@ -3742,7 +3760,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3742
3760
  * allow use of multiple {{bindAttr}}s per element
3743
3761
 
3744
3762
 
3745
- ### Ember 0.9.2 _(December 16, 2011)_
3763
+ ## Ember 0.9.2 _(December 16, 2011)_
3746
3764
 
3747
3765
  * add replaceIn to replace an entire node's content with something new
3748
3766
  * Use prepend() and after() methods of Metamorph
@@ -3753,7 +3771,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3753
3771
  * Remove parentView deprecation warning
3754
3772
 
3755
3773
 
3756
- ### Ember 0.9.1 _(December 14, 2011)_
3774
+ ## Ember 0.9.1 _(December 14, 2011)_
3757
3775
 
3758
3776
  * Fix jslint warnings related to missing semicolons and variables defined twice
3759
3777
  * Alias amber_assert to sc_assert for backwards compat