Skip to content

0.7.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 17 Jan 12:14
· 75 commits to master since this release

This version splits up SystemNotificationConfiguration in a configuration and style type.

Due to changes in the SystemNotificationMessage capabilities, the LocalizedStringKey support has been deprecated.

Also, since SystemNotification aims to be a pure SwiftUI project, the SystemNotificationUIKitOverlay has been deprecated. Please let me know if you really need it, and I'll re-add it to the library.

✨ New features

  • SystemNotificationMessage now supports a custom icon view.
  • SystemNotificationStyle is a new type that's extracted from SystemNotificationConfiguration.

💡 Behavior changes

  • SystemNotification no longer uses async size bindings to apply the corner radius.

🗑 Deprecated

  • SystemNotificationConfiguration moves all styles to SystemNotificationStyle.
  • SystemNotificationMessage has deprecated its LocalizedString initializer.
  • SystemNotificationMessageConfiguration is renamed to SystemNotificationMessageStyle.