Skip to content

Releases: toastersocks/MultiPicker

v2.0.6

20 Oct 01:58

Choose a tag to compare

Fix Swift 6 compatibility issues.
Full Changelog: v2.0.5...v2.0.6

v2.0.5

20 Oct 00:42

Choose a tag to compare

Remove support for compilers < 6
Full Changelog: v2.0.4...v2.0.5

v2.0.3

18 Oct 23:16

Choose a tag to compare

Use the stable container APIs for iOS 18+ (and equivalent platforms).

Full Changelog: v2.0.2...v2.0.3

v2.0.2

05 May 04:11

Choose a tag to compare

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

04 May 18:19
7bf55b7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0

26 Apr 01:27

Choose a tag to compare

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 be Sendable
  • Documentation updates

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

v1.2

23 Apr 03:53

Choose a tag to compare

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

Full Changelog: v1.1.0...v1.2.0

v1.1

25 May 03:41

Choose a tag to compare

Removed the requirement on CustomStringConvertible: #5 (thanks for reporting @jan-martenn)

v1.0.6

06 Mar 01:03

Choose a tag to compare

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

06 Mar 01:12

Choose a tag to compare

Fix build errors when built in Release mode.