Skip to content

18.31.0

Choose a tag to compare

@sneridagh sneridagh released this 21 Dec 09:43
· 665 commits to main since this release
76e7693

18.31.0 (2025-12-21)

Feature

  • ModalForm should handle empty schemas, rendering an empty form with just the submit and cancel buttons. @tedw87 #7687

Bugfix

  • Hide date and time fields when either "Whole Day" or "Open End" is checked in the Event form. @wesleybl #3243
  • Fixed a bug in the login form where the user could see a spinner instead of an error message after a failed login, when the login form was loaded via server-side rendering. @aryan7081 #7397
  • Udpated translations (ta) @TamilNeram
    Updated translations (it) @yurj #7659

Internal

  • Backport #7712. Include other *.md files in the repo root for link checking, fix redirecting links, and remove non-responsive server. @stevepiercy #7721
  • Update actions/checkout to v5 in all GitHub Actions workflows. @wesleybl #7724
  • Refactored the FormFieldWrapper widget by converting it from a class-based component to a modern functional component using React hooks. @Manik-Khajuria-5 #7734