- Update sdk and dependencies to the most recent ones
- Prevent cursor jumping from being seen on some terminals
- Call
reset
on Ctrl+C forced exits - Add sigint handlers to components that don't read keys (spinners & progress)
- Make confirm components enter-able if
defaultValue
is supplied - Add
reset
function which supports exception handling - Allow overriding
Theme.defaultTheme
directly
- Fix a typo in the documentation
- Migrate to null safety
- Enforce stricter linter rules
- Add more documentation comments
- Change theme's
spinner
tospinners
and acceptList<String>
instead ofString
- Initial version, created by Stagehand