0.0.7
Release v0.0.7
Overview
This release brings several new features and improvements to the Alert-KMP library, enhancing its functionality and versatility across multiple platforms.
New Features
-
Platform Agnostic Notifications:
- Supports Android, iOS, Web, and Desktop platforms through Kotlin Multiplatform.
- Provides a unified API for triggering notifications.
-
Compose Multiplatform Integration:
- Seamlessly integrates with JetBrains Compose Multiplatform UI framework.
-
Customizable Notifications:
- Allows customization of notification content, icons, actions, and behaviors to suit application needs.
-
Android:
- Added support for displaying Toast messages.
- Added support for top-positioned Toast messages.
- Added support for Notifications messages.
- Added support for custom notifications using AlertDialog.
-
iOS:
- Added support for displaying UIAlert messages.
- Added support for top-positioned notifications.
- Added support for custom notifications using UIAlertController.
-
Web (JS):
- Added support for displaying alert messages.
- Added support for top-positioned notifications using HTML and CSS.
- Added support for custom notifications with customized styles.
-
Desktop (JVM):
- Added support for system tray notifications.
- Added support for top-positioned notifications using Swing.
- Added support for custom notifications using JFrame.
-
Event Handling:
- Provides callbacks and event listeners for notification actions and dismissal.
Full Changelog
Full Changelog: v0.0.6...v0.0.7