Skip to content

4.0.0-beta02

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 15:44
· 4819 commits to main since this release
ada45bd

Added

  • Validation of PublicKey in CSE module if it's used standalone.
  • 'isReady' flag to ComponentState because some components might require some initialization time even if all the inputs are valid.
  • 'isValid' now checks both 'isInputValid' and 'isReady' to be true.

Fixed

  • Handle Intent results if DropInActivity got destroyed.
  • Queue API request if DropInService is not yet bound to DropInActivity