19.0.0-alpha.10
Pre-release
Pre-release
·
406 commits
to main
since this release
19.0.0-alpha.10 (2025-10-31)
Feature
- Added
visually-hiddenutility CSS class that integrators and core developers can use. @JeffersonBledsoe @Wagner3UB #6356 - Enhanced diff reducer to process static behaviors in the result object. @rboixaderg #7546
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
ImageWidgetcomponent 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
- Convert UsersControlpanel component from class to functional with hooks. @wesleybl #7450
- Update to node 24 and cypress to 15 @sneridagh #7538
- Refactor
SidebarPortalto TypeScript. @sneridagh #7560 - Enable ESlint detection of '.only' in unit and cypress tests. @sneridagh #7567