Releases: tilltue/TLPhotoPicker
Releases · tilltue/TLPhotoPicker
2.1.14
Release 2.1.14
What's Changed
Bug Fixes
- Fix backward compatibility issue with Xcode 16.2 (#376)
- Correct iOS 26.0 availability check to iOS 18.0 for
hidesSharedBackgroundAPI
Improvements
- Add
UIBarButtonItem+Extensionfor cleaner API usage - Refactor
hidesSharedBackgroundimplementation using KVC for runtime compatibility - Reduce code duplication and improve maintainability
This release ensures TLPhotoPicker builds successfully with Xcode 16.2 while maintaining support for iOS 18+ features when available.
Full Changelog: 2.1.13...2.1.14
2.1.13
Release 2.1.13
What's Changed
New Features
- Support iOS 26 UIBarButtonItem APIs
- Add GitHub Sponsors support
- Modernize Example app with best practices and comprehensive examples
Bug Fixes
- Fix photos Button For limit permission not available
- Fix ITMS-91054: Invalid API category declaration in PrivacyInfo.xcprivacy
Improvements
- Simplify createPicker by removing modalStyle parameter
- Eliminate code duplication in Example ViewController
Documentation
- Modernize README and restructure documentation
- Fix documentation inaccuracies found in source code verification
- Update Configuration.md
- Update logo
Tooling
- Add release.sh script for automated releases
Full Changelog: 2.1.12...2.1.13
2.1.12
What's Changed
New Features
- Add builder pattern to TLPhotosPickerConfigure
- Add async/await usage guide
- Migrate to UniformTypeIdentifiers (iOS 13+)
Improvements
- Separate delegate protocols into individual files
- Optimize PHCachingImageManager usage with shared instance
- Performance optimizations (Phase 1-2)
Bug Fixes
- Fix UICollectionView crash with custom camera cell
- Fix delegate parameter usage in tableView
Documentation
- Fix SPM documentation
- Add PrivacyInfo.xcprivacy for App Store compliance
Full Changelog: 2.1.11...2.1.12
2.1.11
Release 2.1.10
2.1.9
2.1.8
2.1.7 Rel
2.1.6
2.1.4 Bugfix (iphone 12)
Fix iphone12 layout issue