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: 9 days ago
Pushed at: 16 days ago
Last synced at: 6 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
v0.12.2
v0.12.2
Commits
-
[tabs] add click event for tab (#205) (Pooya Parsa) - b2422789d880929e9b63a031a56cf4b702e2ee36
-
[popover] hide on changed::tab (#218) (Pooya Parsa) - 4692c57b52c161e8b8b6b7498563df105d62f982
-
[tabs] don't observe subtree DOM updates (#220) (Pooya Parsa) - f9b4a0e81f140613cca96e0553ac022009d1d49c
-
[tabs] only use active tag for initial update (#220) (Pooya Parsa) - 93f851c6d2a382dde44100ac3155443b944149da
-
Fix typo in docs (Pooya Parsa) - a2f1cc8aaceeb4c817b3c71b04651842317e6a6f
Download
v0.12.0
v0.12.0
We have now a slack channel :) Join Us!
New components
- Media
- Carusel
Commits
-
fix hljs padding (Pooya Parsa) - 1c51c9d443ccf22a0be4fca79812e9d98debb2f9
-
b-modal: Explicit components dependency (Yacine Hmito) - 434d5251e60f9529cd458a511eac0535724d3c76
-
Minor fixes (Pooya Parsa) - ec2067b7364699c11f968686f31517927d5c5ec5
-
Carousels (Pooya Parsa) - 1a3064da6edb1fef3bfcf67a9236c94d439e3dd3
-
Cleanup (Pooya Parsa) - e6cc7b7150c370c5c1eb06dbe557fb43bdd0ff91
Unused codes removed & bundle size is reduced from 104Kb to 96Kb (~18Kb
gzipped) -
form-select with arbitrary text/value fields fixes #196 (Pooya Parsa) - c5333e671ea46121e96f98849c5f1030f8d9d1d5
-
Ensure dist directory exists fixes #210 (Pooya Parsa) - f201e292f335fbb50891ae6e991587c4acdde514
-
Allow prevent modals from hiding fixes #208 (Pooya Parsa) - eeb93df291c5e97d6d8b9eb7ede241975fbc7b2b
-
[docs] Update progress fixes #202 (Pooya Parsa) - 2522ef52ee2960f0fa67035a558b5b7b7170c4c0
-
[docs] blockquote styling (Pooya Parsa) - 98025497ab1c9bb519ba646460fcc72594990b98
-
[Docs] Update Media (Pooya Parsa) - d76aa1ca060bd0025dcda875ac45bac615ea64c4
-
[docs] hide example part if not available (Pooya Parsa) - 16fd3178fba66e59561f4803f26e53e724078670
-
Media (Pooya Parsa) - f76c53810377121e3e826dc50cddec584a8ff5c0
-
Explicit components dependency #201 (Pooya Parsa) - 7d82ba846576ea992e6f8a2f435df44a97f09edc
-
[Table] Fix for better pagination integration and filter's regex (Vitaly Mosin) - 32cf6581d739e0b802ae83fab50239d17a56b7a8
-
Fixed pagination when filtered table (Vitaly Mosin) - fae39fd3be4844e149a9d71bc91949a8ee29bec2
-
Fix bug of tab component removing 'show' css class prematurely (#209) (Valentin Alexiev) - 88c69eef8382ceb69f7d0ab4d61efa066630198f
Fix bug of tab component removing 'show' css class prematurely -
Put back vue in devDependencies (Author) - b1cadf28e209d0e99ab0d514cae64af8e31b3df2
-
Add an option for a custom tab-head (Author) - eb149032537d596d4a6fb7b929aeac14288fe334
-
Remove duplicated dependency (Author) - 01545b43cc53e66d29395710e3e0f5a87887f3e0
-
b-button: Remove warning by importing b-link (Yacine Hmito) - 57241165d3d88cb73aea5de33eeadbadc80ddde8
It used to embed the b-link component without importing it -
Fix for (this.value || "").split is not a function (Vitaly Mosin) - 945d536a71674b84b2b66b7464dc3726c0881a06
If value is not a String, we got an error.
To fix issue, first convert value
to string, then split it.
Download
v0.11.1
v0.11.1
Getting more stable with this release.
Improvements
- [Carousel] Added Carousel controls docs- @Phinome
- [Tabs] Fixed warning about kebab-case (9b78ce4) - @mosinve
- [Popover] Correct race condition on Popover reposition when multiple props change (00402d6) - @SirLamer
- [Build] Improve rollup (269f3c1)
- [Tabs] Support dynamic tab updates #194 (9a97ed9)
- [Tabs] Update docs
Download
v0.11.0
v0.11.0
New Components
Tabs are now documented with many improvements. Thanks to @mosinve contribution (#182) & @asafyish suggestion (#179)
…Only Carousel component is remaining undocumented to full bootstrap components coverage
Improvements & Fixes
- [Dropdown-Item] Change the component type to button if ‘href’ not exists @cynecx #180
- [Popover] cleanup method. fixes #183
- [Modal] Fix clickout issue. @XionDelta #181
Download
v0.10.2
v0.10.2
Special Thanks to core members @mosinve & @SirLamer .Without helping them this wasn’t possible.
Features
- New
form-filecomponent, now has drag and drop, multi file and even experimental directory uploading support. 👻
Improvements
<b-link>no longer fillshrefwithtoprop.- Table API improvements
- All
form-component properties are refactored to a mixin. form-fieldsetis rewritten in a simpler manner (Please check latest docs)- Popover content reposition is improved.
- maxwidth to popover as a prop
- modals: moved onclick handler “onlickOut” from modal to modal-backdrop
b-form-input: Propagate form & blur events
Docs
- Docs are now upgraded to nuxt 0.10.x
Download