Integrate GlModal close button change
GlModal was updated to use a Pajamas-compliant close button. This is done by overriding the modal-header slot to display a custom close button, and by re-exposing the title prop as well as the modal-title slot. Those are drop-in changes as it still possible to set a modal's title either by providing a modal-header slot, a modal-title slot, or by passing the title prop. However, the specs needed to be updated to reflect those API changes.
Showing
... | ... | @@ -45,7 +45,7 @@ |
"@gitlab/favicon-overlay": "2.0.0", | ||
"@gitlab/svgs": "1.178.0", | ||
"@gitlab/tributejs": "1.0.0", | ||
"@gitlab/ui": "25.4.0", | ||
"@gitlab/ui": "25.7.2", | ||
"@gitlab/visual-review-tools": "1.6.1", | ||
"@rails/actioncable": "^6.0.3-4", | ||
"@rails/ujs": "^6.0.3-4", | ||
... | ... |
Please register or sign in to comment