Skip to content

Releases: nathantannar4/Transmission

1.3.0

14 Jun 07:15
Compare
Choose a tag to compare
  • SwiftUI v6 Support
  • Fixes #44

1.2.2

10 Jun 20:04
Compare
Choose a tag to compare

1.2.1

07 Jun 05:11
Compare
Choose a tag to compare
  • Fixes #41
  • Adds automatic keyboard handling to InteractivePresentationController, which includes the .card transition style

1.2.0

02 May 05:48
Compare
Choose a tag to compare
  • Adds PresentationLinkTransition.card, a built in interactive presentation style that mimics the card like UI on iOS shown for AirPods and in the Home app
  • Improves PresentationController, a subclass of UIPresentationController with various improvements
  • Adds InteractivePresentationController
  • Deprecate PresentationLinkCustomTransition in favour of the new PresentationLinkTransitionRepresentable, which has an improved API
  • Adds QuickLookPreviewLink for presenting a QLPreviewController

1.1.5

04 Apr 16:39
Compare
Choose a tag to compare

1.1.4

07 Mar 15:47
Compare
Choose a tag to compare

1.1.3

10 Jan 04:43
Compare
Choose a tag to compare
  • Fixes regressions from #24 fix

1.1.2

09 Jan 03:06
Compare
Choose a tag to compare

1.1.1

05 Jan 03:44
Compare
Choose a tag to compare

1.1.0

04 Jan 05:36
Compare
Choose a tag to compare
  • Moves HostingView and HostingController to Engine
  • Fixes #22 and #23