Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/bootstrap-vue/bootstrap-vue

BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
https://github.com/bootstrap-vue/bootstrap-vue

feat(b-tabs): emit `changed` event whenever tabs added, removed or re-ordered (closes #3575) (#3577)

841419af00fbc15975ea234a37883b5af66582d9 authored over 5 years ago
chore(deps): update devdependency rollup-plugin-commonjs to ^10.0.1 (#3579)

cf8cf307ded4b7ef235a7125fcd739fc8071bf00 authored over 5 years ago
docs: create accessibility reference section (#3574)

ffa993cdfbd24a9d92c7bf2de9d0480c6136282b authored over 5 years ago
chore(deps): update devdependency eslint-config-prettier to v6 (#3571)

93d59a0ee3763a7b3dd20759208e28dbc3ae7d99 authored over 5 years ago
chore(deps): update devdependency eslint-plugin-promise to ^4.2.1 (#3570)

56c3b12dfd8032f5fccf284bf4ee59d4a27a9c7e authored over 5 years ago
fix(table): adjustments to sort icon positioning SCSS (closes #3563) (#3568)

Switch from absolute positioning to `display: inline-block` + `float: right` + `::before` (inste...

5c572e8dce46d71ef5bbddea70ac484f2350e198 authored over 5 years ago
fix(b-input-group): fix kebab-case prop names for `prepend-html` and `append-html` (fixes #3565) (#3567)

e48d3dc350c4767df9d53e3e2173b6bf125523dd authored over 5 years ago
chore(deps): update all non-major dependencies to ^5.1.0 (#3564)

d05f0b9198c87eccb6cb937f5cdf1526f5e678ae authored over 5 years ago
chore(deps): update devdependency eslint-plugin-import to ^2.18.0 (#3562)

053029f2e96d7a5df30c3a5a476c1173af5d0eee authored over 5 years ago
chore(deps): update devdependency eslint-plugin-vue to ^5.2.3 (#3561)

b7ccc9a0dc8b3c558ae6e474ab51bd7e80d55271 authored over 5 years ago
chore(deps): update all non-major dependencies (#3558)

e6debc4e47bda8788936e335c8c46211129bca88 authored over 5 years ago
chore(docs): mark some elements as `translate="no"` (#3552)

2135f5b2c49ce98828ba2b9462d6299f386aa39e authored over 5 years ago
feat(table): don't render `thead` or `tfoot` if no detected fields (#3553)

a924889bd7e53f705c1f61edd5c44618a9aec21d authored over 5 years ago
chore(deps): update all non-major dependencies (#3549)

c03b7f16dafb6838e9d1b7ac6f8c775a5d848761 authored over 5 years ago
chore: release v2.0.0-rc.24

26b643f6daa210d0ad3ec4afdecd70cd317ba1d8 authored over 5 years ago
chore(docs): minor update to table docs

337b2bd84413db17a911046557397b4628a0df7c authored over 5 years ago
chore: bump version (#3539)

0b5b0127745a3d9e82b8bd270fe27df6645eb243 authored over 5 years ago
chore(tabs): include attribute 'id' in observeDom config (#3537)

b80b2b4251e39db65e51518bbb4ad8ad0a849e0c authored over 5 years ago
docs(b-form-select): add clarification about `html` limitations in `<option>` elements. (#3536)

fc55ea6a441584a2c79794c18fa8414658ad2cdc authored over 5 years ago
chore(docs): add a few more links to Utility Classes reference section (#3538)

b456b5b98775c2fb9c5fed27ab5f573e8f4e1e6e authored over 5 years ago
fix(b-table): ensure `ctx.sortBy` is an empty string when no sorting (#3534)

d451687ffcb8bfdbf90ed7d2a79bcf1c1e18b23a authored over 5 years ago
chore: unify Bootstrap v4 spelling in docs (#3530)

7e8f9f27d5ee1d781f93c4b59d5de30ade1a071f authored over 5 years ago
chore(table): minor tweaks to filtering mixin code (#3512)

3744de7571915aa24c79fb73c8c4d72d52d22827 authored over 5 years ago
chore(deps): update devdependency babel-eslint to ^10.0.2 (#3533)

4e9371f9873661eef1d88a32b65b518174ff4d26 authored over 5 years ago
docs(b-table): remove reference to prop that hasn't been available for many versions (closes #3511) (#3515)

Removes reference to the no longer used `no-local-filtering` prop, which hasn't been available f...

64e253464472fbb2b61f037975f57c9c6dddb079 authored over 5 years ago
fix(config): avoid using `of` operator (closes #3525) (#3526)

* fix(utils/deepFreeze): avoid using `of` operator (closes #3525)

Avoid using the `of` operat...

17ec8d0d2d9e280a4de9aaa25ec4385fcbb31a13 authored over 5 years ago
docs(intro): mention deprecation of `@babel/polyfill` and suggest using `core-js` instead (#3527)

* docs(intro): mention deprecation of `@babel/polyfill` and suggest using `core-js`

* Update ...

0c2864fe397f3824f4c4f413dc7e40266c3867cf authored over 5 years ago
chore(docs): add open-collective to navbar (#3524)

9f010bb699123010264040dfcd7e31dd4254dd0b authored over 5 years ago
fix(nuxt): correct transformAssetUrls value for `b-card-img` (closes #3521) (#3523)

db8c6fd4863e1ca01f86b59c14997ac3846b07a4 authored over 5 years ago
chore(deps): update all non-major dependencies (#3528)

8b9df5d3e08230b8d434aa0edc41bf77cc382c68 authored over 5 years ago
chore(deps): update devdependency eslint-config-prettier to v5 (#3522)

87ef2c4b197cbda73ef508377e3934eff4a147df authored over 5 years ago
fix(tabs): add detection of when registered tabs change order (#3513)

130f8ffe85305a4f6eb9f38e199562edeabf72ea authored over 5 years ago
docs(intro): add prerequisites section (#3519)

ccba87fedf17c95eb0dfa30b4dee4c18f0749014 authored over 5 years ago
fix(b-table-lite): add checks to helper mixins for existence of stopIfBusy (closes #3518) (#3520)

* fix(b-table-lite): add checks to helper mixins for existence of stopIfBusy

* Update mixin-t...

285cf94608c5be7c9a4f5a3d89e9970734fafb03 authored over 5 years ago
chore(deps): update devdependency rollup to ^1.15.5 (#3514)

3db27cb5c17c490d33b1eddf5f06837b2f37cb4a authored over 5 years ago
chore(deps): update devdependency rollup to ^1.15.4 (#3510)

ef91ee7b1505d38f85f40de5bd1b1a48bc59b598 authored over 5 years ago
chore: release 2.0.0-rc.23

b225ec171168082303fd5b790019b52c81794e56 authored over 5 years ago
chore: bump version and update changelog (#3503)

c1734e1d486d50cd32a6f084520b87fa969026b7 authored over 5 years ago
chore: update form-input custom range SCSS (#3507)

82df1006c8bfabeb974427479bbc9e43fd6b8f54 authored over 5 years ago
chore(deps): update devdependency rollup to ^1.15.3 (#3505)

e5fbd93a3f8e5a0aa2bbca05afa8b77686346c3c authored over 5 years ago
chore(deps): update all non-major dependencies (#3504)

31b3144fa9b45d3a524230f563866eeebdfc58bd authored over 5 years ago
fix(form-input, form-textarea): handle case where input has been removed from document (closes #3498) (#3501)

9a62e4447aba0c2f07a700d62a0cb41f2e0c54b7 authored over 5 years ago
chore(docs): minor updates to pagination/pagination-nav docs (#3500)

853386850f078406f8b891c9b8a6836521552bd4 authored over 5 years ago
chore(docs): fix typo in vee-validate example (closes #3494) (#3495)

* chore(docs): fixtypo in vee-validate example

* fix(docs): make validation example actually ...

2eb336d4619393d9746de38f673e6682d1143d8a authored over 5 years ago
chore: correct some typos + prettify

af678fe681ec665c26270caecda786011324def3 authored over 5 years ago
fix(modal): properly render `*-html` props if provided (closes #3491) (#3492)

c1ada9f48e31905555e64d14df6d2f7fd7344991 authored over 5 years ago
Update modal.spec.js

42570e05ba3dc86d774a326bd8ed837a2b276e9a authored over 5 years ago
chore(deps): update devdependency rollup to ^1.15.1 (#3490)

f7c47098f3e83d56b637cbb5e5f8512f080e9a72 authored over 5 years ago
fix(modal): fix IE11 issue with copy/paste from modal into MS Word (fixes #3457) (#3489)

* fix(modal): fix IE11 issue with copy/paste from modal into Word

* Update modal.js

* Upda...

16dbdf1c9916c59b03acbc0de51ac0099306ff97 authored over 5 years ago
chore(docs): fix prettier warning (#3493)

c331fef62a31d329ea46a58939a45413995e9e04 authored over 5 years ago
fix(modal): ensure `ignoreBackdropClick` flag is cleared in `clickOutHandler` (#3488)

afb46801475181d2b26da177b0df7a19f04f12cf authored over 5 years ago
fix(types): add BInputGroup to TypeScript definitions (#3487)

b4ac0819825c542039347b009d66e02a28a8939e authored over 5 years ago
chore(deps): update devdependency rollup to ^1.15.0 (#3484)

c346d93547808bfa7b4b45f647bc8807477bab2e authored over 5 years ago
chore(docs): add badge if component is a functional component in component reference sections (#3481)

003e4c6a353a0e2a72a0c4b96726de256d4ffdbd authored over 5 years ago
feat: improved tree-shaking when importing individual components (#3462)

2df1ab9e1c42af8f630772ad1b5cc7003f8d34f9 authored over 5 years ago
chore(docs): remove duplicate link to Position utility classes (#3479)

2b431b92ea2e1fd42e8156e8b791febcc2c7e377 authored over 5 years ago
fix(b-dropdown): close when clicking on nested elements inside items with `to` prop (#3476)

Fixes 3474

8ec2eb12d67f4b30f45f62b9a886ea202ae82cf3 authored over 5 years ago
chore: minor comment updates in form-textarea (#3478)

d77bdb5f3b9036335c876e5124d9afca5dea612b authored over 5 years ago
chore(deps): update devdependency rollup to ^1.14.6 (#3477)

765a5c238b1a080e4988db5904f2c39526540039 authored over 5 years ago
chore(deps): update devdependency rollup to ^1.14.5 (#3475)

822a365f3a995073ad5037f3efe9b9615252f2be authored over 5 years ago
chore: minor formatting update to getting started docs

2be6becb046dc260a08b3b196938c477a468ea43 authored over 5 years ago
chore(deps): bump js-yaml from 3.13.0 to 3.13.1 (#3473)

62d0bd6edaf9630227adae7ae333a6c2164814ce authored over 5 years ago
chore(deps): bump handlebars from 4.1.1 to 4.1.2 (#3472)

6d6790915282eca99a4fc77eee90bcc2dfb2f2db authored over 5 years ago
Update index.js

93a06e44cd1b4a396b9b778c7880ded30173966e authored over 5 years ago
Revert "chore(deps): bump js-yaml from 3.13.0 to 3.13.1 (#3460)" (#3470)

This reverts commit c2ebd88f3aa31fc27ec79d5c99a60365e7ccdd62.

c4d77971cb08d3cf83a668183be482fe0f2b1fb7 authored over 5 years ago
Revert "chore(deps): bump handlebars from 4.1.1 to 4.1.2 (#3456)" (#3471)

This reverts commit 10e10a500e7b7b39ccb65e3e23753ead5dd27ddd.

53455483a7c4bf01d072cc2d8fec4b468b9e9b80 authored over 5 years ago
fix(utils/get): handle edge case with inherited object getters (fixes #3463) (#3465)

e2c8cb126619e158a3263b1781598c2255190b34 authored over 5 years ago
chore(deps): update devdependency rollup to ^1.14.4 (#3467)

0ec4e6d25dbf74e314cf3c740a9853118cbb2f16 authored over 5 years ago
chore(deps): update devdependency rollup to ^1.14.3 (#3461)

695d2240af23e2e3be6a68294d3d23e810cab8de authored over 5 years ago
chore(deps): bump js-yaml from 3.13.0 to 3.13.1 (#3460)

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1.
- [Release notes](htt...

c2ebd88f3aa31fc27ec79d5c99a60365e7ccdd62 authored over 5 years ago
chore(config): updates to config handling (#3448)

ab32548844338200b11b80bf27fd483c7d5e426f authored over 5 years ago
fix(pagination-nav): fix incorrect name in component package.json file (closes #3458) (#3459)

ef252df3da9a612dbbfd1b80aa469f5694089722 authored over 5 years ago
chore(deps): bump handlebars from 4.1.1 to 4.1.2 (#3456)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release not...

10e10a500e7b7b39ccb65e3e23753ead5dd27ddd authored over 5 years ago
chore(deps): update devdependency rollup to ^1.14.2 (#3455)

51620cb435eca943014526068ecc7131b61f0420 authored over 5 years ago
chore: minor updates to getting started docs

f79268d1d7dbe0a2d4dd104bd1c26f633d0c3d8f authored over 5 years ago
chore(deps): update devdependency rollup to ^1.14.1 (#3454)

bc471095d1a9cc8f690ef9905b912c45d2130a5b authored over 5 years ago
chore(deps): update devdependency rollup to ^1.14.0 (#3449)

ac9ccf9ef62e65fdcd4b7c0c74af6d463761753d authored over 5 years ago
feat(b-table-lite): new `<b-table-lite>` light-weight table component (#3447)

0477941e6a35729030b24c635436e9e23f51d644 authored over 5 years ago
fix(b-pagination-nav): attempt to auto-detect current page when `pages` array or `number of pages` changes (closes #3443) (#3444)

Closes #3443

88b95c6d0e97372ad9a2d59b06df1975b5aad338 authored over 5 years ago
chore(deps): update devdependency nuxt to ^2.8.1 (#3446)

4287ddf8f52849604effdd39d93bf87619a20274 authored over 5 years ago
fix(b-tabs): improve child b-tab detection routine (closes #3260) (#3442)

4a54e8dcb941590b28ebe7bf40805cc1ce5f1f5e authored over 5 years ago
chore(modal): simplify modal backdrop CSS tweak for re-usable transition (#3439)

removed the double `:not(...)` selector, as it was not really needed, as the `.modal-backdrop.sh...

3cb4598b42b377598f2c0c3c4424bcc814fdd96d authored over 5 years ago
chore(deps): update devdependency autoprefixer to ^9.6.0 (#3437)

e9b33e1491fdba6e12f92aeffdacd39c391288d6 authored over 5 years ago
chore(deps): update dependency vue-functional-data-merge to ^3.1.0 (#3434)

60e00d229f47b6046259c630cb2c3f463faf1c07 authored over 5 years ago
chore(deps): update dependency vue-functional-data-merge to v3 (#3432)

18c69de1e6bddacb68590b278ba2851a9c63c595 authored over 5 years ago
chore(deps): update all non-major dependencies (#3430)

1aedc52d466955ce2767a030fa4ee35bbfb51882 authored over 5 years ago
fix(table): ensure provider is refreshed when filter is an object (closes #3428) (#3429)

* fix(table): ensure provider is refreshed when filter is an object (closes #3428)

Possible f...

b95c6141744b9b853a4def5e946c0a13bb177a52 authored over 5 years ago
chore: release v2.0.0-rc.22

c1b8d5bd7c33a28a693ebcbf484f89f4b549b47f authored over 5 years ago
Update CHANGELOG.md

8aaab7dec98f757ed7ae7e71a9cdd0b0eca3d24a authored over 5 years ago
chore: fi comment typos

8a4a01db19a4c3f4a82006093603aa8a6a2029d6 authored over 5 years ago
Update CHANGELOG.md

9a42b4d947cd5416e7eacb39fa6a54a99e6d340e authored over 5 years ago
chore: bump version and update changelog (#3425)

79152ce272dcaab6b8eba26e599eccfb96dc3620 authored over 5 years ago
feat(b-tooltip, b-popover): allow global `delay` customization (#3426)

2aaec76b6bc4a39e9bc8d560f6d2ec4fd2480574 authored over 5 years ago
feat(nuxt module): alias `esm/` and `es/` to `src/` for Nuxt prod mode (#3423)

To help prevent duplicate code imports if users might be cherry-picking modules as well

ae2040b2dfa7eba75d0e6468bf7321b5ac6e8ec5 authored over 5 years ago
chore(deps): update all non-major dependencies (#3424)

8d7c1939039edf8dba4906c23cf750b5f9e2350d authored over 5 years ago
chore(docs): mention that Nuxt module now configures `transformAssetUrls` (#3421)

9267d1205b25091ecc5ac532f619825ae53f5375 authored over 5 years ago
feat: add `"source": "src/index.js"` entry in package.json (#3422)

0878ca63ea97f6425b54b9d3263e1fcfafaeb9cc authored over 5 years ago
chore(deps): update devdependency nuxt to ^2.8.0 (#3417)

ebbe8d52c64b07d913217b5499f2395573ac0775 authored over 5 years ago
feat(nuxt): handle edge cases where component, directive and plugin names are passed as `camelCase` or `kebab-case` (#3418)

ce3ba739ae7902302bee1738d2a52cc6a534f868 authored over 5 years ago
chore(build): don't include any externals in CommonJS bundle (#3420)

9f6b1ad2728922975f03cfb2d0a921c894bf3602 authored over 5 years ago