You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Ember Changelog
2
2
3
+
### 1.11.0-beta.4 (March 1, 2015)
4
+
5
+
-[#10528](https://github.com/emberjs/ember.js/pull/10528)[BUGFIX] Ensure custom Router can be passed to Ember.Application.
6
+
-[#10530](https://github.com/emberjs/ember.js/pull/10530)[BUGFIX] Add assertion when calling `this.$()` in a tagless view/component.
7
+
-[#10533](https://github.com/emberjs/ember.js/pull/10533)[BUGFIX] Do not allow manually specifying `application` resource in the `Router.map`.
8
+
-[#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.
9
+
-[#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.
10
+
-[#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.
11
+
3
12
### 1.11.0-beta.3 (February 25, 2015)
4
13
5
14
-[#10475](https://github.com/emberjs/ember.js/pull/10475)[BUGFIX] Ensure wrapped errors are logged properly.
0 commit comments