ember-source 4.9.0 → 4.9.1

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,14 @@
1
1
  # Ember Changelog
2
2
 
3
- ### v4.9.0 (November 28, 2022)
3
+ ## v4.9.1 (November 30, 2022)
4
+
5
+ - [#20284](https://github.com/emberjs/ember.js/pull/20284) [BUGFIX] remove incorrect types for deprecation functions
6
+
7
+ ## v3.28.11 (November 30, 2022)
8
+
9
+ - [#20286](https://github.com/emberjs/ember.js/pull/20286) [BUGFIX LTS] Allow class-based helpers in strict-mode
10
+
11
+ ## v4.9.0 (November 28, 2022)
4
12
 
5
13
  - [#20274](https://github.com/emberjs/ember.js/pull/20274) [BUGFIX] Add some missing types to preview types
6
14
  - [#20256](https://github.com/emberjs/ember.js/pull/20256) [BUGFIX] Correct types for Ember Arrays
@@ -12,15 +20,15 @@
12
20
  - [#20228](https://github.com/emberjs/ember.js/pull/20228) [BUGFIX] Remove type export for ControllerMixin
13
21
  - [#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
22
 
15
- ### v4.8.2 (November 3, 2022)
23
+ ## v4.8.2 (November 3, 2022)
16
24
 
17
25
  - [#20244](https://github.com/emberjs/ember.js/pull/20244) Add missing type for `getComponentTemplate` to preview types
18
26
 
19
- ### v4.8.1 (November 2, 2022)
27
+ ## v4.8.1 (November 2, 2022)
20
28
 
21
29
  - [CVE pending](https://emberjs.com/blog/ember-4-8-1-released) Fix a prototype pollution vulnerability in `set` and `setProperties`
22
30
 
23
- ### v4.4.4 (November 2, 2022)
31
+ ## v4.4.4 (November 2, 2022)
24
32
 
25
33
  - [CVE pending](https://emberjs.com/blog/ember-4-8-1-released) Fix a prototype pollution vulnerability in `set` and `setProperties
26
34
 
@@ -28,49 +36,49 @@
28
36
 
29
37
  - [CVE pending](https://emberjs.com/blog/ember-4-8-1-released) Fix a prototype pollution vulnerability in `set` and `setProperties`
30
38
 
31
- ### v3.24.7 (November 2, 2022)
39
+ ## v3.24.7 (November 2, 2022)
32
40
 
33
41
  - [CVE pending](https://emberjs.com/blog/ember-4-8-1-released) Fix a prototype pollution vulnerability in `set` and `setProperties`
34
42
 
35
- ### v4.8.0 (October 17, 2022)
43
+ ## v4.8.0 (October 17, 2022)
36
44
 
37
45
  - [#20180](https://github.com/emberjs/ember.js/pull/20180) [FEATURE] Publish an opt-in preview of public types for Ember
38
46
  - [#20166](https://github.com/emberjs/ember.js/pull/20166) [BUGFIX] Upgrade router_js to fix Linked list of RouteInfos contains undefined object
39
47
 
40
- ### v4.4.3 (October 12, 2022)
48
+ ## v4.4.3 (October 12, 2022)
41
49
 
42
50
  - [#20166](https://github.com/emberjs/ember.js/pull/20166) [BUGFIX] Fix missing `RouteInfo` entries
43
51
 
44
- ### v4.7.1 (October 12, 2022)
52
+ ## v4.7.1 (October 12, 2022)
45
53
 
46
54
  - [#20166](https://github.com/emberjs/ember.js/pull/20166) [BUGFIX] Fix missing `RouteInfo` entries
47
55
 
48
- ### v4.7.0 (September 6, 2022)
56
+ ## v4.7.0 (September 6, 2022)
49
57
 
50
58
  - [#20126](https://github.com/emberjs/ember.js/pull/20126) [BUGFIX] Replace Firefox detection that used a deprecated browser API
51
59
 
52
- ### v4.6.0 (July 25, 2022)
60
+ ## v4.6.0 (July 25, 2022)
53
61
 
54
62
  - [#20125](https://github.com/emberjs/ember.js/pull/20125) [BUGFIX] Replace deprecated substr() method with substring() method.
55
63
 
56
- ### v4.5.1 (July 25, 2022)
64
+ ## v4.5.1 (July 25, 2022)
57
65
 
58
66
  - [#20120](https://github.com/emberjs/ember.js/pull/20120) [BUGFIX] Adjust uniqueId() implementation to only generate valid selectors.
59
67
 
60
- ### v4.5.0 (June 13, 2022)
68
+ ## v4.5.0 (June 13, 2022)
61
69
 
62
70
  - [#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
71
  - [#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
72
 
65
- ### v4.4.2 (June 13, 2022)
73
+ ## v4.4.2 (June 13, 2022)
66
74
 
67
75
  - [#20114](https://github.com/emberjs/ember.js/pull/20114) [BUGFIX] Fix generated import paths for test setup functions in addons
68
76
 
69
- ### v4.4.1 (May 31, 2022)
77
+ ## v4.4.1 (May 31, 2022)
70
78
 
71
79
  - [#20082](https://github.com/emberjs/ember.js/pull/20082) [BUGFIX] Fix blueprints publication
72
80
 
73
- ### v4.4.0 (May 2, 2022)
81
+ ## v4.4.0 (May 2, 2022)
74
82
 
75
83
  - [#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
84
  - [#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 +86,21 @@
78
86
  - [#17978](https://github.com/emberjs/ember.js/pull/17978) Make hasListeners public
79
87
  - [#20014](https://github.com/emberjs/ember.js/pull/20014) Log `until` for deprecations
80
88
 
81
- ### v3.28.9 (April 19, 2022)
89
+ ## v3.28.9 (April 19, 2022)
82
90
 
83
91
  - [#20028](https://github.com/emberjs/ember.js/pull/20028) Fix a memory leak in the Router Service class
84
92
 
85
- ### v4.3.0 (March 21, 2022)
93
+ ## v4.3.0 (March 21, 2022)
86
94
 
87
95
  - [#20025](https://github.com/emberjs/ember.js/pull/20025) [BUGFIX] Fix a memory leak in the Router Service class
88
96
  - [#19971](https://github.com/emberjs/ember.js/pull/19971) [BUGFIX] Don't serialize default Query Params on RouterService
89
97
  - [#20024](https://github.com/emberjs/ember.js/pull/20024) [BUGFIX] Correctly associate props with factory and owner in FactoryManager
90
98
 
91
- ### v4.2.0 (February 7, 2022)
99
+ ## v4.2.0 (February 7, 2022)
92
100
 
93
101
  - [#19878](https://github.com/emberjs/ember.js/pull/19878) [BUGFIX] Allow class-based helpers to work in strict-mode.
94
102
 
95
- ### v4.1.0 (December 28, 2021)
103
+ ## v4.1.0 (December 28, 2021)
96
104
 
97
105
  - [#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
106
  - [#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 +109,12 @@
101
109
  - [#17570](https://github.com/emberjs/ember.js/pull/17570) [BUGFIX] Passing ObjectProxy with a property size to `isEmpty` would throw assertion
102
110
  - [#18269](https://github.com/emberjs/ember.js/pull/18269) [BUGFIX] Fix for when query params are using a nested value
103
111
 
104
- ### v4.0.1 (December 1, 2021)
112
+ ## v4.0.1 (December 1, 2021)
105
113
 
106
114
  - [#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
115
  - [#19860](https://github.com/emberjs/ember.js/pull/19860) [BUGFIX] Add model hook in route blueprint for routes with dynamic segments
108
116
 
109
- ### v4.0.0 (November 15, 2021)
117
+ ## v4.0.0 (November 15, 2021)
110
118
 
111
119
  - [#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
120
  - [#19706](https://github.com/emberjs/ember.js/pull/19706) [BREAKING] Explicitly drop Node 10 support to match support policy.
@@ -208,7 +216,7 @@
208
216
 
209
217
  - [glimmerjs/glimmer-vm#1351](https://github.com/glimmerjs/glimmer-vm/pull/1351) Support lexical scope in loose mode
210
218
 
211
- ### v3.24.6 (October 18, 2021)
219
+ ## v3.24.6 (October 18, 2021)
212
220
 
213
221
  - [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
222
 
@@ -216,7 +224,7 @@
216
224
 
217
225
  - [#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
226
 
219
- ### v3.28.0 (August 9, 2021)
227
+ ## v3.28.0 (August 9, 2021)
220
228
 
221
229
  - [#19697](https://github.com/emberjs/ember.js/pull/19697) [BUGFIX] Ensure `deserializeQueryParam` is called for lazy routes
222
230
  - [#19681](https://github.com/emberjs/ember.js/pull/19681) [BUGFIX] Restore previous hash behavior
@@ -226,27 +234,27 @@
226
234
  - [#19491](https://github.com/emberjs/ember.js/pull/19491) [BUGFIX] Fix `owner.lookup` `owner.register` behavior with `singleton: true` option
227
235
  - [#19472](https://github.com/emberjs/ember.js/pull/19472) [BUGFIX] Prevent transformation of block params called `attrs`
228
236
 
229
- ### v3.24.5 (August 9, 2021)
237
+ ## v3.24.5 (August 9, 2021)
230
238
 
231
239
  - [#19685](https://github.com/emberjs/ember.js/pull/19685) Fix memory leak with `RouterService` under Chrome
232
240
  - [#19683](https://github.com/emberjs/ember.js/pull/19683) Ensure `super.willDestroy` is called correctly in `Router`'s `willDestroy`
233
241
 
234
- ### v3.27.5 (June 10, 2021)
242
+ ## v3.27.5 (June 10, 2021)
235
243
 
236
244
  - [#19597](https://github.com/emberjs/ember.js/pull/19597) [BIGFIX] Fix `<LinkTo>` with nested children
237
245
 
238
- ### v3.27.4 (June 9, 2021)
246
+ ## v3.27.4 (June 9, 2021)
239
247
 
240
248
  - [#19594](https://github.com/emberjs/ember.js/pull/19594) [BUGFIX] Revert lazy hash changes
241
249
  - [#19596](https://github.com/emberjs/ember.js/pull/19596) [DOC] Fix "Dormant" addon warning typo
242
250
 
243
- ### v3.27.3 (June 3, 2021)
251
+ ## v3.27.3 (June 3, 2021)
244
252
 
245
253
  - [#19565](https://github.com/emberjs/ember.js/pull/19565) [BUGFIX] Ensures that `computed` can depend on dynamic `(hash` keys
246
254
  - [#19571](https://github.com/emberjs/ember.js/pull/19571) [BUGFIX] Extend `Route.prototype.transitionTo` deprecation until 5.0.0
247
255
  - [#19586](https://github.com/emberjs/ember.js/pull/19586) [BUGFIX] Fix Embroider compatibility
248
256
 
249
- ### v3.27.2 (May 27, 2021)
257
+ ## v3.27.2 (May 27, 2021)
250
258
 
251
259
  - [#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
260
  - [#19530](https://github.com/emberjs/ember.js/pull/19530) [DOC] fix passing params to named blocks examples
@@ -256,14 +264,14 @@
256
264
  - [#19557](https://github.com/emberjs/ember.js/pull/19557) [BUGFIX] Refine Ember Global deprecation message
257
265
  - [#19564](https://github.com/emberjs/ember.js/pull/19564) [BUGFIX] Improve computed.* and run.* deprecation message (IE11)
258
266
 
259
- ### v3.27.1 (May 13, 2021)
267
+ ## v3.27.1 (May 13, 2021)
260
268
 
261
269
  - [#19540](https://github.com/emberjs/ember.js/pull/19540) [BUGFIX] Ensure ember-testing is loaded lazily
262
270
  - [#19541](https://github.com/emberjs/ember.js/pull/19541) [BUGFIX] Add missing metadata for some deprecations enabled in 3.27.0
263
271
  - [#19541](https://github.com/emberjs/ember.js/pull/19541) [BUGFIX] Ensure passing `@href` to `<LinkTo>` throws an error
264
272
  - [#19541](https://github.com/emberjs/ember.js/pull/19541) [CLEANUP] Consistently use https://deprecations.emberjs.com/ in deprecation URLs
265
273
 
266
- ### v3.27.0 (May 3, 2021)
274
+ ## v3.27.0 (May 3, 2021)
267
275
 
268
276
  - [#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
277
  - [#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 +292,19 @@
284
292
  - [#19441](https://github.com/emberjs/ember.js/pull/19441) Add automated publishing of weekly alpha releases to NPM
285
293
  - [#19462](https://github.com/emberjs/ember.js/pull/19462) Use `positional` and `named` as the argument names in `ember g helper` blueprint
286
294
 
287
- ### v3.24.4 (May 3, 2021)
295
+ ## v3.24.4 (May 3, 2021)
288
296
 
289
297
  - [#19477](https://github.com/emberjs/ember.js/pull/19477) Allow `<LinkToExternal />` to override internal assertion
290
298
 
291
- ### v3.26.2 (October 4, 2021)
299
+ ## v3.26.2 (October 4, 2021)
292
300
 
293
301
  - [#19683](https://github.com/emberjs/ember.js/pull/19683) [BUGFIX] Use `super.willDestroy` in native classes (instead of `this._super`)
294
302
 
295
- ### v3.26.1 (March 24, 2021)
303
+ ## v3.26.1 (March 24, 2021)
296
304
 
297
305
  - [#19473](https://github.com/emberjs/ember.js/pull/19473) Update Glimmer VM to latest.
298
306
 
299
- ### v3.26.0 (March 22, 2021)
307
+ ## v3.26.0 (March 22, 2021)
300
308
 
301
309
  - [#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
310
  - [#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 +324,17 @@
316
324
  - [#19405](https://github.com/emberjs/ember.js/pull/19405) [BUGFIX] Avoid instantiation errors when `app/router.js` injects the router service.
317
325
  - [#19436](https://github.com/emberjs/ember.js/pull/19436) [BUGFIX] Support observer keys with colons
318
326
 
319
- ### v3.25.4 (March 24, 2021)
327
+ ## v3.25.4 (March 24, 2021)
320
328
 
321
329
  - [#19473](https://github.com/emberjs/ember.js/pull/19473) Update Glimmer VM to latest.
322
330
 
323
- ### v3.25.3 (March 7, 2021)
331
+ ## v3.25.3 (March 7, 2021)
324
332
 
325
333
  - [#19448](https://github.com/emberjs/ember.js/pull/19448) Ensure query params are preserved through an intermediate loading state transition
326
334
  - [#19450](https://github.com/emberjs/ember.js/pull/19450) Ensure `routerService.currentRoute.name` and `routerService.currentRouteName` match during loading states
327
335
 
328
336
 
329
- ### v3.25.2 (March 7, 2021)
337
+ ## v3.25.2 (March 7, 2021)
330
338
 
331
339
  - [#19389](https://github.com/emberjs/ember.js/pull/19389) Removes template ids
332
340
  - [#19395](https://github.com/emberjs/ember.js/pull/19395) [BUGFIX] Ensure `<LinkTo>` can return a valid `href` most of the time
@@ -336,11 +344,11 @@
336
344
  - [#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
345
 
338
346
 
339
- ### v3.25.1 (February 10, 2021)
347
+ ## v3.25.1 (February 10, 2021)
340
348
 
341
349
  - [#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
350
 
343
- ### v3.25.0 (February 08, 2021)
351
+ ## v3.25.0 (February 08, 2021)
344
352
 
345
353
  - [#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
354
  - [#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 +362,7 @@
354
362
  - [#19338](https://github.com/emberjs/ember.js/pull/19338) [BUGFIX] Add missing `deprecate` options (`for` + `since`)
355
363
  - [#19342](https://github.com/emberjs/ember.js/pull/19342) [BUGFIX] Fix misleading LinkTo error message
356
364
 
357
- ### v3.24.3 (March 7, 2021)
365
+ ## v3.24.3 (March 7, 2021)
358
366
 
359
367
  - [#19448](https://github.com/emberjs/ember.js/pull/19448) Ensure query params are preserved through an intermediate loading state transition
360
368
  - [#19450](https://github.com/emberjs/ember.js/pull/19450) Ensure `routerService.currentRoute.name` and `routerService.currentRouteName` match during loading states
@@ -362,15 +370,15 @@
362
370
  - [#19397](https://github.com/emberjs/ember.js/pull/19397) [BUGFIX] Force building Ember bundles when `targets.node` is defined
363
371
 
364
372
 
365
- ### v3.24.2 (February 10, 2021)
373
+ ## v3.24.2 (February 10, 2021)
366
374
 
367
375
  - [#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
376
 
369
- ### v3.24.1 (January 14, 2021)
377
+ ## v3.24.1 (January 14, 2021)
370
378
 
371
379
  - [#19337](https://github.com/emberjs/ember.js/pull/19337) [BUGFIX] Ensure query param only `<LinkTo />` are properly scoped in engines
372
380
 
373
- ### v3.24.0 (December 28, 2020)
381
+ ## v3.24.0 (December 28, 2020)
374
382
 
375
383
  - [#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
384
  - [#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 +396,11 @@
388
396
  - [#19238](https://github.com/emberjs/ember.js/pull/19238) [CLEANUP] Removes the `expandLocalLookup` API
389
397
  - [#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
398
 
391
- ### v3.23.1 (November 23, 2020)
399
+ ## v3.23.1 (November 23, 2020)
392
400
 
393
401
  - [#19282](https://github.com/emberjs/ember.js/pull/19282) [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering
394
402
 
395
- ### v3.23.0 (November 16, 2020)
403
+ ## v3.23.0 (November 16, 2020)
396
404
 
397
405
  - [#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
406
  - [#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 +416,19 @@
408
416
  - [#19221](https://github.com/emberjs/ember.js/pull/19221) [BUGFIX] Ensure fn and (mut) work with falsy values
409
417
  - [#19213](https://github.com/emberjs/ember.js/pull/19213) [BUGFIX] Update rendering engine to improve error ergonomics.
410
418
 
411
- ### v3.22.2 (November 25, 2020)
419
+ ## v3.22.2 (November 25, 2020)
412
420
 
413
421
  - [#19282](https://github.com/emberjs/ember.js/pull/19282) [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering
414
422
  - [#19263](https://github.com/emberjs/ember.js/pull/19263) [BUGFIX] Remove `@dependentKeyCompat` assertion
415
423
 
416
- ### v3.22.1 (November 10, 2020)
424
+ ## v3.22.1 (November 10, 2020)
417
425
 
418
426
  - [#19193](https://github.com/emberjs/ember.js/pull/19193) [BUGFIX] Ensure `@ember/component` user lifecycle hooks are untracked
419
427
  - [#19197](https://github.com/emberjs/ember.js/pull/19197) [BUGFIX] Restore the shadowed property set behavior
420
428
  - [#19199](https://github.com/emberjs/ember.js/pull/19199) [BUGFIX] Cleans up the DebugRenderTree more thoroughly on errors
421
429
  - [#19249](https://github.com/emberjs/ember.js/pull/19249) [BUGFIX] Fix issues with query params during intermediate transitions
422
430
 
423
- ### v3.22.0 (October 5, 2020)
431
+ ## v3.22.0 (October 5, 2020)
424
432
 
425
433
  - [#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
434
  - [#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 +438,27 @@
430
438
  - [#19170](https://github.com/emberjs/ember.js/pull/19170) [BUGFIX] Make modifier manager 3.22 accept the resolved value directly.
431
439
  - [#19124](https://github.com/emberjs/ember.js/pull/19124) [BUGFIX] Fix rendering engine usage within a `fastboot` sandbox
432
440
 
433
- ### v3.21.3 (September 30, 2020)
441
+ ## v3.21.3 (September 30, 2020)
434
442
 
435
443
  - [#19172](https://github.com/emberjs/ember.js/pull/19172) [BUGFIX] Ensures that tracked properties initialize property
436
444
 
437
- ### v3.21.2 (September 30, 2020)
445
+ ## v3.21.2 (September 30, 2020)
438
446
 
439
447
  - [#19138](https://github.com/emberjs/ember.js/pull/19138) [BUGFIX] Fix tag cycles in query parameters
440
448
  - [#19164](https://github.com/emberjs/ember.js/pull/19164) [BUGFIX] Entangles custom EmberArray implementations when accessed with `Ember.get`
441
449
 
442
- ### v3.21.1 (August 28, 2020)
450
+ ## v3.21.1 (August 28, 2020)
443
451
 
444
452
  - [#19106](https://github.com/emberjs/ember.js/pull/19106) [BUGFIX] Ensure `destroy` methods on `CoreObject` are invoked.
445
453
  - [#19111](https://github.com/emberjs/ember.js/pull/19111) [BUGFIX] Fixes `ArrayProxy` length reactivity.
446
454
 
447
- ### v3.21.0 (August 24, 2020)
455
+ ## v3.21.0 (August 24, 2020)
448
456
 
449
457
  - [#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
458
  - [#19087](https://github.com/emberjs/ember.js/pull/19087) [BUGFIX] Generated initializer tests no longer causes a deprecation warning
451
459
  - [#17571](https://github.com/emberjs/ember.js/pull/17571) [BUGFIX] Avoid tampering `queryParam` argument in RouterService#isActive
452
460
 
453
- ### v3.20.6 (November 11, 2020)
461
+ ## v3.20.6 (November 11, 2020)
454
462
 
455
463
  - [#19138](https://github.com/emberjs/ember.js/pull/19138) [BUGFIX] Fix tag cycles in query parameters
456
464
  - [#19158](https://github.com/emberjs/ember.js/pull/19158) [BUGFIX] `RouterService#isActive()` now consumes `currentURL` to 3.20
@@ -458,12 +466,12 @@
458
466
  - [#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
467
  - [#19178](https://github.com/emberjs/ember.js/pull/19178) [BUGFIX] Allow computeds to have cycles in their deps
460
468
 
461
- ### v3.20.5 (August 28, 2020)
469
+ ## v3.20.5 (August 28, 2020)
462
470
 
463
471
  - [#19106](https://github.com/emberjs/ember.js/pull/19106) [BUGFIX] Ensure `destroy` methods on `CoreObject` are invoked.
464
472
  - [#19111](https://github.com/emberjs/ember.js/pull/19111) [BUGFIX] Fixes `ArrayProxy` length reactivity.
465
473
 
466
- ### v3.20.4 (August 11, 2020)
474
+ ## v3.20.4 (August 11, 2020)
467
475
 
468
476
  - [#19047](https://github.com/emberjs/ember.js/pull/19047) Ensure `inject-babel-helpers` plugin can be parallelized
469
477
  - [#19089](https://github.com/emberjs/ember.js/pull/19089) Update rendering engine to improve immediate encoding performance
@@ -474,22 +482,22 @@
474
482
  - [#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
483
  - [#19081](https://github.com/emberjs/ember.js/pull/19081) Reduces template compilation size in production builds.
476
484
 
477
- ### v3.20.3 (July 30, 2020)
485
+ ## v3.20.3 (July 30, 2020)
478
486
 
479
487
  - [#19048](https://github.com/emberjs/ember.js/pull/19048) [BUGFIX] Update `router.js` to ensure `transition.abort` works for query param only transitions
480
488
  - [#19059](https://github.com/emberjs/ember.js/pull/19059) [BUGFIX] Prevent `<base target="_parent">` from erroring in `HistoryLocation`
481
489
  - [#19060](https://github.com/emberjs/ember.js/pull/19060) [BUGFIX] Update rendering engine to `@glimmer/*` 0.55.1
482
490
  - [#19063](https://github.com/emberjs/ember.js/pull/19063) [DOC] Fix missing docs for `{{#in-element}}`
483
491
 
484
- ### v3.20.2 (July 26, 2020)
492
+ ## v3.20.2 (July 26, 2020)
485
493
 
486
494
  - [#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
495
 
488
- ### v3.20.1 (July 13, 2020)
496
+ ## v3.20.1 (July 13, 2020)
489
497
 
490
498
  - [#19040](https://github.com/emberjs/ember.js/pull/19040) [BUGFIX] Fix a memory leak that occurred when changing the array passed to `{{each}}`
491
499
 
492
- ### v3.20.0 (July 13, 2020)
500
+ ## v3.20.0 (July 13, 2020)
493
501
 
494
502
  - [#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
503
  - [#19025](https://github.com/emberjs/ember.js/pull/19025) [BUGFIX] Updates Glimmer VM to 0.54.0
@@ -499,7 +507,7 @@
499
507
  - [#18859](https://github.com/emberjs/ember.js/pull/18859) [BUGFIX] Fix transitionTo with scoped aliased queryParam.
500
508
  - [#18961](https://github.com/emberjs/ember.js/pull/18961) [BUGFIX] Remove assertions for updating auto-tracked state without Ember.set / this.set
501
509
 
502
- ### v3.19.0 (May 26, 2020)
510
+ ## v3.19.0 (May 26, 2020)
503
511
 
504
512
  - [#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
513
  - Add a compile time error when passing arguments to regular HTML elements (e.g. `<a @foo=`)
@@ -514,35 +522,35 @@
514
522
  - [#18832](https://github.com/emberjs/ember.js/pull/18832) [CLEANUP] Remove deprecated private`implicit-modifier-manager-capabilities`
515
523
  - [#18839](https://github.com/emberjs/ember.js/pull/18839) [CLEANUP] Updates the VM and autotracking APIs
516
524
 
517
- ### v3.18.1 (May 4, 2020)
525
+ ## v3.18.1 (May 4, 2020)
518
526
 
519
527
  - [#18941](https://github.com/emberjs/ember.js/pull/18941) [BUGFIX] Update rendering engine to latest version.
520
528
  - Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
521
529
  - Ensures destroyable items added to an `{{#each` after initial render are invoked properly
522
530
  - Fixes an issue with key collisions in `{{#each`
523
531
 
524
- ### v3.18.0 (April 14, 2020)
532
+ ## v3.18.0 (April 14, 2020)
525
533
 
526
534
  - [#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
535
  - [#18807](https://github.com/emberjs/ember.js/pull/18807) [BUGFIX] Do not error (RE: `elementId` changing) if `elementId` is not changed
528
536
  - [#18774](https://github.com/emberjs/ember.js/pull/18774) [BUGFIX] Suspend observer deactivation during property changes
529
537
  - [#18785](https://github.com/emberjs/ember.js/pull/18785) Drop Node 8 support.
530
538
 
531
- ### v3.17.3 (April 2, 2020)
539
+ ## v3.17.3 (April 2, 2020)
532
540
 
533
541
  - [#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
542
 
535
- ### v3.17.2 (March 26, 2020)
543
+ ## v3.17.2 (March 26, 2020)
536
544
 
537
545
  - [#18837](https://github.com/emberjs/ember.js/pull/18837) [BUGFIX] Fix `willDestroy` on class based helpers.
538
546
  - [#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
547
 
540
- ### v3.17.1 (March 22, 2020)
548
+ ## v3.17.1 (March 22, 2020)
541
549
 
542
550
  - [#18809](https://github.com/emberjs/ember.js/pull/18809) [BUGFIX] Do not error (RE: `elementId` changing) if `elementId` is not changed
543
551
  - [#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
552
 
545
- ### v3.17.0 (March 4, 2020)
553
+ ## v3.17.0 (March 4, 2020)
546
554
 
547
555
  - [#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
556
  - [#18741](https://github.com/emberjs/ember.js/pull/18741) [BUGFIX] Don't setup mandatory setters on array indexes
@@ -558,11 +566,11 @@
558
566
  - [#18694](https://github.com/emberjs/ember.js/pull/18694) [BUGFIX] Ensure tag updates are buffered, remove error message
559
567
  - [#18709](https://github.com/emberjs/ember.js/pull/18709) [BUGFIX] Fix `this` in `@tracked` initializer
560
568
 
561
- ### v3.16.10 (August 5, 2020)
569
+ ## v3.16.10 (August 5, 2020)
562
570
 
563
571
  - [#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
572
 
565
- ### v3.16.9 (July 29, 2020)
573
+ ## v3.16.9 (July 29, 2020)
566
574
 
567
575
  - [#19001](https://github.com/emberjs/ember.js/pull/19001) [BUGFIX] Invoke methods correctly in `TextSupport` `sendAction`
568
576
  - [#19023](https://github.com/emberjs/ember.js/pull/19023) [BUGFIX] Avoid over eager property access during `init`
@@ -570,23 +578,23 @@
570
578
  - [#19057](https://github.com/emberjs/ember.js/pull/19057) [BUGFIX] Parallelize `inject-babel-helpers` plugin
571
579
  - [#19059](https://github.com/emberjs/ember.js/pull/19059) [BUGFIX] Prevent `<base target="_parent">` from erroring in HistoryLocation
572
580
 
573
- ### v3.16.8 (April 24, 2020)
581
+ ## v3.16.8 (April 24, 2020)
574
582
 
575
583
  - [#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
584
 
577
- ### v3.16.7 (April 13, 2020)
585
+ ## v3.16.7 (April 13, 2020)
578
586
 
579
587
  - [#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
588
 
581
- ### v3.16.6 (March 24, 2020)
589
+ ## v3.16.6 (March 24, 2020)
582
590
 
583
591
  - [#18835](https://github.com/emberjs/ember.js/pull/18835) [BUGFIX] Make `ArrayProxy` Lazy.
584
592
 
585
- ### v3.16.5 (March 23, 2020)
593
+ ## v3.16.5 (March 23, 2020)
586
594
 
587
595
  - [#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
596
 
589
- ### v3.16.4 (March 22, 2020)
597
+ ## v3.16.4 (March 22, 2020)
590
598
 
591
599
  - [#18741](https://github.com/emberjs/ember.js/pull/18741) [BUGFIX] Don't setup mandatory setters on array indexes
592
600
  - [#18742](https://github.com/emberjs/ember.js/pull/18742) [BUGFIX] Fix `setDiff` computed macro used within glimmer component
@@ -594,16 +602,16 @@
594
602
  - [#18780](https://github.com/emberjs/ember.js/pull/18780) [BUGFIX] Fix `owner.ownerInjection()` when used to create services directly
595
603
  - [#18810](https://github.com/emberjs/ember.js/pull/18810) [BUGFIX] Do not error (RE: elementId changing) if elementId is not changed
596
604
 
597
- ### v3.16.3 (February 18, 2020)
605
+ ## v3.16.3 (February 18, 2020)
598
606
 
599
607
  - [#18730](https://github.com/emberjs/ember.js/pull/18730) Workaround for the Glimmer VM bug which encodes/decodes integer literals correctly.
600
608
 
601
- ### v3.16.2 (February 10, 2020)
609
+ ## v3.16.2 (February 10, 2020)
602
610
 
603
611
  - [#18721](https://github.com/emberjs/ember.js/pull/18721) [BUGFIX] Backport autotracking bugfixes
604
612
  - [#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
613
 
606
- ### v3.16.1 (January 31, 2020)
614
+ ## v3.16.1 (January 31, 2020)
607
615
 
608
616
  - [#18691](https://github.com/emberjs/ember.js/pull/18691) [BUGFIX] Updated `component` and `helper` blueprints to use `import { hbs } from 'ember-cli-htmlbars'`.
609
617
  - [#18698](https://github.com/emberjs/ember.js/pull/18698) [BUGFIX] Ensure tag updates are buffered
@@ -611,13 +619,13 @@
611
619
  - [#18717](https://github.com/emberjs/ember.js/pull/18717) [BUGFIX] Ensure instantiation cannot happen after destruction.
612
620
  - [#18720](https://github.com/emberjs/ember.js/pull/18720) [BUGFIX] Ensure correct `@ember/edition-utils` is used (1.2.0).
613
621
 
614
- ### v3.16.0 (January 20, 2020)
622
+ ## v3.16.0 (January 20, 2020)
615
623
 
616
624
  - [#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
625
  - [#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
626
  - [#18651](https://github.com/emberjs/ember.js/pull/18651) [BUGFIX] Async functions were incorrectly treated as falsey in template conditionals
619
627
 
620
- ### v3.15.0 (December 9, 2019)
628
+ ## v3.15.0 (December 9, 2019)
621
629
 
622
630
  - [#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
631
  - [#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 +633,20 @@
625
633
  - [#18554](https://github.com/emberjs/ember.js/pull/18554) [BREAKING BUGFIX] Adds autotracking transaction
626
634
  - [#17834](https://github.com/emberjs/ember.js/pull/17834) [BUGFIX] Prevents autotracking ArrayProxy creation
627
635
 
628
- ### v3.14.3 (December 3, 2019)
636
+ ## v3.14.3 (December 3, 2019)
629
637
 
630
638
  - [#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
639
 
632
- ### v3.14.2 (November 20, 2019)
640
+ ## v3.14.2 (November 20, 2019)
633
641
 
634
642
  - [#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
643
  - [#18549](https://github.com/emberjs/ember.js/pull/18549) [BUGFIX] Add component reference to the mouse event handler deprecation warnings.
636
644
 
637
- ### v3.14.1 (October 30, 2019)
645
+ ## v3.14.1 (October 30, 2019)
638
646
 
639
647
  - [#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
648
 
641
- ### v3.14.0 (October 29, 2019)
649
+ ## v3.14.0 (October 29, 2019)
642
650
 
643
651
  - [#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
652
  - [#18458](https://github.com/emberjs/ember.js/pull/18458) [BUGFIX] Using query params helper outside of link-to
@@ -648,26 +656,26 @@
648
656
  - [#18381](https://github.com/emberjs/ember.js/pull/18381) Drop Node 6 and 11 support.
649
657
  - [#18410](https://github.com/emberjs/ember.js/pull/18410) Use ember-cli-htmlbars for inline precompilation if possible.
650
658
 
651
- ### v3.13.4 (October 29,2019)
659
+ ## v3.13.4 (October 29,2019)
652
660
 
653
661
  - [#18476](https://github.com/emberjs/ember.js/pull/18476) [BUGFIX] Ensure model can be observed by sync observers.
654
662
  - [#18477](https://github.com/emberjs/ember.js/pull/18477) [BUGFIX] Allows @each to work with arrays that contain falsy values.
655
663
  - [#18500](https://github.com/emberjs/ember.js/pull/18500) [BUGFIX] Remove requirement for disabling jquery-integration in Octane.
656
664
 
657
- ### v3.13.3 (October 8, 2019)
665
+ ## v3.13.3 (October 8, 2019)
658
666
 
659
667
  - [#18462](https://github.com/emberjs/ember.js/pull/18462) [BUGFIX] Prevents observer re-entry.
660
668
 
661
- ### v3.13.2 (September 25, 2019)
669
+ ## v3.13.2 (September 25, 2019)
662
670
 
663
671
  - [#18429](https://github.com/emberjs/ember.js/pull/18429) [BUGFIX] Fix incorrect error message when opting into using Octane, and missing optional features.
664
672
 
665
- ### v3.13.1 (September 23, 2019)
673
+ ## v3.13.1 (September 23, 2019)
666
674
 
667
675
  - [#18273](https://github.com/emberjs/ember.js/pull/18273) [BUGFIX] Fix issues with SSR rehydration of <title>.
668
676
  - [#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
677
 
670
- ### v3.13.0 (September 19, 2019)
678
+ ## v3.13.0 (September 19, 2019)
671
679
 
672
680
  - [#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
681
  - [#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 +701,25 @@
693
701
  - [#18217](https://github.com/emberjs/ember.js/pull/18217) [BUGFIX] Adds ability for computed props to depend on args
694
702
  - [#18222](https://github.com/emberjs/ember.js/pull/18222) [BUGFIX] Matches assertion behavior for CPs computing after destroy
695
703
 
696
- ### v3.12.4 (May 21, 2020)
704
+ ## v3.12.4 (May 21, 2020)
697
705
 
698
706
  - [#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
707
  - [#18273](https://github.com/emberjs/ember.js/pull/18273) [BUGFIX] Fix issues with SSR rehydration of <title>.
700
708
 
701
- ### v3.12.3 (March 12, 2020)
709
+ ## v3.12.3 (March 12, 2020)
702
710
 
703
711
  - [#18809](https://github.com/emberjs/ember.js/pull/18809) [BUGFIX] Do not error (RE: `elementId` changing) if `elementId` is not changed
704
712
 
705
- ### v3.12.2 (December 4, 2019)
713
+ ## v3.12.2 (December 4, 2019)
706
714
 
707
715
  - [#18576](https://github.com/emberjs/ember.js/pull/18576) [BUGFIX] Fix leftover `const` expressions in legacy builds
708
716
 
709
- ### v3.12.1 (November 20, 2019)
717
+ ## v3.12.1 (November 20, 2019)
710
718
 
711
719
  - [#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
720
  - [#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
721
 
714
- ### v3.12.0 (August 5, 2019)
722
+ ## v3.12.0 (August 5, 2019)
715
723
 
716
724
  - [#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
725
  - [#18226](https://github.com/emberjs/ember.js/pull/18226) [BUGFIX] Fix routing path with double slash (#18226)
@@ -719,12 +727,12 @@
719
727
  - [#18150](https://github.com/emberjs/ember.js/pull/18150) [BUGFIX] Fix a memory retention issue with string-based event listeners
720
728
  - [#18124](https://github.com/emberjs/ember.js/pull/18124) [CLEANUP] Remove deprecated `NAME_KEY`
721
729
 
722
- ### v3.11.1 (June 27, 2019)
730
+ ## v3.11.1 (June 27, 2019)
723
731
 
724
732
  - [#18159](https://github.com/emberjs/ember.js/pull/18159) Ensure `RouteInfo` object's do not eagerly cache routes in lazy Engines
725
733
  - [#18150](https://github.com/emberjs/ember.js/pull/18150) Ensure string based event listeners that are removed are not retained
726
734
 
727
- ### v3.11.0 (June 24, 2019)
735
+ ## v3.11.0 (June 24, 2019)
728
736
 
729
737
  - [#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
738
  - [#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 +744,17 @@
736
744
  - [#17940](https://github.com/emberjs/ember.js/pull/17940) [CLEANUP] Remove `sync` queue from @ember/runloop.
737
745
  - [#18110](https://github.com/emberjs/ember.js/pull/18110) [BUGFIX] Ensure calling `recompute` on a class-based helper causes it to recompute
738
746
 
739
- ### v3.10.2 (June 18, 2019)
747
+ ## v3.10.2 (June 18, 2019)
740
748
 
741
749
  - [#17971](https://github.com/emberjs/ember.js/pull/17971) [BUGFIX] Ensure query param only link-to's work in error states.
742
750
  - [#18080](https://github.com/emberjs/ember.js/pull/18080) [BUGFIX] Ensure that `ember-template-compiler` can be used during FastBoot runtime.
743
751
 
744
- ### v3.10.1 (June 4, 2019)
752
+ ## v3.10.1 (June 4, 2019)
745
753
 
746
754
  - [#18071](https://github.com/emberjs/ember.js/pull/18071) [BUGFIX] Ensure modifiers do not run in FastBoot modes. (#18071)
747
755
  - [#18064](https://github.com/emberjs/ember.js/pull/18064) [BUGFIX] Fix 'hasAttribute is not a function' when jQuery is disabled (#18064)
748
756
 
749
- ### v3.10.0 (May 13, 2019)
757
+ ## v3.10.0 (May 13, 2019)
750
758
 
751
759
  - [#17836](https://github.com/emberjs/ember.js/pull/17836) [BREAKING] Explicitly drop support for Node 6
752
760
  - [#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 +781,31 @@
773
781
  - [#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
782
  - [#17702](https://github.com/emberjs/ember.js/pull/17702) Extend from glimmer component for octane blueprint
775
783
 
776
- ### v3.9.1 (April 09, 2019)
784
+ ## v3.9.1 (April 09, 2019)
777
785
 
778
786
  - [#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
787
  - [#17874](https://github.com/emberjs/ember.js/pull/17874) [BUGFIX] Fix issue with `event.stopPropagation()` in component event handlers when jQuery is disabled.
780
788
  - [#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
789
 
782
- ### v3.8.3 (June 28, 2019)
790
+ ## v3.8.3 (June 28, 2019)
783
791
 
784
792
  - [#18159](https://github.com/emberjs/ember.js/pull/18159) [BUGFIX] Ensure `RouteInfo` object's do not eagerly cache routes in lazy Engines
785
793
  - [#18150](https://github.com/emberjs/ember.js/pull/18150) [BUGFIX] Ensure string based event listeners that are removed are not retained
786
794
  - [#18080](https://github.com/emberjs/ember.js/pull/18080) [BUGFIX] Fix `ember-template-compiler` compatibility with Fastboot.
787
795
 
788
- ### v3.8.2 (June, 4, 2019)
796
+ ## v3.8.2 (June, 4, 2019)
789
797
 
790
798
  - [#18071](https://github.com/emberjs/ember.js/pull/18071) [BUGFIX] Ensure modifiers do not run in FastBoot modes. (#18071)
791
799
  - [#18064](https://github.com/emberjs/ember.js/pull/18064) [BUGFIX] Fix 'hasAttribute is not a function' when jQuery is disabled (#18064)
792
800
  - [#17974](https://github.com/emberjs/ember.js/pull/17974) [BUGFIX] Ensure inheritable observers on object proxies are string based
793
801
  - [#17859](https://github.com/emberjs/ember.js/pull/17859) [BUGFIX] Fixes a regression in the legacy build
794
802
 
795
- ### v3.8.1 (April 02, 2019)
803
+ ## v3.8.1 (April 02, 2019)
796
804
 
797
805
  - [#17684](https://github.com/emberjs/ember.js/pull/17684) [BUGFIX] Enable maximum rerendering limit to be customized.
798
806
  - [#17823](https://github.com/emberjs/ember.js/pull/17823) Update router_js to 6.2.4
799
807
 
800
- ### v3.9.0 (April 01, 2019)
808
+ ## v3.9.0 (April 01, 2019)
801
809
 
802
810
  - [#17470](https://github.com/emberjs/ember.js/pull/17470) [DEPRECATION] Implements the Computed Property Modifier deprecation RFCs
803
811
  * Deprecates `.property()` (see [emberjs/rfcs#0375](https://github.com/emberjs/rfcs/blob/master/text/0375-deprecate-computed-property-modifier.md)
@@ -815,7 +823,7 @@
815
823
  - [#17649](https://github.com/emberjs/ember.js/pull/17649) [BUGFIX] Revert decorator refactors
816
824
  - [#17487](https://github.com/emberjs/ember.js/pull/17487) [BUGFIX] Fix scenario where aliased properties did not update in production mode
817
825
 
818
- ### v3.8.0 (February 18, 2019)
826
+ ## v3.8.0 (February 18, 2019)
819
827
 
820
828
  - [#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
829
  - [#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 +844,23 @@ Fixes a few issues:
836
844
  - [#17340](https://github.com/emberjs/ember.js/pull/17340) Remove unused `hooks` variable from qunit-rfc-232 util-test blueprint
837
845
  - [#17357](https://github.com/emberjs/ember.js/pull/17357) Allow notifyPropertyChange to be imported from @ember/object
838
846
 
839
- ### v3.7.3 (February 6, 2019)
847
+ ## v3.7.3 (February 6, 2019)
840
848
 
841
849
  - [#17563](https://github.com/emberjs/ember.js/pull/17563) [BUGFIX] Transition.send/trigger call signature
842
850
  - [#17552](https://github.com/emberjs/ember.js/pull/17552) [BUGFIX] Support numbers in component names for Angle Brackets
843
851
 
844
- ### v3.7.2 (January 22, 2019)
852
+ ## v3.7.2 (January 22, 2019)
845
853
 
846
854
  * Upgrade @glimmer/* packages to 0.36.6. Fixes a few issues:
847
855
  * Usage of positional arguments with custom components.
848
856
  * Forwarding attributes via `...attributes` to a dynamic component.
849
857
  * Prevent errors when rendering many template blocks (`Error: Operand over 16-bits. Got 65536`).
850
858
 
851
- ### v3.7.1 (January 21, 2019)
859
+ ## v3.7.1 (January 21, 2019)
852
860
 
853
861
  - [#17461](https://github.com/emberjs/ember.js/pull/17461) [BUGFIX] Fix substate interactions with aborts
854
862
 
855
- ### v3.7.0 (January 7, 2019)
863
+ ## v3.7.0 (January 7, 2019)
856
864
 
857
865
  - [#17254](https://github.com/emberjs/ember.js/pull/17254) [BREAKING] Explicitly drop support for Node 4
858
866
  - [#17426](https://github.com/emberjs/ember.js/pull/17426) [BUGFIX] Fix 'strict mode does not allow function declarations'
@@ -866,12 +874,12 @@ Fixes a few issues:
866
874
  - [#17133](https://github.com/emberjs/ember.js/pull/17133) [CLEANUP] Remove deprecated 'property{Did,Will}Change'
867
875
  - [#16898](https://github.com/emberjs/ember.js/pull/16898) Add RFC 232 style util test blueprint for Mocha
868
876
 
869
- ### v3.6.1 (December 18, 2018)
877
+ ## v3.6.1 (December 18, 2018)
870
878
 
871
879
  - [#17328](https://github.com/emberjs/ember.js/pull/17328) [BUGFIX] Ensure that delayed transition retrys work
872
880
  - [#17374](https://github.com/emberjs/ember.js/pull/17374) [BUGFIX] Fix cyclic references on Array.prototype
873
881
 
874
- ### v3.6.0 (December 6, 2018)
882
+ ## v3.6.0 (December 6, 2018)
875
883
 
876
884
  - [#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
885
  - [#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 +902,57 @@ Fixes a few issues:
894
902
  - [#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
903
  - [#17051](https://github.com/emberjs/ember.js/pull/17051) Update glimmer-vm packages to 0.36.4
896
904
 
897
- ### v3.5.1 (October 29, 2018)
905
+ ## v3.5.1 (October 29, 2018)
898
906
 
899
907
  - [#17028](https://github.com/emberjs/ember.js/pull/17028) Mark `defineProperty` as public (yet low level) API.
900
908
  - [#17115](https://github.com/emberjs/ember.js/pull/17115) [BUGFIX] Pass the event parameter to sendAction
901
909
  - [#17128](https://github.com/emberjs/ember.js/pull/17128) [BUGFIX] Fix sourcemaping issues due to multiple sourcemap directives.
902
910
  - [#17130](https://github.com/emberjs/ember.js/pull/17130) [BUGFIX] Ensure that timers scheduled after a system sleep are fired properly.
903
911
 
904
- ### v3.5.0 (October 8, 2018)
912
+ ## v3.5.0 (October 8, 2018)
905
913
 
906
914
  - [#16978](https://github.com/emberjs/ember.js/pull/16978) [BUGFIX] Properly teardown alias
907
915
  - [#16877](https://github.com/emberjs/ember.js/pull/16877) [CLEANUP] Allow routes to be named "array" and "object"
908
916
 
909
- ### v3.4.8 (January 22, 2019)
917
+ ## v3.4.8 (January 22, 2019)
910
918
 
911
919
  * Upgrade @glimmer/* packages to 0.35.10. Fixes a few issues:
912
920
  * Usage of positional arguments with custom components.
913
921
  * Forwarding attributes via `...attributes` to a dynamic component.
914
922
  * Prevent errors when rendering many template blocks (`Error: Operand over 16-bits. Got 65536`).
915
923
 
916
- ### v3.4.7 (December 7, 2018)
924
+ ## v3.4.7 (December 7, 2018)
917
925
 
918
926
  - [#17271](https://github.com/emberjs/ember.js/pull/17271) [BUGFIX] Update `backburner.js` to 2.4.2.
919
927
 
920
- ### v3.4.6 (October 29, 2018)
928
+ ## v3.4.6 (October 29, 2018)
921
929
 
922
930
  - [#17115](https://github.com/emberjs/ember.js/pull/17115) [BUGFIX] Ensure `{{input` continues to pass the event to the actions that it fires.
923
931
  - [#17128](https://github.com/emberjs/ember.js/pull/17128) [BUGFIX] Fix invalid sourcemap declarations.
924
932
  - [#17130](https://github.com/emberjs/ember.js/pull/17130) [BUGFIX] Ensure that timers scheduled after a system sleep are fired properly.
925
933
 
926
- ### v3.4.5 (October 4, 2018)
934
+ ## v3.4.5 (October 4, 2018)
927
935
 
928
936
  - [#17029](https://github.com/emberjs/ember.js/pull/17029) [BUGFIX] Update backburner.js to 2.4.0.
929
937
 
930
- ### v3.4.4 (September 27, 2018)
938
+ ## v3.4.4 (September 27, 2018)
931
939
 
932
940
  - [#17013](https://github.com/emberjs/ember.js/pull/17013) [BUGFIX] Fix rendering of empty content with `{{{...}}}` or `{{...}}` with `htmlSafe('')` in IE11
933
941
 
934
- ### v3.4.3 (September 25, 2018)
942
+ ## v3.4.3 (September 25, 2018)
935
943
 
936
944
  - [#17003](https://github.com/emberjs/ember.js/pull/17003) [BUGFIX] Fix rendering of empty content with `{{{...}}}` or `{{...}}` with `htmlSafe('')`
937
945
 
938
- ### v3.4.2 (September 24, 2018)
946
+ ## v3.4.2 (September 24, 2018)
939
947
 
940
948
  - [#16860](https://github.com/emberjs/ember.js/pull/16860) [BUGFIX] Clear chains in ProxyMixin when destroyed
941
949
  - [#16999](https://github.com/emberjs/ember.js/pull/16999) [BUGFIX] Fix mouseEnter/Leave event delegation without jQuery
942
950
 
943
- ### v3.4.1 (September 10, 2018)
951
+ ## v3.4.1 (September 10, 2018)
944
952
 
945
953
  - [#16933](https://github.com/emberjs/ember.js/pull/16933) [BUGFIX] Update glimmer-vm packages to 0.35.8
946
954
 
947
- ### v3.4.0 (August 27, 2018)
955
+ ## v3.4.0 (August 27, 2018)
948
956
 
949
957
  - [#16603](https://github.com/emberjs/ember.js/pull/16603) [BUGFIX] Support mouseEnter/Leave events w/o jQuery
950
958
  - [#16857](https://github.com/emberjs/ember.js/pull/16857) [BUGFIX] Prevents the recursive redefinition of root chains
@@ -959,16 +967,16 @@ Fixes a few issues:
959
967
  - [#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
968
  - [#16797](https://github.com/emberjs/ember.js/pull/16797) [BUGFIX] Drop autorun assertion
961
969
 
962
- ### v3.3.2 (August 20, 2018)
970
+ ## v3.3.2 (August 20, 2018)
963
971
 
964
972
  - [#16853](https://github.com/emberjs/ember.js/pull/16853) [BUGFIX] Allow ArrayProxy#pushObjects to accept ArrayProxy again
965
973
  - [#16870](https://github.com/emberjs/ember.js/pull/16870) [BUGFIX] Enable @ember/object#get to be called with an empty string
966
974
 
967
- ### v3.3.1 (July 23, 2018)
975
+ ## v3.3.1 (July 23, 2018)
968
976
 
969
977
  - [#16836](https://github.com/emberjs/ember.js/pull/16836/commits) [DOC] Fix Broken 3.3 API Documentation
970
978
 
971
- ### v3.3.0 (July 16, 2018)
979
+ ## v3.3.0 (July 16, 2018)
972
980
 
973
981
  - [#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
982
  - [#16690](https://github.com/emberjs/ember.js/pull/16690) [DEPRECATION] [emberjs/rfcs#294](emberjs/rfcs#294) Deprecate accessing `jQuery.Event#originalEvent`.
@@ -983,15 +991,15 @@ Fixes a few issues:
983
991
  - [#16619](https://github.com/emberjs/ember.js/pull/16619) [BUGFIX] Update router_js to ensure `(hash` works in query params.
984
992
  - [#16632](https://github.com/emberjs/ember.js/pull/16632) [BUGFIX] computed.sort array should update if sort properties array is empty/
985
993
 
986
- ### v3.2.2 (June 21, 2018)
994
+ ## v3.2.2 (June 21, 2018)
987
995
 
988
996
  - [#16754](https://github.com/emberjs/ember.js/pull/16754) [BUGFIX] Fix container destroy timing
989
997
 
990
- ### v3.2.1 (June 19, 2018)
998
+ ## v3.2.1 (June 19, 2018)
991
999
 
992
1000
  - [#16750](https://github.com/emberjs/ember.js/pull/16750) [BUGFIX] Bring back isObject guard for ember-utils/is_proxy
993
1001
 
994
- ### v3.2.0 (May 31, 2018)
1002
+ ## v3.2.0 (May 31, 2018)
995
1003
 
996
1004
  - [#16613](https://github.com/emberjs/ember.js/pull/16613) [BUGFIX] Prevent errors in ember-engines + 3.1 + proxies.
997
1005
  - [#16597](https://github.com/emberjs/ember.js/pull/16597) [BUGFIX] Ensure `Ember.run.cancelTimers` is present.
@@ -1024,21 +1032,21 @@ Fixes a few issues:
1024
1032
  - [#16462](https://github.com/emberjs/ember.js/pull/16462) [CLEANUP] Remove deprecated `MODEL_FACTORY_INJECTIONS`.
1025
1033
  - [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
1034
 
1027
- ### v3.1.4 (August 07, 2018)
1035
+ ## v3.1.4 (August 07, 2018)
1028
1036
 
1029
1037
  - [#16565](https://github.com/emberjs/ember.js/pull/16565) Fix template / component caching during rendering.
1030
1038
  - [#16853](https://github.com/emberjs/ember.js/pull/16853) [BUGFIX] Allow ArrayProxy#pushObjects to accept ArrayProxy again
1031
1039
 
1032
- ### v3.1.3 (June 21, 2018)
1040
+ ## v3.1.3 (June 21, 2018)
1033
1041
  - [#16754](https://github.com/emberjs/ember.js/pull/16754) [BUGFIX] Fix container destroy timing
1034
1042
 
1035
- ### v3.1.2 (May 7, 2018)
1043
+ ## v3.1.2 (May 7, 2018)
1036
1044
  - [#16600](https://github.com/emberjs/ember.js/pull/16600) [BUGFIX] Fix SimpleHelper memory leak
1037
1045
  - [#16605](https://github.com/emberjs/ember.js/pull/16605) [BUGFIX] Use resetCache on container destroy.
1038
1046
  - [182fc3](https://github.com/emberjs/ember.js/commit/182fc315664e8b4847f03133cc01e38767cad41e) [BUGFIX] Update glimmer-vm to ensure arguments are properly garbage collected.
1039
1047
  - [#16281](https://github.com/emberjs/ember.js/pull/16281) [BUGFIX] Ensure warning from `{{#link-to` RE: loading state does not throw an assertion.
1040
1048
 
1041
- ### v3.1.1 (April 23, 2018)
1049
+ ## v3.1.1 (April 23, 2018)
1042
1050
  - [#16559](https://github.com/emberjs/ember.js/pull/16559) [BUGFIX] Fix property normalization, Update glimmer-vm to 0.34.0
1043
1051
  - [#16493](https://github.com/emberjs/ember.js/pull/16493) [BUGFIX] Ensure proxies have access to `getOwner(this)`.
1044
1052
  - [#16496](https://github.com/emberjs/ember.js/pull/16496) [BUGFIX] Add exception for `didRemoveListener` so evented proxy objects can function
@@ -1049,7 +1057,7 @@ Fixes a few issues:
1049
1057
  - [#16564](https://github.com/emberjs/ember.js/pull/16564) [BUGFIX] Ensure Ember.isArray does not trigger proxy assertion.
1050
1058
  - [#16572](https://github.com/emberjs/ember.js/pull/16572) [BUGFIX] Fix curly component class reference setup
1051
1059
 
1052
- ### v3.1.0 (April 10, 2018)
1060
+ ## v3.1.0 (April 10, 2018)
1053
1061
  - [#16293](https://github.com/emberjs/ember.js/pull/16293) [BUGFIX] Ignore --pod for -addon blueprints: helper, initializer, and instance-initializer
1054
1062
  - [#16312](https://github.com/emberjs/ember.js/pull/16312) [DEPRECATION] Deprecate `Route.prototype.router` in favor of `Route.prototype._router`
1055
1063
  - [#16326](https://github.com/emberjs/ember.js/pull/16326) [BUGFIX] Expanded syntax error for if handlebars helper to include source of error
@@ -1065,7 +1073,7 @@ Fixes a few issues:
1065
1073
  - [emberjs/rfcs#281](https://github.com/emberjs/rfcs/blob/master/text/0281-es5-getters.md) [FEATURE native-es5-getters] Enabled by default.
1066
1074
  - [#15828](https://github.com/emberjs/ember.js/pull/15828) Upgrade glimmer-vm to latest version.
1067
1075
 
1068
- ### v3.0.0 (February 13, 2018)
1076
+ ## v3.0.0 (February 13, 2018)
1069
1077
 
1070
1078
  - [#16218](https://github.com/emberjs/ember.js/pull/16218) [BUGFIX beta] Prevent errors when using const `(get arr 1)`.
1071
1079
  - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX lts] Avoid excessively calling Glimmer AST transforms.
@@ -1126,16 +1134,16 @@ Fixes a few issues:
1126
1134
  - [#16036](https://github.com/emberjs/ember.js/pull/16036) [CLEANUP] Convert ember-metal accessors tests to new style
1127
1135
  - [#16023](https://github.com/emberjs/ember.js/pull/16023) Make event dispatcher work without jQuery
1128
1136
 
1129
- ### 2.18.2 (February 14, 2018)
1137
+ ## 2.18.2 (February 14, 2018)
1130
1138
 
1131
1139
  - [#16245](https://github.com/emberjs/ember.js/pull/16245) [BUGFIX] Ensure errors in deferred component hooks can be recovered.
1132
1140
 
1133
- ### 2.18.1 (February 13, 2018)
1141
+ ## 2.18.1 (February 13, 2018)
1134
1142
 
1135
1143
  - [#16174](https://github.com/emberjs/ember.js/pull/16174) [BUGFIX] Enable _some_ recovery of errors thrown during render.
1136
1144
  - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX] Avoid excessively calling Glimmer AST transforms.
1137
1145
 
1138
- ### 2.18.0 (January 1, 2018)
1146
+ ## 2.18.0 (January 1, 2018)
1139
1147
 
1140
1148
  - [95b449](https://github.com/emberjs/ember.js/commit/95b4499b3667712a202bef834268e23867fc8842) [BUGFIX] Ensure `Ember.run.cancel` while the run loop is flushing works properly.
1141
1149
  - [#15952](https://github.com/emberjs/ember.js/pull/15952) [BUGFIX] fix regression of clicking link-to with disabled=true
@@ -1149,12 +1157,12 @@ Fixes a few issues:
1149
1157
  - [#14590](https://github.com/emberjs/ember.js/pull/14590) [DEPRECATION] Deprecate using `targetObject`.
1150
1158
  - [#15754](https://github.com/emberjs/ember.js/pull/15754) [CLEANUP] Remove `router.router` deprecation.
1151
1159
 
1152
- ### 2.17.1 (February 13, 2018)
1160
+ ## 2.17.1 (February 13, 2018)
1153
1161
 
1154
1162
  - [#16174](https://github.com/emberjs/ember.js/pull/16174) [BUGFIX] Enable _some_ recovery of errors thrown during render.
1155
1163
  - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX] Avoid excessively calling Glimmer AST transforms.
1156
1164
 
1157
- ### 2.17.0 (November 29, 2017)
1165
+ ## 2.17.0 (November 29, 2017)
1158
1166
 
1159
1167
  - [#15855](https://github.com/emberjs/ember.js/pull/15855) [BUGFIX] fix regression with computed `filter/map/sort`
1160
1168
  - [#15871](https://github.com/emberjs/ember.js/pull/15871) [BUGFIX lts] Refactor / fix error handling scenarios.
@@ -1177,25 +1185,25 @@ Fixes a few issues:
1177
1185
  - [#15265](https://github.com/emberjs/ember.js/pull/15265) [BUGFIX] fixed issue when passing `false` to `activeClass` for `{{link-to}}`
1178
1186
  - [#15672](https://github.com/emberjs/ember.js/pull/15672) Update router_js to 2.0.0.
1179
1187
 
1180
- ### 2.16.3 (February 13, 2018)
1188
+ ## 2.16.3 (February 13, 2018)
1181
1189
 
1182
1190
  - [#15927](https://github.com/emberjs/ember.js/pull/15927) blueprints: Extend test framework detection to `ember-qunit` and `ember-mocha`
1183
1191
  - [#15935](https://github.com/emberjs/ember.js/pull/15935) [BUGFIX] blueprints: fix framework detection to work with prerelease versions of ember-cli-mocha
1184
1192
  - [#16174](https://github.com/emberjs/ember.js/pull/16174) [BUGFIX] Enable _some_ recovery of errors thrown during render.
1185
1193
  - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX] Avoid excessively calling Glimmer AST transforms.
1186
1194
 
1187
- ### 2.16.2 (November 1, 2017)
1195
+ ## 2.16.2 (November 1, 2017)
1188
1196
 
1189
1197
  - [#15797](https://github.com/emberjs/ember.js/pull/15797) [BUGFIX] Fix issues with using partials nested within other partials.
1190
1198
 
1191
- ### 2.16.1 (October 29, 2017)
1199
+ ## 2.16.1 (October 29, 2017)
1192
1200
 
1193
1201
  - [#15722](https://github.com/emberjs/ember.js/pull/15722) [BUGFIX] Avoid assertion when using `(get` helper with empty paths.
1194
1202
  - [#15746](https://github.com/emberjs/ember.js/pull/15746) [BUGFIX] Fix computed sort regression when array property is initally `null`.
1195
1203
  - [#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
1204
  - [#15777](https://github.com/emberjs/ember.js/pull/15777) [BUGFIX] Fix various issues around accessing dynamic data within a partial.
1197
1205
 
1198
- ### 2.16.0 (October 9, 2017)
1206
+ ## 2.16.0 (October 9, 2017)
1199
1207
 
1200
1208
  - [#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
1209
  - [#15610](https://github.com/emberjs/ember.js/pull/15610) [BUGFIX] add inflection to dependencies
@@ -1214,21 +1222,21 @@ Fixes a few issues:
1214
1222
  - [#15528](https://github.com/emberjs/ember.js/pull/15528) [DEPRECATION] Deprecate `Controller#content` alias.
1215
1223
  - [#15552](https://github.com/emberjs/ember.js/pull/15552) [FEATURE] Update blueprints and tests to RFC #176.
1216
1224
 
1217
- ### 2.15.3 (October 9, 2017)
1225
+ ## 2.15.3 (October 9, 2017)
1218
1226
 
1219
1227
  - [#15718](https://github.com/emberjs/ember.js/pull/15718) [BUGFIX] bump backburner (fixes clock + autorun interop)
1220
1228
 
1221
- ### 2.15.2 (October 4, 2017)
1229
+ ## 2.15.2 (October 4, 2017)
1222
1230
 
1223
1231
  - [#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
1232
  - [#15695](https://github.com/emberjs/ember.js/pull/15695) [BUGFIX] Avoid creating event dispatcher in FastBoot with Engines.
1225
1233
 
1226
- ### 2.15.1 (October 2, 2017)
1234
+ ## 2.15.1 (October 2, 2017)
1227
1235
 
1228
1236
  - [#15600](https://github.com/emberjs/ember.js/pull/15600) [BUGFIX] ensure “pause on exception” pauses in the right place.
1229
1237
  - [#15689](https://github.com/emberjs/ember.js/pull/15689) [BUGFIX] Mark error as handled before transition for error routes and substates.
1230
1238
 
1231
- ### 2.15.0 (August 31, 2017)
1239
+ ## 2.15.0 (August 31, 2017)
1232
1240
 
1233
1241
  - [#15577](https://github.com/emberjs/ember.js/pull/15577) [BUGFIX] Include missing sourcemaps in vendorTree.
1234
1242
  - [#14848](https://github.com/emberjs/ember.js/pull/14848) [BUGFIX] Allow boolean values for current-when
@@ -1248,7 +1256,7 @@ Fixes a few issues:
1248
1256
  - [#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
1257
  - [#15193](https://github.com/emberjs/ember.js/pull/15193) [CLEANUP] Remove `owner._lookupFactory` support.
1250
1258
 
1251
- ### 2.14.0 (July 5, 2017)
1259
+ ## 2.14.0 (July 5, 2017)
1252
1260
 
1253
1261
  - [#15312](https://github.com/emberjs/ember.js/pull/15312) [BUGFIX] Avoid re-freezing already frozen objects.
1254
1262
  - [#15315](https://github.com/emberjs/ember.js/pull/15315) [FEATURE] Add minlength to TextSupport
@@ -1272,20 +1280,20 @@ Fixes a few issues:
1272
1280
  - [#15178](https://github.com/emberjs/ember.js/pull/15178) Refactor route to lookup controller for QPs.
1273
1281
  - [#15129](https://github.com/emberjs/ember.js/pull/15129) Fix access to service:-document in ember-engines
1274
1282
 
1275
- ### 2.13.4 (July 5, 2017)
1283
+ ## 2.13.4 (July 5, 2017)
1276
1284
 
1277
1285
  - [#15321](https://github.com/emberjs/ember.js/pull/15321) [BUGFIX] Improve fastboot debugger/repl experience.
1278
1286
 
1279
- ### 2.13.3 (May 31, 2017)
1287
+ ## 2.13.3 (May 31, 2017)
1280
1288
 
1281
1289
  - [#15284](https://github.com/emberjs/ember.js/pull/15284) [BUGFIX] remove nested transaction assertion from glimmer.
1282
1290
  - [glimmerjs/glimmer-vm#529](https://github.com/glimmerjs/glimmer-vm/pull/529) [BUGFIX] Fix issues identified with custom element support.
1283
1291
 
1284
- ### 2.13.2 (May 18, 2017)
1292
+ ## 2.13.2 (May 18, 2017)
1285
1293
 
1286
1294
  - Revert over eager dependency upgrades in 2.13.1.
1287
1295
 
1288
- ### 2.13.1 (May 17, 2017)
1296
+ ## 2.13.1 (May 17, 2017)
1289
1297
 
1290
1298
  - [#15129](https://github.com/emberjs/ember.js/pull/15129) Fix access to document service in `ember-engines`.
1291
1299
  - [#15138](https://github.com/emberjs/ember.js/pull/15138) [BUGFIX] Fix mocha blueprint service test filename
@@ -1294,7 +1302,7 @@ Fixes a few issues:
1294
1302
  - [#15242](https://github.com/emberjs/ember.js/pull/15242) [BUGFIX] Fix `EmberError` import in system/router.
1295
1303
  - [#15247](https://github.com/emberjs/ember.js/pull/15247) [BUGFIX] Ensure nested custom elements render properly.
1296
1304
 
1297
- ### 2.13.0 (April 27, 2017)
1305
+ ## 2.13.0 (April 27, 2017)
1298
1306
 
1299
1307
  - [#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
1308
  - [#14961](https://github.com/emberjs/ember.js/pull/14961) [BUGIX] [Fixes #14925] remove duplicate `/` in pathname
@@ -1311,7 +1319,7 @@ Fixes a few issues:
1311
1319
  - [#14970](https://github.com/emberjs/ember.js/pull/14970) [BUGFIX] Generate integration tests for template helpers by default.
1312
1320
  - [#14976](https://github.com/emberjs/ember.js/pull/14976) [BUGFIX] Remove "no use strict" workaround for old versions of iOS 8.
1313
1321
 
1314
- ### 2.12.2 (April 27, 2017)
1322
+ ## 2.12.2 (April 27, 2017)
1315
1323
 
1316
1324
  - [#15160](https://github.com/emberjs/ember.js/pull/15160) [BUGFIX] Ensure `Ember.Test` global is setup when including `ember-testing.js`.
1317
1325
  - [#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 +1327,13 @@ Fixes a few issues:
1319
1327
  - [#15180](https://github.com/emberjs/ember.js/pull/15180) [BUGFIX] Correct `until` values for `this.container` deprecations.
1320
1328
 
1321
1329
 
1322
- ### 2.12.1 (April 7, 2017)
1330
+ ## 2.12.1 (April 7, 2017)
1323
1331
 
1324
1332
  - [#14961](https://github.com/emberjs/ember.js/pull/14961) [BUGIX] Remove duplicate trailing `/` in pathname.
1325
1333
  - [#15029](https://github.com/emberjs/ember.js/pull/15029) [PERF] [BUGFIX] cache `factoryFor` injections when possible
1326
1334
  - [#15089](https://github.com/emberjs/ember.js/pull/15089) [BUGFIX] Fixing IE and Edge issue causing action handlers to be fired twice.
1327
1335
 
1328
- ### 2.12.0 (March 14, 2017)
1336
+ ## 2.12.0 (March 14, 2017)
1329
1337
 
1330
1338
  - [#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
1339
  - [#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 +1346,7 @@ Fixes a few issues:
1338
1346
  - [#14852](https://github.com/emberjs/ember.js/pull/14852) [PERF] only `LOG_TRANSITIONS` and `LOG_TRANSITIONS_INTERNAL` in debug
1339
1347
  - [#14854](https://github.com/emberjs/ember.js/pull/14854) [PERF] only `LOG_ACTIVE_GENERATION` and `LOG_RESOLVER` in debug
1340
1348
 
1341
- ### 2.11.3 (March 8, 2017)
1349
+ ## 2.11.3 (March 8, 2017)
1342
1350
 
1343
1351
  - [#14987](https://github.com/emberjs/ember.js/pull/14987) [BUGFIX] Fix a memory leak when components are destroyed.
1344
1352
  - [#14986](https://github.com/emberjs/ember.js/pull/14986) [BUGFIX] Fix a memory leak in RSVP.js.
@@ -1346,11 +1354,11 @@ Fixes a few issues:
1346
1354
  - [#14898](https://github.com/emberjs/ember.js/pull/14898) [BUGFIX] Fix an issue where errors in tests sometimes do not cause a failure.
1347
1355
  - [#14707](https://github.com/emberjs/ember.js/pull/14707) [BUGFIX] Improve deprecation message for unsafe `style` attribute bindings.
1348
1356
 
1349
- ### 2.11.2 (February 19, 2017)
1357
+ ## 2.11.2 (February 19, 2017)
1350
1358
 
1351
1359
  - [#14937](https://github.com/emberjs/ember.js/pull/14937) [BUGFIX] Fix issue preventing `ember generate *` from creating test files as appropriate.
1352
1360
 
1353
- ### 2.11.1 (February 16, 2017)
1361
+ ## 2.11.1 (February 16, 2017)
1354
1362
 
1355
1363
  - [#14762](https://github.com/emberjs/ember.js/pull/14762) [BUGFIX] Make ember-template-compiler handle {{input}} helpers with sub-expression "type"
1356
1364
  - [#14791](https://github.com/emberjs/ember.js/pull/14791) [BUGFIX] exempt routes that share a controller from duplicate assertion
@@ -1360,7 +1368,7 @@ Fixes a few issues:
1360
1368
  - [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
1369
 
1362
1370
 
1363
- ### 2.11.0 (January 23, 2017)
1371
+ ## 2.11.0 (January 23, 2017)
1364
1372
 
1365
1373
  - [#14762](https://github.com/emberjs/ember.js/pull/14762) [BUGFIX] Ensure subexpressions can be used for `{{input}}`'s `type`.
1366
1374
  - [#14723](https://github.com/emberjs/ember.js/pull/14723) [BUGFIX] Improved backtracking re-render assertion message.
@@ -1376,18 +1384,18 @@ Fixes a few issues:
1376
1384
  - [#14441](https://github.com/emberjs/ember.js/pull/14441) [DEPRECATION] Deprecate remaining usage of the `{{render}}` helper.
1377
1385
  - [#14482](https://github.com/emberjs/ember.js/pull/14482) [DEPRECATION] Deprecate `Component#renderToElement`.
1378
1386
 
1379
- ### 2.10.2 (December 19, 2016)
1387
+ ## 2.10.2 (December 19, 2016)
1380
1388
 
1381
1389
  - [#14685](https://github.com/emberjs/ember.js/pull/14685) [BUGFIX] Fix `this.$()` returning `undefined` in `willDestroyElement`.
1382
1390
  - [#14717](https://github.com/emberjs/ember.js/pull/14717) [BUGFIX] Fix an issue with block params named `attrs`.
1383
1391
 
1384
- ### 2.10.1 (December 13, 2016)
1392
+ ## 2.10.1 (December 13, 2016)
1385
1393
 
1386
1394
  - [#14671](https://github.com/emberjs/ember.js/pull/14671) [BUGFIX] Fix an issue with the list attribute in <input> elements.
1387
1395
  - [#14681](https://github.com/emberjs/ember.js/pull/14681) [BUGFIX] Fix an issue with computed properties when using aliases as dependent keys.
1388
1396
  - [#14682](https://github.com/emberjs/ember.js/pull/14682) [BUGFIX] Ensure closure actions do not trigger unnecessary re-renders.
1389
1397
 
1390
- ### 2.10.0 (November 28, 2016)
1398
+ ## 2.10.0 (November 28, 2016)
1391
1399
 
1392
1400
  - [#14293](https://github.com/emberjs/ember.js/pull/14293) [BUGFIX] Remove style warning when the binding is quoted.
1393
1401
  - [#12708](https://github.com/emberjs/ember.js/pull/12708) [BUGFIX] Improve compatibility between `Ember.isArray` and the native `Array.isArray` for `FileList`.
@@ -1401,29 +1409,29 @@ Fixes a few issues:
1401
1409
  - [#14520](https://github.com/emberjs/ember.js/pull/14520) [BUGFIX] Ensure local variables (block params) have higher precedence over helpers.
1402
1410
  - [#14156](https://github.com/emberjs/ember.js/pull/14156) [FEATURE ember-glimmer] Enable by default.
1403
1411
 
1404
- ### 2.9.1 (November 1, 2016)
1412
+ ## 2.9.1 (November 1, 2016)
1405
1413
 
1406
1414
  - [#14528](https://github.com/emberjs/ember.js/pull/14528) [BUGFIX] Fix memory leak (leaking component instances in the component registry).
1407
1415
  - [#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
1416
  - [#14550](https://github.com/emberjs/ember.js/pull/14550) [BUGFIX] Allow canceling items queued by `run.schedule`.
1409
1417
 
1410
- ### 2.9.0 (October 17, 2016)
1418
+ ## 2.9.0 (October 17, 2016)
1411
1419
 
1412
1420
  - No changes from 2.8.2.
1413
1421
 
1414
- ### 2.8.3 (November 1, 2016)
1422
+ ## 2.8.3 (November 1, 2016)
1415
1423
 
1416
1424
  - [#14528](https://github.com/emberjs/ember.js/pull/14528) [BUGFIX] Fix memory leak (leaking component instances in the component registry).
1417
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.
1418
1426
  - [#14550](https://github.com/emberjs/ember.js/pull/14550) [BUGFIX] Allow canceling items queued by `run.schedule`.
1419
1427
 
1420
- ### 2.8.2 (October 6, 2016)
1428
+ ## 2.8.2 (October 6, 2016)
1421
1429
 
1422
1430
  - [#14365](https://github.com/emberjs/ember.js/pull/14365) [BUGFIX] Fix an issue with URLs with encoded characters and a trailing slash.
1423
1431
  - [#14382](https://github.com/emberjs/ember.js/pull/14382) [BUGFIX] Allow bound `id` on tagless components.
1424
1432
  - [#14421](https://github.com/emberjs/ember.js/pull/14421) [BUGFIX] Fix an issue with local components lookup.
1425
1433
 
1426
- ### 2.8.1 (September 14, 2016)
1434
+ ## 2.8.1 (September 14, 2016)
1427
1435
 
1428
1436
  - [#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
1437
  - [#14237](https://github.com/emberjs/ember.js/pull/14237) [BUGFIX] Ensure Engine Routes are deactivated before destruction.
@@ -1433,7 +1441,7 @@ Fixes a few issues:
1433
1441
  - [#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
1442
  - [#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
1443
 
1436
- ### 2.8.0 (September 8, 2016)
1444
+ ## 2.8.0 (September 8, 2016)
1437
1445
 
1438
1446
  - [#14229](https://github.com/emberjs/ember.js/pull/14229) [BUGFIX] Fix boot errors with `location: 'auto'` when using IE9.
1439
1447
  - [#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 +1473,22 @@ Fixes a few issues:
1465
1473
  - [#13855](https://github.com/emberjs/ember.js/pull/13855) [FEATURE ember-runtime-enumerable-includes] Enable by default.
1466
1474
  - [#13855](https://github.com/emberjs/ember.js/pull/13855) [FEATURE ember-testing-check-waiters] Enable by default.
1467
1475
 
1468
- ### 2.7.3 (September 6, 2016)
1476
+ ## 2.7.3 (September 6, 2016)
1469
1477
 
1470
1478
  - [#14219](https://github.com/emberjs/ember.js/pull/14219) [BUGFIX] Fix issue with mutating template's metadata.
1471
1479
 
1472
- ### 2.7.2 (August 30, 2016)
1480
+ ## 2.7.2 (August 30, 2016)
1473
1481
 
1474
1482
  - [#13895](https://github.com/emberjs/ember.js/pull/13895) [BUGFIX] Fix template meta lookup with tagless and blockless components.
1475
1483
  - [#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
1484
 
1477
- ### 2.7.1 (August 15, 2016)
1485
+ ## 2.7.1 (August 15, 2016)
1478
1486
 
1479
1487
  - [#13920](https://github.com/emberjs/ember.js/pull/13920) [BUGFIX] Add more info to the `Ember.Binding` deprecation.
1480
1488
  - [#14058](https://github.com/emberjs/ember.js/pull/14058) [BUGFIX] Fix issues related to `Ember.Router.map` changes in 2.7.0.
1481
1489
  - [#14068](https://github.com/emberjs/ember.js/pull/14068) [BUGFIX] Prevent errors when clicking a `{{link-to}}` during an existing transition.
1482
1490
 
1483
- ### 2.7.0 (July 25, 2016)
1491
+ ## 2.7.0 (July 25, 2016)
1484
1492
 
1485
1493
  - [#13764](https://github.com/emberjs/ember.js/pull/13764) [BUGFIX] Keep rest positional parameters when nesting contextual components if needed.
1486
1494
  - [#13781](https://github.com/emberjs/ember.js/pull/13781) [BUGFIX] Fix NoneLocation#getURL
@@ -1495,18 +1503,18 @@ Fixes a few issues:
1495
1503
  - [#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
1504
  - [#13599](https://github.com/emberjs/ember.js/pull/13599) [FEATURE] Enable `ember-runtime-computed-uniq-by` feature.
1497
1505
 
1498
- ### 2.6.2 (July 11, 2016)
1506
+ ## 2.6.2 (July 11, 2016)
1499
1507
 
1500
1508
  - [#13781](https://github.com/emberjs/ember.js/pull/13781) [BUGFIX] Fix NoneLocation#getURL
1501
1509
  - [#13797](https://github.com/emberjs/ember.js/pull/13797) [BUGFIX] Ensure didInitAttrs deprecation is stripped in prod.
1502
1510
 
1503
- ### 2.6.1 (June 27, 2016)
1511
+ ## 2.6.1 (June 27, 2016)
1504
1512
 
1505
1513
  - [#13634](https://github.com/emberjs/ember.js/pull/13634) [BUGFIX] Fix issues with rerendering blockless and tagless components.
1506
1514
  - [#13655](https://github.com/emberjs/ember.js/pull/13655) [BUGFIX] Make debugging `this._super` much easier (remove manual `.call` / `.apply` optimizations).
1507
1515
  - [#13672](https://github.com/emberjs/ember.js/pull/13672) [BUGFIX] Fix issue with `this.render` and `this.disconnectOutlet` in routes.
1508
1516
 
1509
- ### 2.6.0 (June 8, 2016)
1517
+ ## 2.6.0 (June 8, 2016)
1510
1518
 
1511
1519
  - [#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
1520
  - [#13590](https://github.com/emberjs/ember.js/pull/13590) [BUGFIX] Avoid `_lazyInjections` in production builds.
@@ -1540,7 +1548,7 @@ Fixes a few issues:
1540
1548
  - [#13285](https://github.com/emberjs/ember.js/pull/13285) [BUGFIX] Make `Enumerable#firstObject` read only.
1541
1549
  - [#13289](https://github.com/emberjs/ember.js/pull/13289) [BUGFIX] Make `Enumerable#lastObject` read only.
1542
1550
 
1543
- ### 2.5.1 (April 21, 2016)
1551
+ ## 2.5.1 (April 21, 2016)
1544
1552
 
1545
1553
  - [#13310](https://github.com/emberjs/ember.js/pull/13310) [BUGFIX] Fix `mouseenter` typo in ember-testing helpers.
1546
1554
  - [#13333](https://github.com/emberjs/ember.js/pull/13333) [BUGFIX] Prevent the `toString` property from being added to the objects own
@@ -1549,7 +1557,7 @@ Fixes a few issues:
1549
1557
  with usage of objects created by older addons that are attempting to use `Ember.inject.service()`.
1550
1558
  - [#13344](https://github.com/emberjs/ember.js/pull/13344) [BUGFIX] Revert `Ember.merge` deprecation.
1551
1559
 
1552
- ### 2.5.0 (April 11, 2016)
1560
+ ## 2.5.0 (April 11, 2016)
1553
1561
 
1554
1562
  - [#13239](https://github.com/emberjs/ember.js/pull/13239) [BUGFIX] Prevent warnings for unknown feature flags
1555
1563
  - [#13287](https://github.com/emberjs/ember.js/pull/13287) [BUGFIX] Fix a recent regression with `Ember.A(null)`
@@ -1564,12 +1572,12 @@ Fixes a few issues:
1564
1572
  - [#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
1573
  - [FEATURE] Add helper method named `Ember.assign` to roughly emulate `Object.assign`.
1566
1574
 
1567
- ### 2.4.5 (April 11, 2016)
1575
+ ## 2.4.5 (April 11, 2016)
1568
1576
 
1569
1577
  - [#13239](https://github.com/emberjs/ember.js/pull/13239) [BUGFIX] Prevent warnings for unknown feature flags.
1570
1578
  - [#13294](https://github.com/emberjs/ember.js/pull/13294) [DEPRECATE] Deprecate usage of `{{render}}` with a block.
1571
1579
 
1572
- ### 2.4.4 (April 3, 2016)
1580
+ ## 2.4.4 (April 3, 2016)
1573
1581
 
1574
1582
  - [#13177](https://github.com/emberjs/ember.js/pull/13177) [BUGFIX] Allow contextual component attributes are mutable (allowing for two way binding).
1575
1583
  - [#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 +1585,20 @@ Fixes a few issues:
1577
1585
  - [#13218](https://github.com/emberjs/ember.js/pull/13218) [BUGFIX] Do not refresh routes on initial transition.
1578
1586
  - [#13228](https://github.com/emberjs/ember.js/pull/13228) [BUGFIX] re-enable link-to when disabledWhen changes values.
1579
1587
 
1580
- ### 2.4.3 (March 17, 2016)
1588
+ ## 2.4.3 (March 17, 2016)
1581
1589
 
1582
1590
  - [#13118](https://github.com/emberjs/ember.js/pull/13118) [BUGFIX] Work around Chrome 49/50 optimization bug affecting helper usage.
1583
1591
 
1584
- ### 2.4.2 (March 8, 2016)
1592
+ ## 2.4.2 (March 8, 2016)
1585
1593
 
1586
1594
  - [#13031](https://github.com/emberjs/ember.js/pull/13031) [BUGFIX] Fix mergedProperties at create time modifying proto
1587
1595
  - [#13049](https://github.com/emberjs/ember.js/pull/13049) [BUGFIX] Fixes `{{#with proxy as |foo|}}`
1588
1596
 
1589
- ### 2.4.1 (February 29, 2016)
1597
+ ## 2.4.1 (February 29, 2016)
1590
1598
 
1591
1599
  - [#13030](https://github.com/emberjs/ember.js/pull/13030) [BUGFIX] Fix legacy addon deprecations
1592
1600
 
1593
- ### 2.4.0 (February 29, 2016)
1601
+ ## 2.4.0 (February 29, 2016)
1594
1602
 
1595
1603
  - [#12996](https://github.com/emberjs/ember.js/pull/12996) [BUGFIX] Fixes 12995 #with array yields true
1596
1604
  - [#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 +1626,11 @@ Fixes a few issues:
1618
1626
  - [#12664](https://github.com/emberjs/ember.js/pull/12664) Include NaN as a falsey value in the `with` helper's docstring
1619
1627
  - [#12698](https://github.com/emberjs/ember.js/pull/12698) convert all this._super.apply(this, arguments) to this._super(...arguments)
1620
1628
 
1621
- ### v2.3.2 (March 17, 2016)
1629
+ ## v2.3.2 (March 17, 2016)
1622
1630
 
1623
1631
  - [#13118](https://github.com/emberjs/ember.js/pull/13118) [BUGFIX] Work around Chrome 49/50 optimization bug affecting helper usage.
1624
1632
 
1625
- ### v2.3.1 (February 4, 2016)
1633
+ ## v2.3.1 (February 4, 2016)
1626
1634
 
1627
1635
  - [#12829](https://github.com/emberjs/ember.js/pull/12829) [BUGFIX] Support tagless components in fastboot.
1628
1636
  - [#12848](https://github.com/emberjs/ember.js/pull/12848) Make dependencies that end in `@each` expand to `[]`.
@@ -1630,7 +1638,7 @@ Fixes a few issues:
1630
1638
  - [#12908](https://github.com/emberjs/ember.js/pull/12908) [BUGFIX] Fix issue that prevented recomputation of `ArrayProxy` values under certain circumstances.
1631
1639
 
1632
1640
 
1633
- ### 2.3.0 (January 17, 2016)
1641
+ ## 2.3.0 (January 17, 2016)
1634
1642
 
1635
1643
  - [#12712](https://github.com/emberjs/ember.js/pull/12712) [BUGFIX] Create a new hash parameter when creating a component cell
1636
1644
  - [#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 +1670,7 @@ Fixes a few issues:
1662
1670
  - [#12485](https://github.com/emberjs/ember.js/pull/12485) [BUGFIX] Access property only once during `Ember.get`.
1663
1671
  - [#12503](https://github.com/emberjs/ember.js/pull/12503) Add helpful assertion when a tagless component includes event handler methods.
1664
1672
 
1665
- ### v2.2.0 (November 16, 2015)
1673
+ ## v2.2.0 (November 16, 2015)
1666
1674
 
1667
1675
  - [#12600](https://github.com/emberjs/ember.js/pull/12600) [BUGFIX beta] Guard against `null` `attrs` in `getRoot` hook.
1668
1676
  - [#12445](https://github.com/emberjs/ember.js/pull/12445) [BUGFIX] Ensure rest arg positionalParams can be supplied as hash arguments.
@@ -1681,14 +1689,14 @@ Fixes a few issues:
1681
1689
  - [#12370](https://github.com/emberjs/ember.js/pull/12370) [DEPRECATION] Deprecate passing function as test argument to `Ember.deprecate` / `Ember.warn` / `Ember.assert`.
1682
1690
  - [#12416](https://github.com/emberjs/ember.js/pull/12416) [BUGFIX] Ensure components actions function without controller addon.
1683
1691
 
1684
- ### v2.1.1 (November 16, 2015)
1692
+ ## v2.1.1 (November 16, 2015)
1685
1693
 
1686
1694
  - [#12445](https://github.com/emberjs/ember.js/pull/12445) [BUGFIX] Ensure rest arg style positionalParams can be omitted.
1687
1695
  - [#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
1696
  - [#12463](https://github.com/emberjs/ember.js/pull/12463) [BUGFIX] Fix uglification introduced bug with super wrapping.
1689
1697
  - [#12464](https://github.com/emberjs/ember.js/pull/12464) [BUGFIX] `Ember.String.htmlSafe()` should return a instance of SafeString for `null` / `undefined`.
1690
1698
 
1691
- ### v2.1.0 (October 5, 2015)
1699
+ ## v2.1.0 (October 5, 2015)
1692
1700
 
1693
1701
  - [#12396](https://github.com/emberjs/ember.js/pull/12396) [BUGFIX] Ensure that `this._super` is called when extending from `Ember.Component`.
1694
1702
  - [#12383](https://github.com/emberjs/ember.js/pull/12383) [BUGFIX] Fix `Ember.String.classify` to underscore items with a leading dash/underscore.
@@ -1728,7 +1736,7 @@ Fixes a few issues:
1728
1736
  - [#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
1737
  - [#11440](https://github.com/emberjs/ember.js/pull/11440) [DEPRECATION] Deprecate passing two arguments to an initializers `initialize` function.
1730
1738
 
1731
- ### 2.0.0 (August 13, 2015)
1739
+ ## 2.0.0 (August 13, 2015)
1732
1740
 
1733
1741
  - [#11213](https://github.com/emberjs/ember.js/pull/11213) [BREAKING] Remove chaining in Observable.set
1734
1742
  - [#12036](https://github.com/emberjs/ember.js/pull/12036) Cleanup CP Set and Volatile
@@ -1856,17 +1864,17 @@ Fixes a few issues:
1856
1864
  - [#11383](https://github.com/emberjs/ember.js/pull/11383) Update {{each-in}} to use ember-metal/should-display.
1857
1865
  - [#11396](https://github.com/emberjs/ember.js/pull/11396) Make Ember.Checkbox extend from Ember.Component.
1858
1866
 
1859
- ### 1.13.13 (January 17, 2016)
1867
+ ## 1.13.13 (January 17, 2016)
1860
1868
 
1861
1869
  - [12793](https://github.com/emberjs/ember.js/pull/12793) [BUGFIX] Remove jQuery version assertion/error.
1862
1870
  - [#12414](https://github.com/emberjs/ember.js/pull/12414) [BUGFIX] Fix multiplicative observation of controllers in views
1863
1871
  - [#12784](https://github.com/emberjs/ember.js/pull/12784) [BUGFIX] Prevent `classNames` from being duplicated.
1864
1872
 
1865
- ### 1.13.12 (January 14, 2016)
1873
+ ## 1.13.12 (January 14, 2016)
1866
1874
 
1867
1875
  - [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
1876
 
1869
- ### 1.13.11 (November 16, 2015)
1877
+ ## 1.13.11 (November 16, 2015)
1870
1878
 
1871
1879
  - [#12334](https://github.com/emberjs/ember.js/pull/12334) [BUGFIX] Fix for Array.prototype.filter polyfill on IE8.
1872
1880
  - [#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 +1883,18 @@ Fixes a few issues:
1875
1883
  - [#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
1884
  - [#12596](https://github.com/emberjs/ember.js/pull/12596) [BUGFIX] Fix `{{input}}` helper on IE8.
1877
1885
 
1878
- ### 1.13.10 (September 6, 2015)
1886
+ ## 1.13.10 (September 6, 2015)
1879
1887
 
1880
1888
  - [#12104](https://github.com/emberjs/ember.js/pull/12104) [BUGFIX] Ensure `concatenatedProperties` are not stomped.
1881
1889
  - [#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
1890
  - [#12272](https://github.com/emberjs/ember.js/pull/12272) [BUGFIX] Update HTMLBars to fix memory leak when an `{{each}}` is inside an `{{if}}`.
1883
1891
 
1884
- ### 1.13.9 (August 22, 2015)
1892
+ ## 1.13.9 (August 22, 2015)
1885
1893
 
1886
1894
  - [#12138](https://github.com/emberjs/ember.js/pull/12138) [BUGFIX] Do not require calling `this._super(...arguments)` in views/components when implementing `didRecieveAttrs`.
1887
1895
  - [#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
1896
 
1889
- ### 1.13.8 (August 13, 2015)
1897
+ ## 1.13.8 (August 13, 2015)
1890
1898
 
1891
1899
  - [#12056](https://github.com/emberjs/ember.js/pull/12056) [BUGFIX] Ensure initializers can augment `customEvents`.
1892
1900
  - [#12037](https://github.com/emberjs/ember.js/pull/12037) [BUGFIX] Fix error in some query params scenarios.
@@ -1896,7 +1904,7 @@ Fixes a few issues:
1896
1904
  - [#12071](https://github.com/emberjs/ember.js/pull/12071) [BUGFIX] Fix issue with accessing component attributes before initial render.
1897
1905
  - [#12073](https://github.com/emberjs/ember.js/pull/12073) [BUGFIX] Fix issue with events when invoking a component and specifying `classNames=`.
1898
1906
 
1899
- ### 1.13.7 (August 9, 2015)
1907
+ ## 1.13.7 (August 9, 2015)
1900
1908
 
1901
1909
  - [#12000](https://github.com/emberjs/ember.js/pull/12000) [DEPRECATION] Deprecate using `controller` for {{with}}
1902
1910
  - [#11946](https://github.com/emberjs/ember.js/pull/11946) [PERF] Speed up `AttrProxy` implementation.
@@ -1910,7 +1918,7 @@ Fixes a few issues:
1910
1918
  - [#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
1919
  - [#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
1920
 
1913
- ### 1.13.6 (July 31, 2015)
1921
+ ## 1.13.6 (July 31, 2015)
1914
1922
 
1915
1923
  - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.Handlebars.makeViewHelper`.
1916
1924
  - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.HTMLBars.makeViewHelper`.
@@ -1932,7 +1940,7 @@ Fixes a few issues:
1932
1940
  - [#11934](https://github.com/emberjs/ember.js/pull/11934) [DEPRECATION] Deprecate specifying `positionalParams` at extend time in favor of using static factory properties.
1933
1941
  - [#11935](https://github.com/emberjs/ember.js/pull/11935) [BUGFIX] Avoid unnecessary change events during initial render.
1934
1942
 
1935
- ### 1.13.5 (July 19, 2015)
1943
+ ## 1.13.5 (July 19, 2015)
1936
1944
 
1937
1945
  - [#11767](https://github.com/emberjs/ember.js/pull/11767) [DEPRECATION] Deprecate Controller#needs
1938
1946
  - [#11468](https://github.com/emberjs/ember.js/pull/11468) [DEPRECATION] Deprecate `Ember.Freezable` and `frozenCopy`.
@@ -1944,7 +1952,7 @@ Fixes a few issues:
1944
1952
  - [#11798](https://github.com/emberjs/ember.js/pull/11798) [DEPRECATION] Deprecate `Function#observesBefore`.
1945
1953
  - [#11812](https://github.com/emberjs/ember.js/pull/11812) [DEPRECATION] Add deprecation messages when using `Ember.get` / `Ember.set` in a certain ways.
1946
1954
 
1947
- ### 1.13.4 (July 13, 2015)
1955
+ ## 1.13.4 (July 13, 2015)
1948
1956
 
1949
1957
  - [#11651](https://github.com/emberjs/ember.js/pull/11651) [BUGFIX] Ensure child views of non-dirty components get the correct parentView when rerendered.
1950
1958
  - [#11662](https://github.com/emberjs/ember.js/pull/11662) [BUGFIX] Prevent ArrayController deprecation on generated controllers.
@@ -1952,7 +1960,7 @@ Fixes a few issues:
1952
1960
  - [#11664](https://github.com/emberjs/ember.js/pull/11664) [BUGFIX] Ensure Route actions can be unit tested.
1953
1961
  - [#11667](https://github.com/emberjs/ember.js/pull/11667) [BUGFIX] Fix memory leak in rendering engine.
1954
1962
 
1955
- ### 1.13.3 (July 5, 2015)
1963
+ ## 1.13.3 (July 5, 2015)
1956
1964
 
1957
1965
  - [#11510](https://github.com/emberjs/ember.js/pull/11510) [DEPRECATION] Deprecate `Ember.Object.createWithMixins`.
1958
1966
  - [#11512](https://github.com/emberjs/ember.js/pull/11512) [DEPRECATION] Deprecate `Ember.oneWay` in favor of `Ember.computed.oneWay`.
@@ -1971,12 +1979,12 @@ Fixes a few issues:
1971
1979
  * for `form.action` always escape
1972
1980
  * always assign handlers to props, even if the case appears strange
1973
1981
 
1974
- ### 1.13.2 (June 17, 2015)
1982
+ ## 1.13.2 (June 17, 2015)
1975
1983
 
1976
1984
  - [#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
1985
  - [#11495](https://github.com/emberjs/ember.js/pull/11495) [PERFORMANCE] Remove debug statements from production builds.
1978
1986
 
1979
- ### 1.13.1 (June 16, 2015)
1987
+ ## 1.13.1 (June 16, 2015)
1980
1988
 
1981
1989
  - [#11445](https://github.com/emberjs/ember.js/pull/11445) [BUGFIX] Allow recomputation for `Ember.Helper` with arguments.
1982
1990
  - [#11317](https://github.com/emberjs/ember.js/pull/11317) [BUGFIX] Ensure handleURL called after setURL in visit helper.
@@ -1984,7 +1992,7 @@ Fixes a few issues:
1984
1992
  - [#11476](https://github.com/emberjs/ember.js/pull/11476) [DEPRECATION] Deprecate `Ember.ArrayController`.
1985
1993
  - [#11478](https://github.com/emberjs/ember.js/pull/11478) [DEPRECATION] Deprecate `Ember.RenderBuffer`.
1986
1994
 
1987
- ### 1.13.0 (June 12, 2015)
1995
+ ## 1.13.0 (June 12, 2015)
1988
1996
 
1989
1997
  - [#11270](https://github.com/emberjs/ember.js/pull/11270) [BUGFIX] Ensure view registry is propagated to components.
1990
1998
  - [#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 +2052,7 @@ Fixes a few issues:
2044
2052
  - [#11084](https://github.com/emberjs/ember.js/pull/11084) Enable {{yield to="inverse"}} in components.
2045
2053
  - [#11141](https://github.com/emberjs/ember.js/pull/11141) Implement angle-bracket components.
2046
2054
 
2047
- ### 1.12.0 (May 13, 2015)
2055
+ ## 1.12.0 (May 13, 2015)
2048
2056
 
2049
2057
  - [#10874](https://github.com/emberjs/ember.js/pull/10874) Include all files in jspm package.
2050
2058
  - [#10876](https://github.com/emberjs/ember.js/pull/10876) [BUGFIX] Make the `{{component}}` helper deal with dynamically set falsey values.
@@ -2072,7 +2080,7 @@ Fixes a few issues:
2072
2080
  - [#10731](https://github.com/emberjs/ember.js/pull/10731) [FEATURE] Enable `ember-application-instance-initializers` feature.
2073
2081
  - [#10731](https://github.com/emberjs/ember.js/pull/10731) [FEATURE] Enable `ember-application-initializer-context` feature.
2074
2082
 
2075
- ### 1.11.0 (March 28, 2015)
2083
+ ## 1.11.0 (March 28, 2015)
2076
2084
 
2077
2085
  - [#10736](https://github.com/emberjs/ember.js/pull/10736) [BUGFIX] Fix issue with Query Params when using `Ember.ObjectController` (regression from `ObjectController` deprecation).
2078
2086
  - [#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 +2140,7 @@ Fixes a few issues:
2132
2140
  - [#10353](https://github.com/emberjs/ember.js/pull/10353) Avoid creating context bindings for collection views [@mmun](https://github.com/mmun)
2133
2141
  - [#10093](https://github.com/emberjs/ember.js/pull/10093) [FEATURE] Implement {{component}} helper [@lukemelia](https://github.com/lukemelia)
2134
2142
 
2135
- ### 1.10.0 (February 7, 2015)
2143
+ ## 1.10.0 (February 7, 2015)
2136
2144
 
2137
2145
  * [BUGFIX] Ensure that property case is normalized.
2138
2146
  * [BUGFIX] Prevent an error from being thrown if the errorThrown property is a string when catching unhandled promise rejections.
@@ -2204,12 +2212,12 @@ Fixes a few issues:
2204
2212
  * [FEATURE] ember-htmlbars - Enable the HTMLBars rendering engine.
2205
2213
  * [FEATURE] ember-htmlbars-block-params - Enable block params feature for HTMLBars.
2206
2214
 
2207
- ### 1.9.1 (December 23, 2014)
2215
+ ## 1.9.1 (December 23, 2014)
2208
2216
 
2209
2217
  * Allow `{{view}}` helper to properly handle view instances.
2210
2218
  * Escape `href`, `src`, and `background` attributes for `a`, `link`, `img`, and `iframe` elements.
2211
2219
 
2212
- ### 1.9.0 (December 8, 2014)
2220
+ ## 1.9.0 (December 8, 2014)
2213
2221
 
2214
2222
  * Add deprecation for quoteless outlet names (`{{outlet main}}` should be `{{outlet 'main'}}`).
2215
2223
  * [BUGFIX] Update the `Ember.Map#forEach` callback to include the map being iterated over.
@@ -2252,7 +2260,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2252
2260
  * [FEATURE] ember-testing-pause-test.
2253
2261
 
2254
2262
 
2255
- ### Ember 1.8.1 (November, 4, 2014)
2263
+ ## Ember 1.8.1 (November, 4, 2014)
2256
2264
 
2257
2265
  * [BUGFIX] Make sure that `{{view}}` can accept a Ember.View instance.
2258
2266
  * [BUGFIX] Throw an assertion if `classNameBindings` are specified on a tag-less view.
@@ -2261,7 +2269,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2261
2269
  * [BUGFIX] Add support for null prototype object to mandatory setter code. Prevents errors when operating on Ember Data `meta` objects.
2262
2270
  * [BUGFIX] Fix an issue with select/each that causes the last item rendered to be selected.
2263
2271
 
2264
- ### Ember 1.8.0 (October, 28, 2014)
2272
+ ## Ember 1.8.0 (October, 28, 2014)
2265
2273
 
2266
2274
  * [BUGFIX] Ensure published builds do not use `define` or `require` internally.
2267
2275
  * [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 +2340,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2332
2340
  * [BREAKING] Ember.View didInsertElement is now called on child views before their parents. Before
2333
2341
  1.8.0-beta.1 it would be called top-down.
2334
2342
 
2335
- ### Ember 1.7.0 (August 19, 2014)
2343
+ ## Ember 1.7.0 (August 19, 2014)
2336
2344
 
2337
2345
  * Update `Ember.computed.notEmpty` to properly respect arrays.
2338
2346
  * Bind `tabindex` property on LinkView.
@@ -2382,12 +2390,12 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2382
2390
  caveats with model/content, and also sets a simple ground rule: Never set a controllers content,
2383
2391
  rather always set it's model and ember will do the right thing.
2384
2392
 
2385
- ### Ember 1.6.1 (July, 15, 2014)
2393
+ ## Ember 1.6.1 (July, 15, 2014)
2386
2394
 
2387
2395
  * Fix error routes/templates. Changes in router promise logging caused errors to be
2388
2396
  thrown mid-transition into the `error` route. See [#5166](https://github.com/emberjs/ember.js/pull/5166) for further details.
2389
2397
 
2390
- ### Ember 1.6.0 (July, 7, 2014)
2398
+ ## Ember 1.6.0 (July, 7, 2014)
2391
2399
 
2392
2400
  * [BREAKING BUGFIX] An empty array is treated as falsy value in `bind-attr` to be in consistent
2393
2401
  with `if` helper. Breaking for apps that relies on the previous behavior which treats an empty
@@ -2434,7 +2442,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2434
2442
  * [FEATURE ember-runtime-test-friendly-promises]
2435
2443
  * [FEATURE ember-metal-computed-empty-array]
2436
2444
 
2437
- ### Ember 1.5.0 (March 29, 2014)
2445
+ ## Ember 1.5.0 (March 29, 2014)
2438
2446
 
2439
2447
  * [BUGFIX beta] Move reduceComputed instanceMetas into object's meta.
2440
2448
  * [BUGFIX beta] Total invalidation of arrayComputed by non-array dependencies should be synchronous.
@@ -2466,7 +2474,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2466
2474
  * [BREAKING CHANGE] `Ember.run.throttle` now supports leading edge execution. To follow industry standard leading edge is the default.
2467
2475
  * [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
2476
 
2469
- ### Ember 1.4.0 (February 13, 2014)
2477
+ ## Ember 1.4.0 (February 13, 2014)
2470
2478
 
2471
2479
  * [SECURITY] Ensure link-to non-block escapes title.
2472
2480
  * Deprecate quoteless action names.
@@ -2496,12 +2504,12 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2496
2504
  * [FEATURE propertyBraceExpansion] Add support for brace-expansion in dependent keys, observer and watch properties.
2497
2505
  * [FEATURE ember-metal-run-bind] Enables `Ember.run.bind` which is ember run-loop aware variation of jQuery.proxy.
2498
2506
 
2499
- ### Ember 1.3.1 (January 14, 2014)
2507
+ ## Ember 1.3.1 (January 14, 2014)
2500
2508
 
2501
2509
  * [SECURITY] Ensure primitive value contexts are escaped.
2502
2510
  * [SECURITY] Ensure {{group}} helper escapes properly.
2503
2511
 
2504
- ### Ember 1.3.0 (January 6, 2014)
2512
+ ## Ember 1.3.0 (January 6, 2014)
2505
2513
 
2506
2514
  * Many documentation updates.
2507
2515
  * Update to RSVP 3.0.3.
@@ -2550,12 +2558,12 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2550
2558
  * Components are lazily looked up.
2551
2559
  * Renaming everyBy and anyBy to isEvery and isAny.
2552
2560
 
2553
- ### Ember 1.2.1 _(January 14, 2014)_
2561
+ ## Ember 1.2.1 _(January 14, 2014)_
2554
2562
 
2555
2563
  * [SECURITY] Ensure primitive value contexts are escaped.
2556
2564
  * [SECURITY] Ensure {{group}} helper escapes properly.
2557
2565
 
2558
- ### Ember 1.2.0 _(November 22, 2013)_
2566
+ ## Ember 1.2.0 _(November 22, 2013)_
2559
2567
 
2560
2568
  * [BUGFIX] Publish ember-handlebars-compiler along with builds.
2561
2569
  * [BUGFIX] Use RegExp.test() for Ember.computed.match.
@@ -2610,20 +2618,20 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2610
2618
  * Allow apps with custom jquery builds to exclude the event-alias module
2611
2619
  * Removes long-deprecated getPath/setPath
2612
2620
 
2613
- ### Ember 1.1.3 _(January 13, 2014)_
2621
+ ## Ember 1.1.3 _(January 13, 2014)_
2614
2622
 
2615
2623
  * [SECURITY] Ensure primitive value contexts are escaped.
2616
2624
  * [SECURITY] Ensure {{group}} helper escapes properly.
2617
2625
 
2618
- ### Ember 1.1.2 _(October 25, 2013)_
2626
+ ## Ember 1.1.2 _(October 25, 2013)_
2619
2627
 
2620
2628
  * [BUGFIX] Fix failures in component rendering. - Fixes #3637
2621
2629
 
2622
- ### Ember 1.1.1 _(October 23, 2013)_
2630
+ ## Ember 1.1.1 _(October 23, 2013)_
2623
2631
 
2624
2632
  * [BUGFIX] Allow Ember.Object.create to accept an Ember.Object.
2625
2633
 
2626
- ### Ember 1.1.0 _(October 21, 2013)_
2634
+ ## Ember 1.1.0 _(October 21, 2013)_
2627
2635
 
2628
2636
  * Make Ember.run.later more flexible with arguments - Fixes #3072
2629
2637
  * Add assertion upon too many ajaxStop's.
@@ -2667,7 +2675,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2667
2675
  * Incorrect error message in router.js
2668
2676
  * Install default error handler on ApplicationRoute#actions, not #events
2669
2677
 
2670
- ### Ember 1.0.0 _(August 31, 2013)_
2678
+ ## Ember 1.0.0 _(August 31, 2013)_
2671
2679
 
2672
2680
  * Fix nested `{{yield}}`
2673
2681
  * `ReduceComputed` groups changed properties.
@@ -2694,7 +2702,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2694
2702
  * Allow a template explicitly set on a view to be used when rendering a route.
2695
2703
 
2696
2704
 
2697
- ### Ember 1.0.0-rc.8 _(August 28, 2013)_
2705
+ ## Ember 1.0.0-rc.8 _(August 28, 2013)_
2698
2706
 
2699
2707
  * View, controller & route action handlers are now expected to be defined on an `actions` object.
2700
2708
  * registerBoundHelper won't treat quoted strings / numbers as paths
@@ -2723,7 +2731,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2723
2731
  * Improved `Route#controllerFor` to support `controllerName` and non-route lookups
2724
2732
 
2725
2733
 
2726
- ### Ember 1.0.0-rc.7 _(August 14, 2013)_
2734
+ ## Ember 1.0.0-rc.7 _(August 14, 2013)_
2727
2735
 
2728
2736
  * correctly preserve a views container
2729
2737
  * Reference to RSVP repo for documentation
@@ -2866,7 +2874,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2866
2874
  * document ember-testing helpers
2867
2875
 
2868
2876
 
2869
- ### Ember 1.0.0-rc.6 _(June 23, 2013)_
2877
+ ## Ember 1.0.0-rc.6 _(June 23, 2013)_
2870
2878
 
2871
2879
  * Refactored `Ember.Route`s teardown mechanism for rendered views. This fixes #2857, previously multiple outlets were not tore down.
2872
2880
  * Rename Control to Component. This avoids conflicts with the existing (behind-a-flag) control and is clearer about intent.
@@ -2925,7 +2933,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2925
2933
  * Adds assertion for misnamed controller name provided to render helper. [Fixes #2385]
2926
2934
 
2927
2935
 
2928
- ### Ember 1.0.0-rc.5 _(June 01, 2013)_
2936
+ ## Ember 1.0.0-rc.5 _(June 01, 2013)_
2929
2937
 
2930
2938
  * Added assertion for incorrect container lookup names
2931
2939
  * adding docs for Ember.beforeObserver
@@ -2940,7 +2948,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
2940
2948
  * remove starter_kit upload task (we just use the github tarballs)
2941
2949
 
2942
2950
 
2943
- ### Ember 1.0.0-rc.4 _(May 27, 2013)_
2951
+ ## Ember 1.0.0-rc.4 _(May 27, 2013)_
2944
2952
 
2945
2953
  * Loader: improve missing module error message
2946
2954
  * Fix click test helper selector context
@@ -3067,7 +3075,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3067
3075
  * Added length property to Ember.Map
3068
3076
 
3069
3077
 
3070
- ### Ember 1.0.0-rc.3 _(April 19, 2013)_
3078
+ ## Ember 1.0.0-rc.3 _(April 19, 2013)_
3071
3079
 
3072
3080
  * fn.call is wasteful when the thisArg is not needed.
3073
3081
  * dont needlessly close-over and rebuild insertViewCollection
@@ -3163,7 +3171,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3163
3171
  * Insert adjacent child views in batches rather than individually.
3164
3172
 
3165
3173
 
3166
- ### Ember 1.0.0-rc.2 _(March 29, 2013)_
3174
+ ## Ember 1.0.0-rc.2 _(March 29, 2013)_
3167
3175
 
3168
3176
  * Improved the App initialization process and deprecated Ember.Application#initialize. If you were using this, use deferReadiness and advanceReadiness instead.
3169
3177
  * Added support for Ember.Application#then which fires similarly to the isReady hook
@@ -3202,7 +3210,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3202
3210
  * Other miscellaneous bug fixes and documentation improvements
3203
3211
 
3204
3212
 
3205
- ### Ember 1.0.0-rc.1 _(February 15, 2013)_
3213
+ ## Ember 1.0.0-rc.1 _(February 15, 2013)_
3206
3214
 
3207
3215
  * Upgrade to Handlebars 1.0.0-rc.3
3208
3216
  * Update RSVP.js
@@ -3240,7 +3248,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3240
3248
  * Empty object proxies are no longer truthy in {{#if}}
3241
3249
 
3242
3250
 
3243
- ### Ember 1.0.0-pre.4 _(January 17, 2013)_
3251
+ ## Ember 1.0.0-pre.4 _(January 17, 2013)_
3244
3252
 
3245
3253
  * Add {{partial}}
3246
3254
  * Fix regressions in router.js
@@ -3248,7 +3256,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3248
3256
  * Use the controller with the same name as the template passed to render, if it exists
3249
3257
 
3250
3258
 
3251
- ### Ember 1.0.0-pre.3 _(January 17, 2013)_
3259
+ ## Ember 1.0.0-pre.3 _(January 17, 2013)_
3252
3260
 
3253
3261
  * BREAKING CHANGE: New Router API
3254
3262
  * BREAKING CHANGE: `Ember.Object.create` behaves like `setProperties`. Use `createWithMixins` for the old behavior.
@@ -3284,7 +3292,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3284
3292
  * General cleanup
3285
3293
 
3286
3294
 
3287
- ### Ember 1.0.0-pre.2 _(October 25, 2012)_
3295
+ ## Ember 1.0.0-pre.2 _(October 25, 2012)_
3288
3296
 
3289
3297
  * Ember.SortableMixin: don't remove and reinsert items when their sort order doesn't change. Fixes #1486.
3290
3298
  * Fix edge cases with adding/removing observers
@@ -3368,7 +3376,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3368
3376
  * Performance improvements
3369
3377
 
3370
3378
 
3371
- ### Ember 1.0.pre _(August 03, 2012)_
3379
+ ## Ember 1.0.pre _(August 03, 2012)_
3372
3380
 
3373
3381
  * Return undefined instead of empty jQuery object for Ember.View#$ when not in DOM
3374
3382
  * Adds didDefineProperty hook
@@ -3537,7 +3545,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3537
3545
  * Add support for modelType in the router
3538
3546
 
3539
3547
 
3540
- ### Ember 0.9.8.1 _(May 22, 2012)_
3548
+ ## Ember 0.9.8.1 _(May 22, 2012)_
3541
3549
 
3542
3550
  * Fix bindAttr with global paths
3543
3551
  * Fix initialization with non routable stateManager
@@ -3545,7 +3553,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3545
3553
  * Documentation fixes
3546
3554
 
3547
3555
 
3548
- ### Ember 0.9.8 _(May 21, 2012)_
3556
+ ## Ember 0.9.8 _(May 21, 2012)_
3549
3557
 
3550
3558
  * Better docs
3551
3559
  * Preliminary routing support
@@ -3593,13 +3601,13 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3593
3601
  * Support making Computed Properties cacheable by default
3594
3602
 
3595
3603
 
3596
- ### Ember 0.9.7.1 _(April 19, 2012)_
3604
+ ## Ember 0.9.7.1 _(April 19, 2012)_
3597
3605
 
3598
3606
  * Better escaping method for RenderBuffer
3599
3607
  * More rigorous XSS escaping from bindAttr
3600
3608
 
3601
3609
 
3602
- ### Ember 0.9.7 _(April 18, 2012)_
3610
+ ## Ember 0.9.7 _(April 18, 2012)_
3603
3611
 
3604
3612
  * RenderBuffer now properly escapes attribute values. Fixes XSS vulnerability documented in #699.
3605
3613
  * Make options an optional argument to Ember.Handlebars.getPath
@@ -3619,7 +3627,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3619
3627
  * Ember.ArrayUtils.objectsAt returns correct objects.
3620
3628
 
3621
3629
 
3622
- ### Ember 0.9.6 _(March 30, 2012)_
3630
+ ## Ember 0.9.6 _(March 30, 2012)_
3623
3631
 
3624
3632
  * Significant internal performance improvements
3625
3633
  * Improved performance of RenderBuffer
@@ -3668,7 +3676,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3668
3676
  * Added benchmarking harness for internals
3669
3677
 
3670
3678
 
3671
- ### Ember 0.9.5 _(February 17, 2012)_
3679
+ ## Ember 0.9.5 _(February 17, 2012)_
3672
3680
 
3673
3681
  * Add Handlebars helper for {{yield}}
3674
3682
  * Add a .jshintrc
@@ -3700,7 +3708,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3700
3708
  * Better framework warnings and deprecations
3701
3709
 
3702
3710
 
3703
- ### Ember 0.9.4 _(January 23, 2012)_
3711
+ ## Ember 0.9.4 _(January 23, 2012)_
3704
3712
 
3705
3713
  * Add Ember.Select control
3706
3714
  * Added Ember.Handlebars action helper to easily add event handling to DOM elements without requiring a new view
@@ -3734,7 +3742,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3734
3742
  * Inline documentation improvements
3735
3743
 
3736
3744
 
3737
- ### Ember 0.9.3 _(December 19, 2011)_
3745
+ ## Ember 0.9.3 _(December 19, 2011)_
3738
3746
 
3739
3747
  * Make sure willInsertElement actually gets called on all child views. Element is still not guaranteed to work.
3740
3748
  * Implement tab views and controller
@@ -3742,7 +3750,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3742
3750
  * allow use of multiple {{bindAttr}}s per element
3743
3751
 
3744
3752
 
3745
- ### Ember 0.9.2 _(December 16, 2011)_
3753
+ ## Ember 0.9.2 _(December 16, 2011)_
3746
3754
 
3747
3755
  * add replaceIn to replace an entire node's content with something new
3748
3756
  * Use prepend() and after() methods of Metamorph
@@ -3753,7 +3761,7 @@ Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Prev
3753
3761
  * Remove parentView deprecation warning
3754
3762
 
3755
3763
 
3756
- ### Ember 0.9.1 _(December 14, 2011)_
3764
+ ## Ember 0.9.1 _(December 14, 2011)_
3757
3765
 
3758
3766
  * Fix jslint warnings related to missing semicolons and variables defined twice
3759
3767
  * Alias amber_assert to sc_assert for backwards compat