Releases: MFB-Technologies-Inc/swiftui-pick-better
Releases · MFB-Technologies-Inc/swiftui-pick-better
Add segmented BetterPickerStyle
Notes
- Create a
BetterPickerStyle
that mimics Apple'sPickerStyle.segmented
with the ability to customize styles on theView
. - Resolve
MainActor
isolation warnings in test cases. - Update file headers to 2024
What's Changed
- Update header dates via swiftformat by @r-jarvis in #9
- Feature/fix test warnings by @r-jarvis in #12
- Feature/segmented picker animation by @r-jarvis in #10
New Contributors
Full Changelog: 2.1.4...3.1.0
Add @MainActor and @ViewBuilder where needed
What's Changed
- Add @mainactor and @ViewBuilder where needed by @roanutil in #8
Full Changelog: 2.1.3...3.0.0
Maintenance
Update workflow and dependencies
Add .swiftpm to gitignore to stop schemes from polluting dependents
What's Changed
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Add initializers that take a closure to map from option values to selection values
- Add initializers that allow for option values and selection values to be the same type
- Relax protocol requirements on initializers to allow more generalized use
Full Changelog: 2.0.0...2.1.0
2.0.0 Concurrency
What's Changed
- Bump minimum swift version to 5.5
- Add
@MainActor
declarations - Add
Sendable
conformances - Feature/structured concurrency by @roanutil in #3
Full Changelog: 1.0.0...2.0.0