- Make UINotificationStyle conform to main actor (#76) via @AvdLee
- Merge release 2.0.0 into master (#75) via @wetransferplatform
- Add
Sendable
conformance and support for Concurrency (#74) via @AvdLee - Update
CODEWONERS
file (#73) via @peagasilva - Remove reference to Mocker from README.md (#72) via @kairadiagne
- 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
- Fix build errors for Xcode 13 beta 3 (#58) via @AvdLee
- Merge release 1.6.0 into master (#57) via @wetransferplatform
- Add support for presenting on window scenes (#56) via @AvdLee
- Merge release 1.5.1 into master (#55) via @wetransferplatform
- Fix some warnings related to
class
keyword. (#54) via @kairadiagne - Merge release 1.5.0 into master (#53) via @wetransferplatform
- Allow customizing the order of views and the image size (#52) via @AvdLee
- Merge release 1.4.1 into master (#51) via @wetransferplatform
- Don't make notification window key as it could conflict with the main window (#50) via @kairadiagne
- 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
- 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
- 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
- First public release! 🎉