Skip to content

Releases: skedgo/TGCardViewController

2.0.2

19 Nov 02:23
Compare
Choose a tag to compare

Tweak for VoiceOver: Stay in extended mode if VoiceOver is running

Full Changelog: 2.0.1...2.0.2

2.0.1

18 Nov 06:58
Compare
Choose a tag to compare

Small tweak for VoiceOver: Allow opting out of the preferredView selection on a per-card basis

Full Changelog: 2.0.0...2.0.1

2.0.0

16 Nov 00:43
b93097c
Compare
Choose a tag to compare

What's Changed

Updates for Xcode 13: @nighthawk in #7

  • @MainActor annotations
  • Remove deprecated state restoration -- use NSUserActivity instead, see #8
  • Remove Bundle.cardVC in favour of Bundle.module and TGCardViewController.bundle
  • Now requires iOS 13

Full Changelog: 1.7.6...2.0.0

1.7.6

15 Nov 05:09
d4b8956
Compare
Choose a tag to compare

VoiceOver fixes (#6)

  • Don't trigger paging to a different card using voice over; only the
    current card is "accessible" and when using voice over you have to
    page manually (e.g., by using a page control), but not by scrolling
    through the pages.
  • Don't read out hidden elements when card is extended

1.7.5

05 Oct 03:32
bdfd8bc
Compare
Choose a tag to compare
  • When VoiceOver frame goes off-screen extend card (#4)

1.7.4

05 Oct 03:31
Compare
Choose a tag to compare
  • Better support for SwiftUI: Fix wrong size of TGHostingCard's content view

1.7.3

05 Oct 03:30
Compare
Choose a tag to compare

Fixes when pairing with nav bar

  1. Don't account twice for the top overlap, keeping extended close to the nav bar.
  2. Fix landscape where card content was always faded out

1.7.2

05 Oct 03:30
c45f2b1
Compare
Choose a tag to compare
  • Fix issue where TGTableCard was unable to scroll to the bottom

1.7.1

03 Sep 08:43
Compare
Choose a tag to compare

Small bug fixes:

  • Remove shadow path optimisation as that breaks the shadow when rotating
  • Inset floating views relative to safe area on devices with a notch
  • Fix map insets when card wrapper is hidden, after updating toolbars, and when toggling map overlays

1.7.0: Map safe area

01 Sep 04:23
f99d7da
Compare
Choose a tag to compare
  • Fixes TGMapManager's placement of MKMapView attribution and legal label
  • Fixes TGMapManager's centring of the map when the card is in peaking mode
  • Fixes MKMapView's accessibility when (partially) covered by the card
  • Removes edgePadding: parameter from TGMapManager's takeCharge method