Skip to content

19.0.0-alpha.10

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 31 Oct 14:43
· 406 commits to main since this release
01a5e41

19.0.0-alpha.10 (2025-10-31)

Feature

Bugfix

  • Get translationObject from the store instead of directly from the response in CreateTranslation component. @rboixaderg #7543
  • Move '.visually-hidden' class to 'main.less' and remove unused 'utils.less' and references @Wagner3UB #7552
  • Improve some JSDocs for better typing. @sneridagh #7560
  • Fix image upload inside ImageWidget component when used inside a non-folderish object. [@jnptk] #7573
  • Avoid re-rendering a content item view while hydrating server-side rendered components. @reebalazs
  • Fix failing cypress test on updating to Cypress 15 @Tishasoumya-02
  • Fix infinite @users requests caused by anonymous useUser hook. @iFlameing

Internal