-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from ryanmoelter/prepare-1.1.0
Prepare for release 1.1.0
- Loading branch information
Showing
3 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog | ||
|
||
## 1.1.0 | ||
- Add support for RxJava 2 in `magellan-rx2` (thanks [@FabianTerhorst](https://github.com/FabianTerhorst)) | ||
- Add `whenTransitionFinished(TransitionFinishedListener)` method to delay the execution of a code block until after | ||
the transition into the current screen is finished. This allows one to, for example, delay view updates until the | ||
transition has finished to avoid dropping frames. | ||
- Add `Navigator.goBackTo()` with navigation type | ||
- Add `Screen.setTitle(CharSequence)` instead of requiring a string resource | ||
- Add `Screen.inflate()` without context argument (thanks [@theyann](https://github.com/theyann)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters