Skip to content
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

v1.13 Deprecations Tracking Issue #1

Open
35 tasks
dstaley opened this issue Aug 4, 2015 · 0 comments
Open
35 tasks

v1.13 Deprecations Tracking Issue #1

dstaley opened this issue Aug 4, 2015 · 0 comments

Comments

@dstaley
Copy link
Owner

dstaley commented Aug 4, 2015

This is a list of all the deprecations in the 1.13.x series. Items without checks need to have a description written (ideally with transition details) and added to the deprecations document in this repo. Once added, we can mark them as done.

If you notice that there's already a good description of the deprecation, leave a comment letting me know and I'll mark it as done.

1.13.6

  • #11900 Deprecate Ember.Handlebars.makeViewHelper.
  • #11900 Deprecate Ember.HTMLBars.makeViewHelper.
  • #11900 Deprecate Ember.HTMLBars._registerHelper (manual registration is no longer needed).
  • #11900 Deprecate Ember.HTMLBars.makeBoundHelper in favor of Ember.Helper.helper.
  • #11900 Deprecate Ember.Handlebars.makeBoundHelper in favor of Ember.Helper.helper.
  • #11900 Deprecate Ember.Handlebars.registerBoundHelper in favor of Ember.Helper.helper.
  • #11900 Deprecate Ember.Handlebars.helper in favor of Ember.Helper.helper and automatic helper resolution.
  • #11900 Deprecate Ember.Handlebars.registerHelper in favor of Ember.Helper.helper and automatic helper resolution.
  • #11826 Deprecate Ember.ContainerView
  • #11891 Deprecate Ember.CollectionView
  • #11934 Deprecate specifying positionalParams at extend time in favor of using static factory properties.

1.13.5

  • #11767 Deprecate Controller#needs
  • #11468 Deprecate Ember.Freezable and frozenCopy.
  • #11765 Mark Ember.oneWay as deprecated
  • #11778 Deprecate reverse argument ordering in Ember.observer.
  • #11787 Deprecate slash for a namespace in the {{render}} helper.
  • #11798 Deprecate Function#observesBefore.
  • #11812 Add deprecation messages when using Ember.get / Ember.set in a certain ways.

1.13.3

  • #11510 Deprecate Ember.Object.createWithMixins.
  • #11512 Deprecate Ember.oneWay in favor of Ember.computed.oneWay.
  • #11511 Deprecate Ember.keys in favor of Object.keys.
  • #11511 Deprecate Ember.create in favor of Object.create.

1.13.1

  • #11464 Deprecate Ember.immediateObserver.
  • #11476 Deprecate Ember.ArrayController.
  • #11478 Deprecate Ember.RenderBuffer.

1.13.0

  • #11279 Deprecate {{#each foo in bar}}{{/each}}.
  • #11286 Deprecate Ember.EnumerableUtils.
  • #11313 Allow deprecated access to template in component to determine if a block was provided.
  • #11387 Deprecate Ember.View.
  • #11389 Deprecate {{view}} helper.
  • #11394 Add Ember.LinkComponent and deprecate Ember.LinkView.
  • #11400 Deprecate Ember.computed.any.
  • #11416 Deprecate Ember.Select.
  • #11403 Deprecate Ember.arrayComputed, Ember.ReduceComputedProperty, Ember.ArrayComputedProperty, and Ember.reduceComputed.
  • #11401 Deprecate {{view and {{controller template local keywords.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant