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: 17 days ago
Last synced at: 7 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.20.0
v0.20.0
Bug Fixes
- carousel: Unable to reach last slide (3628bcb)
- docs: broken setup page (9d60069)
- docs: Minor update to file-input example (763a35a)
- docs: myToggle0 (a0ef988)
- docs: serve fonts on https (51209dd)
- form-input: isTextArea varname correction (#785) (cb44652)
- form-radio: Add missing classes in button mode (#779) (ed4f4ef)
- tabs: Tabls not clickable (issue #789) (#790) (c234580)
- tests: Set jest max workers to 1 (f16fd8d)
Features
Download
v0.19.0
v0.19.0
Features
- button: Add pressed prop to place button in active state (#715) (61a104f)
- button: refactor toggle button focus handler (#730) (3ab3d89)
- carousel: Add v-model support (issue #743) (#744) (028eb5f)
- checkbox: Add indeterminate state prop (#720) (2271e7a)
- collapse: apply bootstrap classes during transition stages (issue #565) (#707) (947d253)
- collapse: Close navbar collapse when clicked in nav/navbar (issue #712) (#714) (f104dc0)
- Event: standard evt obj emulates native Event (#726) (919344b)
- form-checkbox: Support button style checkbox (#729) (740d7cb)
- form-input: Add autocomplete prop (#750) (d686787)
- form-input: Pass input element to formatter (issue #772) (#773) (da77f15)
- form-radio: ARIA - Add IDs to individual radios (#663) (1de785e)
- form-radio: Support button style radios (#728) (c7c150f)
- form-select: Add multiple select support (issue #619) (#731) (19bf2f5)
- form-select: Allow selectSize to be set when not in multiple mode (Issue #761) (#762) (6f04090)
- listenonroot: Use a constant for private property name (#700) (26c8a3e)
- modal: Make enforceFocus configurable (#706) (f1ab80b)
- navbar-brand: New component (#710) (721292c)
- pagination: Add alignment prop (#745) (a8e83a7)
- readme: add david dep badge (#724) (435a857)
- table: add field data formatter prop (#739) (9da94a6)
- table: Add syncable sort-by and sort-desc props (#742) (c8ad5a3)
- table: Emit event when local filtering changes number of result items - issue #650 (#652) (1b2a36a)
- toggle directives: allow simple elements to use directive (#651) (3361911)
- utils: transpiler friendly polyfills and methods (#658) (2ee9ed6)
- utils: wrap-up as ES6 module (#656) (b5f7cfc)
Bug Fixes
- alert: add missing colon for binding
aria-label(#768) (93b009f) - alert: Event args array in meta.json (c9e3fd2)
- alert: use v-model to update show value (#721) (9b380d0)
- button: Minor code update (378b932)
- carousel: Prevent going to slide if transitioning (issue #764) (#765) (a2ab664)
- collapse: reference to this.$el (eb01295)
- componentdoc: Typo in required prop (762d088)
- docs: Adjust header tags CSS specificity (issue #753) (#755) (25280ae)
- docs: conform args and fix spelling (#659) (ed9906a)
- docs: fix invalid JSON trailing commas (a635176)
- docs: Fix typo in _component.vue (b90e92a)
- docs: typo in button docs (8cd3ea1)
- docs: update README.md for Bootstrap version (#692) (5165531)
- docs.vue: Fix link to edit setup doc (#641) (836db33), closes #639
- dropdown: Clear leftover active state on menu open (fixes #664) (80c1ceb)
- dropdown: Emit shown and hidden events (issue #757) (814e94c)
- dropdowns: Change how dropdown items are highlighted (#717) (a02270e)
- form fieldset: ‘label for’ prop not being applied to label - ARIA (#669) (aafea81)
- form-radio: extra this in template (cc4a442)
- modal: Event args list in meta.json (7b8ce01)
- modal: meta.json property order consistency (3d204a4)
- navbar-brand: Refactored component logic (#759) (c752fc8)
- pagination: Added missing href & ARIA adjustments (#693) (7091262)
- pagination: Improved ARIA roles and attributes (#741) (b12b06e)
- popover.js: destroy check for trigger & classes (issue #735) (30fa778)
- root-listeners: apply listen-on-root mixin to other components (#684) (f2b7b44)
- scrollspy: Adjust throttle default (3d6eb98)
- scrollspy: Adjustments to the resizeThrottle scheduler (#640) (bfaef7d)
- table: aria-labeledby set to header element (e13e093)
- table: Remove redundant ARIA roles from b-table (#662) (6919cc5)
- tabs: Default current tab to null (issue #687) (#701) (bc7ca26)
- toggle: Remove $root listener on unbind (Issue #680) (#698) (ec5000c)
Download
v0.18.0
v0.18.0
0.18.0 (2017-07-04)
Bug Fixes
- docs: Collapse meta.jso typo fix (6191bed)
- Remove usage of es2015 Array.prototype.includes (#589) (b3fc095)
- button-toolbar: keynav better element visibility test (5c33b8e)
- button-toolbar: Typo on property
keyNav(#600) (60b1fd8) - docs: add root wrapper to templates (ff6432d)
- docs: Fix ScrollSpy example (0365208)
- docs: form-radio typo fix (db6d5d7)
- docs: form-select docs typo fix (630e02f)
- docs: table example markup (d3d7437)
- form: Emit native submit on component (#636) (0ba6f94), closes #588
- form controls: Apply only required props & classes (#609) (c773f79)
- form-checkbox: Remove duplicate computed prop (f47ab79)
- form-file: remove inputClass (2415617)
- form-options: pull out custom text field for object notation (#625) (83cec54), closes #622
- form-radio: isChecked to work with arrays & non-arrays. (#629) (578d451), closes #623
- form-radio, form-checkbox: Set autocomplete off (#616) (e127313)
- modal: use listenOnRoot mixin (#593) (531a6ab)
- nav-toggle: typo in method name (5e0bb2a)
- table demo.html: remove deprecated fieldset prop (#630) (18e8547)
Features
- docs: live demo (#602) (843057e)
- docs: Native event capturing docs (#605) (c2c200b)
- dropdowns: Various optimizations for dropdown components (#627) (56d29b0)
- form controls: Add required attribute and related ARIA support (#613) (3db70a4)
- form controls: Optimize props (#604) (35a5db6)
- form-fieldset: Add alias of b-form-group (eebe36d)
- form-fieldset: label, description, and feedback slots, deprecate label-size (#598) (e253dae)
- form-input: support aria-invalid attribute (#610) (d676d8f)
- form-radio: Add support for aria-invalid (#612) (69e449f)
- form-select: Add aria-invalid support (#611) (1d20f8a)
- mixin: Automate event registration & removal on root vm (#581) (be5f834)
Download
v0.17.1
v0.17.1
All notable changes are being listed in CHANGELOG from this release.
0.17.1 (2017-06-30)
Docs
- fixes for 0.17.1 (https://github.com/bootstrap-vue/bootstrap-vue/commit/d89098f90814d35bf1cac1f624dfb2d0b4de3fc3)
Bug Fixes
Download
0.17.0
0.17.0
Relese Authors
- @tmorehouse
- @alexsasharegan
- @pi0
Release Highlights
- Docs! Expanded documentation for many components
- Many common issue questions have now been given better documentation
- Improved
b-paginationcomponent with additional customization features b-tableadditional features:- Asynchronous item provider support (callback and promise methods)
- Table footer support
- Custom formatting slots for header and footer fields
- Additional control over styling of table data cells
- New events for better control
- Refactored link mixin for components that provide link and router-link functionality. Includes props for:
targetrel
- Accordion support for
b-collapse b-form-checkboxsupport for array asv-modelb-cardImproved header and footer features- Shorthand
*-btn-*aliases for various button components - Additional ARIA & keyboard navigation support
- New
b-navbarsub components - Bug fixes
- Unit testing for many components
Please refer to the Official Documentation for many of the new features.
Commits
-
[nav] Accessibility docs (Troy Morehouse) - 7fe05214dfc0bfbef5ef573b2602bfd500a1016f
-
[nav] Extended documentation (#576) (Troy Morehouse) - 0cffc421ac97b9303d218cb3b89538565eff9e96
-
[nav] Add justified support (Troy Morehouse) - f57c61adbb6e88ce030a78cd90b0fd49fb3cbdbb
-
[pagination] fix referenceerror: i is not defined (#575) (Pim) - df11c40f93e9ddea87160aadb2511417629dde65
-
[navbar] fix - sticky property should be a boolean, not a string (#556) (Pim) - 6fa050db8c8128f291835e255e689d7e7b4493d2
-
run tests using npm (Peter Blazejewicz) - 8173bcda301a7ef526ea44c5b3a24e6ad573e1d7
-
[Contributing] fix small typo (#561) (Pim) - 60dbb87b66b054ac97fa9f02823c9846d0dc5b1d
-
[pagination] Documentation update for ARIA (Troy Morehouse) - 89e98bb84c937b00b547d4c54895d54eb184d36e
-
[table] Minor documentation update (Troy Morehouse) - ad8dc9ae384cba71426f7808b77ab9115232dc6d
-
[docs] SETUP minor update (Troy Morehouse) - 45ca5b8906cc48a970c2b9d0357cbd8371f05c40
-
[form-fieldset] Documenttion update (Troy Morehouse) - d4337ff3bc2105a9f5da40c7d62ff3fb5167fdcb
-
[form-file] Accept prop documentation (Troy Morehouse) - cc7beaf6ef2947cdcf287840669b6771c6ca259e
-
[form-select] Documentation update (Troy Morehouse) - 75ce320e9584aa9e86546f1519cdb17a97b64718
-
[docs] form control & button documentation update (#544) (Troy Morehouse) - 5fbc617e75314b749a4853b6353d461c688dad08
-
[button] Add support for button type attribute (#549) (Troy Morehouse) - acb13b268528c8a4e80b5ecb4162ff37f6987f0b
-
[form-radio] contextual state fix (#547) (Troy Morehouse) - 2f95dbdd5821369ca1112054f875b6cf93373b24
-
[alert] Documentation update (#550) (Troy Morehouse) - 3184cc8d433ec1bb658598231e40749e895d1d7f
-
[badge] Documentation update (#551) (Troy Morehouse) - 9eff22e4c69ead83991c18de933ecc92bb6fe02f
-
[button-group] Documentation update (#553) (Troy Morehouse) - b9381bdeb2b6ae72856d2b4174971561755a5893
-
[form-input] documentation of b-form-input-static (Troy Morehouse) - 10cdf42bf94206e8989d24fe734a28b131b8ac93
-
[form-input] documentation update (Troy Morehouse) - f1ee0e3f35f56d6a0087b96eedab2fd8352da7b1
-
[form-input] Add readonly prop support (Troy Morehouse) - 7a9e712d463b023e24c769da6647f66403e82a17
-
[dropdown] Documenttion update (Troy Morehouse) - 21e529f68f82593993cf8ff14b3b7eeb45185fc5
-
[generate-id.js] Remove generate-id.js (#541) (Troy Morehouse) - f5cf90b1d8beca68a06e3e1653beb8f7e699936c
-
[link] More granular link mixin (#520) (Alex Regan) - 8b1e71956bbd92a516fa59c287147692f622267b
-
[setup] documentation update (Troy Morehouse) - 107ac98a80ba7c74cab5d424135f5b92f9e0a86d
-
[setup] documentation update (Troy Morehouse) - f1e304b3ca19c02e25dc38b0f48ea5e966c5aced
-
[modal] Tweaks and enhanced documentation (#539) (Troy Morehouse) - ebce69f9748a103212c14226cd016b363a1b8302
-
[form-file] reset() method for clearing file value (#535) (Troy Morehouse) - 169f8b14056cebc672750f458f6ac9525535525c
-
[modal] better element visibility checking (#538) (Troy Morehouse) - c47586514204cd3b25a4bce9adb2e237c9e112f7
-
[table] Styles on table TH cells, classes on TH and TD cells (#531) (Troy Morehouse) - b67aeca27b765a400da2d61203f4009700f90d88
-
[pagination] minor update (#532) (Troy Morehouse) - c8e54655cba5190c3eabe30b55b962b875fe7f8b
-
[pagination] UX enhancements (#528) (Troy Morehouse) - 50c080d14c69fb2d1f50a8ccfcaaf5aaad5408a2
-
[popover] [tooltip] mixin (#527) (Troy Morehouse) - 6f759f4bb3b3750043376af374207277003a83c5
-
[pagination] fix template issue (Troy Morehouse) - 07ed5556ac285889a3efd5a4aadf0e3d67712d0c
-
[form-radio] update docs (Troy Morehouse) - 69cd5972cace275be038d3efc459a9320628f509
-
[form-radio] Emit change event for form-radio (#497) (Aleksandr Gornostal) - 8b782564697b9c28ce0f4a7d1e90209b1c852649
-
[breadcrumb] aria-current binding (Troy Morehouse) - 12935c8272d4d07c7e87ffcdb533a8e8acf0a29f
-
[breadcrumb] ARIA changes (#526) (Troy Morehouse) - 9bb2dea2675e49d758fa94941a365ab16b5e428c
-
[popover] Fix potential private props collision, and init Tether on mounted [Issue #484] (#485) (Alex Regan) - d795ac1af031dd19bc7cfa417b6c9ef5a21b3458
-
[collapse] Add Accordion support, ARIA, and test suite (#519) (Troy Morehouse) - f5c094cb2a52b1291409c994a735a8339de1111f
-
[table] minor update to docs (Troy Morehouse) - 6b255aa36aad9b06a31fa3d42c215ba0e65e19c1
-
[table] Async providers, events, and enhancements (#460) (Troy Morehouse) - aa6757da20e4ba46af3f398b5e53492f0ae9770b
-
<b-list-group-item> "to" prop should accept [String, Object] as of mixins/link (#517) (r1k0) - c76bef57217c07624a0cbc6bad88e184818cca14
-
[pagination] Emit change event on user interaction (#510) (Troy Morehouse) - ae32224041e4d35cfa9a11c12bee711d37d4126a
-
Create CODE_OF_CONDUCT.md (Pooya Parsa) - ae6c4d619f6a72f24c70c2cfe3647940c5525095
-
fixed warning message (#481) (Alexander Zagovorichev) - defab34ef87aad58db53de2cdef6f238c0989dc1
-
[tabs] minor fix (#475) (Troy Morehouse) - 522bccb557dccc7c8bd8279862f56ededea7b2ff
-
[tabs] Ensure only one tab is ever active (issue 472) (#474) (Troy Morehouse) - 7bcdb5d25f4966cfbadb63fa8220efd94c4746fa
-
[card] simplify header and footer slot usage (#469) (Troy Morehouse) - 0dc638b2d687cfa0c25de37b5a0a9da5b5042d7a
-
Tests & Breadcrumb improvements (#466) (Alex Regan) - b1d78e546f36fe20eb6ed4374e2000fbabb06500
-
[card] header and footer variants & classes (#463) (Troy Morehouse) - b0cfdf5eab282900418d93b475e96884c10d04c2
-
[docs] NavBar add extra components (#465) (Troy Morehouse) - 411469544b13912f1dc82ffb2a0077cc9e5f31e2
-
[pagination] disabled prop (#456) (Troy Morehouse) - 015df41ea971ff9e01dbc9a3e607da4e8bdcb3b2
-
components-extra does not work (#457) (skyway777) - 8e9c207d3dbd2c3526bedf06e013284819991a54
-
modal: change event order (#454) (Anton Lopan) - e5f4253182e17c9167341bec41ab0a4cff7fb31f
-
[enhancement] add b-btn-* aliases (Alex Regan) - 8090c4cae4a4482bce35690b32ef9f71e943197f
-
[collapse] control state using v-model (Alex Regan) - 4deeaa5cbe5166aa05cb7065c5690232e5c03bc2
-
[table] minor fixes (Troy Morehouse) - aac0a1a20f62974eae28d3ddb2e1a9998ce40e04
-
[modal] - add okDisable property for disabling OK button (#451) (peterkajan) - f9dcaafe12b312973e123c6ccd29b352bb6ad145
-
Deprecate (remove) generate-id (#449) (Troy Morehouse) - 8cf4babacc8828c9745cba2a233a1e10a1e495d2
-
[tooltip] fix for #435 (#450) (Troy Morehouse) - 2889495948c88ec10a2135deb6288f43c0b378dc
-
[table] docs minor update (Troy Morehouse) - 71aa673ee1a44c081e990f1ed39a736d89053080
-
[pagination] update example (#448) (Troy Morehouse) - 92e08aaf342ee9de0a801653a2e31c1790497141
-
[pagination] align with Bootstrap v4 (#447) (Troy Morehouse) - 8829db8f9f07225bc519a70b55cfdd5a2888fe13
-
Bring navbar example up to date (#446) (Mak Krnic) - 91f0e7a7e35ab4182f6c4b2e27cc3edecd816fb5
-
Tests/button (#444) (Alex Regan) - ce3216d38688ec9570a042e496e5ab2b9e2a2439
-
Navbar extra components (#441) (Troy Morehouse) - 7034b9b60fcbd0e3b2478d7f9d6210f374cad01e
-
[table] contextual variant classes (#440) (Troy Morehouse) - 5c5a00a7020e4f8bffb3f7cb5a82f3353fcc4d4c
-
[docs] components - show if prop is required (#442) (Troy Morehouse) - c50ec311bbbb5e48fa99cf0127ccecc585d703d4
-
[docs] extractCSS (Pooya Parsa) - 9430aec3980632c0c83fdbd86b00a3043b801fcd
-
downgrade rollup-plugin-uglify (Pooya Parsa) - 778f5e8b2acf06b00d82703162dff685070c3a99
-
nuxt start script (Pooya Parsa) - ce896fc831b822097980f24766889d1e6edde96e
-
Upgrade Deps (Pooya Parsa) - b2fa3fe44989c76ea48574d28ea2aea14ad379dd
-
[form-checkbox] Accept array as v-model (Alex Regan) - b61d2adfdbdd3a172c163bda6d8d1d248a91c2d9
-
[tests] card (#432) (Alex Regan) - 10d0feecfc634d3e5d938c929919a1053279cef0
-
[docs] Improved table documentation (#433) (Troy Morehouse) - dcc83de04afe38327de3abe4f013ffb3c22964c8
-
[table] fix fieldClass args (Troy Morehouse) - 2900e953a49b1941be8481e1bac89cf646249666
-
[table] fix typo; add missing prop (#430) (Jason W) - f9fbfc356e4b7bbf4bbbf8c0d39b203772f14e3b
-
[dropdown.js] focus first item only (#428) (Troy Morehouse) - 86192e9ab442f316a5dd1d976347ed2a77b11e02
-
[table] fieldClass() Tweak (Troy Morehouse) - 725861101b41227d383555e3564c10922c49c7be
-
[modal] boolean prop handling (#426) (Troy Morehouse) - d9738fe6a361304209b74187236d20c883dc1c02
-
[table] CSS refactor (#425) (Troy Morehouse) - e2f813f426d5f275ecf5219e86dd950ac2476573
-
[carousel] ARIA tweaks & fixes (#420) (Troy Morehouse) - 8e7f694c7be2415643c161a91275dd9f30467ebd
-
uglify-js-harmony ~> dev dependencies (Pooya Parsa) - 54de00e69da470ce8e82881b38b795e17839b3b0
-
temporary disable lint (Pooya Parsa) - 3f60a6f92b7512f39257a97c96703dd570a843b0
-
🙌 Unit Tests (Pooya Parsa) - d88c46df792ea8a02a56dccb667292c5a55bc9be
-
[links] rel and target attributes (#418) (Troy Morehouse) - ed412ea50db6fb95f71baa935beb3ae5442abe35
-
Extra components support #417 (Pooya Parsa) - dc0d07fc14cb9156b21e15e209b8399b3fa76ada
-
[nav] navbar-toggleable #414 (#415) (Alex Regan) - 31b866610b48f87082ada70171a7530b2f29c365
Download
v0.16.1
v0.16.1
commits
-
[modal] visible prop was missing #416 (Pooya Parsa) - 0404c3428e251791afbe18c4446c062c6394c641
-
[collapse] Emitting collapse show state to toggle (#412) (Troy Morehouse) - 99afe053199ec9d67c06615a4fcef2ae252dfdd6
-
[collapse] aria-expanded state (#411) (Troy Morehouse) - e4604b200ca1ab668aa92edcb38998f4bcba93bf
-
[collapse] render ID on root div (#410) (Troy Morehouse) - 2950cea44333c0eddbe9fcecf768d8bf11bb732e
Download
v0.16.0
v0.16.0
commits
-
[dropdown.js] Active class addition (#409) (Troy Morehouse) - ab127fa98f2e4de0fc0e29de282318ba1bb5ae41
-
[dropdowns] Hover to focus item (#408) (Troy Morehouse) - 5271c9d62f9e53364a2234737e99a4642dd1bc03
-
[carousel] Fixed this arg in forEach (#398) (Troy Morehouse) - c49cb29bd29f8af4f884c21a5a4e3e2c03e50894
-
Issue 329 (partial fix) (#405) (Alex Regan) - 9362aa7cd64b548d30c12e3ad77aa76fe6fb5517
-
Fix pr 364 (pagination aria labels referenced improperly) (#404) (Alex Regan) - da36b16c6ab959afa53d021cfbf20b2226d0624e
-
[tables] added invisible for fields (#402) (Nick Kotenberg) - 35e3f21533932eb842d5749845d5cf5c8d23f73e
-
[table] missing this in computed style (#397) (Troy Morehouse) - 2ea7ef08ec49d14772c5cf17f36c61383f871188
-
[table] allow tfoot clone of thead + ARIA for sorting (#389) (Troy Morehouse) - 5697ce85e136af3f66bf31a6ae41abe117c430c1
Download
v0.15.7
v0.15.7
Commits
-
[tables] Allow slots for empty result sets (#387) (Troy Morehouse) - 2e2e809fe420c3de0ff3af1b2a13e99637148f84
-
Allow Semantic tags (#386) (Troy Morehouse) - a406722059183af1cf718bb48ed293168b986423
-
[carousel] ARIA attributes and keyboard control (#380) (Troy Morehouse) - 1ca07061894cec5d4e48c32522c7931c108deb00
-
[tabs] correct link role attribute (#382) (Troy Morehouse) - b4e6aa307189b3b127f508a48f609f40a2780cef
-
Do not change focus if activeComponent is in modal content. (#378) (charkins) - 25e19595edaf085d895fc373177107218eb15436
-
allow Close button in Modal to be hidden (#379) (Andrew Harvey) - a734d999aa6a5acc9d3a48d2e6c54ad7a41bee0d
-
[pagination] Refactored button keyboard selection (#377) (Troy Morehouse) - d5da8e5e918c8a131680bcef2a1ee72c468ea7ca
-
Make isActive a method. (#376) (charkins) - 404d4accbc89534a821a2b9b5ff526b3a7c46d6e
-
[scrollspy] Better options handling (#375) (Troy Morehouse) - d7c09fe4e945dbfaaebc79fef1f218227c576fb9
-
[link] emit @click event up (Pooya Parsa) - 3e9b860d05d8dec8b7f91eb530e9949866dc1966
-
Fix previousTab keybinding. (#372) (charkins) - 26c9a8e6c8e3b97986a5081887379885cead5392
-
[button-toolbar] docs (#368) (Troy Morehouse) - d10d7946f5458be06958eccb0848ce6b8c061a3e
-
New component b-button-toolbar (#367) (Troy Morehouse) - 747a801c8fcb077dc710940aa741ed32f92e9404
-
[link] fix click event (Pooya Parsa) - 45362fb8cc9e5e476e5d8538b57a290d262a240b
-
[docs] navbar styling (Pooya Parsa) - 0ac5356d3db3467310f79d6e9bf5392304ef5244
-
Refactor link mixin (Pooya Parsa) - 399d19503226ddbe14b8f9f557940f3a07cdb425
-
[button-group] fix toolbar keynav (#366) (Troy Morehouse) - c9e0c917c6ca6e7802743ddfe22a6cbcabf57293
-
[Docs] ScrollSpy directive JSFiddle (Pooya Parsa) - d5f10a042093e234feb99d25bbf2a578cbffa54e
-
[Link] Small fixes (Pooya Parsa) - 56564349a2f6817c1831bce6108da04a041b4fad
-
[link] Allow both router links and regular links to co-exist in same document (#365) (Troy Morehouse) - 4dc7fb137f04a9f4e0310661e500d83832b05eaa
-
[pagination] ARIA attributes + Keyboard navigation (#364) (Troy Morehouse) - aa9426c9b5212ed059ede1c3154623ef7a7bb4e0
-
[dropdown-item] explicit component reference (#361) (Troy Morehouse) - ccac3d4ab039f4b6ae722250477bb13a7dcee6ce
-
Additional ARIA on navs and dropdown (#358) (Troy Morehouse) - 7c82491cd248a51115cc49b8d548079dc905dd69
Download
v0.15.6
v0.15.6
New directives
ScrollSpy See Docs
Commits
-
[docs] ScrollSpy (Pooya Parsa) - 78904e9d014cd4b315bfdff08a0d3969218989d8
-
[scrollspy] SSR fix (Pooya Parsa) - ab9cbf1db99fdb2bba0528bbeff39966f9a2db7b
-
[modal] focusFirst timing tweak (#357) (Troy Morehouse) - 7a866201050ac3dbef3f4226db5a06d0f5746bd4
-
[scrollspy] documentation update (Troy Morehouse) - 064c4701a7abfeb91ef18d58640cebfdec53f41f
-
[scrollspy] Documentation (#356) (Troy Morehouse) - 6ae1880c10cec3ab5462bd965b2b0acd8be66068
-
[scrollspy] Documentation (Troy Morehouse) - fbd271c063965dd07b5238c6198bcb32b3a92100
-
[scrollspy] New directive v-b-scrollspy (#355) (Troy Morehouse) - 464336c560bcd498835e625120cf0be2b67d5ba1
-
[scrollspy] New directive v-b-scrollspy (#18) (Troy Morehouse) - 478d80275dd36f4b3a930881c713f9586127d3fd
-
Remove unneeded console.log (#353) (Gustavs Rācenājs) - c793721b837d80d9ac57c0a4fcdb474fbd0a592d
-
[nav-item-dropdown] keyboard trigger of dropdown (Troy Morehouse) - 3798ab6eb894a9d26caf111e7a3a3978b2ed8b7e
-
[button-group-dropdown] (Troy Morehouse) - 443de4bcea5e4b23c7a57ae7bab2be00e0dd31c7
Download
v0.15.5
v0.15.5
-
Hotfix for #195 @MarZab (Pooya Parsa) - d752b0ac5e7d27208b8810bae299eefa318879ee
-
Keyboard control of nav-item-dropdown (fixes #348) (#351) (Troy Morehouse) - 8d3ee862458b01a9a486f2f30474076b498c4aa8
-
Add b-button-group-dropdown to component list (#350) (Troy Morehouse) - e5d7628fb470dfc5bb4dec0c15a489701e64033d
Download