Skip to content

fix(deps): upgrade BootstrapVue to v2.15.0

Paul Gascou-Vaillancourt requested to merge 883-upgrade-bootstrap-vue-2.15.0 into main

What does this MR do?

Upgrades BootstrapVue to v2.15.0 and Bootstap to v4.5.3 as per BootstrapVue dependencies.

This is part of a plan to progressively upgrade to BootstrapVue's latest version.

Version MR
v2.14.0 !2150 (merged)
👉 v2.15.0 !2151 (merged)
v2.16.0 !2169 (merged)
v2.17.3 TBC
v2.18.1 TBC
v2.19.0 TBC
v2.20.1 TBC
v2.21.2 TBC

BootstrapVue changelogs

Features v2.15.0

  • css: update Bootstrap to v4.5.0
  • icons: update Bootstrap Icons to v1.0.0-alpha4
  • b-sidebar: add prop backdrop-variant
  • b-link: add support 3rd party router links such as Gridsome's
  • b-navbar-toggle: add disabled prop
  • v-b-toggle: check for target ID via href if a link
  • types: create declarations for and context event objects
  • support 's prefetch property

Bug Fixes v2.15.0

  • v-b-toggle: don't check for evt.defaultPrevented
  • b-link: default new prop prefetch to null for true tri-state prop
  • ensure all intervals/timeouts/observers are cleared when component is destroyed
  • properly handle HTML props render order
  • fix docs CodeSandbox integration

Related to #883 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports