@nice2dev/ui 1.0.26 → 1.0.27
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/CHANGELOG.md +11 -0
- package/dist/index.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
# [1.0.27] — 2026-06-07
|
|
2
|
+
|
|
3
|
+
### NiceSetupWizard — sticky, independently-scrollable stepper
|
|
4
|
+
|
|
5
|
+
- The wizard's step navigation (stepper) now behaves like `NiceSidebarNav`: it
|
|
6
|
+
stays put while the form body scrolls and scrolls **independently** of it — in
|
|
7
|
+
the `horizontal`, `vertical` and `sidebar` layouts. Implemented by capping the
|
|
8
|
+
wizard at `max-height: 100vh` (overridable) and giving the stepper and body
|
|
9
|
+
their own scroll containers (`flex-shrink:0` on the stepper/header/footer,
|
|
10
|
+
`min-height:0`/`overflow` on the body + sidebar stepper). CSS-only; no API change.
|
|
11
|
+
|
|
1
12
|
# [1.0.26] — 2026-06-07
|
|
2
13
|
|
|
3
14
|
### Entity validation builder + selectable cards
|