19.0.0-alpha.36
Pre-release
Pre-release
·
84 commits
to main
since this release
19.0.0-alpha.36 (2026-05-12)
Breaking
- Changed the 401 Unauthorized behavior. Now, for anonymous users it redirects to the login page. For authenticated users it still shows an Unauthorized message indicating they don't have permission. @sneridagh #8164
- Updated dependencies:
universal-cookie8.1.2,universal-cookie-express
8.1.2,react-cookie8.1.2. @davisagli - Upgraded
superagentfrom3.8.2to10.3.0; projects with custom request wrappers or SSR callbacks must handle missing response objects and stricter redirect/error handling.
Feature
- Complete translations for es, eu, gl and it @erral @cyphra @yurj @xulioxesus #8169
Bugfix
- Announce errors via
aria-liveand expose required and invalid states on text inputs to improve accessibility of form fields. @Wagner3UB #8033
Internal
- Updated Cypress test for search date sorting to verify newest-first ordering. @aryan7081 #7489
- Update packages in pnpm-lock.yaml. @wesleybl #8188
- Excludes badge links from readme-link-check. @wesleybl #8189
- Fixes an intermittent error in the Cypress tests blocks-slate-backspace.js and blocks-slate-delete.js. @wesleybl #8190