Releases: mittwald/flow
Releases · mittwald/flow
0.2.0-alpha.554
0.2.0-alpha.553
0.2.0-alpha.553 (2025-11-12)
Features (Breaking)
All Form Elements:
- added
SubmitButtonandResetButtonintegration components for ReactHookForm. Only these will receive Form Status Indicators (pending, idle, success, fail) within a form. - submitting a form is possible with
cmd+enter/ctrl+enterwhen the input element has focus
Fixes
Button:
- fixes hover state will not be applied when the readonly=false prop is applied.
Popover:
- fixes Popover will close immediately in some cases when controlled over a controller directly.
0.2.0-alpha.552
0.2.0-alpha.552 (2025-11-11)
Note: Version bump only for package @mittwald/flow-project
0.2.0-alpha.551
0.2.0-alpha.550
0.2.0-alpha.549
0.2.0-alpha.549 (2025-11-07)
Bug Fixes
0.2.0-alpha.548
0.2.0-alpha.548 (2025-11-06)
Bug Fixes
- List: avoid duplicate IDs triggered by parallel batch invalidation (90bfe27)