Skip to content

Commit f9507e7

Browse files
angular: add Version compatibility table (#1293)
1 parent 7f542d6 commit f9507e7

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

docs/angular-testing-library/api.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
id: api
33
title: API
4-
sidebar_label: API
54
---
65

76
`Angular Testing Library` re-exports everything from `DOM Testing Library` as

docs/angular-testing-library/examples.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
id: examples
33
title: Examples
4-
sidebar_label: Examples
54
---
65

76
> Read about
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: version-compatibility
3+
title: Version compatibility
4+
---
5+
6+
An overview of the compatibility between different versions of Angular Testing Library and Angular.
7+
8+
| Angular | Angular Testing Library |
9+
| ------- | ----------------------- |
10+
| 16.x | 13.x \|\| 14.x |
11+
| >= 15.1 | 13.x \|\| 14.x |
12+
| < 15.1 | 11.x \|\| 12.x |
13+
| 14.x | 11.x \|\| 12.x |
14+

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ module.exports = {
144144
'angular-testing-library/intro',
145145
'angular-testing-library/examples',
146146
'angular-testing-library/api',
147+
'angular-testing-library/version-compatibility',
147148
'angular-testing-library/faq',
148149
],
149150
},

0 commit comments

Comments
 (0)