Flow v1.0-alpha3 Release Notes
Release Date: 2017-04-18 // over 6 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)