Releases: testing-library/angular-testing-library
Releases · testing-library/angular-testing-library
v17.3.5
17.3.5 (2024-12-14)
Bug Fixes
- flatten component providers for consistency to the framework (#507) (d59e4f2), closes #506
v17.3.3
17.3.3 (2024-11-30)
Performance Improvements
v17.3.2
17.3.2 (2024-11-09)
Bug Fixes
- make wrapper component
standalone: false
explicitly (#498) (5a0665f)
v17.2.2
17.2.2 (2024-08-13)
Bug Fixes
- add support for InputSignalWithTransform in inputs property (#484) (9160da1), closes #483
v17.1.0
17.1.0 (2024-07-20)
Features
- introduce
on
as a improvement to subscribe to outputs (#465) (caad0c2), closes #462