@ni/nimble-angular 14.0.1 → 14.0.3
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.
- package/README.md +5 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -109,11 +109,13 @@ Angular's `fakeAsync` utility is useful for writing quickly-executing tests, but
|
|
|
109
109
|
|
|
110
110
|
To avoid this, call `processUpdates()` after each `fakeAsync` test. This will synchronously process the internal queue and put it in a good state for subsequent tests. The `processUpdates()` method can also be called mid-test to synchronously complete operations which would otherwise require waiting for an animation frame.
|
|
111
111
|
|
|
112
|
-
##
|
|
112
|
+
## Angular Support Policy
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
`@ni/nimble-angular` supports Angular 14. To see the exact version it's tested against, view the library's `package.json`.
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
If your application uses an older Angular version you can temporarily use an older version of `@ni/nimble-angular` (versions exist back to Angular 12) but it will not contain the latest features so it's preferable to update the application's Angular dependency.
|
|
117
|
+
|
|
118
|
+
If your application uses a newer Angular version please contact the Nimble team by filing an issue to request support. We strive to offer support for each new major Angular release within a few months of its availability but will work with our clients to find the best time to upgrade.
|
|
117
119
|
|
|
118
120
|
## Contributing
|
|
119
121
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-angular",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.3",
|
|
4
4
|
"description": "Angular components for the NI Nimble Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@angular/core": "^14.2.0",
|
|
36
36
|
"@angular/forms": "^14.2.0",
|
|
37
37
|
"@angular/router": "^14.2.0",
|
|
38
|
-
"@ni/nimble-components": "^15.3.
|
|
38
|
+
"@ni/nimble-components": "^15.3.1"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.2.0"
|