6.10.0
6.10.0
Minor Changes
Modal
-
Modal is now deprecated and will be removed in 7.0. It is being renamed to Dialog to align with our Design System naming and which shares the exact same API as Modal. It is recommended that you migrate to Dialog before 7.0. You can do a global find/replace on your project for:
rux-modal
->rux-dialog
ruxmodalclosed
->ruxdialogclosed
ruxmodalopened
->ruxdialogopened
Patch Changes
GSB
- Fixed layout bug when used with classification marking
Modal / Dialog
- Fixed an issue with modal emitting an extra 'ruxmodalclosed' event when closed by an off click.
Tabs
- Fixed a styling bug with
small
variant