Releases: sveltinio/prompti
Releases · sveltinio/prompti
v0.2.4
Fixes
- input: remove unused
BackgroundStyle
in TextInput as per bubbles v0.16.1
- input: replace deprecated
CursorStyle
in favour of Cursor.Style as per bubbles v0.16.1
Chores
v0.2.3
Fixes
- choose: value of type func(s string) string as type func(strs ...string)"
- render TUI to stdout by default
Chores
CI
v0.2.2
Revert lipgloss to v0.6.0
v0.2.1
-fix(choose): func(s string) string {…} (value of type func(s string) string) as type func(strs ...string) string in assignment
v0.2.0
confirm prompt:
- direct styles customisations for width and border (color and style) added to the
Style
struct
- it is now possible to render a message in addition to the question through the
Message
prop on the Config
struct
v0.1.2
Dependency Updates
- upgrade github.com/charmbracelet/bubbles to
v0.15.0
- upgradegithub.com/charmbracelet/bubbletea to
v0.23.2
v0.1.1
- fix(progressbar/command.go): dummy OnProgressCmd if not passed. Useful for demos