Skip to content

Releases: omaralbeik/Drops

1.7.0

23 Sep 08:12
a183ee6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.7.0

1.6.1

18 Oct 09:06
f4eabe3
Compare
Choose a tag to compare

What's Changed

  • Make hiding speed of bottom drop the same as top by @maiyama18 in #41

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

07 Oct 17:26
8638804
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

16 Jul 21:43
5bb17db
Compare
Choose a tag to compare

What's Changed

  • Fix Drop position in multi window environment by @ky1vstar in #30
  • Bump deployment target to iOS13 + code cleanup in #34

Full Changelog: 1.4.0...1.5.0

1.4.0

13 Oct 20:20
6b92e72
Compare
Choose a tag to compare

Change Log

Added

  • Added a customisation of maximum number of lines for title and subtitle #23
  • Added new willShowDrop, didShowDrop, willDismissDrop, and didDismissDrop handlers #24 #29

Great thanks to @ky1vstar for their contributions 👏

1.3.0

11 Sep 11:12
7e60bc9
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed a bug where showing a drop was not respecting the current status bar style #22
  • Marked the library unavailable for app extensions #20
  • Fixed an accessibility bug where labels font size was not adjusting #25

Great thanks to @fourbytes, @ky1vstar, and @thierrybucco for their contributions 👏

1.2.1

21 May 07:32
3314384
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed a bug where show was not called from main thread.

1.2.0

14 May 12:14
fb3d029
Compare
Choose a tag to compare

Change Log

Added

  • Drop now conforms to ExpressibleByStringLiteral to allow more natural code like:
Drops.show("Message")
  • New Drop.Accessibility struct to customize VoiceOver message for a drop
  • Drop.Duration now conforms to ExpressibleByFloatLiteral to allow more natural code like:
let drop = Drop(title: "Title", subtitle: "Subtitle", duration: 5.0)

Changed

  • Label colors now change to darker colors when "Increase Contrast" is turned on in System's settings.

1.1.0

12 May 08:51
1df4409
Compare
Choose a tag to compare

Change Log

Changed

  • Decreased iOS deployment target to iOS 10.

1.0.1

11 May 20:37
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed unhandled Info.plist when importing with SPM, #12 by @sbertix.