Skip to content

4.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 10:11
· 1476 commits to main since this release
32414d6

@comet/admin@4.7.1

Patch Changes

  • 56b33ff: Fix submit implementation for DirtyHandler in FinalForm

    The submit mutation wasn't correctly awaited if a FinalForm using an asynchronous validation was saved via the saveAction provided in the RouterPrompt.

    In practice, this affected FinalForms within an EditDialog. The EditDialog closed before the submission was completed. All changes were omitted. The result of the submission (fail or success) was never shown.

@comet/cms-admin@4.7.1

Patch Changes

  • 3275154: Prevent false positive save conflicts while editing documents (e.g. Page):

    • Stop checking for conflicts while saving is in progress
    • Ensure that all "CheckForChanges" polls are cleared
  • 56b33ff: Improved the EditPageNode dialog ("Page Properties" dialog):

    • Execute the asynchronous slug validation less often (increased the debounce wait time from 200ms to 500ms)
    • Cache the slug validation results. Evict the cache on the initial render of the dialog