-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix deprecated assign usage from @ember/assign #7722
Conversation
Asset Size Report for acb3cf6 Modern Builds ✅ EmberData shrank by -147.0 B (-3.0 B compressed)If any packages had changed sizes they would be listed here. Changeset
Full Asset Analysis (Modern)
Modern Builds (No Rollup) ✅ EmberData shrank by -339.0 B (-26.0 B compressed)If any packages had changed sizes they would be listed here. Changeset
Full Asset Analysis (Modern)
|
Performance Report for acb3cf6 Scenario - materialization: ☑️ Performance is stable
Scenario - unload: ☑️ Performance is stable
Scenario - destroy: ☑️ Performance is stable
Scenario - add-children: ☑️ Performance is stable
Scenario - unused-relationships: ☑️ Performance is stable
|
291942e
to
94822ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good after the spread to assign change
70f0028
to
acb3cf6
Compare
@igorT Can this be backported to 4.0 beta? Without this, there are deprecations in brand new 4.0 apps using ember-data. |
* Fix deprecated assign usage from @ember/assign * assign -> Object.assign * fix with Object.assign
* Fix deprecated assign usage from @ember/assign Co-authored-by: Scott Newcomer <[email protected]>
prep for 4.0!
ref #7724