Releases: Trendyol/medusa
Releases · Trendyol/medusa
0.12.2
What's Changed
- Preloaded fragment by @erolaksoy in #58
New Contributors
- @erolaksoy made their first contribution in #58
Full Changelog: 0.12.1...0.12.2
0.12.1
What's Changed
- Fix root fragment is not being displayed after we call resetCurrentTa… by @MertNYuksel in #57
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- Update dependencies (Gradle, Kotlin, Android Gradle Plugin etc.) by @mustafaberkaymutlu in #55
- Fix IllegalStateException crash due concurrent fragment transactions by @MertNYuksel in #56
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
- Add a new workflow for publishing new versions by @MertNYuksel in #51
- Adds
getFragmentIndexInStackBySameType
function toNavigator
by @bilgehankalkan in #53
New Contributors
- @bilgehankalkan made their first contribution in #53
Full Changelog: 0.10.4...0.11.0
0.10.4
Bug fix:
- ObserveDestinationChanges function triggers the passed callback after clearGroup function call that only removes fragments in the backstack. Stop calling the showUpperFragment function. If clearGroup only clears fragments in the backstack and not the upper fragment, the fragment the user sees
#50
0.10.3
Maintenance changes:
- Updated Gradle from 7.6 to 7.6.1
- Removed JVM target of Kotlin from the sample app module
0.10.2
Behavior changes:
- Fixed an issue where
MultipleStackNavigator#reset
andMultipleStackNavigator#resetCurrentTab
functions throwIllegalArgumentException: Required value was null.
Maintenance changes:
- Updated Kotlin from 1.3.50 to 1.7.20
- Updated Gradle from 7.3.3 to 7.6
- Updated Android Gradle Plugin from 7.2.2 to 7.4.1
- Enabled Gradle's build daemon and build cache
- Enabled Gradle's version catalogs and type-safe project accessors
- Added a pull-request pipeline that builds and runs tests for each pull request
- Added tests for
MultipleStackNavigator
to cover reset and goBack scenarios
0.9.1-rc
Update build.gradle
0.9.0
This release fixes reset root fragment bug and introduces reset with new fragment function
v0.8.0
This release introduces transition animations to offer more beautiful experience.