Socket
Socket
Sign inDemoInstall

bootstrap-vue

Package Overview
Dependencies
30
Maintainers
4
Versions
168
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
17Next

2.23.1

Diff

Changelog

Source

2.23.1 (2022-10-26)

Bug Fixes

  • correctly pass parent relations for Vue.js2 (58e2d7e)
xanf
published 2.23.0 •

Changelog

Source

2.23.0 (2022-10-25)

Bug Fixes

  • vue3: do not rely on __vueParentComponent in tooltip (fe13503)
  • update refs inside v-for to work for @vue/compat (ae4bac8)
xanf
published 2.22.0 •

Changelog

Source

2.22.0 (2022-04-17)

Features

  • b-dropdown: add toggle-attrs prop (closes #3694) (#6339) (6cfcbb3)
  • b-form-group: add content-cols props and scoped default slot (closes #6095, #6118) (#6178) (fab6dc5)
  • b-form-tags: add feedback-aria-live prop (#6347) (5332970)
  • b-form-tags: add no-tags-remove prop (closes #6162) (#6163) (92de1f9)
  • b-form-tags: add reset method (#6104) (d610291)
  • b-form-tags: adds focusin & focusout to wrapper and prevents firing multiple focus/blur events (#6395) (44e558f)
  • b-link: support exact-path and exact-path-active-class props for router link (fixes #6434) (#6811) (576e67b)
  • add headerTag and footerTag props to all componets with header and footer (#6375) (c6dd70a)
  • b-media: improve aside right handling (#5965) (49a3f00)
  • b-sidebar: add header slot (#6179) (341b7f0)
  • config: improved defaults handling (closes #4507, #5138, #5291, #5459, #5958) (#5981) (7ea0cc4)
  • refactor: code enhancements for easier Vue 3 migration (closes #6124, #6139) (#6141) (5bf6733)

Bug Fixes

  • b-avatar: badge z-index handling (#5975) (ecb33bd)
  • b-avatar: prevent avatar from being squished (#5963) (b3946ed), closes #5962
  • b-badge: attribute inheritance (#6217) (2d31f31)
  • b-dropdown: click handling on close (closes #5982) (#6009) (cf7a1cb)
  • b-dropdown: decrease delay when hiding inside a navbar on no-touch devices (closes #6306) (#6367) (7d72605)
  • b-dropdown: only apply heading role to header when not a header tag (#6274) (bd67da0)
  • b-dropdown: root events (#6198) (6dcd233)
  • b-dropdown: Sets correct aria-haspopup attribute for the toggle button (#6865) (d92c2f1)
  • b-form-checkbox/b-form-radio: chnage event timing (#6008) (37ec7e9)
  • b-form-datepicker: valueAsDate prop handling (#6159) (5cb8e0c)
  • b-form-datepicker/b-form-timepicker: control size (#6249) (f2ffbeb)
  • b-form-datepicker/b-form-timepicker: label styles when in button-only mode (closes #6172) (#6186) (e8842ba)
  • b-form-group: accessibility when label-for prop not set (#6006) (16f777b)
  • b-form-input: modified value handling (#6084) (d6d8e3c)
  • b-form-input/b-form-textarea: legacy browser support (closes #6283) (#6345) (a79d98a)
  • b-form-spinbutton: button markup (#6101) (5082976)
  • b-form-tags: required handling (closes #6094) (#6103) (2dc6b9d)
  • b-icon: title render handling (#6233) (b025047)
  • b-img-lazy: blank placeholder for Firefox (closes #6320) (#6349) (9b297c9)
  • b-img-lazy: fix blank-src not work error (#6302) (a6ace2f)
  • b-link: remove default values from vue-router pass-down props (closes #6373) (#6374) (0a14828)
  • b-skeleton: accepts custom attributes (#6858) (9b1edc9)
  • b-table: fix range selection of b-table (#6606) (c11f0db)
  • b-table: selected table header text no longer prevents table row selection (#6645) (010ab31)
  • replace sass division with multiplication (#6834) (dd051e9)
  • b-form-group: remove role="alert" from valid/invalid feedback (closes #6300, #6307) (#6346) (c0959c4)
  • b-input-tags: not respecting custom $input-color (closes #6388) (#6389) (9f045d4)
  • b-pagination: don't set initial page count twice (#6200) (d7394e3)
  • b-sidebar: make sure to not exceed 100% in height (closes #6176) (#6234) (782e11d)
  • b-table: add missing role="grid" when selectable (closes #6305) (#6372) (bc02fb8)
  • b-table: add missing sortKey field type and correct a typo (#6355) (f5ca62f)
  • b-table: allow responsive and stacked props together (#6266) (fa977a8)
  • b-table: default role to grid when selectable and table otherwise (#6383) (3f5a309), closes #6326
  • b-table: header cell overflow for .sr-only sort label (#6371) (11617b4)
  • b-table: only set aria-describedby when caption really exists (#6251) (b980017)
  • b-table: only set tabindex="0" for sortable TH's (#6102) (dd23742)
  • b-table: prefer user-provided role attribute (#6382) (9e25a3b)
  • b-table: set aria-sort when using sortKey and no-local-sorting (closes #6602) (#6603) (2438137)
  • b-table: sort handling for numeric string values (closes #6092) (#6105) (29fbcb5)
  • b-tabs: cleanup rendering logic (#6154) (8aeb9e9)
  • b-tabs: restore correct active tab detection logic (closes #6205) (#6208) (6d92a43)
  • docs: completing the url so that the link is correct (#6545) (c9c85a9)
  • nav-item-dropdown: update dropdown to set correct aria-controls (97bb97b)
  • utils/dom: bind requestAF() to window (#6508) (#6511) (f8caaec)
  • clean up props inheritance (#6265) (79784ae)
  • environment detection based on userAgent (#6226) (cdfd16c)
  • table: default sort compare logic for date strings (#6153) (3696a1f)
  • user supplied prop function detection (#6070) (cea6051)
  • user supplied prop function detection (closes #6112) (#6113) (1d85839)
  • table: use original value for fallback when number parsing fails in defaultSortCompare() (c375ce9)

<a name="2.21.2"></a>

jackmu95
published 2.21.2 •

Changelog

Source

v2.21.2

Released: 2021-01-01

jackmu95
published 2.21.1 •

Changelog

Source

v2.21.1

Released: 2020-12-16

jackmu95
published 2.21.0 •

Changelog

Source

v2.21.0

Released: 2020-12-14

jackmu95
published 2.20.1 •

Changelog

Source

v2.20.1

Released: 2020-12-01

jackmu95
published 2.20.0 •

Changelog

Source

v2.20.0

Released: 2020-11-30

jackmu95
published 2.19.0 •

Changelog

Source

v2.19.0

Released: 2020-11-08

jackmu95
published 2.18.1 •

Changelog

Source

v2.18.1

Released: 2020-10-21

2345
17Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc