Skip to content

19.1.0

Choose a tag to compare

@sneridagh sneridagh released this 28 May 07:12
· 20 commits to main since this release
9fe5183

19.1.0 (2026-05-28)

Feature

  • Add support for versions in the control panel for different backends. @robgietema #8263
  • Split the Maps block into separate View and Body components so wrapper and content customizations can compose. @danalvrz

Bugfix

  • Fix clicking in personal tools menu in Safari. @davisagli #8272
  • Fix error on Block Types control panel if there was a blockConfig with a missing id. @davisagli

Internal

  • Refactored the History manage component by converting it from a class-based component to a modern functional component using React hooks. @Manik-Khajuria-5 #7717
  • Move packages that are used only in testing to devDependencies: react-test-renderer and redux-mock-store. Remove unnecessary dependency: full-icu. @wesleybl #8279
  • Update devDependency: cypress 15.16.0. @davisagli