Skip to content

Version 1.0.0-alpha01 (2020-06-26)

Compare
Choose a tag to compare
@ychescale9 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 the emitImmediately: Boolean = false param have been migrated to to return InitialValueFlow. This is also a behavior change as the current value of a widget will now be emitted immediately upon collection. The new InitialValueFlow provides a skipInitialValue() function for skipping the initial emission.
  • Dependency updates:
    • drawerlayout:1.1.0
    • fragment:1.2.5
    • navigation:2.3.0
    • swiperefreshlayout:1.1.0