@guiexpert/angular-table 17.1.4 → 17.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,17 +6,19 @@ This is the angular component of the GuiExpert Table Project.
6
6
 
7
7
  This is the UI-agnostic table component for your next web app. 😊
8
8
 
9
- <img src="https://raw.githubusercontent.com/guiexperttable/ge-table/main/apps/table-website/src/assets/screens/heatmap.png" width="50%">
9
+ <img src="https://raw.githubusercontent.com/guiexperttable/website-astro/main/src/assets/screens/heatmap.png" width="50%">
10
10
 
11
11
  ### Version compatibility
12
12
 
13
13
 
14
- | Angular | @guiexpert/angular-table |
15
- |:-----------------------|:-------------------------|
16
- | 17.x.x | ^17.0.0 |
17
- | 16.x.x | ^16.0.7 |
18
- | 15.x.x | ^15.0.2 |
19
- | 14.x.x | ^14.0.3 |
14
+ | Angular | @guiexpert/angular-table |
15
+ |:----------|:-------------------------|
16
+ | 19.x.x | ^19.0.0 |
17
+ | 18.x.x | ^18.0.0 |
18
+ | 17.x.x | ^17.0.0 |
19
+ | 16.x.x | ^16.0.7 |
20
+ | 15.x.x | ^15.0.2 |
21
+ | 14.x.x | ^14.0.3 |
20
22
  |
21
23
 
22
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guiexpert/angular-table",
3
- "version": "17.1.4",
3
+ "version": "17.1.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.1.1",
6
6
  "@angular/core": "^17.1.1"