-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX release] Deprecate @each
as a leaf node.
#11994
Commits on Aug 8, 2015
-
[DOC Release] Make ArrayProxy public
See: RFC/issue emberjs#80 - emberjs/rfcs#80 (cherry picked from commit 97e4441)
Configuration menu - View commit details
-
Copy full SHA for 91d1de8 - Browse repository at this point
Copy the full SHA 91d1de8View commit details -
[DOC release] Fix JSDoc for
Ember.expandProperties
(cherry picked from commit 2cccf86)
Configuration menu - View commit details
-
Copy full SHA for 64221e5 - Browse repository at this point
Copy the full SHA 64221e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e58fc3 - Browse repository at this point
Copy the full SHA 3e58fc3View commit details -
[DOC release] Mark
Ember.merge
as publicThere are no alternative way to `Ember.merge` in Ember world. But it is useful and widely used from other library. For example: * Ember Data: https://github.com/emberjs/data/blob/v1.13.7/packages/ember-data/lib/core.js#L29 * Liquid Fire: https://github.com/ef4/liquid-fire/blob/v0.21.0/app/transitions/scroll-then.js#L19 So this method may be public until `Object.assign` can be used natively. (cherry picked from commit 1c79810)
Configuration menu - View commit details
-
Copy full SHA for 48db8ef - Browse repository at this point
Copy the full SHA 48db8efView commit details -
[BUGFIX release] Deprecate Ember.TrackedArray.
(cherry picked from commit 281b8ca)
Configuration menu - View commit details
-
Copy full SHA for e09ce58 - Browse repository at this point
Copy the full SHA e09ce58View commit details -
[BUGFIX release] Deprecate Ember.SubArray
(cherry picked from commit 1f50e49)
Configuration menu - View commit details
-
Copy full SHA for d68274a - Browse repository at this point
Copy the full SHA d68274aView commit details -
[BUGFIX release] Deprecate using
controller
for {{with}}(cherry picked from commit 4dee6c5)
Configuration menu - View commit details
-
Copy full SHA for eebb7d5 - Browse repository at this point
Copy the full SHA eebb7d5View commit details -
[DOC release] Ember.HTMLBars.unbound
Closes emberjs#11989 [ci skip] (cherry picked from commit c3b61b8)
Configuration menu - View commit details
-
Copy full SHA for a70431a - Browse repository at this point
Copy the full SHA a70431aView commit details -
[DOC release] Mark
Ember.Array
methods as public- compact - every - forEach - without - sortBy Closes emberjs#12004 [ci skip] (cherry picked from commit d9c3027)
Configuration menu - View commit details
-
Copy full SHA for acf85f0 - Browse repository at this point
Copy the full SHA acf85f0View commit details -
Deal with
QUnit.skip
being missing in live tests.This is fixed properly in canary/beta, but required changes to the build system so I'm just patching this here to make it easier to get the right live test page working.
Configuration menu - View commit details
-
Copy full SHA for 58eff24 - Browse repository at this point
Copy the full SHA 58eff24View commit details -
Fix tests for newly deprecated things.
* `TrackedArray` and `SubArray` are still used by the RC/AC implementation in 1.13.x, but it should not trigger a `TrackedArray` deprecation. * Fix a few tests that were using `{{with}}` and `controller=`.
Configuration menu - View commit details
-
Copy full SHA for 567de7e - Browse repository at this point
Copy the full SHA 567de7eView commit details -
[BUGFIX release] Deprecate
@each
as a leaf node.Update stable version with a deprecation when using `foo.@each` as a dependent key. This code is removed on beta (2.0.0) and canary (2.1.0) branches already.
Configuration menu - View commit details
-
Copy full SHA for d623cf9 - Browse repository at this point
Copy the full SHA d623cf9View commit details