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

[DOCS beta] Update Ember.deprecate and Ember.warn calls in ember-htmlbars with required options #11840

Merged
merged 1 commit into from Jul 21, 2015

Conversation

ghost
Copy link

@ghost ghost commented Jul 21, 2015

See #11835

@ghost ghost changed the title [DOCS beta] Update Ember.deprecate and Ember.warn calls in ember-metal with required optionshtmlbars with required options [DOCS beta] Update Ember.deprecate and Ember.warn calls in ember-htmlbars with required options Jul 21, 2015
@@ -97,7 +97,7 @@ function HandlebarsCompatibleHelper(fn) {
fnResult = fn.apply(this, args);

if (options.element) {
Ember.deprecate('Returning a string of attributes from a helper inside an element is deprecated.');
Ember.deprecate('Returning a string of attributes from a helper inside an element is deprecated.', false, { id: 'ember-htmlbars.handlebars-compat-helper', until: '3.0.0' });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's set this to 2.0.0, and add an issue to remove with a [CLEANUP beta] PR soon.

@rwjblue
Copy link
Member

rwjblue commented Jul 21, 2015

On second thought, I'm going to merge and make issues to update/tweak.

rwjblue added a commit that referenced this pull request Jul 21, 2015
…tmlbars

[DOCS beta] Update `Ember.deprecate` and `Ember.warn` calls in ember-htmlbars with required options
@rwjblue rwjblue merged commit b5025c7 into emberjs:master Jul 21, 2015
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

Successfully merging this pull request may close these issues.

2 participants