Skip to content

fix(deps): upgrade BootstrapVue to v2.16.0

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

What does this MR do?

Upgrades BootstrapVue to v2.16.0.

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.16.0

  • b-form-tags: add ignoreInputFocusSelector prop to make input focus behavior configurable
  • docs: launch themes page with first BootstrapVue theme
  • icons: update Bootstrap Icons to v1.0.0-alpha5

Bug Fixes v2.16.0

  • properly handle special characters in user-provided IDs
  • b-form-checkbox-group: only emit input when value loosely changes
  • b-form-tags: unit test
  • b-icon: use aria-label attribute instead of alt
  • b-img: Allow empty alt prop
  • b-table: prevent endless reevaluation when using v-model and object/array literal prop values
  • b-tags: replace spacing utility with static CSS

Related to #883 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports