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

chore: bump version to 2.16.0 and update changelog (#5614)

dd77b6f36994a44470acdb99b25b1365ad26b692 authored over 4 years ago
chore: add script to generate release notes (#5612)

0b52bd386b43c822c8062028ba24e29ee54ec758 authored over 4 years ago
chore(deps): update devdependency eslint-plugin-jest to ^23.19.0 (#5611)

Co-authored-by: Renovate Bot <[email protected]>

fe6d3e5c8c3462ac54ad532e75625c641ee6aff0 authored over 4 years ago
chore: update contributors

81713666f18f108be49fceef191f429d4b53768e authored over 4 years ago
chore: prettify

97d66a9fe6f85054f931e18cbfb403fdeb5fb4e3 authored over 4 years ago
chore: add back `packagequality` badge to README

db7a9637063faa854da8d95a466ca738dbc45e07 authored over 4 years ago
chore(ci): fix BundleWatch token name

8ac8635e46be1338e8820054ca643a6b450676dc authored over 4 years ago
chore(docs): fix Bootstrap browser and devices link

84d53d94d1a6b01472933220b9ba4f809b2d06ff authored over 4 years ago
chore(deps): update all non-major dependencies (#5609)

Co-authored-by: Renovate Bot <[email protected]>

d7e242591761f2da0b822cbc12f76fd950b7241b authored over 4 years ago
chore(deps): update devdependency eslint-plugin-jest to ^23.18.2 (#5607)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jacob Müller <jacob.mueller....

9d7ea85c424599c08407e7f8c995f59dc51cc6f4 authored over 4 years ago
remove redundant height declaration in .b-sidebar (#5606)

4e630b346da1310c0dc6b6a999dd957f09223188 authored over 4 years ago
chore(deps): update devdependency rollup to ^2.23.0 (#5603)

Co-authored-by: Renovate Bot <[email protected]>

a704ccc02fbf81c46422bf81154e114b99e792c6 authored over 4 years ago
chore(deps): update devdependency rollup to ^2.22.2 (#5597)

Co-authored-by: Renovate Bot <[email protected]>

65ffff372a734f4736319d5613afe13cf97024f6 authored over 4 years ago
chore: replace `packagequality` badge with `codacy` in README (#5596)

* chore: replace `packagequality` badge with `codacy` in README

* Update README.md

c99e8f44ba518ad7518cb805ff8e90694a14539e authored over 4 years ago
chore(ci): update `actions/cache` to v2 (#5580)

* chore(ci): update `actions/cache` to v2

* Update test.yml

* Update test.yml

* fix(b-f...

b50a18f25e5028d4eec8134f70875af3bff8ab6c authored over 4 years ago
fix: properly handle special characters in user-provided IDs (closes #4927, #5561) (#5564)

* fix(b-form-group): make it work for ids with special characters like "/"

Special characters...

1fabd68bb44b28a9127810f35bd07e1fdf3d12ec authored over 4 years ago
feat(docs): launch themes page with first BootstrapVue theme (#5549)

* docs(footer): uncomment link for themes

* docs(header): uncomment link for themes

* docs...

ec51ef062f7ed39339cde59b2d9d4cee40347dcc authored over 4 years ago
chore(deps): update all non-major dependencies (#5590)

Co-authored-by: Renovate Bot <[email protected]>

c775f44886aec82fa16a25982a2b0b8940ec8193 authored over 4 years ago
chore(deps): update devdependency rollup to ^2.22.0 (#5589)

Co-authored-by: Renovate Bot <[email protected]>

c7297fe87ac66811e21380157f1cf95a27551815 authored over 4 years ago
fix(b-form-tags): unit test (#5586)

f4d509af647eaf87e2b635d08ff9431b25150650 authored over 4 years ago
chore: regenerate `yarn.lock` (#5585)

feca9611784aaa16ad472c1bd347cb82b84ec1c7 authored over 4 years ago
chore(docs): improve icons page (#5579)

* feat(docs): improve icons page

* Actually use `bootstrapIconsCount` variable

* Move icon...

fcb15147bfaf9b701a178fb285947a640d2d642d authored over 4 years ago
fix(b-tags): replace spacing utility with static CSS (fixes #5523) (#5544)

* remove spacing utility

* use mt-auto for better centering

* update

* add new class to...

e0de6871640db405e7b0bfa23f3c33f348894cea authored over 4 years ago
fix(b-icon): use `aria-label` attribute instead of `alt` (#5581)

72a13635b94aedfab1fb6800f2a297fa306f63ef authored over 4 years ago
chore(deps): update devdependency @nuxtjs/google-analytics to ^2.4.0 (#5583)

Co-authored-by: Renovate Bot <[email protected]>

19643636c0ef86b9ccee8a3e79a5f4a03a4a19ba authored over 4 years ago
chore(docs): add an example to `<b-input-group>`'s using icons (#5537)

* Adding an example to input-groups using icons

* Update README.md

Co-authored-by: Jacob M...

ea0273ea763bbe2d2be3420404222ae3a61e1982 authored over 4 years ago
chore(deps): update all non-major dependencies (#5533)

* chore(deps): update all non-major dependencies

* Bump BundleWatch limits for new Bootstrap ...

d52ce0bd400e94c9a7c99787356e7c277e8d8f0c authored over 4 years ago
feat(b-form-tags): add `ignoreInputFocusSelector` prop to make input focus behavior configurable (closes #5425) (#5429)

* fix(b-form-tags): fix input focus upon clicking on nested element

* Update form-tags.js

...

26d5953f834684d36b0af99da912dba08fd37bd8 authored over 4 years ago
chore(deps-dev): bump standard-version from 8.0.0 to 8.0.1 (#5576)

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 8.0.0 ...

5ee98305dd777b9da2d977095f840bab2448c6c2 authored over 4 years ago
fix(b-img): Allow empty `alt` prop (fixes #5524) (#5545)

* Allow empty `alt`

* default to null to avoid check

* remove unused import

* add avata...

b22829d064b6e3820ef66168ec766a57520f31eb authored over 4 years ago
Update devDependency sass-loader to v9 (#5546)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jacob Müller <jacob.mueller....

190325e7f0fcf21f8a1e72bb02dad70f6169583b authored over 4 years ago
fix(b-table): prevent endless reevaluation when using v-model and object/array literal prop values (#5554)

f127d916d1ddd3a3da37bcb081150f86b356a7a4 authored over 4 years ago
remove mention of `router-tag` from button docs (#5535)

Co-authored-by: Jacob Müller <[email protected]>

bc9b8decdb1535ac8fa4771752e4e500f04af455 authored over 4 years ago
fix typo (#5534)

9dcead03a08e5ef8e15d5a7f1649c6dd15b0fdb0 authored over 4 years ago
chore(deps): update all non-major dependencies (#5531)

Co-authored-by: Renovate Bot <[email protected]>

e4d271a58a0c7c36e6333a40e9ecfc9ca933d8b4 authored over 4 years ago
chore(deps): update all non-major dependencies (#5511)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jacob Müller <jacob.mueller....

22b0bcfd0bb4f12ae178da0b8a24dd93d7ba2021 authored over 4 years ago
chore: update auto format config (#5526)

58ba707bd20eeb97df47614480eb497cb948e312 authored over 4 years ago
chore(docs): fix typo in sidebar README (#5494) (#5510)

abc7aef068e93b7c1ab2190ba44e3756bebdb479 authored over 4 years ago
chore(deps): update all non-major dependencies (#5508)

Co-authored-by: Renovate Bot <[email protected]>

7d8f5b4f9a949100f66767971b305b8f12933c4e authored over 4 years ago
chore(deps): update devdependency terser to ^4.8.0 (#5505)

Co-authored-by: Renovate Bot <[email protected]>

dad5820ecf4c3b70d98ce5cbb248523f95675194 authored over 4 years ago
chore(deps): update devdependency @nuxtjs/sitemap to ^2.3.2 (#5503)

Co-authored-by: Renovate Bot <[email protected]>

3ed46fecfadb2ab2e67a3a9120466ebfb4f15da5 authored over 4 years ago
chore(deps): update devdependency eslint-plugin-prettier to ^3.1.4 (#5501)

Co-authored-by: Renovate Bot <[email protected]>

2edde96c3737f3730909a43961534a0d340713a1 authored over 4 years ago
chore(deps): update all non-major dependencies (#5499)

Co-authored-by: Renovate Bot <[email protected]>

af2b6473acec38dbcdec7c4ece16948f67cf0282 authored over 4 years ago
first attempt (#5462)

Co-authored-by: Jacob Müller <[email protected]>

a38906522fd7775e9304c7d03b4b23b11042bb8a authored over 4 years ago
chore(deps): update all non-major dependencies (#5495)

Co-authored-by: Renovate Bot <[email protected]>

f3b4856efc7c7a46fef4b0ab0c92e8a1bdcc6bb0 authored over 4 years ago
chore(deps): update devdependency @testing-library/jest-dom to ^5.10.0 (#5493)

Co-authored-by: Renovate Bot <[email protected]>

57cfc0b3b403a752bce0974290206a5facc90e5a authored over 4 years ago
chore(deps): update devdependency eslint-plugin-import to ^2.21.2 (#5487)

Co-authored-by: Renovate Bot <[email protected]>

2e9397fbeec34b03e46f79799ec5a18a2913daf0 authored over 4 years ago
chore(deps): update all non-major dependencies (#5482)

Co-authored-by: Renovate Bot <[email protected]>

f1a2cbce551f6b1ea92ca6408b3473dd7e24270a authored over 4 years ago
chore(deps): update all non-major dependencies (#5478)

Co-authored-by: Renovate Bot <[email protected]>

fc53089f7558568fe973fdf24582a55d31226457 authored over 4 years ago
chore: convert all line endings to unix (#5474)

9e950e8361f3cde8ea0b5bbdf0f0939a8efe82ce authored over 4 years ago
chore(b-avatar): convert line endings to Unix (#5469)

Co-authored-by: Jacob Müller <[email protected]>

bac6b8863a92e9354bb375c6b07b9458eccf12d8 authored over 4 years ago
chore(deps): update devdependency lint-staged to ^10.2.9 (#5470)

Co-authored-by: Renovate Bot <[email protected]>

a0b78c6634d357f28c3ef615fa4eb121db23b1f9 authored over 4 years ago
chore(deps): update devdependency @nuxtjs/sitemap to ^2.3.1 (#5468)

Co-authored-by: Renovate Bot <[email protected]>

a2d333390d7fbc3fba45370c58ac61cc26a8cc1b authored over 4 years ago
chore(deps): update all non-major dependencies (#5466)

Co-authored-by: Renovate Bot <[email protected]>

de0c3457277c6f8d52d6632591e038d978fa92de authored over 4 years ago
chore(deps): update devdependency rollup to ^2.12.1 (#5463)

Co-authored-by: Renovate Bot <[email protected]>

9e814eca0622fcda797e84ede4541b4cffc93595 authored over 4 years ago
Update all bootstrap doc links to latest version (#5450)

Co-authored-by: Jacob Müller <[email protected]>

a534bcb8f34246bfced32777e9b3fd5eccddb27f authored over 4 years ago
chore(deps): update all non-major dependencies (#5458)

Co-authored-by: Renovate Bot <[email protected]>

de0f2c68b0b268dc45e84c44c3a410e5cc20fc34 authored over 4 years ago
chore(deps): remove unused `gh-pages` dependency (#5455)

* chore(deps): update devdependency gh-pages to v3

* Remove `gh-pages` dependency

Co-autho...

475d5844657e6fdc54bac5f8a5076ad8c15d9ac2 authored over 4 years ago
chore(deps): update devdependency vue-router to ^3.3.2 (#5454)

Co-authored-by: Renovate Bot <[email protected]>

8de95cacb1cb73d6541734deb5d3359c34ae48ce authored over 4 years ago
chore(deps): update all non-major dependencies (#5451)

* chore(deps): update all non-major dependencies

* Use `toBeEmptyDomElement()` instead of dep...

22d386117aff7b22428988cf773d3fc118eb4102 authored over 4 years ago
chore: Change Bootstrap v4.3.x to 4.5.x in README (#5447)

Since v2.15 Bootstrap-Vue supports Bootstrap v4.5

17b0f8060cf38c0bcdd24407acb2477083d162b8 authored over 4 years ago
chore(deps): update devdependency rollup to ^2.11.2 (#5446)

Co-authored-by: Renovate Bot <[email protected]>

7fcc8754855fcd89303178000d9a0ed5f2c80d8c authored over 4 years ago
chore(deps): update all non-major dependencies (#5445)

Co-authored-by: Renovate Bot <[email protected]>

edaf2d959e30ef44801d38bdfb832bceac3db528 authored over 4 years ago
chore(deps): update devdependency vue-router to ^3.3.0 (#5443)

Co-authored-by: Renovate Bot <[email protected]>

36f1b5bea5b01929c1c078b74487fdeb1bef9194 authored over 4 years ago
chore(deps): update all non-major dependencies (#5440)

Co-authored-by: Renovate Bot <[email protected]>

5992a738044b70dcda98040f40900312311cf4fa authored over 4 years ago
fix(b-form-checkbox-group): only emit `input` when value loosely changes (#5432)

* fix(b-form-checkbox-group, b-form-radio-group): only emit `input` when value loosely changes
...

e76d40874bd2a42126162101e94bb18e9042840b authored over 4 years ago
chore(deps): update all non-major dependencies (#5430)

Co-authored-by: Renovate Bot <[email protected]>

a4dbf7fcd059d46a273d60b8e0be77ac95be0a1b authored over 4 years ago
chore: release v2.15.0

ae18d46462830cd4e2d2b7da8c2685b691929520 authored over 4 years ago
chore: bump version to 2.15.0 and update changelog (#5428)

bd5a3d7c2382e23e885deec8441cb84c68ce1c68 authored over 4 years ago
chore(deps): update devdependency lint-staged to ^10.2.6 (#5427)

Co-authored-by: Renovate Bot <[email protected]>

a8ab65e1d78dca0fd5eb71d044487c9473453d60 authored over 4 years ago
feat(icons): upgrade to Bootstrap Icons 1.0.0-alpha4 (#5420)

* feat(icons): upgrade to Bootstrap Icons 1.0.0.alpha4

* Update README.md

* Update index.v...

3208309c649b4cce73c68643d7c911237a713ebc authored over 4 years ago
chore(docs): remove any old Carbonads scripts from `<head>` (#5422)

* chore(docs): remove any old Carbonads scripts from `<head>`

* Update carbon-ad.js

* Upda...

167e29faa3bc606019bae8fc8b8c6d67c9d23771 authored over 4 years ago
chore(deps): update all non-major dependencies (#5424)

Co-authored-by: Renovate Bot <[email protected]>

f098f40530cf5d8b01004accf3bfb2f8c3e01195 authored over 4 years ago
chore(deps): update devdependency bootstrap-icons to ^1.0.0-alpha4 (#5418)

Co-authored-by: Renovate Bot <[email protected]>

cfb83bdd52be8f92cfd4772aaf59a9e836ce123b authored over 4 years ago
chore: bump bundlewatch thresholds due to new icons (#5419)

ab36bba6d3e5460317e434a333e09244fc0fdc23 authored over 4 years ago
feat(b-sidebar): add prop `backdrop-variant` (#5411)

* initial take

* Update sidebar.js

* Update package.json

* Update sidebar.spec.js

* ...

4b0c163156b6ac5be6c1b0a2801d7c169c87cb49 authored over 4 years ago
chore(deps): update devdependency @nuxtjs/google-analytics to ^2.3.0 (#5410)

Co-authored-by: Renovate Bot <[email protected]>

9172665d45914138a878448c5dbbe60f3d0fad8e authored over 4 years ago
chore(deps): update devdependency codemirror to ^5.54.0 (#5408)

Co-authored-by: Renovate Bot <[email protected]>

b6bec96907e3161e60b04962ff26b6fd3b17efe0 authored over 4 years ago
chore(deps): update devdependency @testing-library/jest-dom to ^5.8.0 (#5404)

Co-authored-by: Renovate Bot <[email protected]>

11b5481bb19f7c3ad1d47a8bfd5405963bbdbb05 authored over 4 years ago
chore(deps): update devdependency rollup to ^2.10.5 (#5403)

Co-authored-by: Renovate Bot <[email protected]>

0bd75cd526833ccdb39ca970079c7168480211b0 authored over 4 years ago
chore(docs): updated VeeValidate v3 documentation url (#5402)

8674d29deae1eaa45e93d614f9305f552fc3769e authored over 4 years ago
feat: update Bootstrap to v4.5 (#5395)

ba7a55ea094049fd1e3ae492a5a95196252b1da9 authored over 4 years ago
feat(v-b-toggle): check for target ID via `href` if a link (#5398)

* feat(v-b-toggle): check for target ID via `href` if a link

* Update toggle.js

* Update t...

33e39b007225ba86a0c84a66e3ee60b9d2f01fed authored over 4 years ago
chore(deps): update devdependency vue-router to ^3.2.0 (#5401)

Co-authored-by: Renovate Bot <[email protected]>

9d5150c17bf792428f0b0dccf5f3d67a05a8e3f7 authored over 4 years ago
chore(deps): update devdependency rollup to ^2.10.4 (#5400)

Co-authored-by: Renovate Bot <[email protected]>

4905a3e4b019c204aca2e1670e42b8e5acb0a918 authored over 4 years ago
feat(b-navbar-toggle): add `disabled` prop (#5397)

Co-authored-by: Jacob Müller

0b7082b792ee49847ba7c99c61758c0d9fd6d222 authored over 4 years ago
fi(v-b-toggle): don't check for `evt.defaultPrevened` (closes #5391) (#5396)

Co-authored-by: Jacob Müller

a1543b297040ea593306ec55d7de5f1e2e776bce authored over 4 years ago
chore(deps): update devdependency rollup to ^2.10.3 (#5392)

Co-authored-by: Renovate Bot <[email protected]>

b701d736ec2dd1e2a24a0fbbdfdf00bd9249e340 authored over 4 years ago
chore(deps): update all non-major dependencies (#5390)

Co-authored-by: Renovate Bot <[email protected]>

f14e9f0ced2025ef26b8904f41ead32895b1a208 authored over 4 years ago
chore(deps): update devdependency lint-staged to ^10.2.3 (#5389)

Co-authored-by: Renovate Bot <[email protected]>

26091042104cbaad3f98ed23e3626f3425635b4b authored over 4 years ago
chore(deps): update devdependency @vue/test-utils to ^1.0.3 (#5388)

Co-authored-by: Renovate Bot <[email protected]>

869d2f07b688d039b685741cacc73e6e6b5dc6fa authored over 4 years ago
chore(deps): update devdependency eslint-plugin-jest to ^23.13.1 (#5387)

Co-authored-by: Renovate Bot <[email protected]>

081bdd286597c36991177452ab66a0c86c08709b authored over 4 years ago
chore(deps): update all non-major dependencies (#5386)

Co-authored-by: Renovate Bot <[email protected]>

7ac485457504fe94e16ded5f10515e8e7779d7fd authored over 4 years ago
chore(deps): update devdependency eslint-plugin-jest to ^23.13.0 (#5384)

Co-authored-by: Renovate Bot <[email protected]>

e9d426dbce4a8409104c3edca21b7e5759780e7f authored over 4 years ago
chore(deps): update devdependency eslint-plugin-jest to ^23.12.0 (#5383)

Co-authored-by: Renovate Bot <[email protected]>

843318243c6061afa13ebf8fd1174eab5c150d35 authored over 4 years ago
fix: CodeSandbox integration (#5381)

a948846400c37fca0fa3ed673b1c4684fc6f69e1 authored over 4 years ago
chore(deps): update devdependency rollup to ^2.10.2 (#5379)

Co-authored-by: Renovate Bot <[email protected]>

0a679c8fc875bc011a1e8890376ef98e6b799c54 authored over 4 years ago
fix: properly handle HTML props render order (closes #5363) (#5365)

* fix(jumbatron): fix html props and ensure correct render order

* Update html.js

* Update...

844ecda654a2db50d9b84c193f1ab031e291d024 authored over 4 years ago
chore(deps): update devdependency rollup to ^2.10.1 (#5378)

Co-authored-by: Renovate Bot <[email protected]>

a5df131807d56a5a4513b2148d5f495fe383c737 authored over 4 years ago
Merge branch 'master' into dev

13de49070581f73b5c359dbbcd3f32cbf670bd6b authored over 4 years ago