Releases: jamonholmgren/ProMotion
Releases · jamonholmgren/ProMotion
3.0.0
Included in this release:
- #816 Fixes a regression in deleting table rows.
- #812 Fixes compilation issues for new versions of RubyMotion.
- #818 Remove references to live reloading functionality since it doesn't work in newer versions of RubyMotion.
- #819 Switch
PM::WebScreen
to use WKWebView instead of UIWebView since UIWebView is now deprecated. Apple will stop accepting apps in April 2020 if they reference UIWebView.
2.8.2
2.8.1
2.8.0
2.7.1
This release fixes a bug in the searchable table extension that was causing it to only work the first time it was used.
2.7.0
This release includes several bug fixes and improvements. Note that this version includes updates to searchable table screens which officially supports iOS 8+ (which should be fine because iOS 7 is really old by now). Here are the adoption numbers (as of April 2, 2018) in case you are concerned.
- iOS 11: 81.49%
- iOS 10: 12.13%
- iOS 9: 5.43%
- iOS 8: 0.61%
- iOS 7: 0.22%
Included in this release:
- PR #802: Add defensive property check to TableViewCellModule layoutSubviews.
- PR #804: Add support for SDWebImage v4 while continuing to support v3.
- PR #806: Update status bar methods to work with iOS 7+. Add support for screen specific status bar styling.
- PR #807: Update searchable table extension to support iOS 8 UISearchController.
- Documentation fixes and updates.
Version 2.6.1
This release includes a new feature and bugfixes and is backwards compatible with all 2.x releases.
- PR #777 New Feature: Add ability to register live reload plugins
- PR #778 Bugfix: Only update search results table data if possible
- PR #779 Fix bug where remote images are not shown on first load of table screen
- PR #787 Fix Travis CI build from failing when RubyMotion is up-to-date
- PR #796 Fix iOS 10 from crashing when determining supportedInterfaceOrientations for UIImagePickerController
- Other minor bugfixes and documentation updates
Version 2.6.0
Version 2.5.0
Version 2.5.0.beta
BETA release. Changelog coming soon.