Skip to content

Releases: WeTransfer/UINotifications

2.1.0

25 Jan 14:26
2.1.0
dfedd79
Compare
Choose a tag to compare

2.0.0

17 Oct 11:16
2.0.0
f57bed0
Compare
Choose a tag to compare

1.7.4

05 Dec 10:13
a895855
Compare
Choose a tag to compare
  • Fix SwiftUI Previews #71

1.7.3

20 Apr 16:17
3848ea2
Compare
Choose a tag to compare
  • 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.1

07 Dec 16:30
bb31e2b
Compare
Choose a tag to compare
Post accessibility notification in presenter (#61)

* Post accessibility notification in presenter

Fixes #60

* Update Sources/UINotificationPresenters/UINotificationEaseInOutPresenter.swift

Co-authored-by: Amir Khorsandi <khorsandi@me.com>

* 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 <4329185+AvdLee@users.noreply.github.com>

Co-authored-by: Amir Khorsandi <khorsandi@me.com>
Co-authored-by: Antoine van der Lee <ajvanderlee@gmail.com>
Co-authored-by: Antoine van der Lee <4329185+AvdLee@users.noreply.github.com>

1.7.0

16 Jul 13:57
9616440
Compare
Choose a tag to compare

1.6.0

09 Jul 12:09
5851521
Compare
Choose a tag to compare

1.5.1

03 Jun 11:35
Compare
Choose a tag to compare

1.5.0

19 Feb 09:16
7a20be9
Compare
Choose a tag to compare

1.4.1

04 Jan 10:57
12d943c
Compare
Choose a tag to compare
  • Don't make notification window key as it could conflict with the main window (#50) via @kairadiagne