Releases: omaralbeik/Drops
Releases · omaralbeik/Drops
1.7.0
1.6.1
What's Changed
- Make hiding speed of bottom drop the same as top by @maiyama18 in #41
New Contributors
- @maiyama18 made their first contribution in #41
Full Changelog: 1.6.0...1.6.1
1.6.0
What's Changed
- Increase test coverage by @omaralbeik in #35
- Reduce image size and prevent macOS app crash by @1998code in #39
- Update test apps to support Mac Catalyst by @omaralbeik in #40
New Contributors
Full Changelog: 1.5.0...1.6.0
1.5.0
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
1.3.0
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
Change Log
Fixed
- Fixed a bug where
show
was not called from main thread.
1.2.0
Change Log
Added
Drop
now conforms toExpressibleByStringLiteral
to allow more natural code like:
Drops.show("Message")
- New
Drop.Accessibility
struct to customize VoiceOver message for a drop Drop.Duration
now conforms toExpressibleByFloatLiteral
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
Change Log
Changed
- Decreased iOS deployment target to iOS 10.