Skip to content

feat: upgrade to Angular 10 #119

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

Merged
merged 2 commits into from
Jun 28, 2020
Merged

feat: upgrade to Angular 10 #119

merged 2 commits into from
Jun 28, 2020

Conversation

timdeschryver
Copy link
Member

BREAKING CHANGE:

BREAKING CHANGE:

- fire events (e.g. click, input, change) are removed from the render result, import fireEvent (as an example take a look at http://github.com/testing-library/angular-testing-library/blob/master/apps/example-app/app/examples/03-forms.spec.ts#L2)
- custom user events are removed, use the @testing-library/user-event package (https://testing-library.com/docs/ecosystem-user-event)
- selectOptions the text option expects to be the value of the select option instead of the text
- waitFor and waitForElementToBeRemoved are removed from the render result, import them directly from @testing-library/angular
@timdeschryver timdeschryver merged commit 306546e into master Jun 28, 2020
@timdeschryver timdeschryver deleted the pr/ng-10 branch June 28, 2020 07:44
@timdeschryver
Copy link
Member Author

🎉 This PR is included in version 10.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

1 participant