Skip to content

Releases: openedx/paragon

v23.10.1

04 Jun 14:45
b814695
Compare
Choose a tag to compare

23.10.1 (2025-06-04)

Bug Fixes

  • ensure SD format css/component-button-variant-overrides work for brands (#3629) (b814695)

v22.20.0

04 Jun 17:34
2346e92
Compare
Choose a tag to compare

22.20.0 (2025-06-04)

Note

Any consuming applications that used the previously exported MODAL_DIALOG_CLOSE_LABEL will need to be updated.

Features

  • adding i18n support for modal dialog close button label (#3624) (2346e92)

v22.19.0

04 Jun 15:18
f3d562f
Compare
Choose a tag to compare

22.19.0 (2025-06-04)

Features

v22.18.2

03 Jun 17:25
Compare
Choose a tag to compare

22.18.2 (2025-06-03)

Bug Fixes

  • adding missing aria label (b260d3a)

v23.10.0

29 May 16:12
7d89371
Compare
Choose a tag to compare

23.10.0 (2025-05-29)

Features

  • introduce tokens approach to overriding alert btn variants (#3598) (7d89371)

v23.9.0

22 May 18:57
908fe82
Compare
Choose a tag to compare

23.9.0 (2025-05-22)

Features

  • cli: add excludeCore flag for build-scss (#3606) (908fe82)

v23.8.0

22 May 16:26
5c95473
Compare
Choose a tag to compare

23.8.0 (2025-05-22)

Features

v23.7.0

22 May 16:07
d29437c
Compare
Choose a tag to compare

23.7.0 (2025-05-22)

Bug Fixes

Features

v22.18.1

22 May 11:08
58758d3
Compare
Choose a tag to compare

22.18.1 (2025-05-22)

Bug Fixes

v22.18.0

21 May 20:58
5d0b1bb
Compare
Choose a tag to compare

22.18.0 (2025-05-21)

Important

Breaking Change released as Minor

The dismissButtonText option in the tours prop within the ProductTour component is now deprecated, and replaced with dismissAltText. The breaking change is for any usages of dismissButtonText where the value was a node vs. a string, in that ProductTour will effectively ignore the dismissButtonText option if it's not provided as a string.

See the DevTools console warnings for more information about any deprecated usages of dismissButtonText with ProductTour.

Features

Changing the header of the ProductTour component, along with the action row buttons. Previously, the action row included was "Dismiss" and "Next" buttons, but now the dismiss functionality is available in a new "X" button along with a "Back" button to go back a step in the tour.

Note: the previous dismissButtonText options within the tours has been deprecated, and gets migrated to a new dismissAltText option instead. Additionally, the dismissAltText now only accepts a string (i.e., no longer accepts a node).