Releases: skywinder/ActionSheetPicker-3.0
Releases · skywinder/ActionSheetPicker-3.0
2.7.5 Fix fatal issue on iPad
2.7.4 Fix import for CocoaPods
What's Changed
- Update CONTRIBUTING.md by @noorulain17 in #553
- add Wei18 as a contributor for infra, review, and maintenance by @allcontributors in #572
- Infra GitHub actions by @Wei18 in #574
- Fix Memory Leak & Fix import by @mlch911 in #561
- Release 2.7.4 by @Wei18 in #575
New Contributors
Full Changelog: 2.7.3...2.7.4
2.7.3
What's Changed
- Fix date picker dismissing when tapping on date picker in .inline style by @joeboyscout04 in #551
- Update ActionSheetPicker-3.0.podspec to 2.7.3 by @Wei18 in #568
What's Changed on Github Actions
- Add GitHub actions to deploy CocoaPods by @Wei18 in #564
- Migrate CI from TravisCI to GitHubActions by @Econa77 in #546
- Fixed DeployCocoaPods Github Action by @Wei18 in #566
- Add job build in ci.yml for CocoaPods, Carthage, Swift Package by @Wei18 in #567
New Contributors
- @joeboyscout04 made their first contribution in #551
Full Changelog: 2.7.2...2.7.3
2.7.2 for Swift Package
What's Changed
- Fix typo in the comment by @ad-sho-loko in #521
- Reduced minimum iOS version back to 9.0 by @ddaddy in #523
- Fix SPM issue (#525) in #527
- Issue 538 - Remove conditional statements less than iOS9 by @jolyot in #539
- Fixed #526 (
tapDismissAction
broken after 2.5.1), Improved #491 (Background-tap to dismiss) by @noorulain17 in #528 - Fixed an issue building using the Swift Package Manager by @Econa77 in #545
- [Fix] import issue on Swift Pacakge by @Wei18 in #555
- Release 2.7.2 by @Wei18 in #562
New Contributors
- @ad-sho-loko made their first contribution in #521
- @jolyot made their first contribution in #539
- @Econa77 made their first contribution in #545
Full Changelog: 2.7.1...2.7.2
Installation:
// Package.swift
dependencies: [
.package(url: "https://github.com/wei18/github-rest-api-swift-openapi.git", from: "2.7.2"),
]
targets: [
.target(
name: "YouTarget",
dependencies: [
.product(name: "ActionSheetPicker-3.0", package: "ActionSheetPicker-3.0")
]
),
]
// Usage.swift
import CoreActionSheetPicker
or ref https://github.com/skywinder/ActionSheetPicker-3.0?tab=readme-ov-file#swift-package-manager
Release 1.0.10
Crash and UI fixes.