Releases: testing-library/angular-testing-library
Releases · testing-library/angular-testing-library
v17.0.0
17.0.0 (2024-07-02)
Bug Fixes
Features
- add DTL as devDependency on ng-add (#457) (5d7b368)
- add migration to add DTL as devDependency (#458) (563d44b)
- move dtl to peerDeps (#456) (fbfc9db)
BREAKING CHANGES
@testing-library/dom
is now a peer dependency of@testing-library/angular
.
This means that you need to install@testing-library/dom
separately.
v17.0.0-beta.4
v17.0.0-beta.3
v17.0.0-beta.2
v17.0.0-beta.1
17.0.0-beta.1 (2024-06-21)
Features
BREAKING CHANGES
@testing-library/dom
is now a peer dependency of@testing-library/angular
.
This means that you need to install@testing-library/dom
separately.
v16.0.0
16.0.0 (2024-04-18)
Features
BREAKING CHANGES
- New version of @testing-library/dom changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.