Back to all versions
4.13.0
2025-05-22
Contains Breaking Changes
minor Breaking Changes 1
- Update Login V2 to Next.js 16 and React 19 with theme changes breakingUpdated framework to Next.js 16.1.6 and React 19.2.4. Introduced an API caching strategy for settings and updated default theme colors from blue to a neutral black/white palette.Login V2 Next.js
Security 1
- Resolve vulnerabilities in tar and rollup dependencies (#11889)Updated node-tar and Rollup 4 to address vulnerabilities including CVE-2026-23745.Dependencies
Features 3
- Update Login V2 to Next.js 16 and React 19 with theme changes breakingUpdated framework to Next.js 16.1.6 and React 19.2.4. Introduced an API caching strategy for settings and updated default theme colors from blue to a neutral black/white palette.Login V2 Next.js
Bug Fixes 10
- Fix ui_locales being ignored in Login V2 (#11617)Ensures ui_locales from the authRequest are properly validated and honored, with a new environment option to control whether RP or user preferences take priority.Login V2
Deprecations 1
- Deprecate AddHumanUser and UpdateHumanUser in Actions v2AddHumanUser and UpdateHumanUser are deprecated in favor of the more flexible UserAction field which supports metadata updates.Actions v2