Skip to content

Releases: MrAsterisco/ComboPicker

2.1.0

06 Jul 19:45
56c97d5
Compare
Choose a tag to compare

New Features

  • #5 : It is now possible to customise the picker font on iOS and iPadOS.

Fixes

  • #4 : the picker now computes its intrinsic size correctly on iOS and iPadOS.
  • #7 : adding values via manual input is now working correctly on macOS and tvOS.

Full Changelog: v2.0.0...v2.1.0

2.0.0

03 Jul 09:48
b502429
Compare
Choose a tag to compare

New Features

#2: it is now possible to format values with an external formatter that is injected into the ComboPicker.

Bugs Fixed

#1: iOS and iPadOS now use the native UIPickerView, instead of the SwiftUI Picker, as it allows for multiple pickers to exist on the same screen.


Full Changelog: v1.0.0...v2.0.0

1.0.0

02 Jul 13:27
Compare
Choose a tag to compare

First public release