Skip to content

18.29.0

Choose a tag to compare

@sneridagh sneridagh released this 31 Oct 10:09
· 665 commits to main since this release
9b72e55

18.29.0 (2025-10-31)

Feature

Bugfix

  • Fix InlineForm to always pass the error prop as an array, preventing prop type errors in widgets that use InlineForm. @alexandreIFB #7267
  • Get translationObject from the store instead of directly from the response in CreateTranslation component. @rboixaderg #7543
  • Avoid re-rendering a content item view while hydrating server-side rendered components. @reebalazs
  • Fix infinite @users requests caused by anonymous useUser hook. @iFlameing
  • Reset fieldset.invisible class definition in order to prevent clashes with other CSS frameworks that might have invisible as utility. @sneridagh

Internal

  • Modernize and update tsconfig.json settings for core. @sneridagh #7531.1
  • Refactor LanguageSelector into TypeScript. @sneridagh #7531.2
  • Makes the Cypress commands getSlateEditorAndType and getSlateEditorSelectorAndType more robust. @wesleybl #7503
  • Enhance Cypress commands to trigger focus before typing in Slate editor. @wesleybl #7506
  • Fix error and rename test to "should save typed content in the Slate editor". @wesleybl #7507
  • Move to dependencies some bad categorized dependencies in devDependencies. @sneridagh