Skip to content

Upgrade GitLab UI to v16.2.1 & Bootstrap to v4.4.1

Paul Gascou-Vaillancourt requested to merge upgrade-bootstrap-4-4-1 into master

What does this MR do?

Upgrades Bootstrap to v4.4.1 and GitLab UI to next version which comes with BootstrapVue v2.13.1.

Screenshots

Modals

The GlModal component is affected by a change to Bootstrap's modals footer in v4.4.0:

Updated our spacing and alignment for modal footer elements like buttons to automatically wrap when space is constrained.

More information: Enable wrapping for elements in modal-footer

Before (Bootstrap 4.3.1) After (Bootstrap 4.4.1)
Status modal image image
Delete pipeline modal image image

Group list items

A change to Bootstrap's group list items borders style caused a small visual diff in the GlPaginatedList component because the first item doesn't have a top border anymore.

More information: Fix group list items borders overlapping

Before (Bootstrap 4.3.1) After (Bootstrap 4.4.1)
License compliance policies image image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Paul Gascou-Vaillancourt

Merge request reports