You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve modal focus management and keyboard accessibility in ContentTypes: ModalForm now sets role="dialog", traps focus, returns focus to the trigger on close, and announces open/close events via aria-live. @Wagner3UB#8205
Fix Toast component accessibility by adding a visually hidden, translated type label (Success, Error, Warning, Information) for screen readers. Fix date range validator error messages to display human-readable dates instead of raw ISO strings. @Wagner3UB#8087
Show Unauthorized page via SSR if an anonymous user accesses the user control panel. @wesleybl#8184