Releases: testing-library/angular-testing-library
Releases · testing-library/angular-testing-library
v9.2.2
v9.2.1
v9.2.0
v9.1.1
v9.1.0
v9.0.0
9.0.0 (2020-03-24)
Bug Fixes
- auto cleanup after each test (4d8ace0)
- correct removeAngularAttributes docs (28f0e07)
- make removeAngularAttributes opt-in (e122b71)
- only add container when angular attributes are removed (65bed1b)
- use testbed.inject instead of testbed.get (8caff29)
Features
- add tab user-event (4982482)
- add wait feature (3940428)
- remove angular attributes added to the container (7ce3772)
- update DOM Testing Library (959c03f)
- update dom testing library (typings) (e10d04f)
- upgrade dom testing library (20b2888)
- upgrade DOM Testing Library (f08c813)
- upgrade to angular 9 (3ac06b4)
BREAKING CHANGES
-
- wait has been renamed to waitFor
- waitForElement has been removed in favor of waitFor see https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0 for more info
- waitForDomChange has been removed in favor of waitFor see https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0 for more info
- DOM Testing Library update, see https://github.com/testing-library/dom-testing-library/releases for more info
- Angular adds the attributes ng-version and id to the container, these will be removed
This behavior can be disabled with the removeAngularAttributes property
s await render(HelloComponent, { removeAngularAttributes: false, });
- This versions runs on Angular 9
v9.0.0-beta.5
9.0.0-beta.5 (2020-03-24)
Features
BREAKING CHANGES
-
- wait has been renamed to waitFor
- waitForElement has been removed in favor of waitFor see https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0 for more info
- waitForDomChange has been removed in favor of waitFor see https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0 for more info
v9.0.0-beta.4
9.0.0-beta.4 (2020-03-05)
Bug Fixes
- use testbed.inject instead of testbed.get (b3d8ab7)
- use testbed.inject instead of testbed.get (d15eb1e)
Features
- add wait feature (6342b7d)
- trigger release (2c60547)
- update DOM Testing Library (f237591)
- update DOM Testing Library (e9baa86)
- upgrade DOM Testing Library (b88c0f3)
BREAKING CHANGES
- DOM Testing Library update, see https://github.com/testing-library/dom-testing-library/releases for more info