Skip to content

v0.11.0

Compare
Choose a tag to compare
@LowKostKustomz LowKostKustomz released this 26 May 21:31
· 36 commits to master since this release

Source-breaking changes

shouldShowMultipleAlertsSimultaneously is now deprecated, use multiplePresentationsBehavior instead.

Old

StatusAlert.shouldShowMultipleAlertsSimultaneously = true

New

StatusAlert.multiplePresentationsBehavior = .showMultiple

Fixed

  • Memory leak (lost a weak reference to self)