ember-source 2.18.1 → 2.18.3

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 DELETED
@@ -1,2643 +0,0 @@
1
- # Ember Changelog
2
-
3
- ### 2.18.1 (February 13, 2018)
4
-
5
- - [#16174](https://github.com/emberjs/ember.js/pull/16174) [BUGFIX] Enable _some_ recovery of errors thrown during render.
6
- - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX] Avoid excessively calling Glimmer AST transforms.
7
-
8
- ### 2.18.0 (January 1, 2018)
9
-
10
- - [95b449](https://github.com/emberjs/ember.js/commit/95b4499b3667712a202bef834268e23867fc8842) [BUGFIX] Ensure `Ember.run.cancel` while the run loop is flushing works properly.
11
- - [#15952](https://github.com/emberjs/ember.js/pull/15952) [BUGFIX] fix regression of clicking link-to with disabled=true
12
- - [#15982](https://github.com/emberjs/ember.js/pull/15982) [BUGFIX] Fix issue with unchaining ChainNodes (again)
13
- - [#15924](https://github.com/emberjs/ember.js/pull/15924) / [#15940](https://github.com/emberjs/ember.js/pull/15940) [BUGFIX] Assert that `classNameBinding` items are non-empty strings
14
- - [#15927](https://github.com/emberjs/ember.js/pull/15927) [BUGFIX] Extend test framework detection to `ember-qunit` and `ember-mocha`
15
- - [#15935](https://github.com/emberjs/ember.js/pull/15935) [BUGFIX] Fix framework detection in blueprints to work with prerelease versions of ember-cli-mocha
16
- - [#15902](https://github.com/emberjs/ember.js/pull/15902) [BUGFIX] Fix link-to throwing in integration tests
17
- - [#15905](https://github.com/emberjs/ember.js/pull/15905) [BUGFIX] Improve error message when calling `inject()`.
18
- - [#15919](https://github.com/emberjs/ember.js/pull/15919) [BUGFIX] Upgrade Backburner.js to v1.3.3, fixing an issue canceling tasks scheduled by scheduleOnce.
19
- - [#14590](https://github.com/emberjs/ember.js/pull/14590) [DEPRECATION] Deprecate using `targetObject`.
20
- - [#15754](https://github.com/emberjs/ember.js/pull/15754) [CLEANUP] Remove `router.router` deprecation.
21
-
22
- ### 2.17.1 (February 13, 2018)
23
-
24
- - [#16174](https://github.com/emberjs/ember.js/pull/16174) [BUGFIX] Enable _some_ recovery of errors thrown during render.
25
- - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX] Avoid excessively calling Glimmer AST transforms.
26
-
27
- ### 2.17.0 (November 29, 2017)
28
-
29
- - [#15855](https://github.com/emberjs/ember.js/pull/15855) [BUGFIX] fix regression with computed `filter/map/sort`
30
- - [#15871](https://github.com/emberjs/ember.js/pull/15871) [BUGFIX lts] Refactor / fix error handling scenarios.
31
- * Revert changes made in 2.11.3 which made all errors thrown within a run loop unable to be caught with normal `try` / `catch`.
32
- * Prevent unhandled rejections from being thrown twice (once by the `RSVP` unhandled rejection system, and again by `Ember.onerror` if present).
33
- - [#15873](https://github.com/emberjs/ember.js/pull/15873) [BUGFIX] Update to `backburner.js@1.2.3` to prevent issues with swallowing errors thrown within `run.join` callbacks when `Ember.onerror` is present.
34
- - [#15848](https://github.com/emberjs/ember.js/pull/15848) [BUGFIX] Ensure helpers have a consistent API.
35
- - [#15849](https://github.com/emberjs/ember.js/pull/15849) [BUGFIX] Fix issue when observing a computed property that is clobbered during creation.
36
- - [#15797](https://github.com/emberjs/ember.js/pull/15797) [BUGFIX] Fix issues with using partials nested within other partials.
37
- - [#15808](https://github.com/emberjs/ember.js/pull/15808) [BUGFIX] Fix a memory leak in certain testing scenarios.
38
- - [#15746](https://github.com/emberjs/ember.js/pull/15746) [BUGFIX] Fix computed sort regression when array property is initally `null`.
39
- - [#15777](https://github.com/emberjs/ember.js/pull/15777) [BUGFIX] Fix various issues around accessing dynamic data within a partial.
40
- - [#15606](https://github.com/emberjs/ember.js/pull/15606) [BUGFIX] Add fs-extra to deps
41
- - [#15697](https://github.com/emberjs/ember.js/pull/15697) [BUGFIX] Move accessing meta out of the loop
42
- - [#15710](https://github.com/emberjs/ember.js/pull/15710) [BUGFIX] Correctly reset container cache
43
- - [#15613](https://github.com/emberjs/ember.js/pull/15613) [BUGFIX] Don't throw an error, when not all query params are passed to routerService.transitionTo
44
- - [#15707](https://github.com/emberjs/ember.js/pull/15707) [BUGFIX] Fix `canInvoke` for edge cases
45
- - [#15722](https://github.com/emberjs/ember.js/pull/15722) [BUGFIX] empty path in `get` helper should not throw assertion
46
- - [#15733](https://github.com/emberjs/ember.js/pull/15733) [BUGFIX] Fix computed sort regression when array prop initially null
47
- - [#15265](https://github.com/emberjs/ember.js/pull/15265) [BUGFIX] fixed issue when passing `false` to `activeClass` for `{{link-to}}`
48
- - [#15672](https://github.com/emberjs/ember.js/pull/15672) Update router_js to 2.0.0.
49
-
50
- ### 2.16.3 (February 13, 2018)
51
-
52
- - [#15927](https://github.com/emberjs/ember.js/pull/15927) blueprints: Extend test framework detection to `ember-qunit` and `ember-mocha`
53
- - [#15935](https://github.com/emberjs/ember.js/pull/15935) [BUGFIX] blueprints: fix framework detection to work with prerelease versions of ember-cli-mocha
54
- - [#16174](https://github.com/emberjs/ember.js/pull/16174) [BUGFIX] Enable _some_ recovery of errors thrown during render.
55
- - [#16241](https://github.com/emberjs/ember.js/pull/16241) [BUGFIX] Avoid excessively calling Glimmer AST transforms.
56
-
57
- ### 2.16.2 (November 1, 2017)
58
-
59
- - [#15797](https://github.com/emberjs/ember.js/pull/15797) [BUGFIX] Fix issues with using partials nested within other partials.
60
-
61
- ### 2.16.1 (October 29, 2017)
62
-
63
- - [#15722](https://github.com/emberjs/ember.js/pull/15722) [BUGFIX] Avoid assertion when using `(get` helper with empty paths.
64
- - [#15746](https://github.com/emberjs/ember.js/pull/15746) [BUGFIX] Fix computed sort regression when array property is initally `null`.
65
- - [#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.
66
- - [#15777](https://github.com/emberjs/ember.js/pull/15777) [BUGFIX] Fix various issues around accessing dynamic data within a partial.
67
-
68
- ### 2.16.0 (October 9, 2017)
69
-
70
- - [#15604](https://github.com/emberjs/ember.js/pull/15604) Data Adapter: Only trigger model type update if the record live array count actually changed
71
- - [#15610](https://github.com/emberjs/ember.js/pull/15610) [BUGFIX] add inflection to dependencies
72
- - [#15695](https://github.com/emberjs/ember.js/pull/15695) [BUGFIX] Avoid creating event dispatcher in FastBoot with Engines
73
- - [#15702](https://github.com/emberjs/ember.js/pull/15702) [BUGFIX] Correctly escape values in `Ember.CoreObject` assertions
74
- - [#15718](https://github.com/emberjs/ember.js/pull/15718) [BUGFIX] bump backburner (fixes clock + autorun interop)
75
- - [#15577](https://github.com/emberjs/ember.js/pull/15577) [BUGFIX] Include missing sourcemaps in vendorTree.
76
- - [#15552](https://github.com/emberjs/ember.js/pull/15552) [FEATURE] Update blueprints and tests to RFC #176.
77
- - [#15600](https://github.com/emberjs/ember.js/pull/15600) [BUGFIX] ensure “pause on exception” pauses in the right place.
78
- - [#15616](https://github.com/emberjs/ember.js/pull/15616) [DOC release] Improve documentation for RouterService and mount helper.
79
- - [#15600](https://github.com/emberjs/ember.js/pull/15600) [BUGFIX] ensure “pause on exception” pauses in the right place.
80
- - [#15667](https://github.com/emberjs/ember.js/pull/15667) [BUGFIX] Allow `0` to work with `get` helper.
81
- - [#15676](https://github.com/emberjs/ember.js/pull/15676) [BUGFIX] Fix `<input type="range">` so that it can properly bind `min`, `max`, and `value`.
82
- - [#15689](https://github.com/emberjs/ember.js/pull/15689) [BUGFIX] Mark error as handled before transition for error routes and substates.
83
- - [#14764](https://github.com/emberjs/ember.js/pull/14764) Fixed string capitalize for accented characters.
84
- - [#15528](https://github.com/emberjs/ember.js/pull/15528) [DEPRECATION] Deprecate `Controller#content` alias.
85
- - [#15552](https://github.com/emberjs/ember.js/pull/15552) [FEATURE] Update blueprints and tests to RFC #176.
86
-
87
- ### 2.15.3 (October 9, 2017)
88
-
89
- - [#15718](https://github.com/emberjs/ember.js/pull/15718) [BUGFIX] bump backburner (fixes clock + autorun interop)
90
-
91
- ### 2.15.2 (October 4, 2017)
92
-
93
- - [#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.
94
- - [#15695](https://github.com/emberjs/ember.js/pull/15695) [BUGFIX] Avoid creating event dispatcher in FastBoot with Engines.
95
-
96
- ### 2.15.1 (October 2, 2017)
97
-
98
- - [#15600](https://github.com/emberjs/ember.js/pull/15600) [BUGFIX] ensure “pause on exception” pauses in the right place.
99
- - [#15689](https://github.com/emberjs/ember.js/pull/15689) [BUGFIX] Mark error as handled before transition for error routes and substates.
100
-
101
- ### 2.15.0 (August 31, 2017)
102
-
103
- - [#15577](https://github.com/emberjs/ember.js/pull/15577) [BUGFIX] Include missing sourcemaps in vendorTree.
104
- - [#14848](https://github.com/emberjs/ember.js/pull/14848) [BUGFIX] Allow boolean values for current-when
105
- - [#15572](https://github.com/emberjs/ember.js/pull/15572) [BUGFIX] Fix issue with using negative numbers as an argument passed in from the template.
106
- - [#15535](https://github.com/emberjs/ember.js/pull/15535) [BUGFIX] Ensure that properties of functions are able to be rendered.
107
- - [#14753](https://github.com/emberjs/ember.js/pull/14753) [BUGFIX] Fix `<input type=XXX>` feature detect issue affecting Safari.
108
- - [#15176](https://github.com/emberjs/ember.js/pull/15176) [BUGFIX] Ensure `Controller.prototype.replaceRoute` considers engine's mount point.
109
- - [#15513](https://github.com/emberjs/ember.js/pull/15513) [BUGFIX] Release root components after they are destroyed.
110
- - [#15511](https://github.com/emberjs/ember.js/pull/15511) [BUGFIX] Fixes `onFulfillment` being `undefined` when stepping through RSVP code.
111
- - [#15510](https://github.com/emberjs/ember.js/pull/15510) [BUGFIX] Make sure notification changes are properly triggered for firstObject/lastObject.
112
- - [#15502](https://github.com/emberjs/ember.js/pull/15502) [BUGFIX] Work around a browser bug that causes `getOwner` to sometimes return `undefined`.
113
- - [#14338](https://github.com/emberjs/ember.js/pull/14338) [FEATURE] Remove explicit names from initializers.
114
- - [#15325](https://github.com/emberjs/ember.js/pull/15325) / [#15326](https://github.com/emberjs/ember.js/pull/15326) [FEATURE ember-engines-mount-params] Allow `{{mount` to accept a `model` named parameter.
115
- - [#15347](https://github.com/emberjs/ember.js/pull/15347) [BUGFIX] Make better errors for meta updates after object destruction.
116
- - [#15411](https://github.com/emberjs/ember.js/pull/15411) [CLEANUP] Remove deprecated `Ember.Backburner`.
117
- - [#15366](https://github.com/emberjs/ember.js/pull/15366) [BUGFIX] Allow numeric keys for the `get` helper.
118
- - [#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.
119
- - [#15193](https://github.com/emberjs/ember.js/pull/15193) [CLEANUP] Remove `owner._lookupFactory` support.
120
-
121
- ### 2.14.0 (July 5, 2017)
122
-
123
- - [#15312](https://github.com/emberjs/ember.js/pull/15312) [BUGFIX] Avoid re-freezing already frozen objects.
124
- - [#15315](https://github.com/emberjs/ember.js/pull/15315) [FEATURE] Add minlength to TextSupport
125
- - [#15321](https://github.com/emberjs/ember.js/pull/15321) [BUGFIX] Improve fastboot debugger/repl experience
126
- - [#15366](https://github.com/emberjs/ember.js/pull/15366) [BUGFIX] Allow numeric keys for the `get` helper.
127
- - [#15242](https://github.com/emberjs/ember.js/pull/15242) [BUGFIX] Fix EmberError import in system/router
128
- - [#15204](https://github.com/emberjs/ember.js/pull/15204) [DEPRECATION] `Ember.MODEL_FACTORY_INJECTIONS` is now always false, and issues a deprecation if set.
129
- - [#15239](https://github.com/emberjs/ember.js/pull/15239) [BUGFIX] Ensure `Ember.deprecate` is exported properly.
130
- - [glimmerjs/glimmer-vm#529](https://github.com/glimmerjs/glimmer-vm/pull/529) [BUGFIX] Fix issues identified with custom element support.
131
- - [#15277](https://github.com/emberjs/ember.js/pull/15277) [BUGFIX] Fix issues with retrying an initial transition.
132
- - [#15138](https://github.com/emberjs/ember.js/pull/15138) [BUGFIX] Fix mocha blueprint service test filename
133
- - [#15193](https://github.com/emberjs/ember.js/pull/15193) [BUGFIX] Ensure `factoryFor` does validation.
134
- - [#15207](https://github.com/emberjs/ember.js/pull/15207) [BUGFIX] Ensure that an engines container is only destroyed once.
135
- - [#15218](https://github.com/emberjs/ember.js/pull/15218) [BUGFIX] Update route-recognizer to v0.3.3.
136
- - [#15015](https://github.com/emberjs/ember.js/pull/15015) Allow mounting routeless engines with a bound engine name
137
- - [#15078](https://github.com/emberjs/ember.js/pull/15078) [DEPRECATION] Deprecate `EventManager#canDispatchToEventManager`.
138
- - [#15085](https://github.com/emberjs/ember.js/pull/15085) Add missing instrumentation for compilation/lookup phase
139
- - [#15150](https://github.com/emberjs/ember.js/pull/15150) [PERF] Cleanup Proxy invalidation tracking.
140
- - [#15168](https://github.com/emberjs/ember.js/pull/15168) [BUGFIX] Ensure that retrying a transition created with `replaceWith` causes a history replacement.
141
- - [#15148](https://github.com/emberjs/ember.js/pull/15148) [BUGFIX] Ensure that using `replace` with `refreshModel` works properly.
142
- - [#15178](https://github.com/emberjs/ember.js/pull/15178) Refactor route to lookup controller for QPs.
143
- - [#15129](https://github.com/emberjs/ember.js/pull/15129) Fix access to service:-document in ember-engines
144
-
145
- ### 2.13.4 (July 5, 2017)
146
-
147
- - [#15321](https://github.com/emberjs/ember.js/pull/15321) [BUGFIX] Improve fastboot debugger/repl experience.
148
-
149
- ### 2.13.3 (May 31, 2017)
150
-
151
- - [#15284](https://github.com/emberjs/ember.js/pull/15284) [BUGFIX] remove nested transaction assertion from glimmer.
152
- - [glimmerjs/glimmer-vm#529](https://github.com/glimmerjs/glimmer-vm/pull/529) [BUGFIX] Fix issues identified with custom element support.
153
-
154
- ### 2.13.2 (May 18, 2017)
155
-
156
- - Revert over eager dependency upgrades in 2.13.1.
157
-
158
- ### 2.13.1 (May 17, 2017)
159
-
160
- - [#15129](https://github.com/emberjs/ember.js/pull/15129) Fix access to document service in `ember-engines`.
161
- - [#15138](https://github.com/emberjs/ember.js/pull/15138) [BUGFIX] Fix mocha blueprint service test filename
162
- - [#15204](https://github.com/emberjs/ember.js/pull/15204) [DEPRECATION] `Ember.MODEL_FACTORY_INJECTIONS` is now always false, deprecate setting it.
163
- - [#15207](https://github.com/emberjs/ember.js/pull/15207) [BUGFIX] Ensure child engines do not have their container destroyed twice.
164
- - [#15242](https://github.com/emberjs/ember.js/pull/15242) [BUGFIX] Fix `EmberError` import in system/router.
165
- - [#15247](https://github.com/emberjs/ember.js/pull/15247) [BUGFIX] Ensure nested custom elements render properly.
166
-
167
- ### 2.13.0 (April 27, 2017)
168
-
169
- - [#15111](https://github.com/emberjs/ember.js/pull/15111) / [#15029](https://github.com/emberjs/ember.js/pull/15029) [PERF] `factoryFor` should cache when possible.
170
- - [#14961](https://github.com/emberjs/ember.js/pull/14961) [BUGIX] [Fixes #14925] remove duplicate `/` in pathname
171
- - [#15065](https://github.com/emberjs/ember.js/pull/15065) [BUGFIX] Guard jQuery access in `setupForTesting`.
172
- - [#15103](https://github.com/emberjs/ember.js/pull/15103) [BUGFIX] Allow calling `Ember.warn` without test.
173
- - [#15106](https://github.com/emberjs/ember.js/pull/15106) [DOC] Introduce a more debugging data to warnings about CP dependencies.
174
- - [#15107](https://github.com/emberjs/ember.js/pull/15107) [PERF] avoid toBoolean conversion when possible (chains).
175
- - [#14011](https://github.com/emberjs/ember.js/pull/14011) [FEATURE ember-unique-location-history-state] Implements [RFC #186](https://github.com/emberjs/rfcs/pull/186).
176
- - [#13231](https://github.com/emberjs/ember.js/pull/13231) [BUGFIX] Fix a bug when using commas in computer property dependent keys.
177
- - [#14890](https://github.com/emberjs/ember.js/pull/14890) [BUGFIX] Fix a race condition where actions are invoked on destroyed DOM nodes.
178
- - [#14894](https://github.com/emberjs/ember.js/pull/14894) [FEATURE ember-no-double-extend] Enable by default.
179
- - [#14781](https://github.com/emberjs/ember.js/pull/14781) / [#14954](https://github.com/emberjs/ember.js/pull/14954) Upgrade to Glimmer VM v0.22
180
- - [#14919](https://github.com/emberjs/ember.js/pull/14919) [DEPRECATION] Deprecate the private `Ember.Router.router` property in favor of `Ember.Router._routerMicrolib`.
181
- - [#14970](https://github.com/emberjs/ember.js/pull/14970) [BUGFIX] Generate integration tests for template helpers by default.
182
- - [#14976](https://github.com/emberjs/ember.js/pull/14976) [BUGFIX] Remove "no use strict" workaround for old versions of iOS 8.
183
-
184
- ### 2.12.2 (April 27, 2017)
185
-
186
- - [#15160](https://github.com/emberjs/ember.js/pull/15160) [BUGFIX] Ensure `Ember.Test` global is setup when including `ember-testing.js`.
187
- - [#15142](https://github.com/emberjs/ember.js/pull/15142) / [#15163](https://github.com/emberjs/ember.js/pull/15163) [BUGFIX] Don’t leak deprecated `container`.
188
- - [#15161](https://github.com/emberjs/ember.js/pull/15161) [BUGFIX] Prevent errors from being triggered during error processing on non ES6 platforms.
189
- - [#15180](https://github.com/emberjs/ember.js/pull/15180) [BUGFIX] Correct `until` values for `this.container` deprecations.
190
-
191
-
192
- ### 2.12.1 (April 7, 2017)
193
-
194
- - [#14961](https://github.com/emberjs/ember.js/pull/14961) [BUGIX] Remove duplicate trailing `/` in pathname.
195
- - [#15029](https://github.com/emberjs/ember.js/pull/15029) [PERF] [BUGFIX] cache `factoryFor` injections when possible
196
- - [#15089](https://github.com/emberjs/ember.js/pull/15089) [BUGFIX] Fixing IE and Edge issue causing action handlers to be fired twice.
197
-
198
- ### 2.12.0 (March 14, 2017)
199
-
200
- - [#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.
201
- - [#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.
202
- - [#14360](https://github.com/emberjs/ember.js/pull/14360) [FEATURE factory-for] Implement `factoryFor`.
203
- - [#14751](https://github.com/emberjs/ember.js/pull/14751) [DEPRECATION] Deprecate `Ember.K`.
204
- - [#14756](https://github.com/emberjs/ember.js/pull/14756) [PERF] Disable costly `eventManager` support when unused.
205
- - [#14794](https://github.com/emberjs/ember.js/pull/14794) [BUGFIX] Fix query param stickiness between models in ember-engines.
206
- - [#14851](https://github.com/emberjs/ember.js/pull/14851) [PERF] only `LOG_VIEW_LOOKUPS` in debug
207
- - [#14829](https://github.com/emberjs/ember.js/pull/14829) [PERF] only `logLibraryVersions` in debug mode
208
- - [#14852](https://github.com/emberjs/ember.js/pull/14852) [PERF] only `LOG_TRANSITIONS` and `LOG_TRANSITIONS_INTERNAL` in debug
209
- - [#14854](https://github.com/emberjs/ember.js/pull/14854) [PERF] only `LOG_ACTIVE_GENERATION` and `LOG_RESOLVER` in debug
210
-
211
- ### 2.11.3 (March 8, 2017)
212
-
213
- - [#14987](https://github.com/emberjs/ember.js/pull/14987) [BUGFIX] Fix a memory leak when components are destroyed.
214
- - [#14986](https://github.com/emberjs/ember.js/pull/14986) [BUGFIX] Fix a memory leak in RSVP.js.
215
- - [#14985](https://github.com/emberjs/ember.js/pull/14985) [BUGFIX] Fix a bug that added babel helpers to the global scope.
216
- - [#14898](https://github.com/emberjs/ember.js/pull/14898) [BUGFIX] Fix an issue where errors in tests sometimes do not cause a failure.
217
- - [#14707](https://github.com/emberjs/ember.js/pull/14707) [BUGFIX] Improve deprecation message for unsafe `style` attribute bindings.
218
-
219
- ### 2.11.2 (February 19, 2017)
220
-
221
- - [#14937](https://github.com/emberjs/ember.js/pull/14937) [BUGFIX] Fix issue preventing `ember generate *` from creating test files as appropriate.
222
-
223
- ### 2.11.1 (February 16, 2017)
224
-
225
- - [#14762](https://github.com/emberjs/ember.js/pull/14762) [BUGFIX] Make ember-template-compiler handle {{input}} helpers with sub-expression "type"
226
- - [#14791](https://github.com/emberjs/ember.js/pull/14791) [BUGFIX] exempt routes that share a controller from duplicate assertion
227
- - [#14860](https://github.com/emberjs/ember.js/pull/14860) [BUGFIX] Add back `mainContext` to loader #14859 (fixes issue with non ember-cli template compilation).
228
- - [#14878](https://github.com/emberjs/ember.js/pull/14878) [DOC] Fix yuidoc package paths to ensure RSVP is properly included in API documentation.
229
- - [#14910](https://github.com/emberjs/ember.js/pull/14910) [BUGFIX] Include blueprints in NPM release, to ensure `ember-source` blueprints are used over `ember-cli-legacy-blueprints`.
230
- - [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`.
231
-
232
-
233
- ### 2.11.0 (January 23, 2017)
234
-
235
- - [#14762](https://github.com/emberjs/ember.js/pull/14762) [BUGFIX] Ensure subexpressions can be used for `{{input}}`'s `type`.
236
- - [#14723](https://github.com/emberjs/ember.js/pull/14723) [BUGFIX] Improved backtracking re-render assertion message.
237
- - [#14750](https://github.com/emberjs/ember.js/pull/14750) [BUGFIX] Add assertion when a component's `tagName` is a computed property.
238
- - [#14685](https://github.com/emberjs/ember.js/pull/14685) [BUGFIX] Fix `this.$()` returning `undefined` in `willDestroyElement`.
239
- - [#14717](https://github.com/emberjs/ember.js/pull/14717) [BUGFIX] Fix an issue with block params named `attrs`.
240
- - [#14671](https://github.com/emberjs/ember.js/pull/14671) [BUGFIX] Fix an issue with the `list` attribute in `<input>` elements.
241
- - [#14681](https://github.com/emberjs/ember.js/pull/14681) [BUGFIX] Fix an issue with computed properties when using aliases as dependent keys.
242
- - [#14682](https://github.com/emberjs/ember.js/pull/14682) [BUGFIX] Ensure closure actions do not trigger unnecessary re-renders.
243
- - [#14658](https://github.com/emberjs/ember.js/pull/14658) [BUGFIX] Make the ember-source build work.
244
- - [#14389](https://github.com/emberjs/ember.js/pull/14389) [BUGFIX] Move `classNames` and `classNameBindings` properties into the component's prototype.
245
- - [#14389](https://github.com/emberjs/ember.js/pull/14389) [BUGFIX] Disallow mutation of shared concatenatedProperties, such as `classNames` and `classNameBindings`.
246
- - [#14441](https://github.com/emberjs/ember.js/pull/14441) [DEPRECATION] Deprecate remaining usage of the `{{render}}` helper.
247
- - [#14482](https://github.com/emberjs/ember.js/pull/14482) [DEPRECATION] Deprecate `Component#renderToElement`.
248
-
249
- ### 2.10.2 (December 19, 2016)
250
-
251
- - [#14685](https://github.com/emberjs/ember.js/pull/14685) [BUGFIX] Fix `this.$()` returning `undefined` in `willDestroyElement`.
252
- - [#14717](https://github.com/emberjs/ember.js/pull/14717) [BUGFIX] Fix an issue with block params named `attrs`.
253
-
254
- ### 2.10.1 (December 13, 2016)
255
-
256
- - [#14671](https://github.com/emberjs/ember.js/pull/14671) [BUGFIX] Fix an issue with the list attribute in <input> elements.
257
- - [#14681](https://github.com/emberjs/ember.js/pull/14681) [BUGFIX] Fix an issue with computed properties when using aliases as dependent keys.
258
- - [#14682](https://github.com/emberjs/ember.js/pull/14682) [BUGFIX] Ensure closure actions do not trigger unnecessary re-renders.
259
-
260
- ### 2.10.0 (November 28, 2016)
261
-
262
- - [#14293](https://github.com/emberjs/ember.js/pull/14293) [BUGFIX] Remove style warning when the binding is quoted.
263
- - [#12708](https://github.com/emberjs/ember.js/pull/12708) [BUGFIX] Improve compatibility between `Ember.isArray` and the native `Array.isArray` for `FileList`.
264
- - [#14546](https://github.com/emberjs/ember.js/pull/14546) [BUGFIX] Update route-recognizer to v0.2.8.
265
- - [#14575](https://github.com/emberjs/ember.js/pull/14575) [BUGFIX] Disallow calling `Ember.get` with empty paths.
266
- - [#14591](https://github.com/emberjs/ember.js/pull/14591) [BUGFIX] Avoid run.next in `app.visit` resolve handler.
267
- - [#14537](https://github.com/emberjs/ember.js/pull/14537) [BUGFIX] Improve behavior for query params with undefined values.
268
- - [#14545](https://github.com/emberjs/ember.js/pull/14545) [BUGFIX] Fixes a number of issues with loading/error substates in ember-engines.
269
- - [#14571](https://github.com/emberjs/ember.js/pull/14571) [BUGFIX] Prevent errors in watching infrastructure for non-object paths.
270
- - [tildeio/router.js#197](https://github.com/tildeio/router.js/pull/197) [BUGFIX] Fix redirects performed during the routers validation stages. Properly handles `replaceWith` / `transitionTo` for initial and subsequent transitions.
271
- - [#14520](https://github.com/emberjs/ember.js/pull/14520) [BUGFIX] Ensure local variables (block params) have higher precedence over helpers.
272
- - [#14156](https://github.com/emberjs/ember.js/pull/14156) [FEATURE ember-glimmer] Enable by default.
273
-
274
- ### 2.9.1 (November 1, 2016)
275
-
276
- - [#14528](https://github.com/emberjs/ember.js/pull/14528) [BUGFIX] Fix memory leak (leaking component instances in the component registry).
277
- - [#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.
278
- - [#14550](https://github.com/emberjs/ember.js/pull/14550) [BUGFIX] Allow canceling items queued by `run.schedule`.
279
-
280
- ### 2.9.0 (October 17, 2016)
281
-
282
- - No changes from 2.8.2.
283
-
284
- ### 2.8.3 (November 1, 2016)
285
-
286
- - [#14528](https://github.com/emberjs/ember.js/pull/14528) [BUGFIX] Fix memory leak (leaking component instances in the component registry).
287
- - [#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.
288
- - [#14550](https://github.com/emberjs/ember.js/pull/14550) [BUGFIX] Allow canceling items queued by `run.schedule`.
289
-
290
- ### 2.8.2 (October 6, 2016)
291
-
292
- - [#14365](https://github.com/emberjs/ember.js/pull/14365) [BUGFIX] Fix an issue with URLs with encoded characters and a trailing slash.
293
- - [#14382](https://github.com/emberjs/ember.js/pull/14382) [BUGFIX] Allow bound `id` on tagless components.
294
- - [#14421](https://github.com/emberjs/ember.js/pull/14421) [BUGFIX] Fix an issue with local components lookup.
295
-
296
- ### 2.8.1 (September 14, 2016)
297
-
298
- - [#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.
299
- - [#14237](https://github.com/emberjs/ember.js/pull/14237) [BUGFIX] Ensure Engine Routes are deactivated before destruction.
300
- - [#14262](https://github.com/emberjs/ember.js/pull/14262) [BUGFIX] Ensure Controller#transitionToRoute and Route#intermediateTransitionTo work in Engines.
301
- - [#14272](https://github.com/emberjs/ember.js/pull/14272) [BUGFIX] Bump router.js to v1.2.1.
302
- - [#14281](https://github.com/emberjs/ember.js/pull/14281) [BUGFIX] Ensure referencing `parentView` in a computed property / observer dependent key (or in the template) does not cause an error during teardown.
303
- - [#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.
304
- - [#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`.
305
-
306
- ### 2.8.0 (September 8, 2016)
307
-
308
- - [#14229](https://github.com/emberjs/ember.js/pull/14229) [BUGFIX] Fix boot errors with `location: 'auto'` when using IE9.
309
- - [#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.
310
- - [#14159](https://github.com/emberjs/ember.js/pull/14159) [BUGFIX] Fix rendering system cleanup.
311
- - [#14123](https://github.com/emberjs/ember.js/pull/14123) [BUGFIX] Avoid rerendering outlet state during router destruction.
312
- - [#14077](https://github.com/emberjs/ember.js/pull/14077) [BUGFIX] Update route-recognizer.
313
- - [#14087](https://github.com/emberjs/ember.js/pull/14087) [BUGFIX] Check that route handler exists before triggering actions.
314
- - [#14106](https://github.com/emberjs/ember.js/pull/14106) [BUGFIX] Avoid assertion when `id=` is provided to tagless components.
315
- - [#14110](https://github.com/emberjs/ember.js/pull/14110) [BUGFIX] Fix issues with revalidation during teardown.
316
- - [#14117](https://github.com/emberjs/ember.js/pull/14117) [BUGFIX] Call ArrayProxy's content change hooks
317
- - [#14135](https://github.com/emberjs/ember.js/pull/14135) [BUGFIX] Fix issues around Engine setup and teardown.
318
- - [#14140](https://github.com/emberjs/ember.js/pull/14140) [BUGFIX] Ensure component injections happen in engine instances.
319
- - [#14009](https://github.com/emberjs/ember.js/pull/14009) [BUGFIX] Fix usage of `role` when used in `attributeBindings`.
320
- - [#14044](https://github.com/emberjs/ember.js/pull/14044) / [#14062](https://github.com/emberjs/ember.js/pull/14062) / [#14066](https://github.com/emberjs/ember.js/pull/14066) [BUGFIX] Update `router.js` so that `getHandlers` is invoked lazily.
321
- - [#14054](https://github.com/emberjs/ember.js/pull/14054) [BUGFIX] Ensure substates properly work with `resetNamespace`.
322
- - [#14033](https://github.com/emberjs/ember.js/pull/14033) [BUGFIX] Ensure `fillIn` acceptance test helper only sets value to first matched element.
323
- - [#14058](https://github.com/emberjs/ember.js/pull/14058) [BUGFIX] Fix issues related to `Ember.Router.map` changes in 2.7.0.
324
- - [#14068](https://github.com/emberjs/ember.js/pull/14068) [BUGFIX] Prevent errors when clicking a `{{link-to}}` during an existing transition.
325
- - [#13887](https://github.com/emberjs/ember.js/pull/13887) [BUGFIX] Add assertions for illegal component invocations.
326
- - [#13892](https://github.com/emberjs/ember.js/pull/13892) [CLEANUP] Remove `View#createElement` / `View#destroyElement`.
327
- - [#13895](https://github.com/emberjs/ember.js/pull/13895) [BUGFIX] Fix template meta lookup for nested tagless and blockless components.
328
- - [#13911](https://github.com/emberjs/ember.js/pull/13911) [BUGFIX] Avoid using clobbering `.env` property on components.
329
- - [#13913](https://github.com/emberjs/ember.js/pull/13913) [BUGFIX] Disallow paths beginning with @ in templates.
330
- - [#13920](https://github.com/emberjs/ember.js/pull/13920) [BUGFIX] Add more info to the `Ember.Binding` deprecation.
331
- - [#13757](https://github.com/emberjs/ember.js/pull/13757) / [#13773](https://github.com/emberjs/ember.js/pull/13773) [CLEANUP] Remove legacy view layer features.
332
- - [#13819](https://github.com/emberjs/ember.js/pull/13819) [DOC] Add documentation for container (getOwner, etc.)
333
- - [#13855](https://github.com/emberjs/ember.js/pull/13855) [FEATURE ember-string-ishtmlsafe] Enable by defaut.
334
- - [#13855](https://github.com/emberjs/ember.js/pull/13855) [FEATURE ember-application-engines] Enable by default.
335
- - [#13855](https://github.com/emberjs/ember.js/pull/13855) [FEATURE ember-runtime-enumerable-includes] Enable by default.
336
- - [#13855](https://github.com/emberjs/ember.js/pull/13855) [FEATURE ember-testing-check-waiters] Enable by default.
337
-
338
- ### 2.7.3 (September 6, 2016)
339
-
340
- - [#14219](https://github.com/emberjs/ember.js/pull/14219) [BUGFIX] Fix issue with mutating template's metadata.
341
-
342
- ### 2.7.2 (August 30, 2016)
343
-
344
- - [#13895](https://github.com/emberjs/ember.js/pull/13895) [BUGFIX] Fix template meta lookup with tagless and blockless components.
345
- - [#14075](https://github.com/emberjs/ember.js/pull/14075) [BUGFIX] In which we revert route-recognizer to the version used in Ember 2.6. 😢
346
-
347
- ### 2.7.1 (August 15, 2016)
348
-
349
- - [#13920](https://github.com/emberjs/ember.js/pull/13920) [BUGFIX] Add more info to the `Ember.Binding` deprecation.
350
- - [#14058](https://github.com/emberjs/ember.js/pull/14058) [BUGFIX] Fix issues related to `Ember.Router.map` changes in 2.7.0.
351
- - [#14068](https://github.com/emberjs/ember.js/pull/14068) [BUGFIX] Prevent errors when clicking a `{{link-to}}` during an existing transition.
352
-
353
- ### 2.7.0 (July 25, 2016)
354
-
355
- - [#13764](https://github.com/emberjs/ember.js/pull/13764) [BUGFIX] Keep rest positional parameters when nesting contextual components if needed.
356
- - [#13781](https://github.com/emberjs/ember.js/pull/13781) [BUGFIX] Fix NoneLocation#getURL
357
- - [#13797](https://github.com/emberjs/ember.js/pull/13797) [BUGFIX] Ensure didInitAttrs deprecation is stripped in prod.
358
- - [#13768](https://github.com/emberjs/ember.js/pull/13768) [BUGFIX] Update route-recognizer to v0.2.0. This addresses a large number of per-existing bugs related to URL encoding. However, in doing so, it might inevitably break existing workarounds in this area. Please refer to the linked pull request for more details.
359
- - [#13634](https://github.com/emberjs/ember.js/pull/13634) [BUGFIX] Fix issues with rerendering blockless and tagless components.
360
- - [#13605](https://github.com/emberjs/ember.js/pull/13605) [BUGFIX] Ensure `pauseTest` runs after other async helpers.
361
- - [#13655](https://github.com/emberjs/ember.js/pull/13655) [BUGFIX] Make debugging `this._super` much easier (remove manual `.call` / `.apply` optimizations).
362
- - [#13672](https://github.com/emberjs/ember.js/pull/13672) [BUGFIX] Fix issue with `this.render` and `this.disconnectOutlet` in routes.
363
- - [#13716](https://github.com/emberjs/ember.js/pull/13716) [BUGFIX] Ensure that `Ember.Test.waiters` allows access to configured test waiters.
364
- - [#13273](https://github.com/emberjs/ember.js/pull/13273) [BUGFIX] Fix a number of query param related issues reported.
365
- - [#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.
366
- - [#13599](https://github.com/emberjs/ember.js/pull/13599) [FEATURE] Enable `ember-runtime-computed-uniq-by` feature.
367
-
368
- ### 2.6.2 (July 11, 2016)
369
-
370
- - [#13781](https://github.com/emberjs/ember.js/pull/13781) [BUGFIX] Fix NoneLocation#getURL
371
- - [#13797](https://github.com/emberjs/ember.js/pull/13797) [BUGFIX] Ensure didInitAttrs deprecation is stripped in prod.
372
-
373
- ### 2.6.1 (June 27, 2016)
374
-
375
- - [#13634](https://github.com/emberjs/ember.js/pull/13634) [BUGFIX] Fix issues with rerendering blockless and tagless components.
376
- - [#13655](https://github.com/emberjs/ember.js/pull/13655) [BUGFIX] Make debugging `this._super` much easier (remove manual `.call` / `.apply` optimizations).
377
- - [#13672](https://github.com/emberjs/ember.js/pull/13672) [BUGFIX] Fix issue with `this.render` and `this.disconnectOutlet` in routes.
378
-
379
- ### 2.6.0 (June 8, 2016)
380
-
381
- - [#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`.
382
- - [#13590](https://github.com/emberjs/ember.js/pull/13590) [BUGFIX] Avoid `_lazyInjections` in production builds.
383
- - [#13442](https://github.com/emberjs/ember.js/pull/13442) [BUGFIX] Revert `Ember.Handlebars.SafeString` deprecation.
384
- - [#13449](https://github.com/emberjs/ember.js/pull/13449) [BUGFIX] Ensure that `Ember.get(null, 'foo')` returns `undefined`.
385
- - [#13465](https://github.com/emberjs/ember.js/pull/13465) [BUGFIX] Propagate loc information for inline link-to transform.
386
- - [#13461](https://github.com/emberjs/ember.js/pull/13461) [BUGFIX] Prevent `Ember.get` from attempting to retrieve properties on primitive objects.
387
- - [#13418](https://github.com/emberjs/ember.js/pull/13418) [BUGFIX] Ensure that passing `run.later` a timeout value of `NaN` does not break all future
388
- timers.
389
- - [#13435](https://github.com/emberjs/ember.js/pull/13435) [BUGFIX] Fix positional parameters when used with component helper.
390
- - [#13438](https://github.com/emberjs/ember.js/pull/13438) [BUGFIX] Ensure custom components extending from `Ember.LinkComponent` can operate
391
- in both block and inline form.
392
- - [#13356](https://github.com/emberjs/ember.js/pull/13356) [BUGFIX] Update `Registry#has` to always return true/false.
393
- - [#13359](https://github.com/emberjs/ember.js/pull/13359) [BUGFIX] Fix `{{if}}` and `{{unless}}` subexpression sometimes not updating.
394
- - [#13344](https://github.com/emberjs/ember.js/pull/13344) [BUGFIX] Revert `Ember.merge` deprecation.
395
- - [#13335](https://github.com/emberjs/ember.js/pull/13335) [BUGFIX] Ensure injected property assertion checks `container`. Fixes issues
396
- with usage of objects created by older addons that are attempting to use `Ember.inject.service()`.
397
- - [#13333](https://github.com/emberjs/ember.js/pull/13333) [BUGFIX] Prevent the `toString` property from being added to the objects own
398
- properties. Fixes scenarios where the list of own properties changed in debug builds.
399
- - [#13327](https://github.com/emberjs/ember.js/pull/13327) [CLEANUP] Remove deprecate-test-as-function deprecation.
400
- - [#13326](https://github.com/emberjs/ember.js/pull/13326) [CLEANUP] Remove `View.prototype.currentState` deprecation.
401
- - [#13315](https://github.com/emberjs/ember.js/pull/13315) [CLEANUP] Remove legacy view related exports.
402
- - [#13310](https://github.com/emberjs/ember.js/pull/13310) [BUGFIX] Fix `mouseenter` typo in ember-testing helpers.
403
- - [#13314](https://github.com/emberjs/ember.js/pull/13314) [CLEANUP] Remove Metamorph view and mixin.
404
- - [#13144](https://github.com/emberjs/ember.js/pull/13144) / [#13195](https://github.com/emberjs/ember.js/pull/13195) / [#13193](https://github.com/emberjs/ember.js/pull/13193) [CLEANUP] Remove support for `ember-legacy-views` addon.
405
- - [#13192](https://github.com/emberjs/ember.js/pull/13192) [CLEANUP] Remove support for `ember-legacy-controllers` addon.
406
- - [#13295](https://github.com/emberjs/ember.js/pull/13295) [CLEANUP] Disable `render` helper in block form.
407
- - [#13204](https://github.com/emberjs/ember.js/pull/13204) [DEPRECATE] Deprecate Ember.Handlebars.SafeString in favor of Ember.String.htmlSafe
408
- - [#13207](https://github.com/emberjs/ember.js/pull/13207) [DEPRECATE] Depreacte `didInitAttrs` in components
409
- - [#13268](https://github.com/emberjs/ember.js/pull/13268) [DEPRECATE] Deprecate usage of `{{render}}` helper with a model param
410
- - [#13285](https://github.com/emberjs/ember.js/pull/13285) [BUGFIX] Make `Enumerable#firstObject` read only.
411
- - [#13289](https://github.com/emberjs/ember.js/pull/13289) [BUGFIX] Make `Enumerable#lastObject` read only.
412
-
413
- ### 2.5.1 (April 21, 2016)
414
-
415
- - [#13310](https://github.com/emberjs/ember.js/pull/13310) [BUGFIX] Fix `mouseenter` typo in ember-testing helpers.
416
- - [#13333](https://github.com/emberjs/ember.js/pull/13333) [BUGFIX] Prevent the `toString` property from being added to the objects own
417
- properties. Fixes scenarios where the list of own properties changed in debug builds.
418
- - [#13335](https://github.com/emberjs/ember.js/pull/13335) [BUGFIX] Ensure injected property assertion checks `container`. Fixes issues
419
- with usage of objects created by older addons that are attempting to use `Ember.inject.service()`.
420
- - [#13344](https://github.com/emberjs/ember.js/pull/13344) [BUGFIX] Revert `Ember.merge` deprecation.
421
-
422
- ### 2.5.0 (April 11, 2016)
423
-
424
- - [#13239](https://github.com/emberjs/ember.js/pull/13239) [BUGFIX] Prevent warnings for unknown feature flags
425
- - [#13287](https://github.com/emberjs/ember.js/pull/13287) [BUGFIX] Fix a recent regression with `Ember.A(null)`
426
- - [#13290](https://github.com/emberjs/ember.js/pull/13290) [BUGFIX] `isStream` is no longer a reserved property name in Components
427
- - [#13294](https://github.com/emberjs/ember.js/pull/13294) [DEPRECATE] Deprecate usage of `{{render}}` with a block
428
- - [#13031](https://github.com/emberjs/ember.js/pull/13031) [BUGFIX] Fix mergedProperties at create time modifying proto
429
- - [#13049](https://github.com/emberjs/ember.js/pull/13049) [BUGFIX] Fixes `{{#with proxy as |foo|}}`
430
- - [#12829](https://github.com/emberjs/ember.js/pull/12829) [BUGFIX] Support tagless components in fastboot
431
- - [#12575](https://github.com/emberjs/ember.js/pull/12575) [FEATURE] Make acceptance helpers fire native events instead of jQuery ones.
432
- - [#12929](https://github.com/emberjs/ember.js/pull/12929) [BUGFIX] Fix bug causing an initial capital to be interpreted as a global.
433
- - [#12928](https://github.com/emberjs/ember.js/pull/12928) [FEATURE ember-htmlbars-component-generation] Remove feature.
434
- - [#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.
435
- - [FEATURE] Add helper method named `Ember.assign` to roughly emulate `Object.assign`.
436
-
437
- ### 2.4.5 (April 11, 2016)
438
-
439
- - [#13239](https://github.com/emberjs/ember.js/pull/13239) [BUGFIX] Prevent warnings for unknown feature flags.
440
- - [#13294](https://github.com/emberjs/ember.js/pull/13294) [DEPRECATE] Deprecate usage of `{{render}}` with a block.
441
-
442
- ### 2.4.4 (April 3, 2016)
443
-
444
- - [#13177](https://github.com/emberjs/ember.js/pull/13177) [BUGFIX] Allow contextual component attributes are mutable (allowing for two way binding).
445
- - [#13185](https://github.com/emberjs/ember.js/pull/13185) [BUGFIX] Ensure `{{render}}` sets up target properly (fixes issues with `{{render}}`'ed templates using actions).
446
- - [#13202](https://github.com/emberjs/ember.js/pull/13202) [BUGFIX] Merge in active transition QPs when doing a transition.
447
- - [#13218](https://github.com/emberjs/ember.js/pull/13218) [BUGFIX] Do not refresh routes on initial transition.
448
- - [#13228](https://github.com/emberjs/ember.js/pull/13228) [BUGFIX] re-enable link-to when disabledWhen changes values.
449
-
450
- ### 2.4.3 (March 17, 2016)
451
-
452
- - [#13118](https://github.com/emberjs/ember.js/pull/13118) [BUGFIX] Work around Chrome 49/50 optimization bug affecting helper usage.
453
-
454
- ### 2.4.2 (March 8, 2016)
455
-
456
- - [#13031](https://github.com/emberjs/ember.js/pull/13031) [BUGFIX] Fix mergedProperties at create time modifying proto
457
- - [#13049](https://github.com/emberjs/ember.js/pull/13049) [BUGFIX] Fixes `{{#with proxy as |foo|}}`
458
-
459
- ### 2.4.1 (February 29, 2016)
460
-
461
- - [#13030](https://github.com/emberjs/ember.js/pull/13030) [BUGFIX] Fix legacy addon deprecations
462
-
463
- ### 2.4.0 (February 29, 2016)
464
-
465
- - [#12996](https://github.com/emberjs/ember.js/pull/12996) [BUGFIX] Fixes 12995 #with array yields true
466
- - [#13013](https://github.com/emberjs/ember.js/pull/13013) [BUGFIX] Do not set model on `{{render}}` rerender when only a single argument was provided.
467
- - [#13015](https://github.com/emberjs/ember.js/pull/13015) Add deprecation when legacy addon flag is enabled.
468
- - [#12922](https://github.com/emberjs/ember.js/pull/12922) [BUGFIX] Special case `{{#with}}` for `isTruthy`
469
- - [#12934](https://github.com/emberjs/ember.js/pull/12934) [BUGFIX] Ensure `Route#transitionTo` returns a `Transition` object.
470
- - [#12941](https://github.com/emberjs/ember.js/pull/12941) [BUGFIX] Update Backburner to latest ([compare view](https://github.com/ebryn/backburner.js/compare/22a4df33f23c40257bc49972e5833038452ded2e...325a969dbc7eae42dc1edfbf0ae9fb83923df5a6)).
471
- - [#12939](https://github.com/emberjs/ember.js/pull/12939) [BUGFIX] Avoid allocating a binding map in meta when possible.
472
- - [#12947](https://github.com/emberjs/ember.js/pull/12947) [BUGFIX] Avoid using prototype extensions if possible ({add,remove}ArrayObserver).
473
- - [#12942](https://github.com/emberjs/ember.js/pull/12942) [BUGFIX] Do not rely prototype extensions (objectAt).
474
- - [#12991](https://github.com/emberjs/ember.js/pull/12991) [BUGFIX] Fix a regression in `Ember.computed.sort`.
475
- - [#12491](https://github.com/emberjs/ember.js/pull/12491) [BUGFIX] allow watching of ES5+ Getter
476
- - [#12829](https://github.com/emberjs/ember.js/pull/12829) [BUGFIX] Support tagless components in fastboot
477
- - [#12847](https://github.com/emberjs/ember.js/pull/12847) [BUGFIX] Add warning for “deep @each” usage in dependent keys.
478
- - [#12848](https://github.com/emberjs/ember.js/pull/12848) Make dependencies that end in `@each` expand to `[]`.
479
- - [#12877](https://github.com/emberjs/ember.js/pull/12877) [BUGFIX] Upgrade htmlbars to 0.14.14. Fixes bug with lost cursor position with `<input oninput={{action 'foo'}}>`.
480
- - [#12908](https://github.com/emberjs/ember.js/pull/12908) [BUGFIX] Fix issue that prevented recomputation of `ArrayProxy` values under certain circumstances.
481
- - [#12348](https://github.com/emberjs/ember.js/pull/12348) Route#disconnectOutlet should not be private
482
- - [#12648](https://github.com/emberjs/ember.js/pull/12648) Move `packages/**/lib/main.js` to `packages/**/lib/index.js`.
483
- - [#12647](https://github.com/emberjs/ember.js/pull/12647) update cli
484
- - [#12638](https://github.com/emberjs/ember.js/pull/12638) Update references to find methods
485
- - [#12757](https://github.com/emberjs/ember.js/pull/12757) Update build related deps.
486
- - [#12662](https://github.com/emberjs/ember.js/pull/12662) correction for Ember.String.capitalize docs
487
- - [#12674](https://github.com/emberjs/ember.js/pull/12674) removed unused `name` prop
488
- - [#12664](https://github.com/emberjs/ember.js/pull/12664) Include NaN as a falsey value in the `with` helper's docstring
489
- - [#12698](https://github.com/emberjs/ember.js/pull/12698) convert all this._super.apply(this, arguments) to this._super(...arguments)
490
-
491
- ### v2.3.2 (March 17, 2016)
492
-
493
- - [#13118](https://github.com/emberjs/ember.js/pull/13118) [BUGFIX] Work around Chrome 49/50 optimization bug affecting helper usage.
494
-
495
- ### v2.3.1 (February 4, 2016)
496
-
497
- - [#12829](https://github.com/emberjs/ember.js/pull/12829) [BUGFIX] Support tagless components in fastboot.
498
- - [#12848](https://github.com/emberjs/ember.js/pull/12848) Make dependencies that end in `@each` expand to `[]`.
499
- - [#12877](https://github.com/emberjs/ember.js/pull/12877) [BUGFIX] Upgrade htmlbars to 0.14.14. Fixes bug with lost cursor position with `<input oninput={{action 'foo'}}>`.
500
- - [#12908](https://github.com/emberjs/ember.js/pull/12908) [BUGFIX] Fix issue that prevented recomputation of `ArrayProxy` values under certain circumstances.
501
-
502
-
503
- ### 2.3.0 (January 17, 2016)
504
-
505
- - [#12712](https://github.com/emberjs/ember.js/pull/12712) [BUGFIX] Create a new hash parameter when creating a component cell
506
- - [#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).
507
- - [#12752](https://github.com/emberjs/ember.js/pull/12752) [BUGFIX] Do not re-raise on errors handled in route error action.
508
- - [#12764](https://github.com/emberjs/ember.js/pull/12764) [BUGFIX] Read values of `action` helper parameters
509
- - [#12793](https://github.com/emberjs/ember.js/pull/12793) [BUGFIX] Remove jQuery version assertion.
510
- - [#12659](https://github.com/emberjs/ember.js/pull/12659) [BUGFIX] Update HTMLBars to 0.14.7.
511
- - [#12666](https://github.com/emberjs/ember.js/pull/12666) [BUGFIX] Prevent triggering V8 memory leak bug through registry / resolver access.
512
- - [#12677](https://github.com/emberjs/ember.js/pull/12677) [BUGFIX] Remove FastBoot monkeypatches.
513
- - [#12680](https://github.com/emberjs/ember.js/pull/12680) [BUGFIX] Clear cached instances when factories are unregistered.
514
- - [#12682](https://github.com/emberjs/ember.js/pull/12682) [BUGFIX] Fix rerendering contextual components when invoked with dot syntax and block form.
515
- - [#12686](https://github.com/emberjs/ember.js/pull/12686) [BUGFIX] Ensure HTML safe warning is not thrown for `null` and `undefined` values.
516
- - [#12699](https://github.com/emberjs/ember.js/pull/12699) [BUGFIX] Only add deprecated container after create when present (prevents errors when non-extendable factory is frozen after creation).
517
- - [#12705](https://github.com/emberjs/ember.js/pull/12705) [BUGFIX] Fix FastBoot URL parsing crash.
518
- - [#12728](https://github.com/emberjs/ember.js/pull/12728) [BUGFIX] Fix incorrect export for `Ember.computed.collect`.
519
- - [#12731](https://github.com/emberjs/ember.js/pull/12731) [BUGFIX] Ensure `container` can still be provided to `.create` (prevents an error and provides a helpful deprecation).
520
- - [#12626](https://github.com/emberjs/ember.js/pull/12626) [BUGFIX] Fix "rest" style positional params in contextual components when using dot syntax.
521
- - [#12627](https://github.com/emberjs/ember.js/pull/12627) [CLEANUP] Remove unused `ENV` flags.
522
- * `Ember.ENV.ENABLE_ALL_FEATURES` is removed (wasn't functionally different than `Ember.ENV.ENABLE_OPTIONAL_FEATURES`).
523
- * `Ember.SHIM_ES5` is removed (Ember 2.x only supports ES5 compliant browsers so this flag was unused).
524
- * `Ember.ENV.DISABLE_RANGE_API` is removed (unused since HTMLBars landed in 1.10).
525
- - [#12628](https://github.com/emberjs/ember.js/pull/12628) [BUGFIX] Fix processing arguments in rerender for contextual components.
526
- - [#12629](https://github.com/emberjs/ember.js/pull/12629) [BUGFIX] Expose `ownerInjection` method on `ContainerProxy`.
527
- - [#12636](https://github.com/emberjs/ember.js/pull/12636) [BUGFIX] Ensure `Ember.Mixin.prototype.toString` is defined (prevents issues with `Object.seal(Ember.Mixin.prototype)` in debug builds.
528
- - [#12532](https://github.com/emberjs/ember.js/pull/12532) Bump RSVP dependency from 3.0.6 to 3.1.0.
529
- - [#12422](https://github.com/emberjs/ember.js/pull/12422) / [#12495](https://github.com/emberjs/ember.js/pull/12495) / [#12517](https://github.com/emberjs/ember.js/pull/12517) / [#12561](https://github.com/emberjs/ember.js/pull/12561) / [#12542](https://github.com/emberjs/ember.js/pull/12542) / [#12570](https://github.com/emberjs/ember.js/pull/12570) [FEATURE ember-contextual-components]
530
- - [#11874](https://github.com/emberjs/ember.js/pull/11874) / [#12562](https://github.com/emberjs/ember.js/pull/12562) / [#12557](https://github.com/emberjs/ember.js/pull/12557) / [#12578](https://github.com/emberjs/ember.js/pull/12578) / [#12599](https://github.com/emberjs/ember.js/pull/12599) / [#12570](https://github.com/emberjs/ember.js/pull/12570) / [#12604](https://github.com/emberjs/ember.js/pull/12604) / [#12609](https://github.com/emberjs/ember.js/pull/12609) [FEATURE ember-container-inject-owner]
531
- - [#12314](https://github.com/emberjs/ember.js/pull/12314) [BUGFIX] Mandatory setter should check prototype descriptors.
532
- - [#12485](https://github.com/emberjs/ember.js/pull/12485) [BUGFIX] Access property only once during `Ember.get`.
533
- - [#12503](https://github.com/emberjs/ember.js/pull/12503) Add helpful assertion when a tagless component includes event handler methods.
534
-
535
- ### v2.2.0 (November 16, 2015)
536
-
537
- - [#12600](https://github.com/emberjs/ember.js/pull/12600) [BUGFIX beta] Guard against `null` `attrs` in `getRoot` hook.
538
- - [#12445](https://github.com/emberjs/ember.js/pull/12445) [BUGFIX] Ensure rest arg positionalParams can be supplied as hash arguments.
539
- - [#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`.
540
- - [#12503](https://github.com/emberjs/ember.js/pull/12503) [BUGFIX] Add assertions for tagless components that include event handler functions (i.e. `click`).
541
- - [#12464](https://github.com/emberjs/ember.js/pull/12464) [BUGFIX] `Ember.String.htmlSafe()` should return a instance of SafeString for `null` / `undefined`.
542
- - [#12463](https://github.com/emberjs/ember.js/pull/12463) [BUGFIX] Fix uglification introduced bug with super wrapping.
543
- - [#12519](https://github.com/emberjs/ember.js/pull/12519) [BUGFIX] Ensure closure actions are wrapped in a run loop.
544
- - [#12214](https://github.com/emberjs/ember.js/pull/12214) Remove most of defeaturEify in favor of babel-plugin-filter-imports.
545
- - [#12253](https://github.com/emberjs/ember.js/pull/12253) [BUGFIX] Remove superfluous `routing-service` initializer.
546
- - [#12247](https://github.com/emberjs/ember.js/pull/12247) [BUGFIX] Avoid dirtying based on `Ember.Object`'s when `Ember.set` is not used.
547
- - [#12262](https://github.com/emberjs/ember.js/pull/12262) [BUGFIX] Break circular references in rejected jqXhr promises.
548
- - [#12289](https://github.com/emberjs/ember.js/pull/12289) [BUGFIX] Prevent creating `view` and `controller` template locals when their respective legacy addon's are not loaded.
549
- - [#12309](https://github.com/emberjs/ember.js/pull/12309) [BUGFIX] Use `Cache` for tagname operations.
550
- - [#12318](https://github.com/emberjs/ember.js/pull/12318) [BUGFIX] Ensure attributeBindings work when legacy view addon is not present.
551
- - [#12370](https://github.com/emberjs/ember.js/pull/12370) [DEPRECATION] Deprecate passing function as test argument to `Ember.deprecate` / `Ember.warn` / `Ember.assert`.
552
- - [#12416](https://github.com/emberjs/ember.js/pull/12416) [BUGFIX] Ensure components actions function without controller addon.
553
-
554
- ### v2.1.1 (November 16, 2015)
555
-
556
- - [#12445](https://github.com/emberjs/ember.js/pull/12445) [BUGFIX] Ensure rest arg style positionalParams can be omitted.
557
- - [#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`.
558
- - [#12463](https://github.com/emberjs/ember.js/pull/12463) [BUGFIX] Fix uglification introduced bug with super wrapping.
559
- - [#12464](https://github.com/emberjs/ember.js/pull/12464) [BUGFIX] `Ember.String.htmlSafe()` should return a instance of SafeString for `null` / `undefined`.
560
-
561
- ### v2.1.0 (October 5, 2015)
562
-
563
- - [#12396](https://github.com/emberjs/ember.js/pull/12396) [BUGFIX] Ensure that `this._super` is called when extending from `Ember.Component`.
564
- - [#12383](https://github.com/emberjs/ember.js/pull/12383) [BUGFIX] Fix `Ember.String.classify` to underscore items with a leading dash/underscore.
565
- - [#12350](https://github.com/emberjs/ember.js/pull/12350) [BUGFIX] Provide a helpful assertion when using positional parameters with a param of the same name.
566
- - [#12345](https://github.com/emberjs/ember.js/pull/12345) [BUGFIX] Ensure `{{link-to}}` properly handles bound values for `activeClass`, `disabledClass`, and `loadingClass`.
567
- - [#12359](https://github.com/emberjs/ember.js/pull/12359) [BUGFIX] Ensure that functions are properly super wrapped if they include `.call` or `.apply` (this is in addition to `._super`).
568
- - [#12075](https://github.com/emberjs/ember.js/pull/12075) [PERF] Avoid creating a run-loop for events that are unhandled.
569
- - [#12260](https://github.com/emberjs/ember.js/pull/12260) [BUGFIX] Ensure `init` is completed before `didReceiveAttrs` is fired.
570
- - [#12323](https://github.com/emberjs/ember.js/pull/12323) [BUGFIX beta] Make `{{get something 'path.goes.here'}}` work.
571
- - [#12331](https://github.com/emberjs/ember.js/pull/12331) [BUGFIX beta] Update backburner.js to prevent issues when interleaving `run.later` and `run.next`.
572
- - [#12157](https://github.com/emberjs/ember.js/pull/12157) [DEPRECATION] Allow deprecated access to registry from `Application` (argument to initializers) and `ApplicationInstance` (argument to instance initializers) instances.
573
- - [#12156](https://github.com/emberjs/ember.js/pull/12156) [BUGFIX] Add helpful error message when providing incorrect arguments to `Ember.computed`.
574
- - [#12253](https://github.com/emberjs/ember.js/pull/12253) [BUGFIX] Remove initializer causing errors during `App.reset`.
575
- - [#12272](https://github.com/emberjs/ember.js/pull/12272) [BUGFIX] Update HTMLBars to fix memory leak when an `{{each}}` is inside an `{{if}}`.
576
- - [#12184](https://github.com/emberjs/ember.js/pull/12184) [BUGFIX] Prevent `classNames` from being duplicated.
577
- - [#12198](https://github.com/emberjs/ember.js/pull/12198) [BUGFIX] Further cleanup of the `link-to` component, allow for extending `{{link-to}}` via `Ember.LinkComponent.extend`.
578
- - [#12208](https://github.com/emberjs/ember.js/pull/12208) [BUGFIX] Ember.computed.sort was crashing when it hit a null value. Fixes #12207.
579
- - [#12188](https://github.com/emberjs/ember.js/pull/12188) [BUGFIX] Ensure `_actions` specified to extend works.
580
- - [#12241](https://github.com/emberjs/ember.js/pull/12241) [BUGFIX] Provide a helpful error for undefined closure actions.
581
- - [#12256](https://github.com/emberjs/ember.js/pull/12256) [BUGFIX] Ensure concat streams unsubscribe properly.
582
- - [#12262](https://github.com/emberjs/ember.js/pull/12262) [BUGFIX] Breaks circular references in rejected jqXhr promises
583
- - [#12297](https://github.com/emberjs/ember.js/pull/12297) / [#12299](https://github.com/emberjs/ember.js/pull/12299) [BUGFIX] Remove extra work per component on initial render.
584
- - [#12163](https://github.com/emberjs/ember.js/pull/12163) [BUGFIX] Move `View#currentState` to `View#_currentState`.
585
- - [#12163](https://github.com/emberjs/ember.js/pull/12163) [DEPRECATION] Deprecate using the private `currentState` property on views/components.
586
- - [#12132](https://github.com/emberjs/ember.js/pull/12132) [BUGFIX] Fix stack overflow issue in `_super` wrapper updates.
587
- - [#12138](https://github.com/emberjs/ember.js/pull/12138) [BUGFIX] Do not require `this._super(...arguments)` when components implement `didRecieveAttrs`.
588
- - [#12170](https://github.com/emberjs/ember.js/pull/12170) [BUGFIX release] Ensure `Ember.computed.sum` returns `0` if the array to be operated on is `null` or `undefined`.
589
- - [#12176](https://github.com/emberjs/ember.js/pull/12176) [BUGFIX] Enable extending `Ember.LinkComponent` for customizations.
590
- - [#10173](https://github.com/emberjs/ember.js/pull/10173) [BUGFIX] Ensure non-singleton injections are not cached incorrectly.
591
- - [#11966](https://github.com/emberjs/ember.js/pull/11966) [PERF] Refactor Meta.
592
- - [#12057](https://github.com/emberjs/ember.js/pull/12057) Allow `instanceInitializers` to set `customEvents`.
593
- - [#12059](https://github.com/emberjs/ember.js/pull/12059) [BUGFIX] Allow setting an entry in `Application#customEvents` to `null` to opt out of event listeners.
594
- - [#12034](https://github.com/emberjs/ember.js/pull/12034) [BUGFIX] Ensure `currentRouteName` and `currentPath` are set properly for loading and error routes.
595
- - [#12062](https://github.com/emberjs/ember.js/pull/12062) Remove the need for `this.__nextSuper`, and make debugging methods with `this._super` calls much easier.
596
- - [#12116](https://github.com/emberjs/ember.js/pull/12116) [FEATURE ember-debug-handlers] Enable by default.
597
- - [#12117](https://github.com/emberjs/ember.js/pull/12117) [FEATURE ember-registry-container-reform] Enable by default.
598
- - [#11440](https://github.com/emberjs/ember.js/pull/11440) [DEPRECATION] Deprecate using `instance.container.lookup` on first argument to `instanceInitializers`. Use `instance.lookup` instead.
599
- - [#11440](https://github.com/emberjs/ember.js/pull/11440) [DEPRECATION] Deprecate passing two arguments to an initializers `initialize` function.
600
-
601
- ### 2.0.0 (August 13, 2015)
602
-
603
- - [#11213](https://github.com/emberjs/ember.js/pull/11213) [BREAKING] Remove chaining in Observable.set
604
- - [#12036](https://github.com/emberjs/ember.js/pull/12036) Cleanup CP Set and Volatile
605
- - [#11993](https://github.com/emberjs/ember.js/pull/11993) [CLEANUP] Remove `Ember.TrackedArray` and `Ember.SubArray`.
606
- - [#11550](https://github.com/emberjs/ember.js/pull/11550) [BUGFIX] Ensure that specifying an observer in a child class only observes changes to the childs dependent keys.
607
- - [#10259](https://github.com/emberjs/ember.js/pull/10259) [BUGFIX] Make `Ember.computed.or` return the last falsey value (similar to `||`).
608
- - [#11957](https://github.com/emberjs/ember.js/pull/11957) [BUGFIX] Enable `Ember.DefaultResolver` to properly normalize hyphens (`-`).
609
- - [#11969](https://github.com/emberjs/ember.js/pull/11969) / [#11959](https://github.com/emberjs/ember.js/pull/11959) [DEPRECATE] Deprecate usage of `Ember.String.fmt`.
610
- - [#11990](https://github.com/emberjs/ember.js/pull/11990) [PERF] `@each` should remain a stable node for chains.
611
- - [#11964](https://github.com/emberjs/ember.js/pull/11964) [BUGFIX] Update htmlbars to v0.14.2.
612
- - [#11965](https://github.com/emberjs/ember.js/pull/11965) [CLEANUP] Remove `Ember.HTMLBars.makeViewHelper`.
613
- - [#11965](https://github.com/emberjs/ember.js/pull/11965) [CLEANUP] Remove `Ember.HTMLBars._registerHelper`.
614
- - [#11965](https://github.com/emberjs/ember.js/pull/11965) [CLEANUP] Remove `Ember.Handlebars.registerHelper`.
615
- - [#11965](https://github.com/emberjs/ember.js/pull/11965) [CLEANUP] Remove `Ember.Handlebars.makeBoundHelper`.
616
- - [#11965](https://github.com/emberjs/ember.js/pull/11965) [CLEANUP] Remove `Ember.Handlebars.makeViewHelper`.
617
- - [#11965](https://github.com/emberjs/ember.js/pull/11965) [CLEANUP] Remove `Ember.Handlebars.helper`.
618
- - [#11965](https://github.com/emberjs/ember.js/pull/11965) [CLEANUP] Remove `Ember.Handlebars.registerBoundHelper`.
619
- - [#12024](https://github.com/emberjs/ember.js/pull/12024) [CLEANUP] Remove `ComponentTemplateDeprecation` mixin.
620
- - [#12001](https://github.com/emberjs/ember.js/pull/12001) [CLEANUP] Remove {{with}} keyword's controller option.
621
- - [#12027](https://github.com/emberjs/ember.js/pull/12027) [CLEANUP] Remove deprecated `template` access in Ember.Component.
622
- - [#12019](https://github.com/emberjs/ember.js/pull/12019) [DOC] Add helpful assertion when using @each as a leaf in DK.
623
- - [#12020](https://github.com/emberjs/ember.js/pull/12020) [CLEANUP] Remove specifying `.render` method to views and components.
624
- - [#12027](https://github.com/emberjs/ember.js/pull/12027) [CLEANUP] Remove `positionalParams` specified to `Ember.Component` at extend time.
625
- - [#12027](https://github.com/emberjs/ember.js/pull/12027) [CLEANUP] Remove support for specifying `template` in a component.
626
- - [#12027](https://github.com/emberjs/ember.js/pull/12027) [CLEANUP] Remove deprecated `template` access in Ember.Component.
627
- - [#12028](https://github.com/emberjs/ember.js/pull/12028) [CLEANUP] Store actions in `actions` not `_actions`.
628
- - [#11854](https://github.com/emberjs/ember.js/pull/11854) [CLEANUP] Remove `length` from `OrderedSet` and `Map`.
629
- - [#11854](https://github.com/emberjs/ember.js/pull/11854) [CLEANUP] Remove `OrderedSet.prototype.length`.
630
- - [#11854](https://github.com/emberjs/ember.js/pull/11854) [CLEANUP] Remove `Ember.libraries.each`.
631
- - [#11854](https://github.com/emberjs/ember.js/pull/11854) [CLEANUP] Remove deprecated special `{{each}}` keys.
632
- - [#11854](https://github.com/emberjs/ember.js/pull/11854) [CLEANUP] Remove Ember.Location.registerImplementation.
633
- - [#11854](https://github.com/emberjs/ember.js/pull/11854) [CLEANUP] Remove `{{template}}` support.
634
- - [#11854](https://github.com/emberjs/ember.js/pull/11854) [CLEANUP] Remove Ember.Route#setupControllers deprecation.
635
- - [#11854](https://github.com/emberjs/ember.js/pull/11854) [CLEANUP] Remove Ember.Route#renderTemplates deprecation.
636
- - [#11845](https://github.com/emberjs/ember.js/pull/11845) [CLEANUP] Remove Ember.Application#initialize.
637
- - [#11845](https://github.com/emberjs/ember.js/pull/11845) [CLEANUP] Remove support for `Ember.Application.resolver`.
638
- - [#11845](https://github.com/emberjs/ember.js/pull/11845) [CLEANUP] Remove support for resolver without `normalize`.
639
- - [#11845](https://github.com/emberjs/ember.js/pull/11845) [CLEANUP] Remove IE6 & IE7 deprecation.
640
- - [#11845](https://github.com/emberjs/ember.js/pull/11845) [CLEANUP] Remove returning string of attrs from helper support.
641
- - [#11845](https://github.com/emberjs/ember.js/pull/11845) [CLEANUP] Remove support for returning string of attrs from helper.
642
- - [#11845](https://github.com/emberjs/ember.js/pull/11845) [CLEANUP] Remove support for `view` and `viewClass` with `{{outlet}}`.
643
- - [#11771](https://github.com/emberjs/ember.js/pull/11771) [CLEANUP] Remove deprecated `Controller#controllerFor`.
644
- - [#11750](https://github.com/emberjs/ember.js/pull/11750) [CLEANUP] Remove `metaPath`, `getMeta` and `setMeta`.
645
- - [#11854](https://github.com/emberjs/ember.js/pull/11854) [CLEANUP] Lots of deprecation removals.
646
- - [#11820](https://github.com/emberjs/ember.js/pull/11820) [CLEANUP] Remove sendEvent hook.
647
- - [#11815](https://github.com/emberjs/ember.js/pull/11815) [CLEANUP] Remove `{chainWatchers: null}` from `Meta.prototype`.
648
- - [#11819](https://github.com/emberjs/ember.js/pull/11819) [CLEANUP] Abstract chainWatchers into an object.
649
- - [#11824](https://github.com/emberjs/ember.js/pull/11824) Revert "[CLEANUP] Remove support for reversed args in `Ember.observer`.
650
- - [#11822](https://github.com/emberjs/ember.js/pull/11822) [BUGFIX] Deprecate `currentWhen` with `{{link-to}}`.
651
- - [#11838](https://github.com/emberjs/ember.js/pull/11838) [CLEANUP] Only register `Ember.ContainerView` when legacy view support enabled.
652
- - [#11852](https://github.com/emberjs/ember.js/pull/11852) [CLEANUP] Remove `Ember.RenderBuffer`.
653
- - [#11853](https://github.com/emberjs/ember.js/pull/11853) [CLEANUP] Remove deprecated `Registry` and `Container` behavior.
654
- - [#11850](https://github.com/emberjs/ember.js/pull/11850) [CLEANUP] Remove context switching `{{each}}` helper variant.
655
- - [#11878](https://github.com/emberjs/ember.js/pull/11878) [BUGFIX] Fix issue with QP routes named after `Object.prototype` properties.
656
- - [#11903](https://github.com/emberjs/ember.js/pull/11903) [BUGFIX] Upgrade RSVP + Backburner. Fixes a number of scenarios around testing rejected promise scenarios.
657
- - [#11914](https://github.com/emberjs/ember.js/pull/11914) [CLEANUP] Remove `Ember.oneWay`.
658
- - [#11895](https://github.com/emberjs/ember.js/pull/11895) [BUGFIX] Properly detect if the environment is Node.
659
- - [#11897](https://github.com/emberjs/ember.js/pull/11897) [CLEANUP] Remove globals lookup from templates.
660
- - [#11777](https://github.com/emberjs/ember.js/pull/11777) [CLEANUP] Remove context switching form of `{{#each model}}{{/each}}`, use `{{#each model as |item|}}{{/each}}` instead.
661
- - [#11484](https://github.com/emberjs/ember.js/pull/11484) [CLEANUP] Remove `Ember.ArrayController` support, use `ember-legacy-controllers` addon for support until 2.4.
662
- - [#11782](https://github.com/emberjs/ember.js/pull/11782) [CLEANUP] Remove support for reversed args in `Ember.observer`.
663
- - [#11722](https://github.com/emberjs/ember.js/pull/11722) [BUGFIX] Provide a better error when `InjectedProperty` is misused.
664
- - [#11691](https://github.com/emberjs/ember.js/pull/11691) [BUGFIX] `{{get}}` helper subscribes to values and can be updated.
665
- - [#11792](https://github.com/emberjs/ember.js/pull/11792) [CLEANUP] Remove `Application#then` support.
666
- - [#11737](https://github.com/emberjs/ember.js/pull/11737) [BUGFIX] Ensure `this` context inside former reduced computed macros is correct.
667
- - [#11790](https://github.com/emberjs/ember.js/pull/11790) [CLEANUP] Remove context switching `{{with foo}}` support.
668
- - [#11754](https://github.com/emberjs/ember.js/pull/11754) [CLEANUP] Remove `emptyView="Global.foo"` for Ember.View instances.
669
- - [#11746](https://github.com/emberjs/ember.js/pull/11746) [CLEANUP] Cleanup `Ember.get`:
670
- - Remove support for globals: `Ember.get('App.foo')` and `Ember.get(null, 'App.foo')`.
671
- - Remove support for `this`: `Ember.get(object, 'this.foo')`.
672
- - Enforce strict usage with two arguments: `Ember.get(object, path)`.
673
- - Assert object is a non-null object & path is a string.
674
- - [#11761](https://github.com/emberjs/ember.js/pull/11761) [CLEANUP] Cleanup `Ember.set`:
675
- - Removes support for set with global paths.
676
- - Removes support for set with 'this' paths.
677
- - Removes support for set with null as first parameter.
678
- - Path must be a string.
679
- - Requires set to be passed in three or four arguments.
680
- - [#11797](https://github.com/emberjs/ember.js/pull/11797) [CLEANUP] Move support of `itemController`, `itemViewClass`, `itemView`, etc into `ember-legacy-views` addon.
681
- - [#11776](https://github.com/emberjs/ember.js/pull/11776) [CLEANUP] Remove deprecated support for `{{each foo as bar}}`.
682
- - [#11770](https://github.com/emberjs/ember.js/pull/11770) [CLEANUP] Remove deprecated `Controller#needs`, use `Ember.inject.controller()` instead.
683
- - [#11800](https://github.com/emberjs/ember.js/pull/11800) [CLEANUP] Move support of `{{view}}` helper into `ember-legacy-views` addon.
684
- - [#11804](https://github.com/emberjs/ember.js/pull/11804) [CLEANUP] Remove `EmberObject.createWithMixins`.
685
- - [#11786](https://github.com/emberjs/ember.js/pull/11786) [CLEANUP] Remove `{{with foo as bar}}` support.
686
- - [#11805](https://github.com/emberjs/ember.js/pull/11805) [CLEANUP] Remove deprecated `anyBy`, `everyProperty`, and `some`.
687
- - [#11788](https://github.com/emberjs/ember.js/pull/11788) [CLEANUP] Remove slash for a namespace in the `{{render}}` helper
688
- - [#11791](https://github.com/emberjs/ember.js/pull/11791) [CLEANUP] Remove support for actions in `events` key.
689
- - [#11794](https://github.com/emberjs/ember.js/pull/11794) [CLEANUP] Move `Ember.View` and `Ember.CoreView` into `ember-legacy-views` addon.
690
- - [#11796](https://github.com/emberjs/ember.js/pull/11796) [CLEANUP] Remove `Ember.beforeObserver`, `Ember.addBeforeObserver`, `Ember.removeBeforeObserver`, `Ember.beforeObserversFor`, `Ember._suspendBeforeObserver`, `Ember._suspendBeforeObservers`, and `Function.prototype.observesBefore`.
691
- - [#11806](https://github.com/emberjs/ember.js/pull/11806) [CLEANUP] Remove deprecated `Controller#transitionTo` and `Controller#replaceWith`.
692
- - [#11807](https://github.com/emberjs/ember.js/pull/11807) [CLEANUP] Remove deprecated `Ember.Handlebars.get`.
693
- - [#11808](https://github.com/emberjs/ember.js/pull/11808) [CLEANUP] Remove deprecated `Binding#oneWay`.
694
- - [#11809](https://github.com/emberjs/ember.js/pull/11809) [CLEANUP] Remove deprecated `Map#remove`.
695
- - [#11438](https://github.com/emberjs/ember.js/pull/11438) [CLEANUP] Remove CP semantics
696
- - [#11447](https://github.com/emberjs/ember.js/pull/11447) [CLEANUP] Remove `Ember.Set` (**not** `Ember.set`).
697
- - [#11443](https://github.com/emberjs/ember.js/pull/11443) [CLEANUP] Remove `Ember.LinkView`.
698
- - [#11439](https://github.com/emberjs/ember.js/pull/11439) [CLEANUP] Remove computed macros.
699
- - [#11648](https://github.com/emberjs/ember.js/pull/11648) [CLEANUP] Remove `Ember.computed.mapProperty`.
700
- - [#11460](https://github.com/emberjs/ember.js/pull/11460) [CLEANUP] Remove `Object.create` polyfill.
701
- - [#11448](https://github.com/emberjs/ember.js/pull/11448) [CLEANUP] Remove `Ember.DeferredMixin`.
702
- - [#11458](https://github.com/emberjs/ember.js/pull/11458) [CLEANUP] Remove `Ember.ArrayPolyfils`.
703
- - [#11449](https://github.com/emberjs/ember.js/pull/11449) [CLEANUP] Remove `Ember.RSVP.prototype.fail`.
704
- - [#11459](https://github.com/emberjs/ember.js/pull/11459) [CLEANUP] Remove `Ember.keys`.
705
- - [#11456](https://github.com/emberjs/ember.js/pull/11456) [CLEANUP] Remove `Ember.View.prototype.state & `Ember.View.prototype._states`.
706
- - [#11455](https://github.com/emberjs/ember.js/pull/11455) [CLEANUP] Remove `Ember.EnumerableUtils`.
707
- - [#11462](https://github.com/emberjs/ember.js/pull/11462) [CLEANUP] Remove `Object.defineProperty` polyfill.
708
- - [#11517](https://github.com/emberjs/ember.js/pull/11517) [DEPRECATION] Deprecate `this.resource` in `Router.map`.
709
- - [#11479](https://github.com/emberjs/ember.js/pull/11479) [CLEANUP] Remove `Ember.ObjectController`.
710
- - [#11513](https://github.com/emberjs/ember.js/pull/11513) [BUGFIX] Replace array computed macros with plain array versions.
711
- - [#11513](https://github.com/emberjs/ember.js/pull/11513) [CLEANUP] Remove `Ember.arrayComputed`, `Ember.reduceComputed`, `Ember.ArrayComputed`, and `Ember.ReduceComputed`.
712
- - [#11547](https://github.com/emberjs/ember.js/pull/11547) [CLEANUP] Remove work around for Safari's double finally on error bug.
713
- - [#11528](https://github.com/emberjs/ember.js/pull/11528) [BUGFIX] Add helpful assertion when using `Ember.computed.map` without a function callback.
714
- - [#11528](https://github.com/emberjs/ember.js/pull/11528) [BUGFIX] Add helpful assertion when using `Ember.computed.mapBy` without a string property name.
715
- - [#11587](https://github.com/emberjs/ember.js/pull/11587) [CLEANUP] Remove `{{bind-attr}}`.
716
- - [#11611](https://github.com/emberjs/ember.js/pull/11611) [CLEANUP] Remove `Ember.computed.filterProperty`.
717
- - [#11608](https://github.com/emberjs/ember.js/pull/11608) [CLEANUP] Remove `{{linkTo}}` helper (**not** `{{link-to}}`).
718
- - [#11706](https://github.com/emberjs/ember.js/pull/11706) [CLEANUP] Remove `Enumerable.rejectProperty`.
719
- - [#11708](https://github.com/emberjs/ember.js/pull/11708) [BUGFIX] Update `fillIn` test helper to trigger the `input` event.
720
- - [#11710](https://github.com/emberjs/ember.js/pull/11710) Add repository field to package.json
721
- - [#11700](https://github.com/emberjs/ember.js/pull/11700) [CLEANUP] Removes `Enumerable.findProperty`.
722
- - [#11707](https://github.com/emberjs/ember.js/pull/11707) [CLEANUP] Remove `Enumerable.everyBy`.
723
- - [#10701](https://github.com/emberjs/ember.js/pull/10701) Refactor `lazyGet`.
724
- - [#11262](https://github.com/emberjs/ember.js/pull/11262) Fix basic Fastboot usage.
725
- - [#11375](https://github.com/emberjs/ember.js/pull/11375) Transition feature flag infrastructure to modules.
726
- - [#11383](https://github.com/emberjs/ember.js/pull/11383) Update {{each-in}} to use ember-metal/should-display.
727
- - [#11396](https://github.com/emberjs/ember.js/pull/11396) Make Ember.Checkbox extend from Ember.Component.
728
-
729
- ### 1.13.13 (January 17, 2016)
730
-
731
- - [12793](https://github.com/emberjs/ember.js/pull/12793) [BUGFIX] Remove jQuery version assertion/error.
732
- - [#12414](https://github.com/emberjs/ember.js/pull/12414) [BUGFIX] Fix multiplicative observation of controllers in views
733
- - [#12784](https://github.com/emberjs/ember.js/pull/12784) [BUGFIX] Prevent `classNames` from being duplicated.
734
-
735
- ### 1.13.12 (January 14, 2016)
736
-
737
- - [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)
738
-
739
- ### 1.13.11 (November 16, 2015)
740
-
741
- - [#12334](https://github.com/emberjs/ember.js/pull/12334) [BUGFIX] Fix for Array.prototype.filter polyfill on IE8.
742
- - [#12344](https://github.com/emberjs/ember.js/pull/12344) [BUGFIX] Allow `{{link-to}}`'s `current-when` param be specified as a bound value.
743
- - [#12449](https://github.com/emberjs/ember.js/pull/12449) [BUGFIX] Updated backburner.js. Backported from master.
744
- - [#12471](https://github.com/emberjs/ember.js/pull/12471) [BUGFIX] Added deprecation for `Ember.SortableMixin`.
745
- - [#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).
746
- - [#12596](https://github.com/emberjs/ember.js/pull/12596) [BUGFIX] Fix `{{input}}` helper on IE8.
747
-
748
- ### 1.13.10 (September 6, 2015)
749
-
750
- - [#12104](https://github.com/emberjs/ember.js/pull/12104) [BUGFIX] Ensure `concatenatedProperties` are not stomped.
751
- - [#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>`).
752
- - [#12272](https://github.com/emberjs/ember.js/pull/12272) [BUGFIX] Update HTMLBars to fix memory leak when an `{{each}}` is inside an `{{if}}`.
753
-
754
- ### 1.13.9 (August 22, 2015)
755
-
756
- - [#12138](https://github.com/emberjs/ember.js/pull/12138) [BUGFIX] Do not require calling `this._super(...arguments)` in views/components when implementing `didRecieveAttrs`.
757
- - [#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.
758
-
759
- ### 1.13.8 (August 13, 2015)
760
-
761
- - [#12056](https://github.com/emberjs/ember.js/pull/12056) [BUGFIX] Ensure initializers can augment `customEvents`.
762
- - [#12037](https://github.com/emberjs/ember.js/pull/12037) [BUGFIX] Fix error in some query params scenarios.
763
- - [#12058](https://github.com/emberjs/ember.js/pull/12058) [BUGFIX] Fix link-to with only qps linking to outdated route.
764
- - [#12061](https://github.com/emberjs/ember.js/pull/12061) [PERF] Improve performance of guidFor when reading an existing Ember.Object.
765
- - [#12067](https://github.com/emberjs/ember.js/pull/12067) [BUGFIX] Prevent `helper:@content-helper` lookup errors when using a paramless helper.
766
- - [#12071](https://github.com/emberjs/ember.js/pull/12071) [BUGFIX] Fix issue with accessing component attributes before initial render.
767
- - [#12073](https://github.com/emberjs/ember.js/pull/12073) [BUGFIX] Fix issue with events when invoking a component and specifying `classNames=`.
768
-
769
- ### 1.13.7 (August 9, 2015)
770
-
771
- - [#12000](https://github.com/emberjs/ember.js/pull/12000) [DEPRECATION] Deprecate using `controller` for {{with}}
772
- - [#11946](https://github.com/emberjs/ember.js/pull/11946) [PERF] Speed up `AttrProxy` implementation.
773
- - [#11956](https://github.com/emberjs/ember.js/pull/11956) [BUGFIX] Ensure that `Ember.View.views` is present on deprecated `Ember.View`.
774
- - [#11960](https://github.com/emberjs/ember.js/pull/11960) [BUGFIX] Fix issue preventing proper rerendering when specifying bound properties to `{{link-to}}`.
775
- - [#12018](https://github.com/emberjs/ember.js/pull/12018) [DEPRECATION] Deprecate `{{#unbound}}{{/unbound}}`.
776
- - [#12018](https://github.com/emberjs/ember.js/pull/12018) [DEPRECATION] Deprecate `{{unbound}}` with multiple params.
777
- - [#11964](https://github.com/emberjs/ember.js/pull/11964) [BUGFIX] Update htmlbars to v0.13.35.
778
- - [#12017](https://github.com/emberjs/ember.js/pull/12017) [DEPRECATION] Deprecate specifying `render` function to `Ember.View` or `Ember.Component` at extend time.
779
- - [#11993](https://github.com/emberjs/ember.js/pull/11993) [DEPRECATION] Deprecate `Ember.TrackedArray` and `Ember.SubArray`.
780
- - [#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() { });`.
781
- - [#12026](https://github.com/emberjs/ember.js/pull/12026) [BUGFIX] Remove wasted dependent keys for `template` and `layout` properties of `Ember.View`/`Ember.Component`.
782
-
783
- ### 1.13.6 (July 31, 2015)
784
-
785
- - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.Handlebars.makeViewHelper`.
786
- - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.HTMLBars.makeViewHelper`.
787
- - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.HTMLBars._registerHelper` (manual registration is no longer needed).
788
- - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.HTMLBars.makeBoundHelper` in favor of `Ember.Helper.helper`.
789
- - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.Handlebars.makeBoundHelper` in favor of `Ember.Helper.helper`.
790
- - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.Handlebars.registerBoundHelper` in favor of `Ember.Helper.helper`.
791
- - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.Handlebars.helper` in favor of `Ember.Helper.helper` and automatic helper resolution.
792
- - [#11900](https://github.com/emberjs/ember.js/pull/11900) [DEPRECATION] Deprecate `Ember.Handlebars.registerHelper` in favor of `Ember.Helper.helper` and automatic helper resolution.
793
- - [#11832](https://github.com/emberjs/ember.js/pull/11832) [BUGFIX] Fix memory leaks with application creation and acceptance test helpers.
794
- - [#11826](https://github.com/emberjs/ember.js/pull/11826) [DEPRECATION] Deprecate Ember.ContainerView
795
- - [#11864](https://github.com/emberjs/ember.js/pull/11864) [BUGFIX] Ensure acceptance test helpers are removed during teardown.
796
- - [#11861](https://github.com/emberjs/ember.js/pull/11861) [BUGFIX] Update HTMLBars to allow duplicate {{each}} keys.
797
- - [#11889](https://github.com/emberjs/ember.js/pull/11889) [BUGFIX] Fix `attributeBindings` for `id` attribute.
798
- - [#11866](https://github.com/emberjs/ember.js/pull/11866) [BUGFIX] Fix DeprecatedView (and friends) reopen function to delegate to original.
799
- - [#11891](https://github.com/emberjs/ember.js/pull/11891) [DEPRECATION] Deprecate Ember.CollectionView
800
- - [#11910](https://github.com/emberjs/ember.js/pull/11910) [BUGFIX] Ensure `Ember.CollectionView.CONTAINER_MAP` is present on deprecated `CollectionView`.
801
- - [#11917](https://github.com/emberjs/ember.js/pull/11917) [BUGFIX] Ensure `"use strict";` is properly added for modules.
802
- - [#11934](https://github.com/emberjs/ember.js/pull/11934) [DEPRECATION] Deprecate specifying `positionalParams` at extend time in favor of using static factory properties.
803
- - [#11935](https://github.com/emberjs/ember.js/pull/11935) [BUGFIX] Avoid unnecessary change events during initial render.
804
-
805
- ### 1.13.5 (July 19, 2015)
806
-
807
- - [#11767](https://github.com/emberjs/ember.js/pull/11767) [DEPRECATION] Deprecate Controller#needs
808
- - [#11468](https://github.com/emberjs/ember.js/pull/11468) [DEPRECATION] Deprecate `Ember.Freezable` and `frozenCopy`.
809
- - [#11762](https://github.com/emberjs/ember.js/pull/11762) / [#11744](https://github.com/emberjs/ember.js/pull/11744) [BUGFIX] Ensure deprecated `Ember.beforeObserver` is available in production.
810
- - [#11765](https://github.com/emberjs/ember.js/pull/11765) [DEPRECATION] Mark `Ember.oneWay` as deprecated
811
- - [#11774](https://github.com/emberjs/ember.js/pull/11774) [BUGFIX] Add deprecation warnings to deprecated Enumerable methods.
812
- - [#11778](https://github.com/emberjs/ember.js/pull/11778) [DEPRECATION] Deprecate reverse argument ordering in `Ember.observer`.
813
- - [#11787](https://github.com/emberjs/ember.js/pull/11787) [DEPRECATION] Deprecate slash for a namespace in the `{{render}}` helper.
814
- - [#11798](https://github.com/emberjs/ember.js/pull/11798) [DEPRECATION] Deprecate `Function#observesBefore`.
815
- - [#11812](https://github.com/emberjs/ember.js/pull/11812) [DEPRECATION] Add deprecation messages when using `Ember.get` / `Ember.set` in a certain ways.
816
-
817
- ### 1.13.4 (July 13, 2015)
818
-
819
- - [#11651](https://github.com/emberjs/ember.js/pull/11651) [BUGFIX] Ensure child views of non-dirty components get the correct parentView when rerendered.
820
- - [#11662](https://github.com/emberjs/ember.js/pull/11662) [BUGFIX] Prevent ArrayController deprecation on generated controllers.
821
- - [#11655](https://github.com/emberjs/ember.js/pull/11655) [BUGFIX] Fix issue with blockless link-to with only query params.
822
- - [#11664](https://github.com/emberjs/ember.js/pull/11664) [BUGFIX] Ensure Route actions can be unit tested.
823
- - [#11667](https://github.com/emberjs/ember.js/pull/11667) [BUGFIX] Fix memory leak in rendering engine.
824
-
825
- ### 1.13.3 (July 5, 2015)
826
-
827
- - [#11510](https://github.com/emberjs/ember.js/pull/11510) [DEPRECATION] Deprecate `Ember.Object.createWithMixins`.
828
- - [#11512](https://github.com/emberjs/ember.js/pull/11512) [DEPRECATION] Deprecate `Ember.oneWay` in favor of `Ember.computed.oneWay`.
829
- - [#11525](https://github.com/emberjs/ember.js/pull/11525) [BUGFIX] Add helpful error when using `{{each}}` with duplicate keys. This replaces a difficult to understand error deep in the HTMLBars internals, with an error that explains the duplicate key issue a bit better.
830
- - [#11511](https://github.com/emberjs/ember.js/pull/11511) [DEPRECATION] Deprecate `Ember.keys` in favor of `Object.keys`.
831
- - [#11511](https://github.com/emberjs/ember.js/pull/11511) [DEPRECATION] Deprecate `Ember.create` in favor of `Object.create`.
832
- - [#11543](https://github.com/emberjs/ember.js/pull/11543) / [#11594](https://github.com/emberjs/ember.js/pull/11594) / [#11603](https://github.com/emberjs/ember.js/pull/11603) - [BUGFIX] Fix extending or reopening `Ember.LinkView`.
833
- - [#11561](https://github.com/emberjs/ember.js/pull/11561) [BUGFIX] Fix issue with `{{link-to}}` not properly updating the link for certain routing state changes.
834
- - [#11572](https://github.com/emberjs/ember.js/pull/11572) [BUGFIX] Ensure local component state can shadow attributes provided during invocation.
835
- - [#11570](https://github.com/emberjs/ember.js/pull/11570) [BUGFIX] Prevent infinite loop when a yielded block param is changed.
836
- - [#11577](https://github.com/emberjs/ember.js/pull/11577) [BUGFIX] Ensure route backed views are properly destroyed.
837
- - [#11636](https://github.com/emberjs/ember.js/pull/11636) [BUGFIX] Fix sticky query params for nested and for dynamic routes.
838
- - [#11639](https://github.com/emberjs/ember.js/pull/11639) [BUGFIX] Fix testing of components containing `{{link-to}}`'s.
839
- - [#11650](https://github.com/emberjs/ember.js/pull/11650) [BUGFIX] Update HTMLBars to 0.13.32. Fixes a number of issues with the property first strategy used:
840
- * for exceptions `input.form`, `input.list`, `button.type` always use `elem.setAttribute`
841
- * for `form.action` always escape
842
- * always assign handlers to props, even if the case appears strange
843
-
844
- ### 1.13.2 (June 17, 2015)
845
-
846
- - [#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`.
847
- - [#11495](https://github.com/emberjs/ember.js/pull/11495) [PERFORMANCE] Remove debug statements from production builds.
848
-
849
- ### 1.13.1 (June 16, 2015)
850
-
851
- - [#11445](https://github.com/emberjs/ember.js/pull/11445) [BUGFIX] Allow recomputation for `Ember.Helper` with arguments.
852
- - [#11317](https://github.com/emberjs/ember.js/pull/11317) [BUGFIX] Ensure handleURL called after setURL in visit helper.
853
- - [#11464](https://github.com/emberjs/ember.js/pull/11464) [DEPRECATION] Deprecate `Ember.immediateObserver`.
854
- - [#11476](https://github.com/emberjs/ember.js/pull/11476) [DEPRECATION] Deprecate `Ember.ArrayController`.
855
- - [#11478](https://github.com/emberjs/ember.js/pull/11478) [DEPRECATION] Deprecate `Ember.RenderBuffer`.
856
-
857
- ### 1.13.0 (June 12, 2015)
858
-
859
- - [#11270](https://github.com/emberjs/ember.js/pull/11270) [BUGFIX] Ensure view registry is propagated to components.
860
- - [#11273](https://github.com/emberjs/ember.js/pull/11273) [BUGFIX] Downgrade Ember.Service without proper inheritance to a deprecation (instead of an assertion).
861
- - [#11274](https://github.com/emberjs/ember.js/pull/11274) [BUGFIX] Unify template compiler deprecations so that they can report the proper location of the deprecation.
862
- - [#11279](https://github.com/emberjs/ember.js/pull/11279) [DEPRECATION] Deprecate `{{#each foo in bar}}{{/each}}`.
863
- - [#11229](https://github.com/emberjs/ember.js/pull/11229) [BUGFIX] Prevent views from having access to component lifecycle hooks.
864
- - [#11286](https://github.com/emberjs/ember.js/pull/11286) [DEPRECATION] Deprecate `Ember.EnumerableUtils`.
865
- - [#11338](https://github.com/emberjs/ember.js/pull/11338) [BUGFIX] Ensure `parentView` is available properly.
866
- - [#11313](https://github.com/emberjs/ember.js/pull/11313) [DEPRECATION] Allow deprecated access to `template` in component to determine if a block was provided.
867
- - [#11339](https://github.com/emberjs/ember.js/pull/11339) Add special values (`@index` or `@guid`) to `{{each}}`'s keyPath.
868
- - [#11360](https://github.com/emberjs/ember.js/pull/11360) Add warning message when using `{{each}}` without specifying `key`.
869
- - [#11348](https://github.com/emberjs/ember.js/pull/11348) [BUGFIX] Provide useful errors when a closure action is not found.
870
- - [#11264](https://github.com/emberjs/ember.js/pull/11264) Add `{{concat}}` helper.
871
- - [#11362](https://github.com/emberjs/ember.js/pull/11362) / [#11365](https://github.com/emberjs/ember.js/pull/11365) [DOC] Ensure all documentation comments include `@public` or `@private`.
872
- - [#11278](https://github.com/emberjs/ember.js/pull/11278) Implement Ember.Helper. Read [emberjs/rfcs#53](https://github.com/emberjs/rfcs/pull/53) for more details.
873
- - [#11373](https://github.com/emberjs/ember.js/pull/11373) [BUGFIX] Fix issue with multiple actions in a single element.
874
- - [#11387](https://github.com/emberjs/ember.js/pull/11387) [DEPRECATION] Deprecate `Ember.View`.
875
- - [#11389](https://github.com/emberjs/ember.js/pull/11389) [DEPRECATION] Deprecate `{{view}}` helper.
876
- - [#11394](https://github.com/emberjs/ember.js/pull/11394) [DEPRECATION] Add `Ember.LinkComponent` and deprecate `Ember.LinkView`.
877
- - [#11400](https://github.com/emberjs/ember.js/pull/11400) [DEPRECATION] Deprecate `Ember.computed.any`.
878
- - [#11330](https://github.com/emberjs/ember.js/pull/11330) [BUGFIX] Ensure that `{{each}}` can properly transition into and out of its inverse state.
879
- - [#11416](https://github.com/emberjs/ember.js/pull/11416) [DEPRECATION] Deprecate `Ember.Select`.
880
- - [#11403](https://github.com/emberjs/ember.js/pull/11403) [DEPRECATION] Deprecate `Ember.arrayComputed`, `Ember.ReduceComputedProperty`, `Ember.ArrayComputedProperty`, and `Ember.reduceComputed`.
881
- - [#11401](https://github.com/emberjs/ember.js/pull/11401) [DEPRECATION] Deprecate `{{view` and `{{controller` template local keywords.
882
- - [#11329](https://github.com/emberjs/ember.js/pull/11329) [BUGFIX] Fix issue with `{{component}}` helper not properly cleaning up components after they have been replaced.
883
- - [#11393](https://github.com/emberjs/ember.js/pull/11393) Implement support for automatic registration of all helpers (with or without a dash). Requires ember-resolver@0.1.17 or higher if using ember-cli. Read [emberjs/rfcs#58](https://github.com/emberjs/rfcs/pull/58) for more details.
884
- - [#11425](https://github.com/emberjs/ember.js/pull/11425) [BUGFIX] Prevent `willDestroyElement` from being called multiple times on the same component.
885
- - [#11138](https://github.com/emberjs/ember.js/pull/11138) Add a better deprecation for `{{bind-attr}}`.
886
- - [#11201](https://github.com/emberjs/ember.js/pull/11201) [BUGFIX] Fix `currentURL` test helper.
887
- - [#11161](https://github.com/emberjs/ember.js/pull/11161) [BUGFIX] Fix initial selection for select with optgroup.
888
- - [#10980](https://github.com/emberjs/ember.js/pull/10980) [BUGFIX] Fix `Ember.String.dasherize`, `Ember.String.underscore`, `Ember.String.capitalize`, `Ember.String.classify` for multi-word input values.
889
- - [#11187](https://github.com/emberjs/ember.js/pull/11187) [BUGFIX] Handle mut cell action names.
890
- - [#11194](https://github.com/emberjs/ember.js/pull/11194) [BUGFIX] Ensure `classNameBindings` properly handles multiple entries.
891
- - [#11203](https://github.com/emberjs/ember.js/pull/11203) [BUGFIX] Ensure components for void tagNames do not have childNodes.
892
- - [#11205](https://github.com/emberjs/ember.js/pull/11205) [BUGFIX] Ensure `Ember.get` works on empty string paths.
893
- - [#11220](https://github.com/emberjs/ember.js/pull/11220) [BUGFIX] Fix issue with `Ember.computed.sort` where array observers were not properly detached.
894
- - [#11222](https://github.com/emberjs/ember.js/pull/11222) [BUGFIX] Only attempt to lookup components with a dash.
895
- - [#11227](https://github.com/emberjs/ember.js/pull/11227) [BUGFIX] Ensure `role` is properly applied to views if `ariaRole` attribute is present.
896
- - [#11228](https://github.com/emberjs/ember.js/pull/11228) [BUGFIX] Fix `{{each}}` with `itemViewClass` specified `tagName`.
897
- - [#11231](https://github.com/emberjs/ember.js/pull/11231) [BUGFIX] Fix `{{each}}` with `itemViewClass` and `{{else}}`.
898
- - [#11234](https://github.com/emberjs/ember.js/pull/11234) [BUGFIX] Fix `{{each item in model itemViewClass="..."}}`.
899
- - [#11235](https://github.com/emberjs/ember.js/pull/11235) [BUGFIX] Properly handle `isVisible` as a computed property.
900
- - [#11242](https://github.com/emberjs/ember.js/pull/11242) [BUGFIX] Use the proper value for `options.data.view` with Handlebars compat helpers.
901
- - [#11252](https://github.com/emberjs/ember.js/pull/11253) [BUGFIX] Ensure `instanceInitializers` are called with the proper arguments when calling `App.reset`.
902
- - [#11257](https://github.com/emberjs/ember.js/pull/11257) [BUGFIX] Fix (and deprecate) `{{input on="..." action="..."}}`.
903
- - [#11260](https://github.com/emberjs/ember.js/pull/11260) [BUGFIX] Ensure that passing an array argument to `(action` helper is handled properly.
904
- - [#11261](https://github.com/emberjs/ember.js/pull/11261) Add helpful assertion when exporting the wrong type of factory (for Routes, Components, Services, and Views).
905
- - [#11266](https://github.com/emberjs/ember.js/pull/11266) [BUGFIX] Ensure `parentView` includes yielding component.
906
- - [#11267](https://github.com/emberjs/ember.js/pull/11267) Disable angle bracket components. See [#11267](https://github.com/emberjs/ember.js/pull/11267) and [emberjs/rfcs#60](https://github.com/emberjs/rfcs/pull/60) for more details.
907
- - [#3852](https://github.com/emberjs/ember.js/pull/3852) [BREAKING BUGFIX] Do not assume null Ember.get targets always refer to a global
908
- - [#10501](https://github.com/emberjs/ember.js/pull/10501) Implement Glimmer Engine.
909
- - [#11029](https://github.com/emberjs/ember.js/pull/11029) Allow bound outlet names.
910
- - [#11035](https://github.com/emberjs/ember.js/pull/11035) {{#with}} helper should not render if passed variable is falsey.
911
- - [#11104](https://github.com/emberjs/ember.js/pull/11104) / [#10501](https://github.com/emberjs/ember.js/pull/10501) Remove support for non-HTMLBars templates.
912
- - [#11116](https://github.com/emberjs/ember.js/pull/11116) / [emberjs/rfcs#50](https://github.com/emberjs/rfcs/pull/50) [FEATURE ember-routing-htmlbars-improved-actions].
913
- - [#11028](https://github.com/emberjs/ember.js/pull/11028) Add positional parameter support to components.
914
- - [#11084](https://github.com/emberjs/ember.js/pull/11084) Enable {{yield to="inverse"}} in components.
915
- - [#11141](https://github.com/emberjs/ember.js/pull/11141) Implement angle-bracket components.
916
-
917
- ### 1.12.0 (May 13, 2015)
918
-
919
- - [#10874](https://github.com/emberjs/ember.js/pull/10874) Include all files in jspm package.
920
- - [#10876](https://github.com/emberjs/ember.js/pull/10876) [BUGFIX] Make the `{{component}}` helper deal with dynamically set falsey values.
921
- - [#10883](https://github.com/emberjs/ember.js/pull/10883) [BUGFIX] Fix `View.prototype.replaceIn` functionality.
922
- - [#10920](https://github.com/emberjs/ember.js/pull/10920) [BUGFIX] Fix `Component.prototype.layout` so that it can now be set and recompute properly.
923
- - [#10968](https://github.com/emberjs/ember.js/pull/10968) [BUGFIX] Fix assertion that incorrectly fired on legacy settable computed properties.
924
- - [CVE-2015-1866] Ember.js XSS Vulnerability With {{view "select"}} Options
925
- - [#3852](https://github.com/emberjs/ember.js/pull/3852) [BREAKING BUGFIX] Do not assume null Ember.get targets always refer to a global
926
- - [#10200](https://github.com/emberjs/ember.js/pull/10200) Add 'autocomplete' to Ember.Select view
927
- - [#10464](https://github.com/emberjs/ember.js/pull/10464) Ensure templates were compiled with the current compiler version.
928
- - [#10494](https://github.com/emberjs/ember.js/pull/10494) Make it easier to write lazy streams.
929
- - [#10483](https://github.com/emberjs/ember.js/pull/10483) [REFACTOR] Lazily reify router’s location.
930
- - [#10673](https://github.com/emberjs/ember.js/pull/10673) Remove EachProxy and EachArray from exports.
931
- - [#10572](https://github.com/emberjs/ember.js/pull/10572) Fix UnrecognizedURLError not being an Error.
932
- - [#10585](https://github.com/emberjs/ember.js/pull/10585) Deprecate direct use of `Ember.CoreView`.
933
- - [#10599](https://github.com/emberjs/ember.js/pull/10599) Don’t share view registry across containers.
934
- - [#10667](https://github.com/emberjs/ember.js/pull/10667) Deprecate `Ember.tryFinally` and `Ember.tryCatchFinally`.
935
- - [#10668](https://github.com/emberjs/ember.js/pull/10668) Deprecate `Ember.required`.
936
- - [#10678](https://github.com/emberjs/ember.js/pull/10678) Fix typos in deprecations of unescaped style attribute
937
- - [#10679](https://github.com/emberjs/ember.js/pull/10679) Ensure docs are not detected for deprecation mixins.
938
- - [#10672](https://github.com/emberjs/ember.js/pull/10672) Do not export `Ember.Descriptor`.
939
- - [#10695](https://github.com/emberjs/ember.js/pull/10695) Require that `base` `href` and `embed` `src` are escaped.
940
- - [#10690](https://github.com/emberjs/ember.js/pull/10690) [BUGFIX canary] Prevent unknown input types from erroring.
941
- - [#10731](https://github.com/emberjs/ember.js/pull/10731) [FEATURE] Enable `new-computed-syntax` feature. See [emberjs/rfcs#11](https://github.com/emberjs/rfcs/pull/11) for more details.
942
- - [#10731](https://github.com/emberjs/ember.js/pull/10731) [FEATURE] Enable `ember-application-instance-initializers` feature.
943
- - [#10731](https://github.com/emberjs/ember.js/pull/10731) [FEATURE] Enable `ember-application-initializer-context` feature.
944
-
945
- ### 1.11.0 (March 28, 2015)
946
-
947
- - [#10736](https://github.com/emberjs/ember.js/pull/10736) [BUGFIX] Fix issue with Query Params when using `Ember.ObjectController` (regression from `ObjectController` deprecation).
948
- - [#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.
949
- - [#10709](https://github.com/emberjs/ember.js/pull/10709) [BUGFIX] Clear `src` attributes that are set to `null` or `undefined`.
950
- - [#10695](https://github.com/emberjs/ember.js/pull/10695) [SECURITY] Add `<base>` and `<embed>` to list of tags where `src` and `href` are sanitized.
951
- - [#10683](https://github.com/emberjs/ember.js/pull/10683) / [#10703](https://github.com/emberjs/ember.js/pull/10703) / [#10712](https://github.com/emberjs/ember.js/pull/10712) [BUGFIX] Fix regressions added during the `{{outlet}}` refactor.
952
- - [#10663](https://github.com/emberjs/ember.js/pull/10663) / [#10711](https://github.com/emberjs/ember.js/pull/10711) [SECURITY] Warn when using dynamic style attributes without a `SafeString` value. [See here](https://emberjs.com/deprecations/v1.x/#toc_warning-when-binding-style-attributes) for more details.
953
- - [#10463](https://github.com/emberjs/ember.js/pull/10463) [BUGFIX] Make async test helpers more robust. Fixes hanging test when elements are not found.
954
- - [#10631](https://github.com/emberjs/ember.js/pull/10631) Deprecate using `fooBinding` syntax (`{{some-thing nameBinding="model.name"}}`) in templates.
955
- - [#10627](https://github.com/emberjs/ember.js/pull/10627) [BUGFIX] Ensure specifying `class` as a sub-expression (`{{input value=foo class=(some-sub-expr)}}`) works properly.
956
- - [#10613](https://github.com/emberjs/ember.js/pull/10613) [BUGFIX] Ensure `{{view id=bar}}` sets `id` on the view.
957
- - [#10612](https://github.com/emberjs/ember.js/pull/10612) [BUGFIX] Ensure `Ember.inject.controller()` works for all Controller types.
958
- - [#10604](https://github.com/emberjs/ember.js/pull/10604) [BUGFIX] Fix regression on iOS 8 crashing on certain platforms.
959
- - [#10556](https://github.com/emberjs/ember.js/pull/10556) [BUGFIX] Deprecate `{{link-to}}` unwrapping a controllers model.
960
- - [#10528](https://github.com/emberjs/ember.js/pull/10528) [BUGFIX] Ensure custom Router can be passed to Ember.Application.
961
- - [#10530](https://github.com/emberjs/ember.js/pull/10530) [BUGFIX] Add assertion when calling `this.$()` in a tagless view/component.
962
- - [#10533](https://github.com/emberjs/ember.js/pull/10533) [BUGFIX] Do not allow manually specifying `application` resource in the `Router.map`.
963
- - [#10544](https://github.com/emberjs/ember.js/pull/10544) / [#10550](https://github.com/emberjs/ember.js/pull/10550) [BUGFIX] Ensure that `{{input}}` can be updated multiple times, and does not loose cursor position.
964
- - [#10553](https://github.com/emberjs/ember.js/pull/10553) [BUGFIX] Fix major regression in the non-block form of `{{link-to}}` that caused an application crash after a period of time.
965
- - [#10554](https://github.com/emberjs/ember.js/pull/10554) [BUGFIX] Remove access to `this` in HTMLBars helpers. To fix any usages of `this` in a helper, you can access the view from `env.data.view` instead.
966
- - [#10475](https://github.com/emberjs/ember.js/pull/10475) [BUGFIX] Ensure wrapped errors are logged properly.
967
- - [#10489](https://github.com/emberjs/ember.js/pull/10489) [BUGFIX] Fix an issue with bindings inside of a yielded template when the yield helper is nested inside of another view
968
- - [#10493](https://github.com/emberjs/ember.js/pull/10493) [BUGFIX] Fix nested simple bindings inside of nested yields within views.
969
- - [#10527](https://github.com/emberjs/ember.js/pull/10527) [BUGFIX] Ensure that Component context is not forced to parent context.
970
- - [#10525](https://github.com/emberjs/ember.js/pull/10525) [BUGFIX] Fix issue causing cursor position to be lost while entering into an `{{input}}` / `Ember.TextField`.
971
- - [#10372](https://github.com/emberjs/ember.js/pull/10372) / [#10431](https://github.com/emberjs/ember.js/pull/10431) / [#10439](https://github.com/emberjs/ember.js/pull/10439) / [#10442](https://github.com/emberjs/ember.js/pull/10442) Decouple route transition from view creation.
972
- - [#10436](https://github.com/emberjs/ember.js/pull/10436) [BUGFIX] Ensure `instrument.{subscribe,unsubscribe,reset}` aren’t accidentally clobbered.
973
- - [#10462](https://github.com/emberjs/ember.js/pull/10462) [BUGFIX] Fix incorrect export of `Ember.OutletView`.
974
- - [#10398](https://github.com/emberjs/ember.js/pull/10398) [BUGFIX] `undefined` and `null` values in bind-attr should remove attributes.
975
- - [#10413](https://github.com/emberjs/ember.js/pull/10413) Update to use inclusive `morph-range` (via HTMLBars v0.11.1).
976
- - [#10464](https://github.com/emberjs/ember.js/pull/10464) Add helpful assertion if templates are compiled with a different template compiler revision.
977
- - [#10160](https://github.com/emberjs/ember.js/pull/10160) [FEATURE] Add index as an optional parameter to #each blocks [@tim-evans](https://github.com/tim-evans)
978
- - [#10186](https://github.com/emberjs/ember.js/pull/10186) Port attributeBindings to AttrNode views [@mixonic](https://github.com/mixonic)
979
- - [#10184](https://github.com/emberjs/ember.js/pull/10184) Initial support basic Node.js rendering.
980
- - [#10179](https://github.com/emberjs/ember.js/pull/10179) [FEATURE] Execute initializers in their respective context [@gf3](https://github.com/gf3)
981
- - [#10213](https://github.com/emberjs/ember.js/pull/10213) Ensure overriding attribute bindings is possible [@miguelcobain](https://github.com/miguelcobain)
982
- - [#10320](https://github.com/emberjs/ember.js/pull/10320) Start breaking up Ember.View code into mixins based on purpose [@ebryn](https://github.com/ebryn)
983
- - [#10221](https://github.com/emberjs/ember.js/pull/10221) Embed enabled features in debug builds. [@rwjblue](https://github.com/rwjblue)
984
- - [#10215](https://github.com/emberjs/ember.js/pull/10215) [Bugfix beta] Prevent Ember from erroring when the errorThrown property is `undefined` [@bmac](https://github.com/bmac)
985
- - [#10326](https://github.com/emberjs/ember.js/pull/10326) Let `View#appendChild` instantiate `SimpleBoundView`s rather than doing it manually ourselves [@ebryn](https://github.com/ebryn)
986
- - [#10280](https://github.com/emberjs/ember.js/pull/10280) Moves route-recognizer to a NPM dep, bumps emberjs-build [@danmcclain](https://github.com/danmcclain)
987
- - [#10256](https://github.com/emberjs/ember.js/pull/10256) Simplify and modularize app/router initialization [@emberjs](https://github.com/emberjs)
988
- - [#10254](https://github.com/emberjs/ember.js/pull/10254) Make computed.or and computed.and return truthy values [@soulcutter](https://github.com/soulcutter)
989
- - [#10271](https://github.com/emberjs/ember.js/pull/10271) Clean up boot process [@emberjs](https://github.com/emberjs)
990
- - [#10268](https://github.com/emberjs/ember.js/pull/10268) Bumped sha to get tildeio/route-recognizer#40, which fixes #10190 [@jayphelps](https://github.com/jayphelps)
991
- - [#10316](https://github.com/emberjs/ember.js/pull/10316) Make LinkView FastBoot™-compatible [@emberjs](https://github.com/emberjs)
992
- - [#10321](https://github.com/emberjs/ember.js/pull/10321) `View#element` isn’t observable, we don’t need to use `set` [@ebryn](https://github.com/ebryn)
993
- - [#10323](https://github.com/emberjs/ember.js/pull/10323) Remove `meta.descs` [@ebryn](https://github.com/ebryn)
994
- - [#10324](https://github.com/emberjs/ember.js/pull/10324) Don’t run this mandatory setter test in prod [@ebryn](https://github.com/ebryn)
995
- - [#10329](https://github.com/emberjs/ember.js/pull/10329) Update transpiler to Esperanto. [@rwjblue](https://github.com/rwjblue)
996
- - [#10352](https://github.com/emberjs/ember.js/pull/10352) Add internal `_willDestroyElement` hook to prevent using instance-based events [@ebryn](https://github.com/ebryn)
997
- - [#10336](https://github.com/emberjs/ember.js/pull/10336) Remove unnecessary check for `NativeArray` [@tricknotes](https://github.com/tricknotes)
998
- - [#10334](https://github.com/emberjs/ember.js/pull/10334) Update to HTMLBars v0.10.0. [@rwjblue](https://github.com/rwjblue)
999
- - [#10338](https://github.com/emberjs/ember.js/pull/10338) Ensure computed.oneWay is exported properly. [@linstula](https://github.com/linstula)
1000
- - [#10345](https://github.com/emberjs/ember.js/pull/10345) Update to QUnit 1.17.1. [@rwjblue](https://github.com/rwjblue)
1001
- - [#10350](https://github.com/emberjs/ember.js/pull/10350) Make meta.cache & meta.cacheMeta lazy [@ebryn](https://github.com/ebryn)
1002
- - [#10353](https://github.com/emberjs/ember.js/pull/10353) Avoid creating context bindings for collection views [@mmun](https://github.com/mmun)
1003
- - [#10093](https://github.com/emberjs/ember.js/pull/10093) [FEATURE] Implement {{component}} helper [@lukemelia](https://github.com/lukemelia)
1004
-
1005
- ### 1.10.0 (February 7, 2015)
1006
-
1007
- * [BUGFIX] Ensure that property case is normalized.
1008
- * [BUGFIX] Prevent an error from being thrown if the errorThrown property is a string when catching unhandled promise rejections.
1009
- * [BUGFIX] `contenteditable` elements should fire focus events in `ember-testing` click helper.
1010
- * [BUGFIX] Remove HTMLBars from builds `ember.debug.js` and `ember.prod.js` builds. Please see https://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html for more details.
1011
- * [BUGFIX] Ensure that calling the `wait` testing helper without routing works properly.
1012
- * [BUGFIX] Ensure that a plus sign in query params are treated as spaces.
1013
- * [BUGFIX] Fix broken `Ember.Test.unregisterWaiter` semantics.
1014
- * [BUGFIX] Allow unbound helpers to add attributes.
1015
- * [BUGFIX] Ensure compat helpers calling `options.fn` work.
1016
- * [BUGFIX] Fix memory leak in view streams.
1017
- * [BUGFIX] Don't render default layout for `Ember.TextField`.
1018
- * Update HTMLBars version to v0.8.5:
1019
- * Allow numbers to be parsed as HTML in IE.
1020
- * Add namespace detection.
1021
- * Include line number in error thrown for unclosed HTML element.
1022
- * `removeAttribute` fix for IE <11 and SVG.
1023
- * Disable `cloneNodes` in IE8.
1024
- * Improve HTML validation and error messages thrown.
1025
- * Fix a number of template compilation issues in IE8.
1026
- * Use the correct namespace in `parseHTML` (fixes various issues that occur
1027
- when changing to and from alternate namespaces).
1028
- * Ensure values are converted to `String`'s when setting attributes (fixes issues in IE10 & IE11).
1029
- * Change `setProperty` and `morph` to remove an `undefined` attr value.
1030
- * Remove dots from default resolver descriptions.
1031
- * Add helpful assertion if a block helper is not found.
1032
- * Make Ember.HTMLBars version of registerHelper private.
1033
- * [BUGFIX] Add `options.types` and `options.hashTypes` for Handlebars compatible helpers.
1034
- * [BUGFIX] Fix usage of `emptyView` with `{{#each}}` helper.
1035
- * Assert if an attribute set statically and via bind-attr. For example:
1036
- `<div class="foo" {{bind-attr class="bar"}}></div>` will now trigger an assertion (instead of
1037
- silently failing).
1038
- * [BUGFIX] Fix deprecated bindAttr helper.
1039
- * [BUGFIX] Do not allow both keyword and block params.
1040
- * Cleanup HTMLBars public API
1041
- * Remove `Ember.HTMLBars.helper`.
1042
- * Remove internal `registerBoundHelper` function (use
1043
- `registerHelper('blah', makeViewHelper(SomeView))` or `registerHelper('blah', makeBoundHelper(func))`).
1044
- * [BUGFIX] Fix Handlebars compat mode `registerHelper` interop with `makeViewHelper`.
1045
- * [BUGFIX] Ensure that `mergedProperties` are properly merged when all properties are not present.
1046
- * Add options argument to pass url to `Ember.deprecate`.
1047
- * Deprecate `{{bind}}` helper.
1048
- * Pass array to `Ember.computed.filter` callback
1049
- * [BUGFIX] Prevent mandatory-setter when setter is already present.
1050
- * Remove Handlebars from dependencies.
1051
- * Fix error when parsing templates with invalid end tags.
1052
- * [BUGFIX] Allow makeBoundHelper to be a sub-expression.
1053
- * [BUGFIX] Allow compat makeBoundHelpers to be sub-expressions.
1054
- * [BUGFIX] Export Ember.Handlebars compat shim for `Ember.Handlebars.SafeString` and `Ember.Handlebars.Utils.escapeExpression`.
1055
- * [BUGFIX] Allow `Ember.inject` injected properties to be overridden (makes testing significantly easier).
1056
- * [BUGFIX] Don’t assert uncaught RSVP rejections. We are already logging the error, but asserting breaks everything else on the run loop queue.
1057
- * [BUGFIX] Allow tagName to be a CP (with deprecation).
1058
- * [BUGFIX] Allow view instances in {{view}}.
1059
- * [BUGFIX] Ensure bound attrs flush immediately.
1060
- * [PERFORMANCE] Initialize views in preRender state.
1061
- * [PERFORMANCE] `View#element` should not be observable.
1062
- * Add ember-template-compiler package.
1063
- * Rename `Ember.HTMLBars.registerASTPlugin` to `Ember.HTMLBars.registerPlugin`.
1064
- * Export `ember-template-compiler.js`.
1065
- * Escape `href`, `src`, and `background` attributes for `a`, `link`, `img`, and `iframe` elements.
1066
- * Move debugging file output from `ember.js` to `ember.debug.js`.
1067
- * Remove `templateData` property from views.
1068
- * Restructure `Ember.libraries` to be more idiomatic.
1069
- * Prevent creating an extra view for each select option.
1070
- * Deprecate the block form of the bind helper.
1071
- * Cleanup `Ember.CoreObject` init argument passing.
1072
- * Allow all rejection types to be handled by default RSVP error handler.
1073
- * Deprecate setting ContainerView#childViews.
1074
- * [FEATURE] ember-htmlbars - Enable the HTMLBars rendering engine.
1075
- * [FEATURE] ember-htmlbars-block-params - Enable block params feature for HTMLBars.
1076
-
1077
- ### 1.9.1 (December 23, 2014)
1078
-
1079
- * Allow `{{view}}` helper to properly handle view instances.
1080
- * Escape `href`, `src`, and `background` attributes for `a`, `link`, `img`, and `iframe` elements.
1081
-
1082
- ### 1.9.0 (December 8, 2014)
1083
-
1084
- * Add deprecation for quoteless outlet names (`{{outlet main}}` should be `{{outlet 'main'}}`).
1085
- * [BUGFIX] Update the `Ember.Map#forEach` callback to include the map being iterated over.
1086
- * [BUGFIX] Ensure that tagless container views are rendered properly.
1087
- * [PERF] `Ember.View#_outlets` is no longer observable.
1088
- * [PERF] Avoid extending a view for every `{{each}}`.
1089
- * Ensure initializers have a `name` property (provides a helpful assertion if missing).
1090
- * [BUILD TOOLING] Enable easier cross-browser testing by publishing builds and tests to S3.
1091
- * Enable `Ember.run.join` to return a value even if within an existing run loop.
1092
- * Update `Ember.EventDispatcher` to use `Ember.run.join`. This is required so that synchronous
1093
- events (like focus) do not spawn a nested run loop.
1094
- * Deprecate context switching form of {{each}}.
1095
- * Deprecate context switching form of {{with}}.
1096
- * Add improved error message when a component lookup fails.
1097
- * Ensure that component actions that are subscribed to, trigger an assertion when unhandled. Consider the following example:
1098
-
1099
- ```handlebars
1100
- {{!component-a.hbs}}
1101
-
1102
- {{some-other-component action="saveMe"}}
1103
- ```
1104
-
1105
- Clearly, `component-a` has subscribed to `some-other-component`'s `action`. Previously, if `component-a` did not handle the action, it would silently continue. Now, an assertion would be triggered.
1106
-
1107
- * [PERF] Speedup Mixin creation.
1108
- * [BREAKING] Require Handlebars 2.0. See [blog post](https://emberjs.com/blog/2014/10/16/handlebars-update.html) for details.
1109
- * Allow all rejection types in promises to be handled.
1110
- * Mandatory setter checks for configurable, and does not clobber non-configurable properties.
1111
- * Remove long deprecated `Ember.empty` and `Ember.none`.
1112
- * Refactor `Ember.platform`.
1113
- * `Ember.HashLocation` no longer assumes any hash is a route, uses forward slash prefix convention `#/foo`.
1114
- * Log unhandled promise rejections in testing.
1115
- * Deprecate `Ember.Handlebars.get`.
1116
- * Warn if FEATURES flagging is used in non-canary, debug builds.
1117
- * Streamify template bindings.
1118
- * Make Ember.Namespace#toString ember-cli aware.
1119
- * Prevent extra `method.toString` checks when setting `_super`.
1120
- * [PERF] Speedup watchKey by preventing for in related deopt.
1121
- * [FEATURE] ember-routing-fire-activate-deactivate-events.
1122
- * [FEATURE] ember-testing-pause-test.
1123
-
1124
-
1125
- ### Ember 1.8.1 (November, 4, 2014)
1126
-
1127
- * [BUGFIX] Make sure that `{{view}}` can accept a Ember.View instance.
1128
- * [BUGFIX] Throw an assertion if `classNameBindings` are specified on a tag-less view.
1129
- * [BUGFIX] Setting an `attributeBinding` for `class` attribute triggers assertion.
1130
- * [BUGFIX] Fix `htmlSafe` to allow non-strings in unescaped code.
1131
- * [BUGFIX] Add support for null prototype object to mandatory setter code. Prevents errors when operating on Ember Data `meta` objects.
1132
- * [BUGFIX] Fix an issue with select/each that causes the last item rendered to be selected.
1133
-
1134
- ### Ember 1.8.0 (October, 28, 2014)
1135
-
1136
- * [BUGFIX] Ensure published builds do not use `define` or `require` internally.
1137
- * [BUGFIX] Remove strict mode for Object.create usage to work around an [iOS bug](https://bugs.webkit.org/show_bug.cgi?id=138038).
1138
- * Enable testing of production builds by publishing `ember-testing.js` along with the standard builds.
1139
- * [DOC] Make mandatory setter assertions more helpful.
1140
- * Deprecate location: 'hash' paths that don't have a forward slash. e.g. #foo vs. #/foo.
1141
- * [BUGFIX] Ensure `Ember.setProperties` can handle non-object properties.
1142
- * [BUGFIX] Refactor buffer to be simpler, single parsing code-path.
1143
- * [BUGFIX] Add assertion when morph is not found in RenderBuffer.
1144
- * [BUGFIX] Make computed.sort generate an answer immediately.
1145
- * [BUGFIX] Fix broken `Ember.computed.sort` semantics.
1146
- * [BUGFIX] Ensure ember-testing is not included in production build output.
1147
- * Deprecate usage of quoted paths in `{{view}}` helper.
1148
- * [BUGFIX] Ensure `{{view}}` lookup works properly when name is a keyword.
1149
- * [BUGFIX] Ensure `Ember.Map` works properly with falsey values.
1150
- * [BUGFIX] Make Ember.Namespace#toString ember-cli aware.
1151
- * [PERF] Avoid using `for x in y` in `Ember.RenderBuffer.prototype.add`.
1152
- * [BUGFIX] Enable setProperties to work on Object.create(null) objects.
1153
- * [PERF] Update RSVP to 3.0.14 (faster instrumentation).
1154
- * [BUGFIX] Add SVG support for metal-views.
1155
- * [BUGFIX] Allow camelCase attributes in DOM elements.
1156
- * [BUGFIX] Update backburner to latest.
1157
- * [BUGFIX] Use contextualElements to properly handle omitted optional start tags.
1158
- * [BUGFIX] Ensure that `Route.prototype.activate` is not retriggered when the model for the current route changes.
1159
- * [PERF] Fix optimization bailouts for `{{view}}` helper.
1160
- * [BUGFIX] Add `attributeBindings` for `lang` and `dir` (for bidirectional language support) in `Ember.TextField` and `Ember.TextAra`.
1161
- * [BUGFIX] Fix finishChains for all chains that reference an obj not just the ones rooted at that object.
1162
- * [BUGFIX] Refactor ES3 `Ember.keys` implementation.
1163
- * Rewrite Ember.Map to be faster and closer to ES6 implementation:
1164
- * [PERF + ES6] No longer clone array before enumeration (dramatically reduce allocations)
1165
- * [PERF] Don’t Rebind the callback of forEach if not needed
1166
- * [PERF + ES6] No longer allow Map#length to be bindable
1167
- * [PERF] Don’t double guid keys, as they are passed from map to ordered set (add/remove)
1168
- * [ES6] Deprecate Map#remove in-favor of the es6 Map#delete
1169
- * [ES6] Error if callback is not a function
1170
- * [ES6] Map#set should return the map. This enables chaining map.`map.set(‘foo’,1).set(‘bar’,3);` etc.
1171
- * [ES6] Remove length in-favor of size.
1172
- * [ES6] Throw if constructor is invoked without new
1173
- * [ES6] Make inheritance work correctly
1174
- * [BUGFIX] Allow for bound property {{input}} type.
1175
- * [BUGFIX] Ensure pushUnique targetQueue is cleared by flush.
1176
- * [BUGFIX] instrument should still call block even without subscribers.
1177
- * [BUGFIX] Remove unneeded normalization in query param controller lookup.
1178
- * [BUGFIX] Do not use defineProperty on each View instance.
1179
- * [PERF] Speedup `watchKey` by preventing for in related deopt.
1180
- * [PERF] Change `ENV.MANDATORY_SETTER` to FEATURES so it can be compiled out of production builds.
1181
- * [PERF] Object.create(null) in Ember.inspect.
1182
- * [PERF] Extracts computed property set into a separate function.
1183
- * [BUGFIX] Make `GUID_KEY = intern(GUID_KEY)` actually work on ES3.
1184
- * [BUGFIX] Ensure nested routes can inherit model from parent.
1185
- * Remove `metamorph` in favor of `morph` package (removes the need for `<script>` tags in the DOM).
1186
- * [FEATURE] ember-routing-linkto-target-attribute
1187
- * [FEATURE] ember-routing-multi-current-when
1188
- * [FEATURE] ember-routing-auto-location-uses-replace-state-for-history
1189
- * [FEATURE] ember-metal-is-present
1190
- * [FEATURE] property-brace-expansion-improvement
1191
- * Deprecate usage of Internet Explorer 6 & 7.
1192
- * Deprecate global access to view classes from template (see the [deprecation guide](https://emberjs.com/guides/deprecations/)).
1193
- * Deprecate `Ember.Set` (note: this is NOT the `Ember.set`).
1194
- * Deprecate `Ember.computed.defaultTo`.
1195
- * Remove long deprecated `Ember.StateManager` warnings.
1196
- * Use intelligent caching for `Ember.String` (`camelize`, `dasherize`, etc.).
1197
- * Use intelligent caching for container normalization.
1198
- * Polyfill `Object.create` (use for new caching techniques).
1199
- * Refactor internals to make debugging easier (use a single assignment per `var` statement).
1200
- * [BREAKING] Remove deprecated controller action lookup. Support for pre-1.0.0 applications with actions in the root
1201
- of the controller (instead of inside the `actions` hash) has been removed.
1202
- * [BREAKING] Ember.View didInsertElement is now called on child views before their parents. Before
1203
- 1.8.0-beta.1 it would be called top-down.
1204
-
1205
- ### Ember 1.7.0 (August 19, 2014)
1206
-
1207
- * Update `Ember.computed.notEmpty` to properly respect arrays.
1208
- * Bind `tabindex` property on LinkView.
1209
- * Update to RSVP 3.0.13 (fixes an error with `RSVP.hash` in IE8 amongst other changes).
1210
- * Fix incorrect quoteless action deprecation warnings.
1211
- * Prevent duplicate message getting printed by errors in Route hooks.
1212
- * Deprecate observing container views like arrays.
1213
- * Add `catch` and `finally` to Transition.
1214
- * [BUGFIX] paramsFor: don’t clobber falsy params.
1215
- * [BUGFIX] Controllers with query params are unit testable.
1216
- * [BUGFIX] Controllers have new QP values before setupController.
1217
- * [BUGFIX] Fix initial render of {{input type=bound}} for checkboxes.
1218
- * [BUGFIX] makeBoundHelper supports unquoted bound property options.
1219
- * [BUGFIX] link-to helper can be inserted in DOM when the router is not present.
1220
- * [PERFORMANCE] Do not pass `arguments` around in a hot-path.
1221
- * Remove Container.defaultContainer.
1222
- * Polyfill contains for older browsers.
1223
- * [BUGFIX] Ensure that `triggerEvent` handles all argument signatures properly.
1224
- * [BUGFIX] Stub meta on AliasedProperty (fixes regression from beta.2 with Ember Data).
1225
- * [DOC] Fixed issue with docs showing 'Ember.run' as 'run.run'.
1226
- * [BUGFIX] SimpleHandlebarsView should not re-render if normalized value is unchanged.
1227
- * Allow Router DSL to nest routes via `this.route`.
1228
- * [BUGFIX] Don't pass function UNDEFINED as oldValue to computed properties.
1229
- * [BUGFIX] dramatically improve performance of eachComputedProperty.
1230
- * [BUGFIX] Prevent strict mode errors from superWrapper.
1231
- * Deprecate Ember.DeferredMixin and Ember.Deferred.
1232
- * Deprecate `.then` on Ember.Application.
1233
- * Revert ember-routing-consistent-resources.
1234
- * [BUGFIX] Wrap es3 keywords in quotes.
1235
- * [BUGFIX] Use injected integration test helpers instead of local functions.
1236
- * [BUGFIX] Add alias descriptor, and replace `Ember.computed.alias` with new descriptor.
1237
- * [BUGFIX] Fix `{{#with view.foo as bar}}`.
1238
- * [BUGFIX] Force remove `required` attribute for IE8.
1239
- * [BUGFIX] Controller precedence for `Ember.Route.prototype.render` updated.
1240
- * [BUGFIX] fixes variable argument passing to triggerEvent helper.
1241
- * [BUGFIX] Use view:toplevel for {{view}} instead of view:default.
1242
- * [BUGFIX] Do not throw uncaught errors mid-transition.
1243
- * [BUGFIX] Don't assume that the router has a container.
1244
- * Fix components inside group helper.
1245
- * [BUGFIX] Fix wrong view keyword in a component block.
1246
- * Update to RSVP 3.0.7.
1247
- * [FEATURE query-params-new]
1248
- * [FEATURE ember-routing-consistent-resources]
1249
- * `uuid` is now consistently used across the project.
1250
- * `Ember.uuid` is now an internal function instead of a property on `Ember` itself.
1251
- * [BREAKING BUGFIX] On Controllers, the content property is now derived from model. This reduces many
1252
- caveats with model/content, and also sets a simple ground rule: Never set a controllers content,
1253
- rather always set it's model and ember will do the right thing.
1254
-
1255
- ### Ember 1.6.1 (July, 15, 2014)
1256
-
1257
- * Fix error routes/templates. Changes in router promise logging caused errors to be
1258
- thrown mid-transition into the `error` route. See [#5166](https://github.com/emberjs/ember.js/pull/5166) for further details.
1259
-
1260
- ### Ember 1.6.0 (July, 7, 2014)
1261
-
1262
- * [BREAKING BUGFIX] An empty array is treated as falsy value in `bind-attr` to be in consistent
1263
- with `if` helper. Breaking for apps that relies on the previous behavior which treats an empty
1264
- array as truthy value in `bind-attr`.
1265
- * [BUGFIX] Ensure itemController's do not leak by tying them to the parent controller lifecycle.
1266
- * [BUGFIX] Spaces in brace expansion throws an error.
1267
- * [BUGFIX] Fix `MutableEnumerable.removeObjects`.
1268
- * [BUGFIX] Allow controller specified to `{{with}}` to be the target of an action.
1269
- * [BUGFIX] Ensure that using keywords syntax (`{{with foo as bar}}`) works when specifying a controller.
1270
- * [BUGFIX] Ensure that controllers instantiated by `{{with}}` are properly destroyed.
1271
- * [BUGFIX] Wrap the keyword specified in `{{with foo as bar}}` with the controller (if specified).
1272
- * [BUGFIX] Fix `Ember.isArray` on IE8.
1273
- * [BUGFIX] Update backburner.js to fix issue with IE8.
1274
- * [BUGFIX] `Ember.computed.alias` returns value of aliased property upon set.
1275
- * Provide better debugging information for view rendering.
1276
- * [BUGFIX] Don't fire redirect on parent routes during transitions from one child route to another.
1277
- * [BUGFIX] Make errors thrown by Ember use `Ember.Error` consistently.
1278
- * [BUGFIX] Ensure controllers instantiated by the `{{render}}` helper are properly torn down.
1279
- * [BUGFIX] sync back burner: workaround IE's issue with try/finally without Catch. Also no longer force deoptimization of the run loop queue flush.
1280
- * [BUGFIX] Ember.onerror now uses Backburner's error handler.
1281
- * [BUGFIX] Do not rely on Array.prototype.map for logging version.
1282
- * [BUGFIX] RSVP errors go to Ember.onerror if present.
1283
- * [BUGFIX] Ensure context is unchanged when using keywords with itemController.
1284
- * [BUGFIX] Does not disregard currentWhen when given explicitly.
1285
- * [DOC] Remove private wording from makeBoundHelper.
1286
- * [BUGFIX] Invalidate previous sorting if sortProperties changes.
1287
- * [BUGFIX] Properly resolve helpers from {{unbound}}.
1288
- * [BUGFIX] reduceComputed detect retain:n better. Fixes issue with `Ember.computed.filterBy` erroring when items removed from dependent array.
1289
- * [BUGFIX] Namespaces are now required to start with uppercase A-Z.
1290
- * [BUGFIX] pass context to sortFunction to avoid calling `__nextSuper` on `undefined`.
1291
- * [BUGFIX] Allow setting of `undefined` value to a `content` property.
1292
- * [BUGFIX] Resolve bound actionName in Handlebars context instead of direct lookup on target.
1293
- * [BUGFIX] isEqual now supports dates.
1294
- * [BUGFIX] Add better debugging for DefaultResolver.
1295
- * [BUGFIX] {{yield}} works inside a Metamorph'ed component.
1296
- * [BUGFIX] Add `title` attribute binding to Ember.TextSupport.
1297
- * [BUGFIX] Ember.View's concreteView now asks its parentView's concreteView.
1298
- * [BUGFIX] Drop dead code for * in paths.
1299
- * [BUGFIX] Route#render name vs viewName precedence fix.
1300
- * [BUGFIX] Use parseFloat before incrementing via incrementProperty.
1301
- * [BUGFIX] Add `which` attribute to event triggered by keyEvent test helper.
1302
- * [Performance] Improve cache lookup throughput.
1303
- * [FEATURE ember-routing-add-model-option]
1304
- * [FEATURE ember-runtime-test-friendly-promises]
1305
- * [FEATURE ember-metal-computed-empty-array]
1306
-
1307
- ### Ember 1.5.0 (March 29, 2014)
1308
-
1309
- * [BUGFIX beta] Move reduceComputed instanceMetas into object's meta.
1310
- * [BUGFIX beta] Total invalidation of arrayComputed by non-array dependencies should be synchronous.
1311
- * [BUGFIX] run.bind keeps the arguments from the callback.
1312
- * [BUGFIX] Do not attach new listeners on each setupForTesting call.
1313
- * [BUGFIX] Ember.copy now supports Date.
1314
- * [BUGFIX] Add `which` attribute to event triggered by test helper.
1315
- * [BUGFIX beta] The `each` helper checks that the metamorph tags have the same parent.
1316
- * Allow Ember Inspector to access models with custom resolver.
1317
- * [BUGFIX] Allow components with layoutName specified by parent class to specify templateName.
1318
- * [BUGFIX] Don't raise error when a destroyed array is assigned to ArrayProxy.
1319
- * [BUGFIX] Use better ajax events for ember-testing counters.
1320
- * [BUGFIX] Move AJAX listeners into Ember.setupForTesting.
1321
- * [BUGFIX] PromiseProxyMixin reset isFulfilled and isRejected.
1322
- * Use documentElement instead of body for ember-extension detection.
1323
- * Many documentation updates.
1324
- * [SECURITY] Ensure that `ember-routing-auto-location` cannot be forced to redirect to another domain.
1325
- * [BUGFIX beta] Handle ES6 transpiler errors.
1326
- * [BUGFIX beta] Ensure namespaces are cleaned up.
1327
- * [FEATURE ember-handlebars-log-primitives]
1328
- * [FEATURE ember-testing-routing-helpers]
1329
- * [FEATURE ember-testing-triggerEvent-helper]
1330
- * [FEATURE computed-read-only]
1331
- * [FEATURE ember-metal-is-blank]
1332
- * [FEATURE ember-eager-url-update]
1333
- * [FEATURE ember-routing-auto-location]
1334
- * [FEATURE ember-routing-bound-action-name]
1335
- * [FEATURE ember-routing-inherits-parent-model]
1336
- * [BREAKING CHANGE] `Ember.run.throttle` now supports leading edge execution. To follow industry standard leading edge is the default.
1337
- * [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.
1338
-
1339
- ### Ember 1.4.0 (February 13, 2014)
1340
-
1341
- * [SECURITY] Ensure link-to non-block escapes title.
1342
- * Deprecate quoteless action names.
1343
- * [BUGFIX] Make Ember.RenderBuffer#addClass work as expected.
1344
- * [DOC] Display Ember Inspector hint in Firefox.
1345
- * [BUGFIX] App.destroy resets routes before destroying the container.
1346
- * [BUGFIX] reduceComputed fires observers when invalidating with undefined.
1347
- * [BUGFIX] Provide helpful error even if Model isn't found.
1348
- * [BUGFIX] Do not deprecate the block form of {{render}}.
1349
- * [BUGFIX] allow enumerable/any to match undefined as value
1350
- * [BUGFIX] Allow canceling of Timers in IE8.
1351
- * [BUGFIX] Calling toString at extend time causes Ember.View to memoize and return the same value for different instances.
1352
- * [BUGFIX] Fix ember-testing-lazy-routing.
1353
- * [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.
1354
- * Document the send method on Ember.ActionHandler.
1355
- * Document Ember.Route #controllerName and #viewName properties.
1356
- * Allow jQuery version 1.11 and 2.1.
1357
- * [BUGFIX] Fix stripping trailing slashes for * routes.
1358
- * [SECURITY] Ensure primitive value contexts are escaped.
1359
- * [SECURITY] Ensure {{group}} helper escapes properly.
1360
- * Performance improvements.
1361
- * [BUGFIX] Template-less components properties should not collide with internal properties.
1362
- * Unbound helper supports bound helper static strings.
1363
- * Preserve `<base>` URL when using history location for routing.
1364
- * Begin adding names for anonymous functions to aid in debugging.
1365
- * [FEATURE with-controller] {{#with}} can take a controller= option for wrapping the context. Must be an `Ember.ObjectController`
1366
- * [FEATURE propertyBraceExpansion] Add support for brace-expansion in dependent keys, observer and watch properties.
1367
- * [FEATURE ember-metal-run-bind] Enables `Ember.run.bind` which is ember run-loop aware variation of jQuery.proxy.
1368
-
1369
- ### Ember 1.3.1 (January 14, 2014)
1370
-
1371
- * [SECURITY] Ensure primitive value contexts are escaped.
1372
- * [SECURITY] Ensure {{group}} helper escapes properly.
1373
-
1374
- ### Ember 1.3.0 (January 6, 2014)
1375
-
1376
- * Many documentation updates.
1377
- * Update to RSVP 3.0.3.
1378
- * Use defeatureify to strip debug statements allowing multi-line assert statements.
1379
- * Added fail(), catch() and finally() methods to PromiseProxyMixin.
1380
- * [BUGFIX] Add 'view' option to {{outlet}} helper
1381
- * Make `Ember.compare` return `date` when appropriate.
1382
- * Prefer `EmberENV` over `ENV`, and do not create a global `ENV` if it was not supplied.
1383
- * `{{unbound}}` helper supports bound helper static strings.
1384
- * [BUGFIX] Make sure mandatory setters don't change default enumerable.
1385
- * [BUGFIX] The `render` helper now sets a `parentController` property on the child controller.
1386
- * `{{render}}` helper now creates the controller with its model.
1387
- * Fix bug in Metamorph.js with nested `if` statements.
1388
- * Label promises for debugging.
1389
- * Deprecate `RSVP.Promise.prototype.fail`.
1390
- * Cleanup header comment: remove duplication and add version.
1391
- * [BUGFIX] Do not attempt to serialize undefined models.
1392
- * [BUGFIX] Ensure {{link-to}} path observers are reregistered after render.
1393
- * [BUGFIX] Ensure that the rootURL is available to location.
1394
- * [BUGFIX] Make routePath smarter w/ stacked resource names
1395
- * Better link-to error for invalid dest routes
1396
- * Use imported handlebars before global Handlebars
1397
- * Update router.js
1398
- * Update RSVP.js
1399
- * Improved a handful of error messages
1400
- * Provide more information for debugging
1401
- * Added more assertions and deprecation warnings
1402
- * [BUGFIX] Add preventDefault option to link-to and action.
1403
- * [BUGFIX] contextualizeBindingPath should be aware of empty paths
1404
- * Expose helpful vars in {{debugger}} helper body
1405
- * [BUGFIX] container.has should not cause injections to be run.
1406
- * [BUGFIX] Make flag LOG_TRANSITIONS_INTERNAL work again
1407
- * [BUGFIX] Fix default {{yield}} for Components.
1408
- * [BUGFIX] Ensure aliased {{with}} blocks are not shared.
1409
- * [BUGFIX] Update to latest Backburner.js.
1410
- * [BUGFIX] Fix issue with Ember.Test.unregisterHelper.
1411
- * [BUGFIX] Make Ember.Handlebars.makeViewHelper warning useful.
1412
- * [FEATURE reduceComputed-non-array-dependencies] `ReduceComputedProperty`s may have non-array dependent keys. When a non-array dependent key changes, the entire property is invalidated.
1413
- * [FEATURE ember-testing-lazy-routing] Uses an initializer to defer readiness while testing. Readiness is advanced upon the first call to `visit`.
1414
- * [FEATURE ember-testing-wait-hooks] Allows registration of additional functions that the `wait` testing helper will call to determine if it's ready to continue.
1415
- * [FEATURE propertyBraceExpansion] Add simple brace expansion for dependent keys and watched properties specified declaratively. This is primarily useful with reduce computed properties, for specifying dependencies on multiple item properties of a dependent array, as with `Ember.computed.sort('items.@each.{propertyA,propertyB}', userSortFn)`.
1416
- * [BUGFIX release] Update to Handlebars 1.1.2.
1417
- * [BUGFIX] Register a default RSVP error handler.
1418
- * Update to latest RSVP (80cec268).
1419
- * [BUGFIX] Ember.Object.create now takes `undefined` as an argument.
1420
- * Components are lazily looked up.
1421
- * Renaming everyBy and anyBy to isEvery and isAny.
1422
-
1423
- ### Ember 1.2.1 _(January 14, 2014)_
1424
-
1425
- * [SECURITY] Ensure primitive value contexts are escaped.
1426
- * [SECURITY] Ensure {{group}} helper escapes properly.
1427
-
1428
- ### Ember 1.2.0 _(November 22, 2013)_
1429
-
1430
- * [BUGFIX] Publish ember-handlebars-compiler along with builds.
1431
- * [BUGFIX] Use RegExp.test() for Ember.computed.match.
1432
- * [BUGFIX] {{partial}} helper now works with bound params
1433
- * [BUGFIX] Added assert mismatched template compiler version.
1434
- * [BUGFIX] Allow Ember.Object.create to accept an Ember.Object.
1435
- * [BUGFIX] Allow keyboard events to work with the action helper.
1436
- * [BUGFIX] Enumerable#any no longer returns false if NaN is matched - Fixes #3736
1437
- * [BUGFIX] PromiseProxy should merely observe promises. - Fixes #3714
1438
- * [BUGFIX] Fix issue with templateName in Route and render. - Fixes #3502
1439
- * [BUGFIX] Sort guid fallback unconfused by ObjectProxy.
1440
- * [BUGFIX] The router should cleanup itself upon destroy.
1441
- * Correct `Em.typeOf` docs re: boxed types.
1442
- * Update for Handlebars 1.1
1443
- * Allow test helpers to be injected on specific object.
1444
- * Update router.js
1445
- * [BUGFIX] Give precedence to routes with more static segments. Fixes #3573
1446
- * [BUGFIX] Improve unhandled action error messages
1447
- * [BUGFIX] Bubble `loading` action above pivot route
1448
- * [BUGFIX] reduceComputed ignore changes during reset.
1449
- * [BUGFIX] reduceComputed handle out-of-range index.
1450
- * [FEATURE] Add support for nested loading/error substates. A loading substate will be entered when a slow-to-resolve promise is returned from one of the Route#model hooks during a transition and an appropriately-named loading template/route can be found. An error substate will be entered when one of the Route#model hooks returns a rejecting promise and an appropriately-named error template/route can be found.
1451
- * [FEATURE] Components and helpers registered on the container can be rendered in templates via their dasherized names. E.g. {{helper-name}} or {{component-name}}
1452
- * [FEATURE] Add a `didTransition` hook to the router.
1453
- * [FEATURE] Add a non-block form link-to helper. E.g {{link-to "About us" "about"}} will have "About us" as link text and will transition to the "about" route. Everything works as with the block form link-to.
1454
- * [FEATURE] Add sortBy using Ember.compare to the Enumerable mixin
1455
- * [FEATURE reduceComputedSelf] reduceComputed dependent keys may refer to @this.
1456
- * [BUGFIX] reduceComputed handle out of range indexes.
1457
- * Update Ember.immediateObserver and Ember.beforeObserver to match the new Ember.observer style.
1458
- * Make Ember.observer work with the function as the last argument.
1459
- * Ember.run.debounce and throttle accept string numbers like time interval
1460
- * Use Ember.Error consistently.
1461
- * Add assertion upon too many ajaxStop's.
1462
- * Introduce registerAsyncHelper which allows for unchained async helpers
1463
- * Ember-testing should not cause a test failure when aborting transitions
1464
- * Ember.Test Helpers no longer need to be chained
1465
- * Refactored promises usage
1466
- * Should not reference global `Handlebars` object, use `Ember.Handlebars` instead
1467
- * Added support for jQuery as a `require` module
1468
- * Decamelize handles strings with numbers
1469
- * disallow container registration if the corresponding singleton lookup has already occurred
1470
- * collection view will now defer all normalization to the resolver
1471
- * Remove Route#redirect soft deprecation
1472
- * Universalize {{view}} helper quoteless binding syntax, prevent id binding
1473
- * prefer Ember.Logger.assert over Logger error + setTimeout throw.
1474
- * Allow for the initial router to be resolved.
1475
- * Don't allow registration of undefined factories.
1476
- * Add `Ember.Subarray.prototype.toString`.
1477
- * [Improved assert for #3457] provide helpful assertion if needs is specified but no container is present.
1478
- * Update router.js to bc22bb4d59e48d187f8d60db6553d9e157f06789
1479
- * Update route recognizer
1480
- * Allow apps with custom jquery builds to exclude the event-alias module
1481
- * Removes long-deprecated getPath/setPath
1482
-
1483
- ### Ember 1.1.3 _(January 13, 2014)_
1484
-
1485
- * [SECURITY] Ensure primitive value contexts are escaped.
1486
- * [SECURITY] Ensure {{group}} helper escapes properly.
1487
-
1488
- ### Ember 1.1.2 _(October 25, 2013)_
1489
-
1490
- * [BUGFIX] Fix failures in component rendering. - Fixes #3637
1491
-
1492
- ### Ember 1.1.1 _(October 23, 2013)_
1493
-
1494
- * [BUGFIX] Allow Ember.Object.create to accept an Ember.Object.
1495
-
1496
- ### Ember 1.1.0 _(October 21, 2013)_
1497
-
1498
- * Make Ember.run.later more flexible with arguments - Fixes #3072
1499
- * Add assertion upon too many ajaxStop's.
1500
- * [BUGFIX] Fix an issue with concatenatedProperties.
1501
- * [BUGFIX] Throw a sensible exception from SubArray.removeItem when not found.
1502
- * [BUGFIX] Fix evaluateUnboundHelper properties
1503
- * Use Ember.Error consistently.
1504
- * [BUGFIX] Make Component.sendAction behave the same as {{action}} helper.
1505
- * [BUGFIX] Unique reduceComputed dependent keys.
1506
- * Don't allow registration of undefined factories.
1507
- * Decamelize handles strings with numbers
1508
- * [BUGFIX] Allow a reduceComputed to have an undefined initialValue.
1509
- * [BUGFIX] Soft-deprecate mixed binding syntax in view helper
1510
- * Universalize {{view}} helper quoteless binding syntax, prevent id binding
1511
- * disallow container registration if the corresponding singleton lookup has already occurred
1512
- * [BUGFIX] Fix edge case in `TrackedArray`
1513
- * Remove Route#redirect soft deprecation
1514
- * [BUGFIX] link-to, bound helper issues with arrays of primitives
1515
- * [BUGFIX] Don't use incompatible array methods
1516
- * [BUGFIX] `Ember.Object.extend` should allow any property
1517
- * [BUGFIX] Fix to return `undefined` for `href` of {{link-to}}
1518
- * [BUGFIX] `Ember.keys` should return own property
1519
- * [BUGFIX] Fixes #3332 - Array Computed Properties should update synchronously
1520
- * [BUGFIX] Fixes issue when content is undefined for Ember.Select with optgroup
1521
- * [BUGFIX] `Ember.SubArray` operation composition fix.
1522
- * [BUGFIX] Fire observers for array computed changes.
1523
- * [BUGFIX] Added tests failing for issue #3331
1524
- * Fix a bug in suspendListeners
1525
- * [BUGFIX] Optimization: Clear the meta cache without using observers.
1526
- * [BUGFIX] Calling `replaceIn` would incorrectly move views from the `hasElement` to `inDOM`
1527
- * [BUGFIX] ReduceComputedProperty ignore invalidated property observers.
1528
- * Set source object as context for callbacks in computed array property
1529
- * allow to inject falsy values like 'false' and 'null'
1530
- * `Ember.TargetActionSupport`'s `sendAction` should support `null` as context.
1531
- * Create Ember.libraries for keeping track of versions for debugging. emberjs/data#1051
1532
- * components should declare actions in the actions hash
1533
- * Close #3307 – Fix unexpected behavior with functions in concatenated properties
1534
- * Add shortcut for whitelisting all modifier keys on {{action}} Modifier key-independent action helper use cases can be less verbose and more future-proof.
1535
- * Only throw an initialValue error if it is null or undefined (i.e. not 0 or some other falsy value)
1536
- * Improve message and logic around UnrecognizedURLError
1537
- * Incorrect error message in router.js
1538
- * Install default error handler on ApplicationRoute#actions, not #events
1539
-
1540
- ### Ember 1.0.0 _(August 31, 2013)_
1541
-
1542
- * Fix nested `{{yield}}`
1543
- * `ReduceComputed` groups changed properties.
1544
- * Multiple fixes and improvements to the new Array Computed Properties
1545
- * Adds the ability to specify view class for render
1546
- * Restructure controller init, to minimize property lookups
1547
- * Provide hook for persistence libraries to inject custom find behavior.
1548
- * Sync router.js
1549
- * Controller#controllers property should be readOnly
1550
- * Invalid Controller#controllers accesses throw runtime exceptions
1551
- * Inform about the Ember Inspector if not installed
1552
- * Don't force a layout on registered components
1553
- * Make TextField and TextArea components
1554
- * Adds Function.prototype.observesImmediately
1555
- * Move ember-states into a plugin: https://github.com/emberjs/ember-states
1556
- * Update Backburner
1557
- * Disabled model factory injections by default.
1558
- * Fix bug where link-to wouldn't be active even if resource is active
1559
- * Add Ember.PromiseProxyMixin
1560
- * Some fixes to grouped each
1561
- * Update to rsvp-2.0.2; fixes unit tests for RSVP#rethrow in IE 6,7,8
1562
- * Rename computed array macros to match #3158
1563
- * Consider `controllerName` in Ember.Route#render()
1564
- * Allow a template explicitly set on a view to be used when rendering a route.
1565
-
1566
-
1567
- ### Ember 1.0.0-rc.8 _(August 28, 2013)_
1568
-
1569
- * View, controller & route action handlers are now expected to be defined on an `actions` object.
1570
- * registerBoundHelper won't treat quoted strings / numbers as paths
1571
- * Array Computed Properties
1572
- * Rename bindAttr to bind-attr.
1573
- * Rename linkTo to link-to.
1574
- * Improved default route.serialize behavior. It will now attempt to populate named properties with the corresponding property on the model.
1575
- * Added Ember.getProperties
1576
- * Smarter linkTo observers
1577
- * Fix `Ember.EnumerableUtils#replace` to allow large size of array
1578
- * rsvp.js refresh with RSVP#rethrow and promise#fail
1579
- * Make sets during init behave the same as create(props)
1580
- * Continue to make view creation container aware
1581
- * Sync router.js - Closes #3153, #3180
1582
- * Application#resolver -> Application#Resolver
1583
- * The resolver now provides the normalization
1584
- * Add currentRouteName to ApplicationController
1585
- * Lookup itemViewClass and emptyView of collectionView if given as string
1586
- * Change behavior around uncached computed properties.
1587
- * Aliased xProperty methods in enumerable to xBy and aliased some and someProperty to any and anyBy respectively
1588
- * Factory Injections
1589
- * Support replaceURL on HashLocation
1590
- * Assorted performance improvements
1591
- * Add Ember.on, Function.prototype.on, init event
1592
- * Fix some `{{yield}}` bugs
1593
- * Improved `Route#controllerFor` to support `controllerName` and non-route lookups
1594
-
1595
-
1596
- ### Ember 1.0.0-rc.7 _(August 14, 2013)_
1597
-
1598
- * correctly preserve a views container
1599
- * Reference to RSVP repo for documentation
1600
- * Remove obsolete paragraph from ObjectController comments
1601
- * Add rel attribute binding to linkTo helper
1602
- * Add Ember.DataAdapter in ember-extension-support
1603
- * Asserts that a target element is in the DOM on `appendTo` and `replaceIn`.
1604
- * add Ember.create unit test, preventing parent object's pollute
1605
- * Sync with router.js
1606
- * fix #3094
1607
- * View event handlers inside eventManager should be wrapped in run loop
1608
- * fix #3093
1609
- * Handlebars template properties should not be methods
1610
- * Add assert that `this` is correct in deferReadiness and advanceReadiness. @stefanpenner / @lukemelia
1611
- * Remove `previousObject` argument from `Ember.Enumerable#nextObject`
1612
- * Remove `context` argument from `Ember.Enumerable#nextObject`
1613
- * Fixed some docs for Ember.Route
1614
- * Added the ability to send a context with actions in components
1615
- * Fixed a typo in documentation for {{log}}
1616
- * Added `mergedProperties` to ember-metal, Ember.Route's `events`
1617
- * render helper: falsy contexts no longer treated as absent
1618
- * Fix yield helper to only be craycray for components
1619
- * Components should not be singleton (just like views)
1620
- * Make methods on the router overridable. Denote private methods with _
1621
- * router.js sync - don't overwrite URL's on noop transitions
1622
- * adding docs for observers
1623
- * Clearer messaging for changes and removal of bad assert
1624
- * Removed old-router
1625
- * Clarified Ember.warn message for linkTo loading state
1626
- * linkTo param of 0 should be treated as a url param
1627
- * Aborts/redirects in willTransition don't enter LoadingRoute
1628
- * Assertion if incrementProperty given non-numeric value
1629
- * Add sendAction() to Ember.Component
1630
- * {{yield}} view should be virtual
1631
- * Remove warning about route rendering that was inaccurate and confusing
1632
- * Fix {{template}} deprecation warnings in tests
1633
- * Ember.controllerFor and Route#controllerFor no longer generate controllers
1634
- * improve readability of some exceptions caught b
1635
- * update release rakefile to work with the updated website
1636
- * Clean up Handlebars helpers registered in tests
1637
- * Better route assertions - Fixes #2003
1638
- * Mixins don't technically extend Ember.Mixin
1639
- * Docs and whitespace cleanup
1640
- * Re-add Ember.Object.create docs and document createWithMixins
1641
- * Revert "document the create method in for subclasses of Ember.Object"
1642
- * router.js sync - simplified transition promise chain
1643
- * Added a License to the gemspec - Fixes #3050
1644
- * Only use valueNormalizer if one is present insideGroup. Fixes #2809
1645
- * Remove unnecessary assertion for `Ember.inspect`
1646
- * Fixed problem with dependentKeys on registerBoundHelper.
1647
- * Should allow numbers in tagNames i.e. h1-6
1648
- * [CVE-2013-4170] Fix for Potential XSS Exploit When Binding to User-Supplied Data
1649
- * Update component_registration_test.js to use component vs. control
1650
- * Fix test to normalize URL for IE7
1651
- * Fix date assertion that returned by `Ember.inspect`
1652
- * fix tests, isolate keywords in component, yield back controller and keywords in addition to context
1653
- * Add some more tests to stress-test yield
1654
- * Make yielded content look at the original context
1655
- * Don't set context in Ember.controllerFor
1656
- * Tweak htmlSafe docs
1657
- * Improve error message for missing itemView
1658
- * Improve assertion for non-Array passed to #each
1659
- * Add Example for Ember.computed.alias
1660
- * Remove unreferenced property `Ember.Comparable#isComparable`
1661
- * Remove unused argument for `Ember.Array#objectAt`
1662
- * Fix indeterminate checkbox that is set on insert
1663
- * Add jQuery 1.9 to testing rake task
1664
- * Support object with `Ember.String.fmt`
1665
- * Add 'date', 'regexp' and 'error' support to `Ember.inspect`
1666
- * Improve `Ember.inspect` for array
1667
- * Fix replacement for `Ember.String.fmt` to be parsed as decimal digit
1668
- * Upgrade to latest router.js
1669
- * {{input}} helper doesn't override default type
1670
- * Deprecate `template` in favor of `partial`
1671
- * Document htmlSafe
1672
- * upgrade RSVP
1673
- * Expose `options` arg in `debugger` HB helper
1674
- * Use the original arg length of wrapped CP funcs, still call the wrapper
1675
- * Documentation for sendEvent and doc change in removeListeners
1676
- * Fixed incorrect example of multi-arg registerBoundHelper
1677
- * Support indeterminate property in checkboxes
1678
- * Fix: didInsertElement was fired twice
1679
- * upload prod builds to s3
1680
- * Application#setupForTesting should set `Ember.testing = true`
1681
- * remove un-needed context preservation
1682
- * Don't push childViews if undefined/invalid (issue #2967)
1683
- * keyEvent integration test helper to simulate keydown, keypress etc.
1684
- * Add documentation to cover the `{{each}}` helper's `emptyViewClass` option.
1685
- * Removes an unused Ember.get include
1686
- * Improve Ember.Logger setup - Fixes #2962
1687
- * Better documentation for Ember.run.throttle and debounce
1688
- * Update Backburner.js
1689
- * View helper learns about the container
1690
- * Fix the jQuery patch code for ember-testing click in Firefox.
1691
- * update ember-dev to give proper assertion test failures
1692
- * [fixes #2947] container#unregister
1693
- * Validate fullNames on resolve
1694
- * Route#model by default now uses lookupFactory
1695
- * add resolveModel to the default resolver
1696
- * fix deprecation warning
1697
- * ember-application test refactoring
1698
- * Specify controller of a route via controllerName
1699
- * Remove non ASCII character in handlebars assertion error message
1700
- * .jshintrc: set browser:false
1701
- * Throw exception on invalid arguments for pushObjects method (issue #2848)
1702
- * {{linkTo}} bound contexts, loading class
1703
- * Use released handlebars
1704
- * Fixed bug in Ember.Application#reset that calls `startRouting` twice.
1705
- * assert that item view exists in container and camelize lookup name
1706
- * Remove property for compatibility
1707
- * Created helpful error message when using @each on an array that does not return objects
1708
- * Update Router.js: slashless handleURL, numeric/string params
1709
- * Allows itemView option into the each/collection helper. If itemView exists and there is a controller container, then it will attempt to resolve the view via the container.
1710
- * Add Ember.Route#disconnectOutlet, to allow for clearing a previously rendered outlet. Fixes #2002
1711
- * remove duplication of testing for Ember.run.debounce
1712
- * Update supported ruby version
1713
- * Updated JSBin And JSFiddle links to point to working fiddle/bin
1714
- * Document the container
1715
- * Use Ember.isNone instead of Ember.none
1716
- * Quoteless route param in linkTo performs lookup
1717
- * Allow value of TextField to be 0
1718
- * Fire mousedown & mouseup on clicks, plus focus for text fields.
1719
- * Add a check for jQuery versions with a specific checkbox click bug.
1720
- * warns when trying to get a falsy property
1721
- * Updating new Ember.Component documentation to remove confusion
1722
- * Stringify linkTo examples
1723
- * Update router.js. Fixes #2897.
1724
- * Added functionality to Router.map to allow it to be called multiple times without the map being overwritten. Allows routes to be added at runtime. One test with multiple cases also added.
1725
- * Revert "Use Ember setter to set Ember.Route controller."
1726
- * Calling router.map now appends the routes instead of replacing them
1727
- * simplify history.state support check
1728
- * Polyfill history.state for non-supporting browsers
1729
- * Switch from unbind to off for router location events
1730
- * Support grouping option for Ember.Select using optgroup
1731
- * Update Handlebars version to 1.0.0
1732
- * Show `beforeModel` and `afterModel` in API Route docs
1733
- * update lock file
1734
- * Add tests for #1866 - loc helper
1735
- * add loc helper
1736
- * document ember-testing helpers
1737
-
1738
-
1739
- ### Ember 1.0.0-rc.6 _(June 23, 2013)_
1740
-
1741
- * Refactored `Ember.Route`s teardown mechanism for rendered views. This fixes #2857, previously multiple outlets were not tore down.
1742
- * Rename Control to Component. This avoids conflicts with the existing (behind-a-flag) control and is clearer about intent.
1743
- * Remove Ember.register to avoid introducing yet-another registration mechanism and move the logic into Ember.Handlebars.helper.
1744
- * Add test for parentViewDidChange event.
1745
- * Trigger parentViewDidChange event.[Fixes #2423]
1746
- * Make `control` helper more resilient.
1747
- * Ember.Select 0 can now be the selected value [Fixes #2763]
1748
- * Fix Ember.Select example.
1749
- * Ember.Control add inline docs.
1750
- * Add Ember.Control
1751
- * Make template loader an initializer
1752
- * Add lookupFactory
1753
- * Fix to support jQuery 1.7
1754
- * In mid-transition, `modelFor` accepts both camelCase and underscore naming
1755
- * In StateManager, use instanceof check instead of the legacy isState attribute. This is potentially breaking, but very unlikely to affect real-world code.
1756
- * StateManager and states now pass their `container` to child states.
1757
- * Ember.Test tests refactor
1758
- * Ember.Test fix wait helper resolution value
1759
- * Router facelift – Async transitions
1760
- * Ember.Test find helper no longer throws an error if the selector is not found.
1761
- * Additional API docs for LinkView
1762
- * [Fixes #2840] - textfield binding issue with null
1763
- * Update Backburner.js
1764
- * Make sure we are inside a run loop before syncing
1765
- * Inline helper function, remove uneeded function call.
1766
- * Remove unnecessary function call from `Ember.normalizeTuple`
1767
- * Ember.SortableMixin: new option sortFunction
1768
- * Update docs so that `Ember.View.$` is a method, not a property.
1769
- * Add documentation to cover LinkView's `eventName` property
1770
- * Improve docs for event names
1771
- * Remove expectAssertion in favor of ember-dev
1772
- * Added ability to change event type on which Ember.LinkView is triggered
1773
- * ContainerView#initializeViews learns about the container
1774
- * Improve Ember.View#createChildView container support
1775
- * Ensure assertion failures are test failures.
1776
- * Fix failing tests for non-blocking assertions
1777
- * Make the test suite work with non-blocking assertions
1778
- * Utilize the browser console.assert when possible
1779
- * Added custom test helper for testing assertions: expectAssertion
1780
- * Ember assertions work more like console.assert e.g. they are now uncatchable
1781
- * Update ember-dev
1782
- * Visit helper update router url before handling it
1783
- * Moved set of events to listen on by default to a property of EventDispatcher so it can be overridden
1784
- * Fix typo in array mixin docs
1785
- * Clarify subclasses of Ember.CoreView #2556
1786
- * Fix naming of _displayPropertyDidChange in comment
1787
- * Assert keyName not null and not undefined in get() and set()
1788
- * Add `debounce` to Ember.run. Uses `backburner.debounce`
1789
- * Cleaned up a bad check inside of `Ember.View._hasEquivalentView` that was causing routes with the same template and controller, but different view classes, not to render.
1790
- * Add documentation and test for Ember.Handlebars.helper
1791
- * Fix ember-dev s3 push.
1792
- * Fix App#reset to correctly reset even when Router.map was never called.
1793
- * Added test case that the render helper throws when a controller name doesn't resolve
1794
- * Release tooling improvements
1795
- * Adds assertion for misnamed controller name provided to render helper. [Fixes #2385]
1796
-
1797
-
1798
- ### Ember 1.0.0-rc.5 _(June 01, 2013)_
1799
-
1800
- * Added assertion for incorrect container lookup names
1801
- * adding docs for Ember.beforeObserver
1802
- * Remove ember-testing from production build
1803
- * Fixed bug with promises on startup. Fixes #2756.
1804
- * sync router.js fixes App#reset in ember-testing issue
1805
- * Notes that replaceWith only works with 'history' - Fixes #2744
1806
- * Fix failing tests in IE7 by normalizing URL
1807
- * Update backburner to fix IE8 failing test
1808
- * Update Backburner.js fixing the performance regression introduce in rc4
1809
- * maintain ruby'esq version string for gems
1810
- * remove starter_kit upload task (we just use the github tarballs)
1811
-
1812
-
1813
- ### Ember 1.0.0-rc.4 _(May 27, 2013)_
1814
-
1815
- * Loader: improve missing module error message
1816
- * Fix click test helper selector context
1817
- * fixes #2737: 'In the Router, if ApplicationController is an ObjectController, currentPath is proxied to the content.'
1818
- * Update backburner with autorun release
1819
- * use Ember.run.join internally for App#reset
1820
- * Add Ember.run.join
1821
- * Include 1.10 in jQuery version check
1822
- * Fix to ignore internal property in `Ember.keys`
1823
- * ensure willDestroy happens in action queue so live objects have a chance to respond to it before destroy
1824
- * Fix view leak (issue #2712)
1825
- * Added logging of view lookups
1826
- * App learns to LOG_ACTIVE_GENERATION
1827
- * Added support for calling multiple async test helpers concurrently
1828
- * fix misleading docs [fixes https://github.com/emberjs/website/issues/485]
1829
- * Added the ability to chain test helpers
1830
- * BREAKING: Move setting controller's `model` into setupController
1831
- * Updated ember-latest jsbin starting point URL
1832
- * Documentation for ComputedProperty cacheable
1833
- * Mask deprecation warning in metaPath testing
1834
- * mask deprecation warnings (when knowingly triggering them)
1835
- * Deprecate Ember.metaPath
1836
- * Treat {{#each}} as {{#each this}}
1837
- * Set actions as the default run loop queue
1838
- * Replace Ember.RunLoop with Backburner.js
1839
- * Deactivate route handlers before destroying container in App.reset() - Upgrade router.js micro-framework
1840
- * Create Test Adapter to keep ember-testing framework agnostic
1841
- * Simplify not-null-or-undefined checks
1842
- * [fixes #2697]
1843
- * update doc example to current router
1844
- * Ember.computed learns oneWay computed
1845
- * Find helper now throws when element not found and added selector context
1846
- * Fix downloads link for starter-kit
1847
- * Move /** @scope */ comments inline to their extend calls
1848
- * fixing JSON syntax error and upgrading ember-handlebars-compiler dependency to 1.0.0-rc.3
1849
- * Documentation: fix code block of Ember.String.capitalize
1850
- * Ember.Deferred now handles optional then handlers.
1851
- * upgrade ember-dev
1852
- * App#reset now only brings it's own run-loop if needed.
1853
- * gitignore bundler/* this allows for a local bundle --standalone
1854
- * Small corrections to Route.events documentation.
1855
- * Add assertion about setting the same current view to multiple container views
1856
- * Remove SC compatibility in Ember.Array
1857
- * Document and add assertion reflecting that helpers created with registerBoundHelper don't support invocation with Handlebars blocks.
1858
- * Trigger change in fillIn helper in ember testing
1859
- * Fix undefined error when promise rejected on startup
1860
- * Ember testing capture exceptions thrown in promises
1861
- * Rewrite `EMBER_VERSION` with `Ember::VERSION`
1862
- * Fix docs to use extend instead of create when setting observers
1863
- * Makes partial helper only lookup the deprecated template name if the first try is unsuccessful.
1864
- * Removed duplicate test for normalizeTuple
1865
- * Ember testing update url in visit helper
1866
- * bump RSVP (it now has RSVP.reject)
1867
- * Make parentController available from an itemController
1868
- * Stop unnecessary `jQuery.fn` extension
1869
- * Include `Ember::VERSION` in 'ember-source' gem
1870
- * Create Ember.Test with registerHelper method
1871
- * Improve {{render}} docs.
1872
- * Don't add disabled class if disabledWhen not provided
1873
- * More accurate, helpful error message for handlebars version errors.
1874
- * Adds disabledWhen option to {{linkTo}} helper
1875
- * Clean up pendingDisconnections properly
1876
- * Make router's render idempotent
1877
- * Switch from bind to on for routing handlers.
1878
- * Switch from delegate/undelegate to on/off for EventDispatcher.
1879
- * Remove IE specified test
1880
- * Adding regression test
1881
- * Remove unused helper function
1882
- * This function is already defined as `set`
1883
- * Deferred self rejection does not need special handling
1884
- * Fix rejecting a deferred with itself
1885
- * Fix CollectionView.arrayDidChange documentation
1886
- * ember-testing: Make wait a promise and a helper
1887
- * tests on chained helpers added ember-testing for running in qunit
1888
- * Added `routeTo` for event-based transitions
1889
- * Prevent unnecessary re-rendering when only route context has changed
1890
- * Add test for visit helper in ember testing
1891
- * Reduce the polling interval to make tests run much faster
1892
- * Update route-recognizer - Fixes #2559
1893
- * Revert "Use isNone to check tag name"
1894
- * Support for redirection from ApplicationRoute
1895
- * Improving Ember.Select's null-content regression test
1896
- * Prevent another exception on empty Ember.Select.content
1897
- * prevent exception on empty Em.Select content
1898
- * deprecate the defaultContainer (see: http://git.io/EKPpnA)
1899
- * RSVP is now promise/a+ 1.1 compliant
1900
- * Fix test for setTimeout with negative wait for older IE
1901
- * Use `Function.prototype.apply` to call `setTimeout` on older IE
1902
- * Use Ember.isNone
1903
- * Fixed view subclasses being instrumented as render.render.*
1904
- * Fixes #2526 - Updates JsFiddle and JsBin links for rc.3
1905
- * Add tests to deferred mixin
1906
- * Allow missing whitespace for assertion fot html text
1907
- * Fix incrementProperty/decrementProperty to be able to use with 0
1908
- * RSVP2
1909
- * Adds the ability to specify the view class used by the outlet Handlebars helper
1910
- * Make view helpers work with bindings
1911
- * get of property in false values should return undefined
1912
- * Really normalize hash params this time
1913
- * Normalize Ember.Handlebars.helper hashes
1914
- * Fix bug with Ember.Handlebars.helper
1915
- * Ember.EventDispatcher is now container managed.
1916
- * typeInjection's public api is via injection
1917
- * App#reset now triggers a eventDispatcher teardown
1918
- * Added docs of ArrayContentDidChange for array
1919
- * Move linkTo docs to helper instead of LinkView
1920
- * Use tag name supported by html 4
1921
- * Fix to use `Ember.ArrayPolyfills.forEach`
1922
- * Switch assertion for simulated Ember.create
1923
- * document {{input}} and {{textarea}} helpers
1924
- * convert bools to flags so it is easier to add new ones
1925
- * Fix to use `Ember.ArrayPolyfills.forEach` for IE8
1926
- * Skip Object.getOwnPropertyDescriptor only IE8
1927
- * Use stub `Object.create` for IE8
1928
- * Force downcase tag name for IE8
1929
- * rake release:gem + some cleanup
1930
- * Reduce late time to less than resolution capability of `setTimeout`
1931
- * Kepp timers order
1932
- * Adjust wait time to tick next run loop for more browsers
1933
- * additional Controller#needs documentation
1934
- * make use of Ember.isNone explicit in Ember.isEmpty
1935
- * Added API docs for 'needs' property of controller
1936
- * Use isNone to check tag name
1937
- * Added length property to Ember.Map
1938
-
1939
-
1940
- ### Ember 1.0.0-rc.3 _(April 19, 2013)_
1941
-
1942
- * fn.call is wasteful when the thisArg is not needed.
1943
- * dont needlessly close-over and rebuild insertViewCollection
1944
- * Don't apply href to LinkView that isn't using 'a' tag
1945
- * Documents {{linkTo}}
1946
- * Include ember-testing in full build
1947
- * Use `jQuery.is(':disabled')` instead of `jQuery(':disbled').length` for Opera
1948
- * Remove assigned but unused variable
1949
- * Document run.scheduleOnce, truncate run.once docs. Fixes #2132.
1950
- * fix failing tests for outerHTML fallback
1951
- * don't rely on EXTEND_PROTOTYPES == true
1952
- * Fixes Ember.EnumerableUtils without extend prototypes
1953
- * Do not flag .generateController for documentation.
1954
- * Do not build the docs for `.cacheable`. Fixes #2329.
1955
- * cleanup MutableEnumerable documentation
1956
- * Add Ember.Application#removeTestHelpers
1957
- * Fix a couple issues
1958
- * First pass of work for the ember-testing package
1959
- * Fixes error in documentation referring to non-existent 'Customizing Your Bindings' section
1960
- * Fix method comments
1961
- * Fix redirecting to child routes
1962
- * Fixes to MetamorphView's DOMManager replace
1963
- * Fixes #870 Lazy destruction + App#reset issues
1964
- * Eliminate unused variables
1965
- * Point to updated preconfigured starting points for JSFiddle/JSBin with latest Ember build that is now being auto-posted to builds.emberjs.com
1966
- * Fixes #2388: Added if statement to _resetSubControllers
1967
- * scope cached state transition hashes to the state manager class, so extending and mixins work with StateMangers as expected
1968
- * Fixes for upload of published builds.
1969
- * Update to latest ember-dev so that publish task can work properly
1970
- * Configure Travis for automatic deploy to AWS
1971
- * Add missing item type
1972
- * Do no emit Ember.alias deprecation warnings during alias tests
1973
- * add invokeRecursively to ViewCollection
1974
- * Failing test showing StateManagers using mixins to get some of their states have unexpected behavior
1975
- * Fix HistoryLocation rootURL handling and webkit workaround
1976
- * Remove unused argument from helper functions
1977
- * Use `toArray` to remove duplication
1978
- * Allow option view for Ember.Select overwritable
1979
- * Actually make Ember.alias() print deprecation warnings.
1980
- * use ``Ember.String.fmt`` instead of String extension
1981
- * automatically upload all passing builds to s3
1982
- * [Fixes #2424] App#reset
1983
- * s/nexts/these (nexts is not a word)
1984
- * More verbose error message on failed linkTo routing attempts
1985
- * viewName is a property
1986
- * remove uneeded closures
1987
- * JSDoc should use {*} for mixed types instead of {anything} and {any}
1988
- * add an "includeSelf" parameter to "invokeRecursively"
1989
- * Fix ArrayController#length when content is not explicitly set
1990
- * Close #2043 - fix issue with removing last element in collection
1991
- * Stop application template from duplicating on re-render
1992
- * assertion to catch mixins being passed to Object.create
1993
- * Enhance Ember.TargetActionSupport and introduce Ember.ViewTargetActionSupport
1994
- * fix {{textarea}} assert message
1995
- * Test for unwatch methods on object length property
1996
- * Tests for watch methods on length properties
1997
- * Test for isWatching on length property of an object
1998
- * Move Ember.typeOf to metal
1999
- * Fix array watching issue. Was affecting more than just plain arrays due to differences between typeOf and isArray.
2000
- * Remove mention of passing mixins to create.
2001
- * Revert "Fix Application#reset destroy issue"
2002
- * Fix view helper documentation and example to reflect context
2003
- * Ignore webkitStorageInfo during namespace lookup to avoid warning
2004
- * Fix Application#reset destroy issue
2005
- * Make Chrome initial popstate workaround account for rootURL
2006
- * Use a string instead of an array in RenderBuffer
2007
- * Convert a for in loop to a plain for loop
2008
- * Improve view container lookup performance
2009
- * remove uneeded asynchrony from Ember.Deferred tests
2010
- * remove unneeded asynchrony from routing tests
2011
- * Add {{text area}}
2012
- * Default text input action to 'enter'
2013
- * Add {{input action="foo" on="keyPress"}}
2014
- * More metal cleanup
2015
- * Better organize ember-metal and cache function lookups.
2016
- * remove sync from render to buffer
2017
- * make tests not depend on synchronous change events
2018
- * fix test not to expect synchronous observers
2019
- * Define Mixin properties in prototype
2020
- * Update ember-dev gem to latest version
2021
- * Share empty arrays in Ember.View prototype. Lazily slice it upon manipulation.
2022
- * Add views to Ember.View.views upon insertion in DOM rather than on init. Fixes #1553
2023
- * Make object destruction async so we can reduce churn when destroying interconnected object graphs.
2024
- * Define Ember.CoreObject#willDestroy. Fixes #1438.
2025
- * cleanup unneeded volatile()
2026
- * Match the transitionTo APIs.
2027
- * Avoid recursively calling transitionTo.
2028
- * Improve the performance of view notifications and transitions.
2029
- * Extract a private ViewCollection class to aid in manipulating several views at once.
2030
- * Add support for {{input type="checkbox"}}
2031
- * Add Ember.Handlebars.helper
2032
- * Add {{input type="text"}}
2033
- * Insert adjacent child views in batches rather than individually.
2034
-
2035
-
2036
- ### Ember 1.0.0-rc.2 _(March 29, 2013)_
2037
-
2038
- * Improved the App initialization process and deprecated Ember.Application#initialize. If you were using this, use deferReadiness and advanceReadiness instead.
2039
- * Added support for Ember.Application#then which fires similarly to the isReady hook
2040
- * Added more Ember.computed macros
2041
- * Added readOnly flag for computed properties
2042
- * Enumerable#compact now removes undefined values
2043
- * Fixed issue with unregistering actions on virtual views
2044
- * Make Ember.LinkView public
2045
- * Add support for jQuery 2.0
2046
- * Support browsers (FF 10 or less) that don't support domElement.outerHTML
2047
- * Made it easier to augment the Application's container's resolver
2048
- * Support tag as an alias for tagName in the {{view}} helper
2049
- * Add 'name' to attributeBinding for Ember.TextField and Ember.Select
2050
- * Return merged object from Ember.merge
2051
- * Deprecate setting tagNames on Metamorphs - Refs #2248
2052
- * Avoid parent's implicit index route clobbering child's explicit index.
2053
- * App#reset behaves more closely to App#create
2054
- * Make Evented#on, #off, and #one chainable
2055
- * Add basic implementation of allowedKeys for the {{action}} helper
2056
- * Improved Ember.Array#slice implementation
2057
- * Fix ArrayProxy arrangedObject handling - Fixes #2120, #2138
2058
- * Added ability to customize default generated controllers and routes
2059
- * Better HistoryLocation popstate handling - Fixes #2234
2060
- * Fix an issue with IE7
2061
- * Normalized Ember.run.later and Ember.run.next behavior.
2062
- * Fix issue where classNameBindings can try to update removed DOM element.
2063
- * Ember.Array methods always return Ember.Arrays
2064
- * RSVP is now exposed as Ember.RSVP
2065
- * ObjectProxy does not attempt to proxy unknown properties on create
2066
- * Can now set ENV.LOG_VERSION to false to disable version logging
2067
- * Ember.ArrayController#lastObject no longer raises when empty
2068
- * Fixes to {{render}} helper when used with model
2069
- * Improvements to {{linkTo}} controller handling
2070
- * Fix {{bindAttr}} when targeting prop in {{#each prop in array}} - #1523
2071
- * String#camelize lowercases the first letter
2072
- * Other miscellaneous bug fixes and documentation improvements
2073
-
2074
-
2075
- ### Ember 1.0.0-rc.1 _(February 15, 2013)_
2076
-
2077
- * Upgrade to Handlebars 1.0.0-rc.3
2078
- * Update RSVP.js
2079
- * Update router.js
2080
- * Support 0 values for input tags
2081
- * Support for jQuery 1.9
2082
- * ArrayController now defaults to empty array
2083
- * Added Vagrant support for setting up a development environment
2084
- * Adds {{each itemController="..."}}
2085
- * Fix issues where route transitions would not register properly
2086
- * Initial support for Application#reset
2087
- * Fix handling of keywords in bind helpers
2088
- * Better handling of DOM properties
2089
- * Better handling of complex {{#if}} targets
2090
- * {{linkTo}} shouldn't change view context
2091
- * Router#send accepts multiple params
2092
- * Provide a view's template name for debugging
2093
- * Create activate and deactivate hooks for router
2094
- * {{action}} targets are now looked up lazily
2095
- * The model for Route#render is now bound
2096
- * Improvements to ContainerView
2097
- * Added 'pattern' attribute to text field for iOS.
2098
- * CollectionView context is now its content
2099
- * Various enhancements to bound helpers: adds multiple property support to bound helpers, adds bind-able options hash properties, adds {{unbound}} helper support to render unbound form of helpers.
2100
- * Add App.inject
2101
- * Add Ember.EnumberableUtils.intersection
2102
- * Deprecate Controller#controllerFor in favor of Controller#needs
2103
- * Adds `bubbles` property to Ember.TextField
2104
- * Allow overriding of Ember.Router#handleURL
2105
- * Allow libraries loaded before Ember to tie into Ember load hooks
2106
- * Fixed behavior with Route#render and named outlets
2107
- * Fix bug where history location does not account for root URL
2108
- * Allow redirecting from mid-route
2109
- * Support string literals as param for {{linkTo}} and {{action}}
2110
- * Empty object proxies are no longer truthy in {{#if}}
2111
-
2112
-
2113
- ### Ember 1.0.0-pre.4 _(January 17, 2013)_
2114
-
2115
- * Add {{partial}}
2116
- * Fix regressions in router.js
2117
- * Support jQuery 1.9.0
2118
- * Use the controller with the same name as the template passed to render, if it exists
2119
-
2120
-
2121
- ### Ember 1.0.0-pre.3 _(January 17, 2013)_
2122
-
2123
- * BREAKING CHANGE: New Router API
2124
- * BREAKING CHANGE: `Ember.Object.create` behaves like `setProperties`. Use `createWithMixins` for the old behavior.
2125
- * BREAKING CHANGE: No longer default a view's context to itself
2126
- * BREAKING CHANGE: Remove the nearest view computed properties
2127
- * Significant performance improvements
2128
- * Bound handlebars helpers with `registerBoundHelper`
2129
- * Ember.String improvements
2130
- * TextSupport handles input, cut, and paste events
2131
- * Add `action` support to Ember.TextField
2132
- * Warn about using production builds in localhost
2133
- * Update Metamorph
2134
- * Deprecate Ember.alias in favor of Ember.aliasMethod
2135
- * Add Ember.computed.alias
2136
- * Allow chaining on DeferredMixin#then
2137
- * ArrayController learned itemControllerClass.
2138
- * Added VagrantFile and chef cookbooks to ease ember build for developers.
2139
- * Provide an Ember.Handlebars precompilation package
2140
- * Removed Tab controls
2141
- * Fix Chrome (pre v25) MutationObserver Memory Leak
2142
- * Update to Promises/A+ compatible RSVP
2143
- * Improved instrumentation
2144
- * Rename empty to isEmpty and none to isNone
2145
- * Added support for toStringExtension to augment toString
2146
- * Implement a default computed property setter.
2147
- * Add support for unhandledEvent to StateManager.
2148
- * Load external dependencies via an AMD shim
2149
- * Pass in the old value into the CP as a third argument
2150
- * Deep copy support for NativeArray
2151
- * Added an afterRender queue for scheduling code to run after the render queue has been drained
2152
- * Implement _super() for computed properties
2153
- * Miscellaneous bug fixes
2154
- * General cleanup
2155
-
2156
-
2157
- ### Ember 1.0.0-pre.2 _(October 25, 2012)_
2158
-
2159
- * Ember.SortableMixin: don't remove and reinsert items when their sort order doesn't change. Fixes #1486.
2160
- * Fix edge cases with adding/removing observers
2161
- * Added 'disabled' attribute binding to Select
2162
- * Deprecate usage of {{collection}} without a class in favor of {{each}}
2163
- * Changing `Ember.Handlebars.getPath` to `Ember.Handlebars.get` for consistency. This addresses #1469.
2164
- * Since `$.uuid` was removed from jQuery master, we're switching to using `Ember.uuid` instead.
2165
- * Add Ember.View#nearestOfType, deprecate nearestInstanceOf
2166
- * Adds support for globbed routes
2167
- * Remove CP_DEFAULT_CACHEABLE flag
2168
- * Remove VIEW_PRESERVES_CONTEXT flag
2169
- * Replace willRerender with willClearRender
2170
- * Bumped jQuery requirement to 1.7.2+, explicitly forbidding 1.7 and 1.7.1 (see: #1448)
2171
- * Add Ember.String.classify() to string extensions
2172
- * HistoryLocation now utilizes history.replaceState
2173
- * Add a basic instrumentation API
2174
- * Allow extension of chosen prototypes instead of the current all or none.
2175
- * Remove dependency on `window` throughout Ember
2176
- * Don't attempt to concat a concatenatedProperty onto an object that doesn't have a concat method
2177
- * Remove ember-views dependency from ember-states
2178
- * Multiselect updates array content in place.
2179
- * Support applications without a router
2180
- * Add Ember.Deferred mixin which implements promises using RSVP.js
2181
- * Fix for popstate firing on page load.
2182
- * Fixed bug in CP setter where observers could be suspended and never restored.
2183
- * Fixed a bug with setting computed properties that modify the passed in value.
2184
- * Initial work to allow operation with handlebars runtime only
2185
- * A listener registered with one can be removed with off
2186
- * Calling removeListener without method should remove all listeners
2187
- * Add autoinit flag to Application to call initialize on DOM ready.
2188
- * Create view for application template if no ApplicationView.
2189
- * Remove support for inline anonymous templates.
2190
- * Rename createRouter to setupRouter to make clear.
2191
- * Extract createRouter from Application#initialize
2192
- * Extract runInjections from Application#initialize
2193
- * Simplify syntax so we can extract more easily
2194
- * Extract createEventDispatcher from Application#init
2195
- * Update for Handlebars 1.0.rc.1
2196
- * Fix State.transitionTo to handle multiple contexts
2197
- * Cleanup classNameBindings on remove
2198
- * Support defining injections to occur after other injections
2199
- * Computed prop setter improvements
2200
- * fix :: syntax in classNameBindings to work with falsy values
2201
- * Fix Ember.Error properties
2202
- * Improved error handling with Ember.onerror
2203
- * Adds currentPath to Ember.StateManager
2204
- * Provide default args to tryInvoke - fixes #1327
2205
- * Fix a bug in multi-selects with primitive options
2206
- * Fix formatURL to use rootURL and remove formatPath
2207
- * Fixing Ember.Router.route when rootURL is used
2208
- * ContainerViews should invalidate `element` on children when rendering.
2209
- * Add test for selecting in multi selects with prompts
2210
- * Fix: Passing a regex to split in IE8 returns a single item array, causing class names beginning with a colon to fail to render in IE8.
2211
- * Adding itemViewClass attribute to the each helper.
2212
- * Reorganize load hooks to be more sane
2213
- * Improve application readiness framework
2214
- * Small restructuring of ArrayProxy
2215
- * Add #setObjects to mutable array. A helper for replacing whole content of the array with a new one.
2216
- * Fixed selecting items in ember multi-selects
2217
- * Add disconnectOutlet method to controller
2218
- * The content property of an ArrayProxy instance should be defined before modifying it
2219
- * Adds a has() method to Ember.OrderedSet
2220
- * Adds hooks for suspending observers
2221
- * Check that a controller inherits from Ember.Object before instantiating it to the router.
2222
- * Support jQuery 1.8 - fixes #1267
2223
- * Ember.empty returns true if empty Ember.ArrayProxy
2224
- * add scheduleOnce and remove flag
2225
- * add various lifecycle tests to check updated ContainerView path. Expose problem with flag for scheduling one time.
2226
- * Moving location tests to routing package
2227
- * Make outlet a Metamorph view
2228
- * Tests showing problem with adding and replacing
2229
- * refactor ContainerView children rendering to not make assumptions at scheduling time, just at render time.
2230
- * Remove remaining references to viewstates
2231
- * Select element should initialize with the correct selectedIndex when using valueBinding
2232
- * Remove deprecated Ember.ViewState.
2233
- * Handle undefined element in bindAttr and classNameBindings
2234
- * Render now uses context instead of _context
2235
- * Better version replacement regexp
2236
- * Outlets reference context instead of controller.
2237
- * Rakefile :clean remove 'tmp' folder
2238
- * Performance improvements
2239
-
2240
-
2241
- ### Ember 1.0.pre _(August 03, 2012)_
2242
-
2243
- * Return undefined instead of empty jQuery object for Ember.View#$ when not in DOM
2244
- * Adds didDefineProperty hook
2245
- * Implement immediateObserver placeholder in preparation for making observers asynchronous
2246
- * Change {{action}} API for more explicit contexts
2247
- * Add connectControllers convenience
2248
- * Assert that transitionTo at least matched a state
2249
- * Delay routing while contexts are loading
2250
- * Also rename trySetPath to trySet
2251
- * Replaced getPath/setPath with get/set
2252
- * Remove LEGACY_HANDLEBARS_TAG flag
2253
- * Add two new core methods to allow invoking possibly unknown methods on objects
2254
- * Change ternary syntax to double colon syntax
2255
- * Add tests for ternary operator in class bindings
2256
- * Test for defined Router lacking App(View|Controller)
2257
- * Allow alternate clicks for href handling - Fixes #1096
2258
- * Respect initialState when transitioning to parent of current state - Fixes #1144
2259
- * add reverseObjects
2260
- * Fixing rootURL when path is empty
2261
- * HistoryLocation appends paths to router rootURL
2262
- * Make Ember.Logger support the 'info' and 'debug' methods on fallback (for IE8).
2263
- * Support currentView on init if ContainerView is created with one
2264
- * {{bindAttr class="this"}} now works; fixes #810
2265
- * Allow connectOutlet(outletName, name, context) syntax
2266
- * turn on mandatory setter for ember-debug if not set
2267
- * Change the default setUnknownProperty to define it before setting.
2268
- * {{view}} now evaluates the context of class bindings using the same rules applied to other bindings
2269
- * dataTransfer property for drag and drop events
2270
- * require jQuery 1.7, no longer accept 1.6
2271
- * add mandatory setter assertion
2272
- * Add date comparison to Ember.compare
2273
- * We use jquery event handling for hashchange/popstate
2274
- * Deprecate Ember.Tabs - Fixes #409
2275
- * Remove data-tag-name "feature" from <script> tags
2276
- * Only register Ember.View.views for non virtual views
2277
- * Add support for tabindex in Ember Controls.
2278
- * Only push new history when initialURL has changed
2279
- * Support basic States inside of Routes
2280
- * Refactor context handling for States and Routes
2281
- * Make Map copyable
2282
- * Assert that path passed to urlFor is valid
2283
- * Do not run functions passed to Ember.assert, Ember.warn, and Ember.deprecate
2284
- * Allowing developer to turn off verbose stacktrace in deprecation warnings
2285
- * Ember.Route.serialize must return a hash
2286
- * lazy setup of ComputedProperties
2287
- * change convention from var m = meta(obj) to var meta = metaFor(obj)
2288
- * add hook for desc for willWatch and didUnwatch
2289
- * Call transitionEvent for each nested state - Fixes #977
2290
- * Define a 'store' property in ControllerMixin, to avoid proxy-like handling at router initialization (controllers store injection).
2291
- * if there is no context, allow for views without controllers
2292
- * Add MapWithDefault
2293
- * serialize route states recursively
2294
- * urlForEvent for a route with a dynamic part doesn't serialize the context
2295
- * Don't stopPropagation on action handling by default
2296
- * Implement a route's navigateAway event
2297
- * Change app.stateManager to app.router
2298
- * Allow a one-time event listener on Ember.Evented
2299
- * Rename `fire` to `trigger`
2300
- * change sendEvent signature from sendEvent(obj, name, …) to sendEvent(obj, name, params) to avoid copying the arguments. Conflicts:
2301
- * Deprecate Ember.ViewState
2302
- * remove Ember.MixinDelegate
2303
- * Call preventDefault on events handled through {{action}}
2304
- * Call transitionEvent on initialStates as well as targeted state
2305
- * During apply not applyPartial, chains maybe setup, this makes sure they are updated.
2306
- * allow computed properties to be overridden
2307
- * Change connectOutlet API to prefer Strings
2308
- * Fix bug with Ember.Router#route not reflecting redirections in location
2309
- * Give Ember.Select prompt an empty value
2310
- * Create Ember.ArrayPolyfills
2311
- * Rename ArrayUtils to EnumerableUtils
2312
- * Use transitionTo rather than goToState
2313
- * Improve ArrayUtils by removing unnecessary slices
2314
- * Use evented system for dom events on views
2315
- * Fix switchToUnwatched so ObjectProxy tests pass.
2316
- * Skip mixin properties with undefined values
2317
- * Make defineProperty override native properties
2318
- * Fix unsupported method errors in older browsers
2319
- * Improved Ember.create shim
2320
- * Can't use lib/ember.js because we use that for precompiling, so let's use dist/distold instead
2321
- * Use `getPath` instead of `get` in computed macros in order to allow 'foo.bar' dependencies
2322
- * A route's `serialize` should handle null contexts
2323
- * Router.location cannot be null or undefined
2324
- * Use 'hash' as default location implementation on Router
2325
- * Clean up location stubbing in routable_test
2326
- * Instantiate Ember.Location implementation from Router
2327
- * Add NoneLocation
2328
- * Add options hash syntax to connectOutlet.
2329
- * Added 'ember-select' CSS class to Ember.Select, as per the convention with other included views.
2330
- * Fix Ember.setPath when used on Ember.Namespaces
2331
- * Remove async transitions.
2332
- * Enumerate all properties per injection.
2333
- * Injections can specify the order they are run.
2334
- * Make sortable test deterministic
2335
- * Improve invalidation of view's controller prop
2336
- * Cleaning up in history location
2337
- * Removing lastSetURL from setURL
2338
- * Fix bug with computed properties setters not triggering observers when called with a previous value
2339
- * Fix failing test
2340
- * Adding popstate tests for history based location
2341
- * Splitting location implementations from Location
2342
- * Use accessors for eventTransitions
2343
- * Finish implementation of Sortable mixin
2344
- * Move sorting into separate mixin
2345
- * Crude sorting on ArrayController
2346
- * Split ArrayProxy into content and arrangedContent
2347
- * Fix broken upload_latest task by specifying version for github_api
2348
- * Add some convenience computed property macros to replace the major usages of binding transforms
2349
- * Initial pushState based location implementation
2350
- * Support #each foo in this and #with this as bar
2351
- * `collection` should take emptyViewClass as string
2352
- * Don't update the route if we're routing
2353
- * Don't special-case the top-level '/'
2354
- * Make routing unwind properly
2355
- * Replace occurrences of goToState with transitionTo.
2356
- * No longer support RunLoop instantiation without `new`.
2357
- * Improve naming and code style
2358
- * Guard mergeMixins parameters more generally
2359
- * Guard against implicit function application by Ember.assert
2360
- * Use Ember.assert instead of throw
2361
- * Guard against undefined mixins
2362
- * Remove unused local variables
2363
- * Update gems
2364
- * Enable selection by value in Ember.Select.
2365
- * Update build URL
2366
- * Fix issue with Ember.Select when reselecting the prompt
2367
- * Call setupStateManager in initialize, not in didBecomeReady
2368
- * Let ES5 browsers actually work
2369
- * Lookup event transitions recursively in the ancestor states.
2370
- * Support global paths in the with/as helper. Fixes #874
2371
- * Views should inherit controllers from their parent
2372
- * Semi-hackish memory management for Ember.Application
2373
- * Transition to root to enable the back-button
2374
- * Insert ApplicationView by default
2375
- * Respect href parameter for {{action}}
2376
- * Allow setting `target` on `ObjectController`
2377
- * Remove deprecated functionality from get/set
2378
- * urlFor should raise an error when route property is not defined
2379
- * fix build by checking VIEW_PRESERVES_CONTEXT
2380
- * Only call formatURL if a location is defined
2381
- * URL generation takes into account location type
2382
- * Rename templateContext to context
2383
- * Change default template context to controller
2384
- * Removes deprecated label wrapping behavior and value property of Ember.Checkbox
2385
- * ControllerObject class can be initialized with target, controllers and view properties
2386
- * Add Ember.State.transitionTo
2387
- * Wire up {{action}} to emit URLs
2388
- * Use standard StateManager send/sendRecursively and convert state method arguments to include options hash when necessary.
2389
- * Correct state transition name to reflect StateMachine state nesting.
2390
- * Add urlFor to Router
2391
- * make transitionEvent on state manager configurable
2392
- * The router's initialState is `root`
2393
- * Add redirectsTo in routes
2394
- * Make identical assertion messages distinguishable
2395
- * Check that tests don't leave open RunLoops behind
2396
- * Better Handlebars log helper
2397
- * Disallow automatic creating of RunLoops during testing; Require manual Ember.run setup.
2398
- * ObjectController
2399
- * rename location `style` to `implementation` and add `registerImplementation` method to ease custom implementations
2400
- * some sugar for Router initialization
2401
- * Fix initialization with non routable stateManager
2402
- * bindAttr should work with global paths
2403
- * Unbundled Handlebars
2404
- * Add Ember.Controller and `connectOutlet`
2405
- * Initial implementation of outlets
2406
- * Implement modelType guessing.
2407
- * Add support for modelType in the router
2408
-
2409
-
2410
- ### Ember 0.9.8.1 _(May 22, 2012)_
2411
-
2412
- * Fix bindAttr with global paths
2413
- * Fix initialization with non routable stateManager
2414
- * Better jQuery warning message
2415
- * Documentation fixes
2416
-
2417
-
2418
- ### Ember 0.9.8 _(May 21, 2012)_
2419
-
2420
- * Better docs
2421
- * Preliminary routing support
2422
- * Properly handle null content in Ember.Select - fixes #775
2423
- * Allow a context to be passed to the action helper
2424
- * Notify parentView of childView changes for virtual views
2425
- * Extract Ember.Application into a separate package
2426
- * Better console handling
2427
- * Removed warnings about element not being present in willInsertElement
2428
- * Removed old deprecated RunLoop syntax
2429
- * Add support for "input" event handlers
2430
- * Removed deprecated getPath/setPath global support, deprecated star paths
2431
- * Removed Ember.Set.create with enumerable
2432
- * Add Ember.Binding.registerTransform
2433
- * States should create a childStates array
2434
- * Always send Array#contentWillChange with contentDidChange
2435
- * Updated Metamorph - fixes #783
2436
- * Re-enable enumerable properties: [], firstObject and lastObject
2437
- * Add support for #each foo in bar
2438
- * Implement {{#with foo as bar}} syntax
2439
- * Fixed ordering of MutableArray#unshiftObjects
2440
- * Fix Em namespace in dev mode
2441
- * Add currentView property to Ember.ContainerView
2442
- * Namespace debugging functions, ember_assert, ember_deprecate, and ember_warn are now Ember.assert, Ember.deprecate, and Ember.warn.
2443
- * Rename BindableSpanView -> HandlebarsBoundView
2444
- * Updated Handlebars to 1.0.0.beta.6
2445
- * Ember.cacheFor should return falsy values
2446
- * Handlebars actions use a stateManager by default
2447
- * Bindings should connect to `this` and not the prototype.
2448
- * Fix security error w/ Opera and Frames - fixes #734
2449
- * Warn when attempting to appendTo or replaceIn with an existing Ember.View
2450
- * Change the context in which {{view}} renders
2451
- * Improve error when sending an unimplemented event
2452
- * Change didInsertElement function to event callback - fixes #740
2453
- * Precompile defaultTemplates for production builds
2454
- * Updated uglifier - fixes #733
2455
- * Improved the testing stack
2456
- * Using the colon syntax with classBinding should allow truthy values to propagate the associated class
2457
- * Add safeHtml method to String
2458
- * Improved compatibility with Handlebars.SafeString
2459
- * Deprecate Ember.Button - closes #436
2460
- * Refactor ember-states/view_states out into ember-viewstates so that states is free of ember-views dependency.
2461
- * Prevent classNames from being displayed twice
2462
- * Added ComputedProperty#volatile to turn off caching
2463
- * Support making Computed Properties cacheable by default
2464
-
2465
-
2466
- ### Ember 0.9.7.1 _(April 19, 2012)_
2467
-
2468
- * Better escaping method for RenderBuffer
2469
- * More rigorous XSS escaping from bindAttr
2470
-
2471
-
2472
- ### Ember 0.9.7 _(April 18, 2012)_
2473
-
2474
- * RenderBuffer now properly escapes attribute values. Fixes XSS vulnerability documented in #699.
2475
- * Make options an optional argument to Ember.Handlebars.getPath
2476
- * getProperties can be called with an array of property names
2477
- * Allow for jQuery prereleases and RCs - fixes #678
2478
- * Raise if both template and templateName appear
2479
- * DRY up createChildView initialization
2480
- * Ember.ContainerView should propagate template data
2481
- * allows yielded template blocks to be optional
2482
- * Fixed substate/parentState test
2483
- * Inline views should always have an id - Fixes #655
2484
- * Ember.View should not require view method sharing event name.
2485
- * Refactor and cleanup Ember.Checkbox
2486
- * Normalize keyword paths so that observers work
2487
- * Expose view and controller keywords to templates
2488
- * Ember.Select allows array selections when multiple=false.
2489
- * Ember.ArrayUtils.objectsAt returns correct objects.
2490
-
2491
-
2492
- ### Ember 0.9.6 _(March 30, 2012)_
2493
-
2494
- * Significant internal performance improvements
2495
- * Improved performance of RenderBuffer
2496
- * Avoid unneceesary ping-ponging in binding updates
2497
- * Fix infinite loop caused by jQuery.extend with array in older browsers
2498
- * Added ENV.SHIM_ES5 option to improve compatibility with Prototype.js
2499
- * Added Ember.Evented mixin for internal events
2500
- * Removed YES and NO constants
2501
- * No longer alias as SC/Sproutcore
2502
- * Deprecate lowercase Namespaces
2503
- * Improved "destroy" method and added "willDestroy" and "didDestroy" callbacks
2504
- * Support static classes in bindAttr
2505
- * Allow 'this' to be used in bindAttr
2506
- * Make sure States are exited in the proper order
2507
- * Deprecate re-rendering while view is inBuffer
2508
- * Add contextmenu event support
2509
- * {{action}} helper event includes view and context
2510
- * Simplified parameters passed by {{action}} helper to StateManager
2511
- * Allow the {{action}} helper to use "send" as the action name
2512
- * Collection itemViewClass itemHash bindings should be resolved in the proper context.
2513
- * Honor emptyViewClass attribute in collection view helper
2514
- * Allow View attributeBindings to be aliased.
2515
- * Add Ember.getWithDefault
2516
- * Add Ember.computed(key1, key2, func)
2517
- * Add Ember.Map
2518
- * Improvements to OrderedSet
2519
- * Warn if classNames or classNameBindings is set to non-array
2520
- * Warn when setting attributeBindings or classNameBindings with {{view}} helper
2521
- * Warn if user tries to change a view's elementId after creation
2522
- * Remove contained items from Ember.Set when calling #clear
2523
- * Treat classNameBindings the same as classBinding in the view helper
2524
- * Added maxlength to TextSupport; added size to TextField; added rows and cols to TextArea
2525
- * Fix bug where DOM did not update when Ember.Select content changed
2526
- * Dereference views from parent when viewName is specified and the view is destroyed
2527
- * Added "clear" method to Ember.MutableArray
2528
- * Added Ember.cacheFor to peek at computed property cache
2529
- * Added support for multiple attributes to Ember.Select
2530
- * Fix security warning in older Firefox
2531
- * Re-render views if the templateContext is changed
2532
- * More sugar for creating complex bindings
2533
- * Fixed bug where a class could not be reopened if an instance of it had already been created
2534
- * Enable unnamed Handlebars script tags to have a custom id with the `data-element-id` attribute
2535
- * Testing improvements including headless tests (rake test) and JSHint
2536
- * Improved framework build process
2537
- * API documentation improvements
2538
- * Added benchmarking harness for internals
2539
-
2540
-
2541
- ### Ember 0.9.5 _(February 17, 2012)_
2542
-
2543
- * Add Handlebars helper for {{yield}}
2544
- * Add a .jshintrc
2545
- * Add layout support to Ember.View
2546
- * Allow state managers to control their own logging
2547
- * Print more useful debug information in state manager
2548
- * Fix issues that prevented Ember from being used in iframes
2549
- * Fix path resolution for states
2550
- * State manager should raise if an event is unhandled
2551
- * Attribute Bindings should handle String objects - Fixes #497
2552
- * Fixed each/else - fixes #389
2553
- * Updated Metamorph - fixes #449
2554
- * States hashes misbehave when including classes
2555
- * The action helper should prevent default behavior on it's attached element
2556
- * Pass the event, view, and context to {{action}} helper actions
2557
- * #454 State Exit Methods Should Be Called In Reverse Order
2558
- * #454 test StateManager should send exit events in the correct order when changing to a top-level state
2559
- * Retrieve child views length after potential mutations
2560
- * Metamorph's replace now recursively invalidates childView elements
2561
- * Fixes a bug where parent views were not being set correctly when multiple views were added or removed from ContainerView
2562
- * Views removed from a container should clear rendered children.
2563
- * ContainerView should set parentView on new children
2564
- * Add state manager compatibility to action helper
2565
- * Adds ability to save metadata for computed properties
2566
- * Don't parse text/html by default. Use ENV.LEGACY_HANDLEBARS_TAG to restore this functionality. - Fixes #441
2567
- * Fix overzealous deprecation warnings
2568
- * Fix bug such that initialState *and* start states will be entered
2569
- * Miscellaneous documentation improvements
2570
- * Better framework warnings and deprecations
2571
-
2572
-
2573
- ### Ember 0.9.4 _(January 23, 2012)_
2574
-
2575
- * Add Ember.Select control
2576
- * Added Ember.Handlebars action helper to easily add event handling to DOM elements without requiring a new view
2577
- * jQuery 1.7 compatibility
2578
- * Added a runtime build target for usage with Node.js
2579
- * Instantiate a ViewState's view if it's not already an instance
2580
- * In addition to having a rootElement, state managers can now have a rootView property. If this is set, view states will append their view as a child view of that view.
2581
- * Views now register themselves with a controller if the viewController property is set
2582
- * Other miscellaneous improvements to States
2583
- * Allows setting a custom initial substate on states
2584
- * ContainerView now sets the parentView property of views that are added to its childViews array.
2585
- * Removed ember-handlebars-format, ember-datetime
2586
- * Array's [] property no longer notifies of changes. Use @each instead.
2587
- * Deprecated getPath/setPath global support
2588
- * Ember.Application's default rootElement has changed from document to document.body
2589
- * Events are no longer passed to views that are not in the DOM
2590
- * Miscellaneous improvements to Ember.Button
2591
- * Add return value to Ember.TargetActionSupport.triggerAction()
2592
- * Added Ember.Handlebars.precompile for template precompilation
2593
- * Fix security exceptions in older versions of Firefox
2594
- * Introduce Ember.onerror for improved error handling
2595
- * Make {{this}} work with numbers within an #each helper
2596
- * Textfield and textarea now bubble events by default
2597
- * Fixed issue where Handlebars helpers without arguments were interpreted as bindings
2598
- * Add callbacks for isVisible changes to Ember.View
2599
- * Fix unbound helper when used with {{this}}
2600
- * Add underscore and camelize to string prototype extensions.
2601
- * View tagName is now settable from Handlebars <script> template via data-tag-name
2602
- * Miscellaneous performance improvements
2603
- * Lots of minor bug fixes
2604
- * Inline documentation improvements
2605
-
2606
-
2607
- ### Ember 0.9.3 _(December 19, 2011)_
2608
-
2609
- * Make sure willInsertElement actually gets called on all child views. Element is still not guaranteed to work.
2610
- * Implement tab views and controller
2611
- * Fixed some parse errors and jslint warnings
2612
- * allow use of multiple {{bindAttr}}s per element
2613
-
2614
-
2615
- ### Ember 0.9.2 _(December 16, 2011)_
2616
-
2617
- * add replaceIn to replace an entire node's content with something new
2618
- * Use prepend() and after() methods of Metamorph
2619
- * Update Metamorph to include after() and prepend()
2620
- * Fixed some missing commas which prevented bpm from working
2621
- * Safer Runloop Unwinding
2622
- * Adding support for <script type="text/x-raw-handlebars">
2623
- * Remove parentView deprecation warning
2624
-
2625
-
2626
- ### Ember 0.9.1 _(December 14, 2011)_
2627
-
2628
- * Fix jslint warnings related to missing semicolons and variables defined twice
2629
- * Alias amber_assert to sc_assert for backwards compat
2630
- * Fix toString() for objects in the Ember namespace
2631
- * Clear rendered children *recursively* when removing a view from DOM.
2632
- * Manually assigns custom message provided new Ember.Error so it will appear in debugging tools.
2633
- * Add a currentView property to StateManager
2634
- * Duck type view states
2635
- * Add license file
2636
- * We don't need to support adding Array observers onto @each proxies, so don't bother notifying about them.
2637
- * Clean up some verbiage in watching.js
2638
- * Cleaned up the build script
2639
- * Fixed incorrect test
2640
- * Updated references to SproutCore to Ember
2641
- * Preserve old behavior for special '@each' keys.
2642
- * Making chained keys evaluate lazily and adding unit test
2643
- * Adding unit test to demonstrate issue #108.