Releases: roblillack/spot
Releases Β· roblillack/spot
v0.3.2
v0.3.1
Improvements
- TextEditor: Add misssing support for
OnChange
in Cocoa implementation (#20, thanks @Suremeo!) - ListBox: Add support for unmounting controls again (#22, 6f7e570)
Bug-fixes
- ListBox: Fix memory management issue in Cocoa backend which would show empte entries in some cases (#22, da85091)
Code-quality improvements
- Setup basic GitHub Actions workflow (cbeed25)
Full Changelog: v0.3.0...v0.3.1
v0.3.0
New features & improvements:
- New UI control: Image (#16)
- New UI control: TextEditor (#9)
Bug-fixes:
- core: Fix control updates when number of controls changes. (764203b)
- cocoa: Fix warnings about wrong 'delegate' message sent to NSScrollView. (#14)
- slider: Improve handling value updates. (d24e6b8, 98b5500)
- build: Update minimum Go version to 1.21 (#10)
Code-quality improvements:
v0.2.0
New features & improvements
- New UI control: ListBox (#2)
- Spinner: Implement for real in the Cocoa backend by combining a NSTextField with a NSStepper (#5)
- Label: Add support for text alignment (604bca9)
- TextField: Add
OnChange
callback (fdbaee1) - TextView: Add
FontSize
property (18a4ae0)
Bug-fixes:
- hooks: Fix tests (c2f9af1)
v0.1.0
The first tagged version of Spot! π
The main reactive API seems to be working and we have the first applications running on Linux, Mac, and OpenBSD using a small set of controls. There are still lots of constraints, but this is starting to get usable.