Skip to content

Releases: margox/SwiftGlow

0.1.2

10 Jun 11:01

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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