Skip to content

6.10.0

Compare
Choose a tag to compare
@markacianfrani markacianfrani released this 07 Jul 15:54
· 606 commits to main since this release

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