| # Log for changes in the Fragment library |
| # |
| # `Added`: for new features |
| # `Changed`: for changes in existing functionality |
| # `Deprecated`: for soon to be removed functionality |
| # `Removed`: for now removed feature |
| # `Fixed`: for any bug fixes |
| # `Security`: in case of vulnerabilities |
| # |
| # Possible headings: |
| # API Changes |
| # Bug Fixes |
| # Dependency Updates |
| # Behavior Change |
| # External Contributions |
| |
| # Unreleased |
| |
| ### Bug Fixes |
| - Fixed an issue where the saved state stored when the activity was stopped but not destroyed |
| would be incorrectly cached even after the fragment instance was moved back to the RESUMED state. |
| This would cause that cached state to be reused if that fragment instance was on the back stack |
| when using the multiple back stacks API to save and restore that fragment. |
| |
| ### New Features |
| |
| * Fragments now provide support for Predictive back when using |
| Animators. This allows you to use the back gesture motion to seek to the |
| previous fragment with your custom Animator before deciding to either |
| commit or cancel the transaction via the completed gesture. |
| |
| |
| # 1.6.0-rc01 |
| |
| ### Dependency Updates |
| |
| - Changed dependency of Activity library from version 1.5.1 to version 1.7.1. |
| |