You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,11 @@ The format is based on Keep a Changelog and the project follows Semantic Version
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.1.0-alpha.61] - 2026-04-01
10
+
9
11
### Bug Fixes
10
12
13
+
-**core/widgets**: Fixed file-tree explorer context-menu targeting, file-picker multi-select parity across mouse and keyboard, checkbox toggle-on-release behavior, select contract/runtime alignment, radio-group disabled-option rendering, textarea cursor visibility for long unwrapped lines, focus-zone input-edit precedence, focus-trap containment behavior, button explicit design-system precedence over `intent`, field footer behavior/styling contracts, dropdown overflow/shortcut behavior, and accordion expanded-panel ordering under headers.
11
14
-**core/filePicker**: File picker filtering and hidden-file visibility are now applied consistently across rendering, keyboard routing, and mouse routing.
12
15
-**core/table**: Table flex-width allocation now consumes fractional remainder cells deterministically instead of leaving narrow layouts partially unused.
13
16
-**core/table**: Wheel scrolling now routes to table-owned scroll state so virtualized table bodies scroll consistently.
@@ -21,6 +24,7 @@ The format is based on Keep a Changelog and the project follows Semantic Version
21
24
22
25
### Tests
23
26
27
+
-**core/widgets**: Added focus-announcer empty/clipped rendering coverage, command-palette shortcut contract coverage, and regression tests around checkbox, focus-trap, field, accordion, and dropdown behaviors.
24
28
-**core/filePicker**: Added routing, integration, and renderer regressions for filtered and hidden-file visibility contracts.
25
29
-**core/table**: Added interaction coverage for modifier-click selection and wheel scrolling, and tightened width-allocation regressions around fractional remainder consumption.
26
30
-**core/forms**: Added field-array regressions for structural dirty recomputation and scalar array-level error preservation across append/remove/move.
@@ -31,6 +35,41 @@ The format is based on Keep a Changelog and the project follows Semantic Version
31
35
-**core/runtime**: Added deterministic regressions for widget-mode breadcrumb render timing and draw-mode `internal_onRender` timing.
32
36
-**node/backend**: Added node backend regressions for auto-mode fallback selection and worker environment support checks.
33
37
38
+
### Documentation
39
+
40
+
-**docs/widgets**: Synced input, slider, command-palette, and related widget docs with the current public behavior and shortcut/focus contracts.
41
+
42
+
### CI / Tooling
43
+
44
+
-**repo/ci**: Added static analysis quality gates and removed dead repository noise to keep the merged fix train releaseable.
45
+
46
+
### Merged Pull Requests
47
+
48
+
-[#289](https://github.com/RtlZeroMemory/Rezi/pull/289) fix(core): clear stale wizard step errors
0 commit comments