Skip to content

Releases: Orderella/PopupDialog

V 1.1.1

04 Oct 06:41
30ffc27
Compare
Choose a tag to compare

Updates dependencies to Swift 5, thanks @maxxfrazer !

V 1.1.0

05 Apr 20:55
9c6e8ef
Compare
Choose a tag to compare

Swift 5 support. Thanks @toygark!

V 1.0.0

01 Apr 20:40
270bcf9
Compare
Choose a tag to compare

Dropped iOS 9 support. Explicitly set Swift version to 4.2 for Cocoapods, thanks to @micartu, https://github.com/micartu

V 0.9.2

02 Dec 22:22
c39ad2b
Compare
Choose a tag to compare

Fixes crash when presenting dialog while app is in background. Thanks to https://github.com/ivulyov90

V 0.9.1

09 Oct 20:53
7543328
Compare
Choose a tag to compare

Fixes Carthage compatibility

V 0.9.0

27 Sep 13:53
b0bd3b4
Compare
Choose a tag to compare

Swift 4.2 compatibility, thanks to @afnanm1999

V 0.8.1

19 Aug 07:53
cbaddf4
Compare
Choose a tag to compare

Adds additional shadow customization options for the container. That is, all known shadow properties are now exposed.

V 0.8.0

20 Jul 23:31
25d9f17
Compare
Choose a tag to compare

Separated pan and tap gesture.
Thanks to @yoobato

V 0.7.1

24 Feb 15:25
dcdfe10
Compare
Choose a tag to compare

Carthage improvements by https://github.com/Orderella/PopupDialog/commits?author=RyogaK
Objective-C compatibility fixes by Julien Pouget

V 0.7.0

15 Jan 20:21
d974979
Compare
Choose a tag to compare

Introducing DynamicBlurView while removing FXBlurView