GitHub / bootstrap-vue / bootstrap-vue
MOVED to https://github.com/bootstrap-vue-next/bootstrap-vue-next
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootstrap-vue%2Fbootstrap-vue
PURL: pkg:github/bootstrap-vue/bootstrap-vue
Stars: 14,499
Forks: 1,874
Open issues: 194
License: mit
Language: JavaScript
Size: 52.3 MB
Dependencies parsed at: Pending
Created at: about 9 years ago
Updated at: 8 days ago
Pushed at: 15 days ago
Last synced at: 5 days ago
Commit Stats
Commits: 5049
Authors: 359
Mean commits per author: 14.06
Development Distribution Score: 0.591
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/bootstrap-vue/bootstrap-vue
Topics: a11y, accessibility, accessible, bootstrap, bootstrapvue, component-library, components, icons, nuxt, nuxtjs, vue, wai-aria
Funding Links https://opencollective.com/bootstrap-vue
v2.22.0
v2.22.0
🚀 Features
b-link- #6811 Support
exact-pathandexact-path-active-classprops for router link
- #6811 Support
b-form-tags- #6395 Adds
focusin&focusoutto wrapper and prevents firing multiplefocus/blurevents - #6347 Add
feedback-aria-liveprop
- #6395 Adds
general- #6375 Add
headerTagandfooterTagprops to all componets with header and footer
- #6375 Add
b-dropdown- #6339 Add
toggle-attrsprop
- #6339 Add
🐛 Bug Fixes
general- #6834 Replace sass division with multiplication
b-table- #6645 Selected table header text no longer prevents table row selection
- #6606 Fix range selection of b-table
- #6603 Set
aria-sortwhen usingsortKeyandno-local-sorting - #6383 Default
roletogridwhenselectableandtableotherwise - #6382 Prefer user-provided
roleattribute - #6372 Add missing
role="grid"when selectable - #6371 Header cell overflow for
.sr-onlysort label - #6355 Add missing
sortKeyfield type and correct a typo
b-skeleton- #6858 Accepts custom attributes
nav-item-dropdown- 97bb97b0 Update dropdown to set correct aria-controls
b-dropdown- #6865 Set correct
aria-haspopupattribute for the toggle button - #6367 Decrease delay when hiding inside a navbar on no-touch devices
- #6865 Set correct
utils/dom- #6508, #6511 Bind
requestAFtowindow
- #6508, #6511 Bind
docs- #6545 Use
https://urls in docs
- #6545 Use
b-form-group- #6346 Remove
role="alert"from valid/invalid feedback
- #6346 Remove
b-input-tags- #6389 Respect custom
$input-color
- #6389 Respect custom
b-link- #6374 Remove default values from
vue-routerpass-down props
- #6374 Remove default values from
b-img-lazy- #6349 Fix
blankplaceholder for Firefox - #6302 Fix
blank-srcnot working
- #6349 Fix
b-form-input/b-form-textarea- #6345 Legacy browser support
🏡 Chore
tests- 8ce291b5 Refactor tests not to use $children
- b16514b9 Remove useless localVue usage
- ac8ebfea Replace find with findComponents
- d113cc7e Remove createContainer helper
b-form-tags- #6752 Correct typo
b-from-tagstob-form-tags
- #6752 Correct typo
icons- #6611 Update Bootstrap Icons to v1.5.0
docs- #6466 Add new “Vuexy - Admin Dashboard” theme
- #6368 Make sure the clicked anchor target is reflected in URL
ci- #6592 Update workflows to new Node.js versions
refactor- #6381 Move away from lifecycle hook listeners
- #6356 Unify event variable names
💖 Thanks to
- Andrei Gheorghiu
- Connor Forbes
- Illya Klymov
- JD
- James Pickard
- Jingsong Gao
- John Franey
- Jonathan Guberman
- Joshua Wu
- Konstantin
- Lei Wang
- Olena Horal
- Pete Hegman
- Rare Kang
- Samuel Denis-D’Ortun
- William
- William Teixeira
- magical-l
- ochowei
- xenolithviktor
Download
v2.21.2
v2.21.2
🐛 Bug Fixes
b-dropdown- #6274 Only apply
headingrole to header when not aheadertag
- #6274 Only apply
b-table- #6266 Allow
responsiveandstackedprops together - #6251 Only set
aria-describedbywhen caption really exists
- #6266 Allow
general- #6265 Clean up props inheritance
- #6226 Environment detection based on
userAgent
b-form-datepicker/b-form-timepicker- #6249 Control size
b-sidebar- #6234 Make sure to not exceed 100% in height
b-icon- #6233 Title render handling
🏡 Chore
docs- #6263 Correct typos and improve wording in theming section
- #6244 Fix typos in
<b-form-select>and<b-form-textarea>docs - d94edfee Fix typo on “Getting started” page
- #6232 Remove
label-forfrom<b-form-group>’s with<b-form-file>component - #6231 Fix typos in the Dropdown README
- #6222 Improve Bootstrap/BootstrapVue style import guide in “Getting started” docs
icons- #6252 Update Bootstrap Icons to v1.2.2
general- #6227 Add Nuxt.js CodeSanbox CI template
💖 Thanks to
- Rich Klein
- a-kriya
- cvn
- darrelfrancis
Download
v2.21.1
v2.21.1
🐛 Bug Fixes
b-tabs- #6208 Restore correct active tab detection logic
b-badge- #6217 Attribute inheritance
b-pagination- #6200 Don’t set initial page count twice
b-dropdown- #6198 Root events
🏡 Chore
docs- #6206 Fix
<b-form-timepicker>“Button only mode” example markup
- #6206 Fix
Download
v2.21.0
v2.21.0
🚀 Features
b-form-group- #6178 Add
content-colsprops and scopeddefaultslot
- #6178 Add
b-sidebar- #6179 Add
headerslot
- #6179 Add
b-form-tags- #6163 Add
no-tags-removeprop
- #6163 Add
refactor- #6141 Code enhancements for easier Vue 3 migration
🐛 Bug Fixes
b-form-datepicker/b-form-timepicker- #6186 Label styles when in
button-onlymode
- #6186 Label styles when in
b-tabs- #6154 Cleanup rendering logic
b-form-datepicker- #6159
valueAsDateprop handling
- #6159
table- #6153 Default sort compare logic for date strings
- c375ce90 Use original value for fallback when number parsing fails in
defaultSortCompare
🏡 Chore
icons- #6194 Update Bootstrap Icons to v1.2.1
- #6180 Update Bootstrap Icons to v1.2.0
refactor- b0f5f633 Prefer multiple constants over constants object
docs- #6148 Update
highlight.jsto v10
- #6148 Update
💖 Thanks to
- magical-l
Download
v2.20.0
v2.20.0
🚀 Features
b-form-tags- #6104 Add
resetmethod
- #6104 Add
🐛 Bug Fixes
b-table- #6105 Sort handling for numeric string values
- #6102 Only set
tabindex="0"for sortable TH’s
b-form-tags- #6103 Required handling
b-form-spinbutton- #6101 Button markup
general- #6070 User supplied prop function detection
b-form-input- #6084 Modified value handling
🏡 Chore
refactor- #6100 Improved code sharing between form components
docs- #6043 Update “Can I use” links
- #6040 Fix gull & dexam preview image link
- 25080ca5 Correct comment to Nuxt.js module
iconsoption
💖 Thanks to
- naime-hossain
Download
v2.19.0
v2.19.0
🚀 Features
config- #5981 Improved defaults handling
b-media- #5965 Improve aside right handling
icons- #5977 update Bootstrap Icons to v1.1.0
🐛 Bug Fixes
b-dropdown- #6009 Click handling on close
b-form-group- #6006 Accessibility when
label-forprop not set
- #6006 Accessibility when
b-form-checkbox/b-form-radio- #6008
changeevent timing
- #6008
b-avatar- #5975 Badge
z-indexhandling - #5963 Prevent avatar from being squished
- #5975 Badge
🏡 Chore
docs- #6019 Add another
pageOptionssetting example - #6014 Improve component name formatting
- #5995 Add gull & dexam themes
- #6019 Add another
general- #6015 Unify interval/timeout handling
- #6002 Add
SECURITY.md - #5990 Migrate from
node-sasstosass(Dart Sass)
ci- #6004 Move to Dependabot for all dependency updates
- #6003 Add CodeQL action
- #6001 Update Node.js versions
💖 Thanks to
- 82amp
- JD
- Joris Lacance
- Tal Koren
- naime-hossain
Download
v2.18.0
v2.18.0
🚀 Features
b-calendar- #5883 Add
no-key-navproperty
- #5883 Add
general- #5894 Update
core-jsto v3
- #5894 Update
🐛 Bug Fixes
b-calendar- #5911 Month formatting for certain dates
v-tooltip, v-popover- #5882 Render data-* attributes on root components
b-link- #5876
hrefhandling inconsistencies to<router-link>
- #5876
b-card- #5872 Properly support header/footer with body image overlay
b-skeleton- #5863 Animation overflow issue for Safari
b-carousel- #5845 Fix glitching when switching slides fast
🏡 Chore
docs- #5923 Correct Bootstrap SCSS imports
- #5895 Use new slot syntax everywhere
- #5892 Fix datepicker locale typo
- #5862 Simplify
<b-form-group>validation message example - #5864 Add example for
<b-toast>with custom close button - #5801 Fix typo in
b-form-ratingdocs
general- #5904 Move global Vue.js entry to source root
- #5899 Update dependencies
- e48ed8ba Ignore
package-lock.json
💖 Thanks to
- Marco Túlio Gaulberto da Silva
- Sauli Anto
- Салоев Сади
Download