You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
**NEW**[Live reloading!](http://promotion.readthedocs.org/en/master/Guides/Live Screen Reloading/) Use `pm_live_screens` to enable it, and `on_live_reload` in your screen to refresh things.
77
+
**NEW**[Live reloading!](http://promotion.readthedocs.org/en/master/Guides/Live Screen Reloading/) Use `pm_live` to enable it, and `on_live_reload` in your screen to refresh things.
78
78
79
79
#### ...and much more.
80
80
@@ -87,6 +87,15 @@ end
87
87
88
88
# Changelog
89
89
90
+
## Version 2.5.0
91
+
92
+
This release includes some new features and bugfixes and is backwards compatible with all 2.x releases.
93
+
94
+
* PR #763 Adds footer_view to TableScreens
95
+
* PR #705 Adds split-screen support for large iPhones
96
+
* PR #736 Adds the index path when deleting a cell
97
+
* Several other bugfix PRs
98
+
90
99
## Version 2.4.0
91
100
92
101
This release includes several new features and is backwards compatible with all 2.x releases.
@@ -97,22 +106,6 @@ This release includes several new features and is backwards compatible with all
97
106
* PR #677 Added `add_child_screen` and `remove_child_screen` methods to `PM::Screen`.
98
107
* PR #687 Adds persisting tab order when changed by the user for tab bars over 5 screens.
99
108
100
-
## Version 2.3.0
101
-
102
-
This release includes several new features and is backwards compatible with all 2.x releases.
103
-
104
-
* PR #618 Allow search bar to be hidden initially
105
-
* PR #606 Adds capability for table_footer_view
106
-
* PR #602 Add image inset support for tab bar item
107
-
* PR #595 Feature/support module
108
-
* PR #582 Allow setting of multiple nav bar buttons instead of just one left an one right
109
-
* PR #581 Adds on_tab_selected
110
-
* PR #579 implemented nav_bar_button class method RE #272
111
-
* PR #565 Adds header_will_display method to PM::TableScreen
112
-
* PR #663 Adds `on_load` back to cell dequeue code
113
-
* PR #641 Custom search for PM::TableScreen
114
-
* PR #658 Fix cell height issue
115
-
116
109
# Apps built on ProMotion
117
110
118
111
[Apps built on ProMotion](http://promotion.readthedocs.org/en/master/ProMotion%20Apps/)
0 commit comments