Version 1.0.0-alpha01 (2020-06-26)
ychescale9
released this
26 Jun 11:03
·
285 commits
to main
since this release
- Breaking change: Introduced a new
InitialValueFlow
type for the bindings which emit state. All bindings with theemitImmediately: Boolean = false
param have been migrated to to returnInitialValueFlow
. This is also a behavior change as the current value of a widget will now be emitted immediately upon collection. The newInitialValueFlow
provides askipInitialValue()
function for skipping the initial emission. - Dependency updates:
drawerlayout:1.1.0
fragment:1.2.5
navigation:2.3.0
swiperefreshlayout:1.1.0