Releases: wordpress-mobile/MediaPicker-iOS
Releases · wordpress-mobile/MediaPicker-iOS
MediaPicker-iOS Mark 1.3.2
Merge pull request #314 from wordpress-mobile/bump/version-1.3.2 Bump pod spec version to 1.3.2
MediaPicker-iOS Mark 1.3.1
Merge pull request #311 from wordpress-mobile/release/1.3.1 Bump pod spec version to 1.3.1
MediaPicker-iOS Mark 1.3.1-beta.1
- #309 Adjust placement of empty view while searching
1.3
Merge pull request #304 from wordpress-mobile/issue/9504-handle_nil_n…
1.2
Merge pull request #303 from wordpress-mobile/issue/9504-no_results_v…
1.0
After more than 2 years of development and being used on multiple places on the main WordPress app we think it's about time to release the first official version of WPMediaPicker.
Going forward the interface is considered stable and we will adhere to semantic versioning of the library trying to maintain the interface backward compatible while inside the same version.
0.24
Release 0.20
Release 0.16
Released on 2017-05-04. All issues associated with this milestone can be found using this
filter.
Added
- A title to the default asset preview view controller, showing the date of the asset.
- The media picker can now handle non-image and non-video assets, such as PDFs. The cells in the picker will show a placeholder icon, the file type, and filename.
- The media picker will show a placeholder icon if an image or video fails to load.
Fixed
- Video is now captured in high quality.
- The picker's layout is now improved on iPad, for more consistent cell spacing.
- The group picker should now be much faster to load and scroll for PHAssetCollections.
- Date / time formatting code has been refactored / cleaned up a little, and should now better handle different locales.
- Optimized the loading and caching of group thumbnails.
Release 0.14
- Added support for using the media picker as an inputView on an UIControl.
- Fix some bug around camera preview.