Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltk committed Jan 11, 2024
1 parent 8dfca88 commit 4d6a0c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/releases/2.0.0-alpha10.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ title: 2.0.0-alpha10 – Migration guide
// Moved class:
-com.bumble.appyx.navigation.navigation.UpNavigationHandler
+com.bumble.appyx.navigation.integration.UpNavigationHandler

// Removed duplicate typealias and moved to utils:
-import com.bumble.appyx.interactions.core.state.SavedStateMap
-import com.bumble.appyx.navigation.state.SavedStateMap
+import com.bumble.appyx.utils.multiplatform.SavedStateMap
```

## Rename ambiguous `AppyxComponent` composables
Expand Down

0 comments on commit 4d6a0c4

Please sign in to comment.