Skip to content

Releases: sveltinio/prompti

v0.2.5

28 Sep 12:24
Compare
Choose a tag to compare

Revert

  • uniseg to v0.2.0

v0.2.4

28 Sep 10:32
Compare
Choose a tag to compare

Fixes

  • input: remove unused BackgroundStyle in TextInput as per bubbles v0.16.1
  • input: replace deprecated CursorStylein favour of Cursor.Style as per bubbles v0.16.1

Chores

v0.2.3

04 Apr 10:47
Compare
Choose a tag to compare

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

10 Mar 23:16
Compare
Choose a tag to compare

Revert lipgloss to v0.6.0

v0.2.1

10 Mar 23:04
Compare
Choose a tag to compare

-fix(choose): func(s string) string {…} (value of type func(s string) string) as type func(strs ...string) string in assignment

v0.2.0

27 Feb 15:05
Compare
Choose a tag to compare

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

09 Feb 18:12
Compare
Choose a tag to compare

Dependency Updates

  • upgrade github.com/charmbracelet/bubbles to v0.15.0
  • upgradegithub.com/charmbracelet/bubbletea to v0.23.2

v0.1.1

23 Nov 11:54
Compare
Choose a tag to compare
  • fix(progressbar/command.go): dummy OnProgressCmd if not passed. Useful for demos

v0.1.0

16 Nov 11:17
Compare
Choose a tag to compare

Initial release