This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Version 2.4.0
This release includes several new features and is backwards compatible with all 2.x releases.
- PR #686 Adds :searchable to the whitelisted properties a cell can have so that a warning is not generated.
- PR #688 Adds support for SDWebImage and takes preference over JMImageCache. JMImageCache will still be supported till ProMotion 3.0 but we highly recommend you switch to SDWebImage.
- PR #679 Extract methods from tablescreen for reuse in modules for redpotion.
- PR #677 Added
add_child_screenandremove_child_screenmethods toPM::Screen. - PR #687 Adds persisting tab order when changed by the user for tab bars over 5 screens.