Releases: openedx/frontend-base
Releases · openedx/frontend-base
v1.0.0-alpha.27
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
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
v1.0.0-alpha.24
1.0.0-alpha.24 (2026-04-10)
- feat!: use
providesfor 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
v1.0.0-alpha.22
1.0.0-alpha.22 (2026-04-08)
Features
v1.0.0-alpha.21
v1.0.0-alpha.20
1.0.0-alpha.20 (2026-04-06)
Bug Fixes
v1.0.0-alpha.19
1.0.0-alpha.19 (2026-04-03)
Bug Fixes
v1.0.0-alpha.18
1.0.0-alpha.18 (2026-04-02)
Features
- support npm workspaces for local development (107ce45), closes openedx/frontend-base#184