Skip to content

v22.18.0

Compare
Choose a tag to compare
@openedx-semantic-release-bot openedx-semantic-release-bot released this 21 May 20:58
· 7 commits to release-22.x since this release
5d0b1bb

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).