Releases: toastersocks/MultiPicker
Releases · toastersocks/MultiPicker
v2.0.6
Fix Swift 6 compatibility issues.
Full Changelog: v2.0.5...v2.0.6
v2.0.5
Remove support for compilers < 6
Full Changelog: v2.0.4...v2.0.5
v2.0.3
Use the stable container APIs for iOS 18+ (and equivalent platforms).
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Changes
- Fix build error when compiling with Swift compiler versions < 6.0 (Xcode 15.2 & 15.4)
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Fix Swift tools version spelling in Package.swift by @luigidimuzio in #9
New Contributors
- @luigidimuzio made their first contribution in #9
Full Changelog: v2.0.0...v2.0.1
v2.0
What's new
- Update Swift tools version to 6.1
- The library has been updated with strict concurrency safety
- The value of
mpTag(_:)must now beSendable - Documentation updates
Full Changelog: v1.2.0...v2.0.0
v1.2
What's Changed
- Make package compatible for watchOS v9+ by @BXYMartin in #8
- Add ability to provide a custom selection representation (how the set of selected choices is represented in the navigation link style). This allows customizing how the (none)/empty state is represented or any other combination of choices.
New Contributors
- @BXYMartin made their first contribution in #8
Full Changelog: v1.1.0...v1.2.0
v1.1
Removed the requirement on CustomStringConvertible: #5 (thanks for reporting @jan-martenn)
v1.0.6
Right-align the rich choice representations when they flow onto more than one line.
This release updates the minimum supported iOS version to 16.
v1.0.5
Fix build errors when built in Release mode.