Skip to content

1.0.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 23 Apr 17:36

This version bumps the deployment targets and moves styling and configuration to view modifiers.

🚨 Important Information

  • All previous style- and config-based initializers have been removed.

📱 New Deployment Targets

  • .iOS(.v15)
  • .macOS(.v12)
  • .tvOS(.v15)
  • .watchOS(.v8)
  • .visionOS(.v1)

✨ New features

  • SystemNotification is more self-managed than before.
  • SystemNotificationConfiguration can now be used as an environment value.
  • SystemNotificationStyle now supports background materials.
  • SystemNotificationStyle can now be used as an environment value.
  • SystemNotificationMessageStyle can now be used as an environment value.
  • SystemNotificationMessageStyle now supports specifying a foreground color.
  • SystemNotificationMessageStyle now supports specifying a background color.
  • View has new system notification-related style- and config view modifiers.

🐛 Bug fixes

  • SystemNotification now correctly applies the configuration animation.