Skip to content

Releases: openedx/frontend-base

v1.0.0-alpha.27

15 Apr 17:47

Choose a tag to compare

v1.0.0-alpha.27 Pre-release
Pre-release

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

Bug Fixes

  • trigger release for course tabs alignment and header min-height (1e805f8)

v1.0.0-alpha.26

15 Apr 16:45

Choose a tag to compare

v1.0.0-alpha.26 Pre-release
Pre-release

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

  • feat!: header parity with frontend-component-header (ff577ed)

BREAKING CHANGES

  • route handles use a roles array instead of a single
    role string.

Co-Authored-By: Claude noreply@anthropic.com

v1.0.0-alpha.25

13 Apr 15:35

Choose a tag to compare

v1.0.0-alpha.25 Pre-release
Pre-release

1.0.0-alpha.25 (2026-04-13)

Features

  • add React Query devtools to the shell (babdc85), closes #206

v1.0.0-alpha.24

10 Apr 17:46

Choose a tag to compare

v1.0.0-alpha.24 Pre-release
Pre-release

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

  • feat!: use provides for chromeless shell mode (6e15919)

BREAKING CHANGES

  • The course navigation bar's provides data shape
    is simplified from { courseNavigationRoles: string[] } to a
    plain string[]. getProvidesAsRoles() is replaced by
    getProvidesAsStrings() and moved from the shell into the runtime.

Co-Authored-By: Claude noreply@anthropic.com

v1.0.0-alpha.23

08 Apr 21:59
49427eb

Choose a tag to compare

v1.0.0-alpha.23 Pre-release
Pre-release

1.0.0-alpha.23 (2026-04-08)

Features

  • Introduce courseNavigationBar and provides (#106) (49427eb)

v1.0.0-alpha.22

08 Apr 21:54
37e3901

Choose a tag to compare

v1.0.0-alpha.22 Pre-release
Pre-release

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

Features

  • add translations: CLI commands and update runtime i18n integration (#205) (37e3901)

v1.0.0-alpha.21

08 Apr 20:53

Choose a tag to compare

v1.0.0-alpha.21 Pre-release
Pre-release

1.0.0-alpha.21 (2026-04-08)

Bug Fixes

  • remove rootDir from non-build tsconfigs (28377f4)

v1.0.0-alpha.20

06 Apr 17:10

Choose a tag to compare

v1.0.0-alpha.20 Pre-release
Pre-release

1.0.0-alpha.20 (2026-04-06)

Bug Fixes

  • support relative URLs in runtimeConfigJsonUrl (b66e20d)
  • update dev server config for new endpoint and flexibility (d511970)

v1.0.0-alpha.19

03 Apr 17:57
632b920

Choose a tag to compare

v1.0.0-alpha.19 Pre-release
Pre-release

1.0.0-alpha.19 (2026-04-03)

Bug Fixes

  • make extract_translations makefile target work (#207) (632b920)

v1.0.0-alpha.18

02 Apr 16:49

Choose a tag to compare

v1.0.0-alpha.18 Pre-release
Pre-release

1.0.0-alpha.18 (2026-04-02)

Features