Skip to content

Releases: openedx/frontend-app-authn

v1.0.0-alpha.12

22 Apr 15:40

Choose a tag to compare

v1.0.0-alpha.12 Pre-release
Pre-release

1.0.0-alpha.12 (2026-04-22)

Bug Fixes

v1.0.0-alpha.11

15 Apr 17:28

Choose a tag to compare

v1.0.0-alpha.11 Pre-release
Pre-release

1.0.0-alpha.11 (2026-04-15)

Bug Fixes

  • use roles array in route handle config (104975f)

v1.0.0-alpha.10

10 Apr 18:00

Choose a tag to compare

v1.0.0-alpha.10 Pre-release
Pre-release

1.0.0-alpha.10 (2026-04-10)

Features

  • provide chromeless roles to hide shell header and footer (b61a6f4)

v1.0.0-alpha.9

09 Apr 13:55

Choose a tag to compare

v1.0.0-alpha.9 Pre-release
Pre-release

1.0.0-alpha.9 (2026-04-09)

Bug Fixes

  • remove authnMessages export from index.ts (e11cd04)

v1.0.0-alpha.8

09 Apr 13:20

Choose a tag to compare

v1.0.0-alpha.8 Pre-release
Pre-release

1.0.0-alpha.8 (2026-04-09)

Bug Fixes

  • pass ATLAS_OPTIONS through to translations:pull (3764889)

Features

  • add atlasTranslations to package.json (222a0af)
  • properly use openedx translations:pull (48d97e8)

v1.0.0-alpha.7

02 Apr 18:03

Choose a tag to compare

v1.0.0-alpha.7 Pre-release
Pre-release

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

Performance Improvements

  • add enabled flag to TPA query hook to skip unnecessary fetches (86b4ea7)
  • add staleTime to third-party auth context query (bb3ab6c)