github charmbracelet/bubbles v0.7.5

latest releases: v2.0.0-alpha.1, v0.20.0, v0.19.0...
3 years ago

This release contains design updates to Spinner which provide spin-speeds on a per-spinner basis for a better out-of-the-box experience, as well as a bugfix.

New:

  • Added default spinners: spinner.MiniDot, spinner.Pulse, spinner.Points

Changed:

  • Type spinner.Spinner is now a struct with properies Frames []string and FPS time.Duration
  • Visual improvements to spinner.Monkey, spinner.Globe, and spinner.Moon

Removed:

  • spinner.Bit8

Fixed:

  • spinner.TickMsg is now sent on both start and update; the previous version had an internal un-exported start message which made passing messages to spinners more cumbersome

Don't miss a new bubbles release

NewReleases is sending notifications on new releases.