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