Skip to content

Releases: skywinder/ActionSheetPicker-3.0

2.7.4 Fix import for CocoaPods

18 Mar 06:02
6c402f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.3...2.7.4

2.7.3

05 Feb 17:10
2f095a6
Compare
Choose a tag to compare

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

Full Changelog: 2.7.2...2.7.3

2.7.2 for Swift Package

30 Jan 04:35
04f1502
Compare
Choose a tag to compare

What's Changed

New Contributors

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

15 Jul 08:06
Compare
Choose a tag to compare

Crash and UI fixes.