Releases: openedx/frontend-app-authn
Releases · openedx/frontend-app-authn
v1.0.0-alpha.12
1.0.0-alpha.12 (2026-04-22)
Bug Fixes
- adopt frontend-base shell style manifest (ab1bc56), closes openedx/frontend-base#232
v1.0.0-alpha.11
v1.0.0-alpha.10
1.0.0-alpha.10 (2026-04-10)
Features
- provide chromeless roles to hide shell header and footer (b61a6f4)
v1.0.0-alpha.9
v1.0.0-alpha.8
1.0.0-alpha.8 (2026-04-09)
Bug Fixes
- pass ATLAS_OPTIONS through to translations:pull (3764889)
Features
v1.0.0-alpha.7
1.0.0-alpha.7 (2026-04-02)
Bug Fixes
- add missing deps to registrationResult useEffect (56d8a10)
- add missing space symbol to the 'additional.help.text' field (7bfb5d1)
- adding value length check for full name field (65462e7)
- address review nits for test mock cleanup (c2a3c70)
- call setThirdPartyAuthContextBegin only on mount in LoginPage (8dcf552)
- correct LoginContext setter types and remove dead PASSWORD_RESET_ERROR code (fc40952)
- include payload in TPA query key to prevent stale cache (e52d3d8)
- move navigate() calls from render to useEffect in ResetPasswordPage (70ffc55)
- pass correct arguments to setEmailSuggestionContext in handleSuggestionClick (3dbd6a7)
- remove duplicate RedirectLogistration in ProgressiveProfiling (1733f6e)
- simplify i18n extraction pipeline (510de50)
- treat dashboard route role as optional with '/' fallback (575892f)
- use functional state updater in validateInput to prevent stale closure (5d8743f)
- use role-based routing (93f0889)
- username suggestions alignment (4fc41b0)
Features
- add Slot for login page (c31c397)
- handle relative next param locally after login/registration (ec11c96)
- Internal dashboard navigation (32bf75e)
- migrate from Redux to React Query and React Context (cb3ad5c)
- support npm workspaces for local development (3f7ceb5), closes openedx/frontend-base#184