Skip to content

Commit

Permalink
Added changelog, bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Nov 20, 2015
1 parent 68d1714 commit b093c02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
27 changes: 10 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ end
|---|---|---|
|[![ProMotion SplitScreens](https://f.cloud.github.com/assets/1479215/1534507/0edb8dd4-4c96-11e3-9896-d4583d0ed161.png)](http://promotion.readthedocs.org/en/master/Reference/ProMotion%20SplitScreen/)|[![MapScreen](https://f.cloud.github.com/assets/1479215/1534628/f7dbf7e8-4c97-11e3-8817-4c2a58824771.png)](http://promotion.readthedocs.org/en/master/Reference/ProMotion%20MapScreen/)|[![ProMotion WebScreen](https://f.cloud.github.com/assets/1479215/1534631/ffe1b36a-4c97-11e3-8c8f-c7b14e26182d.png)](http://promotion.readthedocs.org/en/master/Reference/ProMotion%20WebScreen/)|

**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.
**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.

#### ...and much more.

Expand All @@ -87,6 +87,15 @@ end

# Changelog

## Version 2.5.0

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.4.0

This release includes several new features and is backwards compatible with all 2.x releases.
Expand All @@ -97,22 +106,6 @@ This release includes several new features and is backwards compatible with all
* PR #677 Added `add_child_screen` and `remove_child_screen` methods to `PM::Screen`.
* PR #687 Adds persisting tab order when changed by the user for tab bars over 5 screens.

## Version 2.3.0

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

* PR #618 Allow search bar to be hidden initially
* PR #606 Adds capability for table_footer_view
* PR #602 Add image inset support for tab bar item
* PR #595 Feature/support module
* PR #582 Allow setting of multiple nav bar buttons instead of just one left an one right
* PR #581 Adds on_tab_selected
* PR #579 implemented nav_bar_button class method RE #272
* PR #565 Adds header_will_display method to PM::TableScreen
* PR #663 Adds `on_load` back to cell dequeue code
* PR #641 Custom search for PM::TableScreen
* PR #658 Fix cell height issue

# Apps built on ProMotion

[Apps built on ProMotion](http://promotion.readthedocs.org/en/master/ProMotion%20Apps/)
Expand Down
2 changes: 1 addition & 1 deletion lib/ProMotion/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ProMotion
VERSION = "2.5.0.beta1" unless defined?(ProMotion::VERSION)
VERSION = "2.5.0" unless defined?(ProMotion::VERSION)
end

0 comments on commit b093c02

Please sign in to comment.