Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.59 KB

Changelog.md

File metadata and controls

30 lines (25 loc) · 1.59 KB

1.3.0

  • 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

  • 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

  • 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

1.0

  • First public release! 🎉