Skip to content

Releases: clutter/TiltUp

TiltUp 1.0.0

11 Dec 19:23
0916c59

Choose a tag to compare

Features

  • Add Camera screen (#15)
    • Also includes UIImage extensions to scale image to size, get HEIC data from image, and make image from color

0.5.0

03 Dec 23:10
90ed1f7

Choose a tag to compare

  • Fix bugs in SingleSelection preselection (#14)
    • Don’t immediately confirm when preselecting a row
      • SingleSelectionViewModel.selectedRow(at:) is now internal. External users should now use preselectRow(at:), which is similar but does not call coordinatorObservers.tappedConfirm
    • Don’t clear SingleSelection selection on appear

0.4.3

09 Nov 01:17
788b487

Choose a tag to compare

  • Prioritized a disclosure indicator over a checkmark for rows in SingleSelectionController

0.4.2

08 Nov 20:57
0deb155

Choose a tag to compare

TiltUp 0.4.2

Patch

  • Fix Toolbar Not Showing in SingleSelectionController (#12)

0.4.1

22 Oct 00:03

Choose a tag to compare

TiltUp 0.4.1

Features

  • Add a convenience init for nillable Observables (#11)

0.4.0

21 Oct 20:12

Choose a tag to compare

TiltUp 0.4.0

TiltUp now requires the Swift 5.1 compiler or greater.

Features

  • Add SingleSelection and IdentifierView (#9)
  • Make Observable a @propertyWrapper (#10)

0.3.1

01 Oct 18:19

Choose a tag to compare

TiltUp 0.3.1

Patch

  • Update access control for Observables.swift (#8)

0.3.0

30 Sep 22:00

Choose a tag to compare

TiltUp 0.3.0

Features

  • Add Disposable, Observable, ObserverList, & ObserverNotifier (#6)
  • Set default modal style to full-screen (#7)

0.2.2

19 Sep 22:00

Choose a tag to compare

TiltUp 0.2.2

Patch

  • Disable bitcode for TiltUpTest (#5)

0.2.1

09 Sep 17:30

Choose a tag to compare

TiltUp 0.2.0

Patch

  • Make unit test helpers public (#4)