Releases: GoodRequest/GoodCoordinator-iOS
Releases · GoodRequest/GoodCoordinator-iOS
3.0.3
3.0.2
NavigationRoot visibility changed from public to internal
This allows multiple navigation roots declarations in project (one per module), also prevents accidentally manipulating wrong navigation root from a different module.
Full Changelog: 3.0.1...3.0.2
3.0.1
Full Changelog: 3.0.0...3.0.1
3.0.0
v0.2.0
Routing to @Root
steps (context switching) now works properly
Update notes:
BottomCoordinator
is nowRootCoordinator
orSimpleCoordinator
(equivalent typealiases, for better usage depending on context)- Context switching coordinator needs to be marked as a
@StateObject
(top-most parent coordinator in hierarchy)