Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 712 Bytes

CHANGELOG.md

File metadata and controls

47 lines (26 loc) · 712 Bytes

0.2.8

  • Fixes a crash on iPadOS.

0.2.7

  • Downgrade min SDK to API level 19 for Android.

0.2.6

  • Allows adding icons to the native alert dialogs.

0.2.2

  • Allows users to place the alert window to the center of the parent window or the center of the screen.
  • Fixes the position of the alert window when the parent window is hidden or minimized.
  • Activates the app when showing an alert window on macOS.

0.2.1

  • Minor fixes.

0.2.0

  • Implements alerts with custom buttons.

0.1.5

  • Updates documentation and examples.

0.1.3

  • Fixes issues on Windows.

0.1.2

  • Tunes Android build settings.

0.1.1

  • Fixes a typo and a potential crash.

0.1.0

  • Initial release