This repository was archived by the owner on Jun 10, 2023. It is now read-only.
Releases: PHELAT/NavigationResult
Releases · PHELAT/NavigationResult
1.0.1
1.0.0
1.0.0-beta02
New features
- Added support for
<dialog>destinations
Infrastructure changes
- Updated Kotlin to 1.3.61
- Updated Navigation Component to 2.2.1
1.0.0-beta01
This release only contains infrastructure changes and it's a step towards stable APIs in term of behavioral changes
Infrastructure changes
- Update Navigation Component to 2.1.0
- Update Android Gradle plugin to 3.5.2
- Update Gradle wrapper to 5.6.4
- Update Kotlin to 1.3.60
- Upgrade target and compile SDK version to API 29
1.0.0-alpha4
Infrastructure changes
- Update Kotlin plugin version to 1.3.31
- Update Android Gradle plugin version to 3.4.1 and Gradle wrapper to 5.4.1
Behavior changes
- Remove null-able identifier from Bundle argument of
saveInstanceStatefunction.
1.0.0-alpha3
Improvements
- Save pending requests in onSaveInstanceState to restore them on activity recreation
1.0.0-alpha2
New features
- Added ability to navigate using direction id instead of NavDirections interface
- Reflect all the possible overloads of navigate function
- Added ability to navigate with requestCode from FragmentResultActivity
Behavior Changes
resultCodes are renamed torequestCode
1.0.0-alpha1
First release