Skip to content

Release v21.14.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 07:32
6ad18c1

Added

  • useIsCommandExecuting for reading whether a CommandForm's command is currently executing (#2497)
  • formRef on CommandForm, exposing execute() plus isExecuting, isValid and isAuthorized to a parent rendering its own submit control (#2497)
  • onStateChange on CommandForm, notifying a parent when execution, validity or authorization changes (#2497)
  • isExecuting on the command form context (#2497)

Fixed

  • formRef documentation no longer implies an inline callback ref attaches only once; it attaches on every render, so a stable ref is required (#2497)