Releases: margox/SwiftGlow
Releases · margox/SwiftGlow
0.1.2
What's Changed
- Simplified the public state API around
status - Added
GlowStatus.default,.hover, and.pressconvenience values - Renamed per-view override input to
viewOverridefor clearer intent - Kept legacy
activeStateandoverrideentry points as deprecated compatibility overloads - Updated English and Chinese README examples and API reference
- Added coverage for the new
GlowStatusconvenience cases
Notes
This is a non-breaking cleanup release. Existing callers can keep using the old API for now, but new code should prefer status and viewOverride.