Releases: RxSwiftCommunity/RxFlow
Releases · RxSwiftCommunity/RxFlow
Europa
This release:
- brings the usage of xcframeworks for the Carthage version.
- replaces flatMapLatest with flatMap for the
adapt
function.
Atlantis
- fix (for real !) a reentrancy issue with forwardToCurrent.
Equinox
- fix "Unhandled files" warnings in the Package.swift file
- fix re-entrancy issue in the FlowCoordinator file
- revert to a strong retain policy in the Reactive+UIViewController file (see version 2.12.0)
Antares
This release restores the navigation on the main thread (regression spotted in the version 2.12.1)
Phoenix
This release fixes a possible memory leak when the Coordinator's lifecycle was unexpectedly longer than the flow ones (thanks to @asiliuk)
Majestic
What you'll find in this release:
Galaxy
This Release:
- fixes an issue with SPM
- introduce the possibility to listen for steps event if a VC is dismissed (used for UIPageViewController, see the demo app)
Yamato
This Release mostly focuses on the upgrade to Xcode12/Swift 5.3
Melbourne
This release:
- updates the Jazzy doc
- fixes broken links in the Readme
- fixes the behaviour of CompositeStepper (readyToEmitSteps() was not called for inner steppers) (#154)
Relativity
This release brings:
- a way to push a step through all the Flows hierarchy from the FlowCoordinator. It can be useful for deep linking: flowCoordinator.navigate(to:)
- a new syntax for navigating with multiple flows:
Flows.whenReady() is deprecated. You should instead use: Flows.use(when:) (see the example in the Readme.md and the demo application).