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

Update Ember to v4.6 #836

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Update Ember to v4.6 #836

merged 1 commit into from
Sep 9, 2022

Conversation

bertdeblock
Copy link
Collaborator

No description provided.

// Prevent Ember Data from overriding Date.parse.
Date: false,
},
EXTEND_PROTOTYPES: false,
Copy link
Collaborator Author

@bertdeblock bertdeblock Sep 6, 2022

Choose a reason for hiding this comment

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

Normally, in v4.6, the EXTEND_PROTOTYPES object was removed completely, but since ember-freestyle does not have the ember-disable-prototype-extensions addon installed as a development dependency, I decided to set it to false instead of installing the addon. false will be the new default soon anyways, making ember-disable-prototype-extensions redundant.

@bertdeblock bertdeblock merged commit 721e431 into master Sep 9, 2022
@bertdeblock bertdeblock mentioned this pull request Sep 9, 2022
@bertdeblock bertdeblock deleted the update-ember branch July 10, 2023 12:19
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

2 participants