Skip to content

1.4.0

Choose a tag to compare

@patro85 patro85 released this 01 Jun 17:46
· 5 commits to master since this release
5c67cb5

First release of the maintained patro85 fork. Picks up community fixes that were stuck in the original (now-inactive) upstream.

What's new

  • visionOS support.visionOS(.v1) platform + correct on-screen positioning (#3). Based on @derwaldgeist's upstream PR elai950#104.
  • Liquid Glass on iOS/macOS 26+ — native glassEffect toast background, on by default where available (#4). Based on @lfuelling's upstream PR elai950#112.
  • Opt-out for Liquid GlassAlertStyle.style(..., useGlassEffect: false) keeps the classic blur/solid background (#6).
  • Subtitle truncation fix — long subtitles now wrap in banner, hud, and alert layouts (#2). Extends @arslankaleem7229's upstream PR elai950#106.

Housekeeping

  • Removed committed macOS AppleDouble (._*) files and ignored them (#1).
  • Repointed podspec/homepage at this fork; README badges updated.

Notes

  • swift-tools-version bumped 5.3 → 5.9 (required for the visionOS platform). Building requires Swift 5.9+; the Liquid Glass path requires Xcode 26 / the iOS 26 SDK.
  • Backward compatible: existing AlertStyle.style(...) call sites compile unchanged.

🤖 Generated with Claude Code