Releases: WeTransfer/UINotifications
Releases · WeTransfer/UINotifications
2.1.0
2.0.0
- 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
1.7.4
1.7.3
1.7.1
Post accessibility notification in presenter (#61) * Post accessibility notification in presenter Fixes #60 * Update Sources/UINotificationPresenters/UINotificationEaseInOutPresenter.swift Co-authored-by: Amir Khorsandi <[email protected]> * Fix CI * Add macOS constraint to fix CI * Bonus: trim whitespace * Fix file reference Seems like we refer to a file from UINotifications, but that changed in the CI submodule. Co-Authored-By: Antoine van der Lee <[email protected]> Co-authored-by: Amir Khorsandi <[email protected]> Co-authored-by: Antoine van der Lee <[email protected]> Co-authored-by: Antoine van der Lee <[email protected]>
1.7.0
- Fix build errors for Xcode 13 beta 3 (#58) via @AvdLee
- Merge release 1.6.0 into master (#57) via @wetransferplatform
1.6.0
- Add support for presenting on window scenes (#56) via @AvdLee
- Merge release 1.5.1 into master (#55) via @wetransferplatform
1.5.1
- Fix some warnings related to
class
keyword. (#54) via @kairadiagne - Merge release 1.5.0 into master (#53) via @wetransferplatform
1.5.0
- Allow customizing the order of views and the image size (#52) via @AvdLee
- Merge release 1.4.1 into master (#51) via @wetransferplatform
1.4.1
- Don't make notification window key as it could conflict with the main window (#50) via @kairadiagne