All Versions
19
Latest Version
Avg Release Cycle
96 days
Latest Release
1819 days ago

Changelog History
Page 2

  • v0.4.2 Changes

    August 03, 2016

    ๐Ÿ›  Fixed

    • Fixed notification width error on iPad in multi-window mode. [Contributed by moshegutman]
  • v0.4.1 Changes

    ๐Ÿ›  Fixed

    • โž• Adds missing use_frameworks! declaration in Demo project Podfile.
  • v0.4.0 Changes

    ๐Ÿ”„ Changed

    • LNRNotificationManager and LNRNotificationView now use parameter name onTap to refer to the on tap callback for notofications rather than the poorly-named callback. In the interface this slightly modifies the parameters of the LNRNotificationView init:title:body:icon:duration:onTap:position:notificationManager: and the LNRNotificationManager showNotification:title:body:onTap: methods.
    • Demo app now uses LNRSimpleNotifications Pod rather than direct inclusion of the project files.

    ๐Ÿ›  Fixed

    • No long adds extra padding equal to status bar height when showing notifications from the top position when the status bar is hidden. [Contributed by jkennington]
  • v0.3.0 Changes

    ๐Ÿ”„ Changed

    • LNRSimpleNotifications class renamed LNRNotificationManager.
    • LNRSimpleNotificationView class renamed LNRNotificationView.
    • LNRSimpleNotifications/LNRNotificationManager is no longer a singleton - you can create multiple notification managers, each with a different theme, to display notifications.
    • โšก๏ธ Sample project updated to demonstrate the use of two notification managers with different themes.
  • v0.2.3 Changes

    ๐Ÿ›  Fixed

    • Icon vertical positioning is now properly centered. Thanks Chris Akring for submitting this fix!
    • Title label width now respects presence of icon instead of overflowing off the right side of the screen. Thanks Markus Chemelar for submitting this fix!
  • v0.2.2 Changes

    ๐Ÿ›  Fixed

    • The background of Notifications displayed from the top of the screen has been extended all the way to the top of the screen, rather than leaving a 20px (@1x) gap for the status bar.
  • v0.2.1 Changes

    ๐Ÿ”„ Changed

    • Class LNRSimpleNotifications now inherits from NSObject.
  • v0.2.0 Changes

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated to Swift 2.0.
  • v0.1.2 Changes

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Left side Icon padding in notifications reduced from 2 * padding default to just the padding default. [Contributed by pkurzok]
    • LISNRSimpleNotifications now explicitly displays notifications using main thread.