Releases: openedx/paragon
v23.10.1
v22.20.0
v22.19.0
v22.18.2
v23.10.0
v23.9.0
v23.8.0
v23.7.0
v22.18.1
v22.18.0
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
).