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

Avoid using Ember.assign (prevents deprecations on newer Ember versions) #1141

Merged
merged 1 commit into from
Oct 25, 2021

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Oct 18, 2021

This supersedes #1114.

We don't need any special polyfill for IE11 because Babel will handle that for us if instead we use object spread.

Copy link
Contributor

@snewcomer snewcomer left a comment

Choose a reason for hiding this comment

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

Thank you!

Copy link
Sponsor Collaborator

@NullVoxPopuli NullVoxPopuli left a comment

Choose a reason for hiding this comment

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

Looks like it needs rebase now. Sorry, @ef4 !!

@rwjblue rwjblue added the bug label Oct 22, 2021
@rwjblue rwjblue changed the title removing deprecated Ember.assign Avoid using Ember.assign (prevents deprecations on newer Ember versions) Oct 22, 2021
This supersedes #1114.

We don't need any special polyfill for IE11 because Babel will handle that for us if instead we use object spread.
@rwjblue
Copy link
Member

rwjblue commented Oct 25, 2021

Rebased again now that the template compiler issues for 3.28.2-3 are fixed.

@rwjblue rwjblue merged commit 6cb7f33 into master Oct 25, 2021
@rwjblue rwjblue deleted the drop-assign branch October 25, 2021 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants