Skip to content

Releases: openedx/frontend-base

v1.0.0-alpha.40

24 Apr 14:11

Choose a tag to compare

v1.0.0-alpha.40 Pre-release
Pre-release

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

Bug Fixes

v1.0.0-alpha.39

22 Apr 21:16
004e9d4

Choose a tag to compare

v1.0.0-alpha.39 Pre-release
Pre-release

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

Bug Fixes

  • deps: update dependency sharp to ^0.34.0 (#17) (004e9d4)

v1.0.0-alpha.38

22 Apr 21:12
d8a60c0

Choose a tag to compare

v1.0.0-alpha.38 Pre-release
Pre-release

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

Bug Fixes

  • deps: update dependency @pmmmwh/react-refresh-webpack-plugin to ^0.6.0 (#59) (d8a60c0)

v1.0.0-alpha.37

22 Apr 16:20
7a97fc1

Choose a tag to compare

v1.0.0-alpha.37 Pre-release
Pre-release

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

Bug Fixes

  • deps: update dependency parse5 to v7.3.0 (#49) (7a97fc1)

v1.0.0-alpha.36

22 Apr 15:55
4e6ea99

Choose a tag to compare

v1.0.0-alpha.36 Pre-release
Pre-release

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

Bug Fixes

  • deps: update dependency react-refresh to v0.18.0 (#50) (4e6ea99)

v1.0.0-alpha.35

22 Apr 15:50
3f61070

Choose a tag to compare

v1.0.0-alpha.35 Pre-release
Pre-release

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

Bug Fixes

  • deps: update dependency webpack-remove-empty-scripts to v1.1.1 (#97) (3f61070)

v1.0.0-alpha.34

22 Apr 15:39

Choose a tag to compare

v1.0.0-alpha.34 Pre-release
Pre-release

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

Bug Fixes

  • update route handle role to roles in dev configs (0ab5729)

v1.0.0-alpha.33

22 Apr 14:51

Choose a tag to compare

v1.0.0-alpha.33 Pre-release
Pre-release

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

BREAKING CHANGES

  • Apps no longer export their SCSS through package.json.
    Sites that imported app stylesheets directly must stop doing so; app styles
    are loaded by the app itself at runtime.
  • SCSS entries using @media (--pgn-size-breakpoint-*) must now
    @use Paragon's custom-media-breakpoints.css themselves, since each PostCSS
    pass is its own scope and a missing import fails silently.
  • The shell's styles are now exposed as a JS manifest at
    @openedx/frontend-base/shell/style instead of a SCSS file. Sites must
    replace '@use "@openedx/frontend-base/shell/style.scss"' with
    'import "@openedx/frontend-base/shell/style"' from their site.config.
    The manifest keeps Paragon's CSS and the shell's own SCSS as independent
    webpack modules so each is classified into its own cascade layer.

v1.0.0-alpha.32

21 Apr 19:57
aa4ec89

Choose a tag to compare

v1.0.0-alpha.32 Pre-release
Pre-release

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

Bug Fixes

  • deps: update dependency html-webpack-plugin to v5.6.7 (#48) (aa4ec89)

v1.0.0-alpha.31

21 Apr 19:40

Choose a tag to compare

v1.0.0-alpha.31 Pre-release
Pre-release

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

Bug Fixes

  • exclude test-site from Renovate dependency management (0838972)