Releases: margox/SwiftGlow
Releases · margox/SwiftGlow
0.1.3
12 Jun 03:45
Compare
Sorry, something went wrong.
No results found
Added hover support to GlowStatus.auto, with press > hover > default priority for pointer-driven previews.
Updated the macOS demo preview button to use status: .auto so live preview reflects real hover and press interaction.
0.1.2
10 Jun 11:01
Compare
Sorry, something went wrong.
No results found
What's Changed
Simplified the public state API around status
Added GlowStatus.default, .hover, and .press convenience values
Renamed per-view override input to viewOverride for clearer intent
Kept legacy activeState and override entry points as deprecated compatibility overloads
Updated English and Chinese README examples and API reference
Added coverage for the new GlowStatus convenience 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.
0.1.1
10 Jun 11:01
Compare
Sorry, something went wrong.
No results found
What's Changed
Added more built-in glow presets
Expanded the preset catalog for quicker reuse across demos and apps
Presets continue to ship with interactive state variants where applicable
0.1.0
10 Jun 11:01
Compare
Sorry, something went wrong.
No results found
What's Changed
Added automatic press-state handling with GlowStatus.auto
Improved the iOS Metal glow rendering setup
Added API reference documentation
Added a Chinese README
Prepared the first public SwiftGlow package release