Skip to content

Tags: andreialecu/angular-testing-library

Tags

v17.1.0

Toggle v17.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add mumenthalers as a contributor for code, and test (testing-l… …ibrary#466)

v17.0.0

Toggle v17.0.0's commit message
docs: reword installation steps (testing-library#463) 

v17.0.0-beta.4

Toggle v17.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: schematics output folder (testing-library#461) 

v17.0.0-beta.3

Toggle v17.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add migration to add DTL as devDependency (testing-library#458) 

v17.0.0-beta.2

Toggle v17.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add DTL as devDependency on ng-add (testing-library#457) 

v17.0.0-beta.1

Toggle v17.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: move dtl to peerDeps (testing-library#456) BREAKING CHANGE: `@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

Toggle v16.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: upgrade @testing-library/dom to v10 (testing-library#447) BREAKING CHANGE: 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.

v15.2.0

Toggle v15.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add DeferBlockBehavior (testing-library#431) 

v15.1.0

Toggle v15.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add partialUpdate to rerender (testing-library#427) Closes testing-library#411

v15.0.0

Toggle v15.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add methods to test deferrable views (testing-library#426) BREAKING CHANGE: Requires Angular v17 to test deferrable views.