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

Add deprecation for Ember.$() #17489

Merged
merged 1 commit into from Jan 22, 2019

Conversation

simonihmig
Copy link
Contributor

@simonihmig simonihmig commented Jan 18, 2019

Deprecated as per RFC386.

Deprecated as per RFC386.
{
id: 'ember-views.curly-components.jquery-element',
until: '4.0.0',
url: 'https://emberjs.com/deprecations/v3.x#toc_jquery-apis',
Copy link
Member

Choose a reason for hiding this comment

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

Are we only going to have a single deprecation guide entry for all of the jQuery things, or a specific one for each deprecated "concept"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I was planning to do that, as the (technically) different deprecations are very similar and related, and share the same explanation of why to deprecate them. My current draft is here: ember-learn/deprecation-app#255.

But if there is a reason to split them, we can do it!?

@simonihmig simonihmig mentioned this pull request Jan 18, 2019
16 tasks
@rwjblue rwjblue merged commit bd97b4c into emberjs:master Jan 22, 2019
@simonihmig simonihmig deleted the deprecate_ember_dollar branch January 22, 2019 23:35
bendemboski added a commit to bendemboski/ember-ajax that referenced this pull request Mar 22, 2019
Per https://github.com/emberjs/rfcs/blob/master/text/0386-remove-jquery.md#extend-emberjquery-package and emberjs/ember.js#17489, since this addon uses jquery, it should include `@ember/jquery` so `ember-cli-babel` doesn't transpile references to the `jquery` module into `Ember.$`.
bendemboski added a commit to bendemboski/ember-ajax that referenced this pull request Mar 22, 2019
Per https://github.com/emberjs/rfcs/blob/master/text/0386-remove-jquery.md#extend-emberjquery-package and emberjs/ember.js#17489, since this addon uses jquery, it should include `@ember/jquery` so `ember-cli-babel` doesn't transpile references to the `jquery` module into `Ember.$`.
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.

None yet

2 participants