3.1.6版本发布
1、livePhoto加载优化,速度提升 2、增加liveTargetSize,加载相册livePhoto时支持自定义尺寸 3、增加自定义cover协议方法,可以更方便的自定义cover视图 4、修复isVideoReplay为NO时,视频不能重新播放的问题 #202 5、新增pushZoom显示方式,放大显示实际做的是push操作
4.0.1
- Update README by @FulcrumOne in https://github.com/Mijick/Popups/pull/163
- Patch 4.0.1 by @FulcrumOne in https://github.com/Mijick/Popups/pull/168
Full Changelog: https://github.com/Mijick/Popups/compare/4.0.0...4.0.1
4.5.7
- Custom camera supports tap-to-record mode. #944 @tsinis
- Custom camera supports wide-angle lenses on iOS 13 and above. #948 @tsinis
- Custom camera allows adding a custom overlay view. #951 @tsinis
- Video editing controller adds a callback block for canceling edits. #953 @tsinis
- Added
ZLImagePreviewControllerDelegate
protocol to receive event callbacks inZLImagePreviewController
.
4.0.0
We have just released the latest version of our library labelled as 4.0.0. The new number in front means that we unfortunately had to make some changes to the public API, for which we sincerely apologize. In the next section you will find migration tips to help you make the transition to the new version as painless as possible.
- Overall: We decided to keep the language consistency, so we renamed all attributes and methods containing the word
Centre
toCenter
- Overall: We renamed
PopupManager
toPopupStack
and, respectively,PopupManagerID
toPopupStackID
- Popup Presentation: All the methods, i.e.
present()
,setCustomID()
,setEnvironmentObject()
anddismissAfter()
, are now asynchronous. This was motivated by the concern that popups should be called from the main thread - Popup Dismissal: All the methods, i.e.
dismissLastPopup()
,dismissPopup()
,dismissAllPopups()
, are now asynchronous. This was motivated by the concern that popups should be dismissed from the main thread
3.0.2
- Patch 3.0.2 by @FulcrumOne in https://github.com/Mijick/Popups/pull/156
Full Changelog: https://github.com/Mijick/Popups/compare/3.0.1...3.0.2
3.0.1
- Update README by @FulcrumOne in https://github.com/Mijick/Popups/pull/151
- Patch 3.0.1 by @jay-jay-lama in https://github.com/Mijick/Popups/pull/155
Full Changelog: https://github.com/Mijick/Popups/compare/3.0.0...3.0.1