Skip to content

angular: add Version compatibility table #1293

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 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/angular-testing-library/api.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
id: api
title: API
sidebar_label: API
---

`Angular Testing Library` re-exports everything from `DOM Testing Library` as
Expand Down
1 change: 0 additions & 1 deletion docs/angular-testing-library/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
id: examples
title: Examples
sidebar_label: Examples
---

> Read about
Expand Down
14 changes: 14 additions & 0 deletions docs/angular-testing-library/version-compatibility.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
id: version-compatibility
title: Version compatibility
---

An overview of the compatibility between different versions of Angular Testing Library and Angular.

| Angular | Angular Testing Library |
| ------- | ----------------------- |
| 16.x | 13.x \|\| 14.x |
| >= 15.1 | 13.x \|\| 14.x |
| < 15.1 | 11.x \|\| 12.x |
| 14.x | 11.x \|\| 12.x |

1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ module.exports = {
'angular-testing-library/intro',
'angular-testing-library/examples',
'angular-testing-library/api',
'angular-testing-library/version-compatibility',
'angular-testing-library/faq',
],
},
Expand Down