Conductor v2.1.0 Release Notes

Release Date: 2017-02-02 // about 7 years ago
    • โž• Added documentation for cases where @nullable methods can return null (#218)
    • Now ensures getActivity() will not return null in preDestroyView for child Controllers (#208)
    • ๐Ÿ›  Fixed incorrect alpha values when FadeChangeHandler was prematurely aborted (#205)
    • Now correctly calls onDetach when the host Activity is stopped, even if the view was not detached from the window (#213)
    • ๐Ÿ‘€ Revamped how child backstacks are handled to be more reliable with unforseen uses of state restoration (#194, #217)
    • ๐Ÿ—„ Deprecated ControllerPagerAdapter in favor of using RouterPagerAdapter everywhere, as it is more robust and has feature parity.