Skip to content

Releases: jamonholmgren/ProMotion

3.0.0

09 Mar 23:39
Compare
Choose a tag to compare

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

09 Mar 23:26
Compare
Choose a tag to compare

Included in this release:

  • #814 Fixes a reference to NSNotFound which has been deprecated and removed in Mojave.

2.8.1

24 Oct 21:01
Compare
Choose a tag to compare

Included in this release:

  • PR #813: Fix regression preventing access to search_string in searchable table views.

2.8.0

09 Mar 23:42
Compare
Choose a tag to compare

Included in this release:

  • #808 Fixes an issue where nav bar would not hide/show correctly when transitioning between screens.
  • #809 Adds the ability to replace the current nav stack.

2.7.1

17 Apr 00:19
Compare
Choose a tag to compare

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

04 Apr 19:04
Compare
Choose a tag to compare

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

14 Oct 21:39
Compare
Choose a tag to compare

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

17 Mar 19:41
Compare
Choose a tag to compare

This release includes a few new features and bugfixes and is backwards compatible with all 2.x releases.

  • PR #773 Add a on_continue_user_activity delegate method
  • PR #766 Fix nav_bar_button class method
  • Other minor bugfixes and documentation updates

Version 2.5.0

20 Nov 22:34
Compare
Choose a tag to compare

This release includes some new features and bugfixes and is backwards compatible with all 2.x releases.

  • PR #763 Adds footer_view to TableScreens
  • PR #705 Adds split-screen support for large iPhones
  • PR #736 Adds the index path when deleting a cell
  • Several other bugfix PRs

Version 2.5.0.beta

13 Aug 20:17
Compare
Choose a tag to compare

BETA release. Changelog coming soon.