Skip to content

Releases: WeTransfer/UINotifications

1.4.0 - SPM Support

02 Dec 12:43
Compare
Choose a tag to compare

Add Swift Package Manager support

1.3.0

18 Mar 14:38
0477a58
Compare
Choose a tag to compare
  • Add Support for Button (#48) via @Boris-Em
  • Merge release 1.2.0 into master (#47) via @WeTransferBot
  • Migrate to Bitrise & Danger-Swift (#46) via @AvdLee

1.2.0

28 Jan 16:29
Compare
Choose a tag to compare
  • Update SwiftLint, update CI, update to Swift 5.0 (#45) via @AvdLee
  • Make sure the window frame is correct for the traitcollection (#44) via @AvdLee
  • Use of undeclared type 'UINotificationHeight' in Example project (#41) via @AvdLee
  • Updated to Swift 5.0 (#42) via @AvdLee

1.1.0

26 Nov 10:33
Compare
Choose a tag to compare
  • File size of images in the repo are much smaller now.
  • Tapping an action now triggers a dismiss of the notification. This also fixes the issue where actions would be called multiple times.
  • Chevron image is now having a max size of 20x20.
  • Some small memory fixes
  • Chevron image is now set inside the style, which is more logic.
  • The chevron image is now hidden when there's no action attached.
  • It's possible to override the default notification view.
  • Cancellation is now only possible when the notification request is not yet running.
  • Better state representation for UINotificationPresenter.
  • Support for showing an image.
  • Support for showing a subtitle.
  • Support for iPhone X
  • Update to Swift 4.2

Initial release

18 Jul 15:40
Compare
Choose a tag to compare
Merge pull request #1 from WeTransfer/feature/travis-intergration

Travis Intergration, SwiftPM, Cocoapods, Carthage