Skip to content

Tags: caweiss/bootstrap-vue

Tags

v2.16.0

Toggle v2.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release v2.16.0 (bootstrap-vue#5613)

* chore(deps): update all non-major dependencies (bootstrap-vue#5430)

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

* fix(b-form-checkbox-group): only emit `input` when value loosely changes (bootstrap-vue#5432)

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

* Update loose-equal.js

* Update form-checkbox-group.spec.js

* chore(deps): update all non-major dependencies (bootstrap-vue#5440)

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

* chore(deps): update devdependency vue-router to ^3.3.0 (bootstrap-vue#5443)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5445)

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

* chore(deps): update devdependency rollup to ^2.11.2 (bootstrap-vue#5446)

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

* chore: Change Bootstrap v4.3.x to 4.5.x in README (bootstrap-vue#5447)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5451)

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

* Use `toBeEmptyDomElement()` instead of deprecated `toBeEmpty()`

* Correct typo

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

* chore(deps): update devdependency vue-router to ^3.3.2 (bootstrap-vue#5454)

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

* chore(deps): remove unused `gh-pages` dependency (bootstrap-vue#5455)

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

* Remove `gh-pages` dependency

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5458)

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

* Update all bootstrap doc links to latest version (bootstrap-vue#5450)

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

* chore(deps): update devdependency rollup to ^2.12.1 (bootstrap-vue#5463)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5466)

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

* chore(deps): update devdependency @nuxtjs/sitemap to ^2.3.1 (bootstrap-vue#5468)

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

* chore(deps): update devdependency lint-staged to ^10.2.9 (bootstrap-vue#5470)

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

* chore(b-avatar): convert line endings to Unix (bootstrap-vue#5469)

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

* chore: convert all line endings to unix (bootstrap-vue#5474)

* chore(deps): update all non-major dependencies (bootstrap-vue#5478)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5482)

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

* chore(deps): update devdependency eslint-plugin-import to ^2.21.2 (bootstrap-vue#5487)

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

* chore(deps): update devdependency @testing-library/jest-dom to ^5.10.0 (bootstrap-vue#5493)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5495)

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

* first attempt (bootstrap-vue#5462)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5499)

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

* chore(deps): update devdependency eslint-plugin-prettier to ^3.1.4 (bootstrap-vue#5501)

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

* chore(deps): update devdependency @nuxtjs/sitemap to ^2.3.2 (bootstrap-vue#5503)

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

* chore(deps): update devdependency terser to ^4.8.0 (bootstrap-vue#5505)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5508)

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

* chore(docs): fix typo in sidebar README (bootstrap-vue#5494) (bootstrap-vue#5510)

* chore: update auto format config (bootstrap-vue#5526)

* chore(deps): update all non-major dependencies (bootstrap-vue#5511)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5531)

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

* fix typo (bootstrap-vue#5534)

* remove mention of `router-tag` from button docs (bootstrap-vue#5535)

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

* fix(b-table): prevent endless reevaluation when using v-model and object/array literal prop values (bootstrap-vue#5554)

* Update devDependency sass-loader to v9 (bootstrap-vue#5546)

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

* fix(b-img): Allow empty `alt` prop (fixes bootstrap-vue#5524) (bootstrap-vue#5545)

* Allow empty `alt`

* default to null to avoid check

* remove unused import

* add avatar support

* add test cases

* spelling

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

* chore(deps-dev): bump standard-version from 8.0.0 to 8.0.1 (bootstrap-vue#5576)

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/conventional-changelog/standard-version/releases)
- [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md)
- [Commits](conventional-changelog/standard-version@v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(b-form-tags): add `ignoreInputFocusSelector` prop to make input focus behavior configurable (closes bootstrap-vue#5425) (bootstrap-vue#5429)

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

* Update form-tags.js

* Add `ignoreInputFocusSelector` prop

* Update form-tags.js

* Add comment and more selectors to ignoreInputFocusSelector in form-tags.js

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5533)

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

* Bump BundleWatch limits for new Bootstrap Icons

* Regenerate icon files

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

* chore(docs): add an example to `<b-input-group>`'s using icons (bootstrap-vue#5537)

* Adding an example to input-groups using icons

* Update README.md

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

* chore(deps): update devdependency @nuxtjs/google-analytics to ^2.4.0 (bootstrap-vue#5583)

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

* fix(b-icon): use `aria-label` attribute instead of `alt` (bootstrap-vue#5581)

* fix(b-tags): replace spacing utility with static CSS (fixes bootstrap-vue#5523) (bootstrap-vue#5544)

* remove spacing utility

* use mt-auto for better centering

* update

* add new class to avoid issues with custom rendering

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

* chore(docs): improve icons page (bootstrap-vue#5579)

* feat(docs): improve icons page

* Actually use `bootstrapIconsCount` variable

* Move icon explorer to the bottom

* chore: regenerate `yarn.lock` (bootstrap-vue#5585)

* fix(b-form-tags): unit test (bootstrap-vue#5586)

* chore(deps): update devdependency rollup to ^2.22.0 (bootstrap-vue#5589)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5590)

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

* feat(docs): launch themes page with first BootstrapVue theme (bootstrap-vue#5549)

* docs(footer): uncomment link for themes

* docs(header): uncomment link for themes

* docs(sidebar): uncomment link for themes

* docs(intro/README): uncomment link for themes

* docs(theming/README): uncomment link for themes

* feature(themes): add first Bootstrap Vue & Creative Tim theme

* style(themes): prettify themes files

* fix(themes): solve typo

* Use `@nuxt/content` for themes

* Update index.vue

* Update themes.vue

* Don't pin `@nuxt/content`

* Update themes.vue

* Update themes.vue

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

* fix: properly handle special characters in user-provided IDs (closes bootstrap-vue#4927, bootstrap-vue#5561) (bootstrap-vue#5564)

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

Special characters are allowed in HTML5 (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) but need to be escaped when used in a selector for usage in e.g. "querySelector"

Refs bootstrap-vue#5561

* Use own `cssEscape()` util + use/test everywhere needed

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

* chore(ci): update `actions/cache` to v2 (bootstrap-vue#5580)

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

* Update test.yml

* Update test.yml

* fix(b-form-tags): unit tests

* Revert "fix(b-form-tags): unit tests"

This reverts commit 20ebc04.

* Split actions

* Run BundleWatch during build

* Update build.yml

* Revert "Update build.yml"

This reverts commit ed4ad3d.

* Update build.yml

* chore: replace `packagequality` badge with `codacy` in README (bootstrap-vue#5596)

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

* Update README.md

* chore(deps): update devdependency rollup to ^2.22.2 (bootstrap-vue#5597)

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

* chore(deps): update devdependency rollup to ^2.23.0 (bootstrap-vue#5603)

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

* remove redundant height declaration in .b-sidebar (bootstrap-vue#5606)

* chore(deps): update devdependency eslint-plugin-jest to ^23.18.2 (bootstrap-vue#5607)

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

* chore(deps): update all non-major dependencies (bootstrap-vue#5609)

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

* chore(docs): fix Bootstrap browser and devices link

* chore(ci): fix BundleWatch token name

* chore: add back `packagequality` badge to README

* chore: prettify

* chore: update contributors

* chore(deps): update devdependency eslint-plugin-jest to ^23.19.0 (bootstrap-vue#5611)

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

* chore: add script to generate release notes (bootstrap-vue#5612)

* chore: bump version to 2.16.0 and update changelog (bootstrap-vue#5614)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Troy Morehouse <[email protected]>
Co-authored-by: TitanFighter <[email protected]>
Co-authored-by: Hiws <[email protected]>
Co-authored-by: Vitaly Slobodin <[email protected]>
Co-authored-by: Sergey Skrynnikov <[email protected]>
Co-authored-by: James George <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paweł Tatarczuk <[email protected]>
Co-authored-by: Ivan Gonzalez <[email protected]>
Co-authored-by: Hiws <[email protected]>
Co-authored-by: Nazare Emanuel-Ioan <[email protected]>
Co-authored-by: Dieter Geerts <[email protected]>
Co-authored-by: michel milano <[email protected]>

v2.15.0

Toggle v2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release v2.15.0

v2.14.0

Toggle v2.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 2.14.0

v2.13.1

Toggle v2.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 2.13.1

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release v2.13.0

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bootstrap-vue#5194 from bootstrap-vue/dev

chore: fix docs header version dropdown

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 2.11.0

v2.10.1

Toggle v2.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: patch release 2.10.1

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bootstrap-vue#5061 from bootstrap-vue/dev

chore: update changelog

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release v2.9.0