Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 4.3 KB

Changelog.md

File metadata and controls

63 lines (50 loc) · 4.3 KB

2.1.0

2.0.0

1.7.3

  • Remove all traces of cocoapods. (#68) via @kairadiagne
  • Example app crashes when you present a notification (#65) via @AvdLee
  • False warning "SwiftLint not installed" (#66) via @AvdLee

1.7.0

1.6.0

1.5.1

1.5.0

1.4.1

  • Don't make notification window key as it could conflict with the main window (#50) via @kairadiagne

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! 🎉