Releases: shawalli/bubbles
Releases · shawalli/bubbles
v.0.4.0
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
This release contains only dependency updates, with no new code changes.
v0.3.1
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
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
This release adds theradio
bubble, which abstracts away radio button management into a single model.
v0.1.1
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
Initial Release
This release adds the tabs
bubble, which abstracts away tab management into a single model.