jqwidgets-ng 13.1.0 → 13.1.1

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/ReleaseNotes.txt +7 -1
  2. package/package.json +21 -18
package/ReleaseNotes.txt CHANGED
@@ -1,4 +1,10 @@
1
- jQWidgets v13.0.0 Release, Nov-11-2021
1
+ jQWidgets v13.1.1 Release, Dec-31-2021
2
+
3
+ What's Fixed:
4
+
5
+ - Fixed an issue regarding Angular 13 ng generate integration.
6
+
7
+ jQWidgets v13.0.0 Release, Nov-11-2021
2
8
 
3
9
  What's New:
4
10
 
package/package.json CHANGED
@@ -1,14 +1,17 @@
1
1
  {
2
2
  "name": "jqwidgets-ng",
3
- "version": "13.1.0",
3
+ "version": "13.1.1",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
+ "Angular 14",
6
7
  "Angular 13",
7
8
  "Angular 13 Library",
8
9
  "Angular 13 Components",
9
10
  "Angular 13 UI Components",
10
11
  "Angular 13 DataGrid",
11
12
  "Angular 13 Table",
13
+ "Angular 13 UI",
14
+ "Angular 13 Scheduler",
12
15
  "Angular 13 Grid",
13
16
  "Angular 13",
14
17
  "Angular 12 Library",
@@ -92,30 +95,30 @@
92
95
  "Angular 12 Widgets"
93
96
  ],
94
97
  "dependencies": {
95
- "@angular/elements": "^11.0.0 || ^12.0.0-0",
96
- "@angular/cdk": "^11.0.0 || ^12.0.0-0"
98
+ "@angular/elements": "^13.0.0 || ^14.0.0-0",
99
+ "@angular/cdk": "^13.0.0 || ^14.0.0-0"
97
100
  },
98
101
  "devDependencies": {
99
- "@angular/animations": "^11.0.0",
100
- "@angular/compiler": "^11.0.0 || ^12.0.0-0",
101
- "@schematics/angular": "^11.0.0 || ^12.0.0-0",
102
- "@angular/cdk": "^11.0.0 || ^12.0.0-0",
103
- "@angular/core": "^11.0.0 || ^12.0.0-0",
104
- "@angular/common": "^11.0.0 || ^12.0.0-0",
105
- "@angular/forms": "^11.0.0 || ^12.0.0-0",
106
- "@angular/platform-browser": "^11.0.0 || ^12.0.0-0",
102
+ "@angular/animations": "^13.0.0 || ^14.0.0-0",
103
+ "@angular/compiler": "^13.0.0 || ^14.0.0-0",
104
+ "@schematics/angular": "^13.0.0 || ^14.0.0-0",
105
+ "@angular/cdk": "^13.0.0 || ^14.0.0-0",
106
+ "@angular/core": "^13.0.0 || ^14.0.0-0",
107
+ "@angular/common": "^13.0.0 || ^14.0.0-0",
108
+ "@angular/forms": "^13.0.0 || ^14.0.0-0",
109
+ "@angular/platform-browser": "^13.0.0 || ^14.0.0-0",
107
110
  "core-js": "^2.6.9",
108
111
  "rxjs": "^6.5.3",
109
112
  "systemjs": "0.19.43",
110
113
  "tslib": "^1.10.0",
111
114
  "zone.js": "~0.10.2",
112
- "@angular-devkit/core": "^11.0.0 || ^12.0.0-0",
113
- "@angular-devkit/schematics": "^11.0.0 || ^12.0.0-0",
114
- "@angular/bazel": "^11.0.0 || ^12.0.0-0",
115
- "@angular/compiler-cli": "^11.0.0 || ^12.0.0-0",
116
- "@angular/platform-browser-dynamic": "^11.0.0 || ^12.0.0-0",
117
- "@angular/platform-server": "^11.0.0 || ^12.0.0-0",
118
- "@angular/router": "^11.0.0 || ^12.0.0-0",
115
+ "@angular-devkit/core": "^13.0.0 || ^14.0.0-0",
116
+ "@angular-devkit/schematics": "^13.0.0 || ^14.0.0-0",
117
+ "@angular/bazel": "^13.0.0 || ^14.0.0-0",
118
+ "@angular/compiler-cli": "^13.0.0 || ^14.0.0-0",
119
+ "@angular/platform-browser-dynamic": "^13.0.0 || ^14.0.0-0",
120
+ "@angular/platform-server": "^13.0.0 || ^14.0.0-0",
121
+ "@angular/router": "^13.0.0 || ^14.0.0-0",
119
122
  "typescript": "~3.7.4"
120
123
  },
121
124
  "schematics": "./schematics/collection.json",