Skip to content

Commit 52864de

Browse files
committed
docs(readme): added Compatibility table to README.md
1 parent 5420a6f commit 52864de

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Both cover the same necessities.
2323
- Supports touch devices
2424
- Auto-scrolling while dragging
2525

26+
## Compatibility
27+
| Version | Compatibility |
28+
|----------------------|---------------------|
29+
| \>= 2.0.0 | Angular 14 & 15 |
30+
| \>= 1.1.0 && < 2.0.0 | Angular 12, 13 & 14 |
31+
| \>= 0.1.1 && < 1.1.0 | Angular 9, 10 & 11 |
32+
2633
## Demos
2734
[Playground](https://katoid.github.io/angular-grid-layout/playground) - [Stackblitz](https://stackblitz.com/edit/angular-grid-layout-playground?file=src%2Fapp%2Fplayground%2Fplayground.component.ts)
2835

@@ -186,8 +193,8 @@ Here is listed the basic API of both KtdGridComponent and KtdGridItemComponent.
186193
- [x] Add grid gap feature. ([commit](https://github.com/katoid/angular-grid-layout/commit/a8b129d76cb7bf12a63ff92beee5d5bbb28046b3))
187194
- [x] Customizable drag placeholder. ([commit](https://github.com/katoid/angular-grid-layout/commit/ce7826522f67333359afcac4f10cb3cd4b76f7b0)).
188195
- [x] rowHeight to support also 'fit' as value instead of only CSS pixels ([commit](https://github.com/katoid/angular-grid-layout/commit/fe7d0e7af9e5ede885a34a9c4700df23012cd1a9)).
196+
- [x] Check grid compact horizontal algorithm, estrange behaviour when overflowing, also in react-grid-layout.
189197
- [ ] Grid support for static grid items.
190-
- [ ] Check grid compact horizontal algorithm, estrange behaviour when overflowing, also in react-grid-layout.
191198
- [ ] Add all other resize options (now is only available 'se-resize').
192199
- [ ] Documentation.
193200

0 commit comments

Comments
 (0)