Releases: serverpod/serverpod_tui
Releases · serverpod/serverpod_tui
0.10.2
Compare
Sorry, something went wrong.
No results found
0.10.2
FIX : Restore cursor when quiting TUI on iTerm.
0.10.1
Compare
Sorry, something went wrong.
No results found
0.10.1
FEAT : Multi screen forms now auto-focus Next button on the summary screen to prioritise form submission.
0.10.0
Compare
Sorry, something went wrong.
No results found
BREAKING : ServerpodTerminalBackend's preExit now requires exitCode.
0.9.0
Compare
Sorry, something went wrong.
No results found
FEAT : Added submit button to multi screen form.
FEAT : Added ServerpodTuiText to render multi line texts without leading and trailing whitespace after the first line.
FIX : Removed leading and trailing whitespace from multi line form description text.
0.6.0
Compare
Sorry, something went wrong.
No results found
FEAT : Added multiple config options support for form requirement.
FIX : Enabled scroll for multi form summary.
CHORE : Marked FormConfig as sealed for exhaustive pattern matching.
CHORE : Removed redundant "Tip" text from Tip component
0.5.0
Compare
Sorry, something went wrong.
No results found
FEAT : Improved HelpOverlay UI.
FEAT : Improved spacing in TabBar.
CHORE : Upgraded nocterm to ^0.8.0 (Windows input/path fixes, IME and layout fixes).
0.4.0
Compare
Sorry, something went wrong.
No results found
FIX : Removed excessive whitespace from multi screen form summary.
FIX : Added right padding to multi screen form navigation buttons.
FIX : Removed FormState.multiScreen constructor which did not enforce the requirement of MultiScreenFormState by Form.multiScreen.
0.3.0
Compare
Sorry, something went wrong.
No results found
FEAT : Added multi screen form support.
FIX : Fixed form config requirements evaluation issue where reselecting a required config option did not bring back a previously constrained config.
0.2.0
Compare
Sorry, something went wrong.
No results found
Merge pull request #16 from Crazelu/feat/update-logging-dependency
chore: Replace serverpod_shared dependency with serverpod_logging
0.1.0-rc.7
Compare
Sorry, something went wrong.
No results found
Merge pull request #12 from Crazelu/feat/form-ui-improvements
feat: Form UI improvements