Skip to content

Releases: shawalli/bubbles

v.0.4.0

03 Dec 07:39
2a9129e
Compare
Choose a tag to compare

This release updates calendar/month to support configurable weekdays. Practically, this allows for months that have weeks with less-than-seven days, as well as starting the week on an arbitrary weekday.

Full Changelog: v0.3.2...v0.4.0

v0.3.2

03 Dec 07:34
652bb92
Compare
Choose a tag to compare

This release contains only dependency updates, with no new code changes.

v0.3.1

27 Oct 20:16
b286802
Compare
Choose a tag to compare

This release adds various units and fixes the following bugs:

  • fix(radio): only activate the first button if there are buttons
  • fix(calendar/week): correctly move to the next date if the first day

v0.3.0

05 Oct 01:42
5803841
Compare
Choose a tag to compare

This release adds two bubbles to represent calendars:

  • calendar/week - management and rendering of a weekly calendar
  • calendar/month - management and rendering of a monthly calendar

v0.2.0

10 Sep 00:49
8da8c6c
Compare
Choose a tag to compare

This release adds theradio bubble, which abstracts away radio button management into a single model.

v0.1.1

08 Sep 20:06
0c12f45
Compare
Choose a tag to compare

This release includes minor bugfixes, documentation, and CI workflows.

tab Changes

  • refactor: Model.Wraparound accepts a boolean to enable or disable wraparound tabbing (#5)
  • fix: Model.DefaultDimensions will not contain a negative width (#5)
  • test: add unit tests (#5)

Miscellaneous Changes

  • ci: add workflows for pull requests (#4)
  • ci: dependabot (#4)
  • docs: update README (#3, #4)

v0.1.0

08 Sep 02:27
5e2ac72
Compare
Choose a tag to compare

Initial Release

This release adds the tabs bubble, which abstracts away tab management into a single model.