Releases

1.1.0
Minor
latest

14. August 2026

Project overview cards and a calmer default table

  • Summarise a hosting project at a glance with the new ProjectOverviewCard.
  • Table now defaults to a calmer, lighter row separator.
  • Combobox supports an async loading state for options fetched on demand.

Deprecations

  • The Table dense prop is deprecated in favour of spacing="compact". The old prop keeps working and logs a warning via useWarnDeprecation; see MIGRATION.md. (#2711)

ProjectOverviewCard

A compact card that summarises a hosting project — its plan, members and current status — so overview screens no longer need a bespoke layout. (#2705)

Quieter table separators

Table now uses a lighter row separator by default, which reads calmer in dense data views. Pass separators="strong" to keep the previous, more prominent borders. (#2708)

Async Combobox loading

Combobox gained a first-class loading state for options fetched on demand, so you can show a spinner while results resolve instead of an empty menu. (#2712)

npm · GitHub Release

Fixes

1.1.2 · 28. August 2026
  • Combobox: keep focus on the input after selecting an item (#a1b2c3d)
  • ProjectOverviewCard: correct plan label truncation on narrow cards (#b2c3d4e)
1.1.1 · 21. August 2026
  • Table: restore keyboard row navigation in the quiet style (#c3d4e5f)

1.0.0
Major

31. Juli 2026

Flow 1.0 — the stable design system

  • The public API is now covered by a semver contract — adopt ^1 with confidence.
  • Remote rendering for mStudio extensions is promoted to stable.

Stable public API

Every component's props and behaviour are now covered by a semver contract: breaking changes only land in a new major, so you can adopt ^1 with confidence. (#2700)

Remote rendering is stable

The remote-DOM rendering path used by mStudio extensions graduates from preview to stable and is now part of the versioning contract. (#2702)

Migrations

  • Update to @mittwald/flow-react-components@^1.
  • Props deprecated during the alpha series have been removed. Run the codemod, then follow MIGRATION.md for the remaining manual steps. (#2701)
npm · GitHub Release

Fixes

1.0.1 · 7. August 2026
  • Button: fix icon vertical alignment in the small size (#d4e5f6a)

0.9.0
Minor

10. Juli 2026

Pre-1.0 stabilisation

API polish ahead of 1.0

Final naming and default-value adjustments across the form components, so the 1.0 surface is consistent. No action required. (#2698)

npm · GitHub Release

Auf dieser Seite