Skip to content

fix(deps): upgrade BootstrapVue to v2.13.1

Paul Gascou-Vaillancourt requested to merge 733-upgrade-bootstrap-vue into master

Related issue: #733 (closed)

  • Upgraded BootstrapVue to v2.13.0
  • Upgraded Bootstrap to v4.4.1 to match BootstrapVue's requirements

Integration MRs

Notable changes

See #733 (closed) for more information.

GlModal

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

GlPaginatedList

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

Edited by Paul Gascou-Vaillancourt

Merge request reports