Flow v1.0-alpha3 Release Notes

Release Date: 2017-04-18 // almost 7 years ago
  • ๐Ÿ›  Important bug fixes for 1.0 alpha, and introduction of HistoryFilter.

    • API change: added Flow#setHistoryFilter to address https://github.com/square/flow/issues/220
    • ๐Ÿ‘ป JavaDoc for Flow#get, better exception when it fails.
    • ๐Ÿ›  Fix for crasher when calling goBack() during a transition
    • ๐Ÿ›  Fix for intent handling (@Zhuinden)
    • ๐Ÿ‘ Allow saving state for multiple views in a single State (for MultiKeys) (@edenman)

Previous changes from v1.0-alpha2

  • ๐Ÿ›  Important bug fixes for 1.0 alpha.

    • API change: KeyChanger is now an interface
    • ๐Ÿ›  Fix for service accounting bugs (@novachevskyi)
    • ๐Ÿ‘ Better exceptions for bad setup (@maxandron)