ng-hub-ui-stepper 22.10.4 → 22.11.0
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
A flexible, customizable, and accessible stepper component for Angular 21+. Perfect for multi-step forms, wizards, and guided user experiences with a focus on developer experience and modern standards.
|
|
9
9
|
|
|
10
10
|
> [!IMPORTANT]
|
|
11
|
-
> Version `22.
|
|
11
|
+
> Version `22.11.0` targets **Angular 22** and uses the **Signals** architecture shared across `ng-hub-ui`.
|
|
12
12
|
|
|
13
13
|
## Documentation and Live Examples
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-hub-ui-stepper",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.11.0",
|
|
4
4
|
"description": "A flexible and customizable stepper component for Angular applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://hubui.dev/en/stepper/overview/",
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@angular/common": ">=17.
|
|
33
|
-
"@angular/core": ">=17.
|
|
32
|
+
"@angular/common": ">=17.3.0",
|
|
33
|
+
"@angular/core": ">=17.3.0",
|
|
34
34
|
"ng-hub-ui-ds": ">=22.0.0",
|
|
35
35
|
"ng-hub-ui-utils": ">=22.8.0"
|
|
36
36
|
},
|