Skip to content

Releases: KhubaibKhan4/Alert-KMP

1.0.6

14 Oct 17:56
Compare
Choose a tag to compare

Swift UI Toast Style Implementation

Full Changelog: v1.0.5...v1.0.6

1.0.5

25 Sep 18:08
Compare
Choose a tag to compare

iOS Toast Enhancement
Full Changelog: v1.0.4...v1.0.5

1.0.4

22 Sep 16:37
Compare
Choose a tag to compare

iOS64Arm Bug Fixed.

Full Changelog: v0.0.8...v1.0.4

v0.0.8

07 Sep 15:26
23e3ac0
Compare
Choose a tag to compare
  1. Enhancement Added to Android Notifications.
  2. iosArm64 Bug Fixed.

Full Changelog: v0.0.7...v0.0.8

0.0.7

18 Jul 08:09
36f40bb
Compare
Choose a tag to compare

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

0.0.5

07 Jul 10:37
cd0784a
Compare
Choose a tag to compare

We are excited to announce the release of version 0.0.5 of the Alert-KMP library! This release fix bug for iOS Platforms
What's New

  • Bug Fixed for the iOS Platforms

Full Changelog: v0.0.4...v0.0.05

0.0.4

04 Jul 12:48
61ef391
Compare
Choose a tag to compare

We are excited to announce the release of version 0.0.4 of the Alert-KMP library! This release introduces support for WebAssembly (wasmJs), expanding the reach of our library to a broader range of web applications.

What's New

  • WebAssembly (wasmJs) Support
    Web Notifications: Added support for displaying notifications in WebAssembly-based applications.
    Improved Compatibility: Ensured compatibility with modern web browsers supporting WebAssembly.
  • Bug Fixes and Improvements
    Enhanced Performance: Optimized the notification handling process across all supported platforms.
    Improved Documentation: Updated the documentation to reflect the new changes and provide clearer usage examples.

Full Changelog: v0.0.2...v0.0.4

v0.0.2

04 Jul 10:49
Compare
Choose a tag to compare

First Release With Simple Features to Display Native Notifications on Android, iOS, Web & Desktop