All Versions
19
Latest Version
Avg Release Cycle
96 days
Latest Release
1819 days ago
Changelog History
Page 2
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.
- โ Adds missing
-
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 LNRNotificationManagershowNotification: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]
- 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
-
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.