Commit d956a33
chore: release v2.16.0 (#5613)
* chore(deps): update all non-major dependencies (#5430)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* 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
* Update loose-equal.js
* Update form-checkbox-group.spec.js
* chore(deps): update all non-major dependencies (#5440)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency vue-router to ^3.3.0 (#5443)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update all non-major dependencies (#5445)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency rollup to ^2.11.2 (#5446)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore: Change Bootstrap v4.3.x to 4.5.x in README (#5447)
Since v2.15 Bootstrap-Vue supports Bootstrap v4.5
* chore(deps): update all non-major dependencies (#5451)
* chore(deps): update all non-major dependencies
* Use `toBeEmptyDomElement()` instead of deprecated `toBeEmpty()`
* Correct typo
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore(deps): update devdependency vue-router to ^3.3.2 (#5454)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): remove unused `gh-pages` dependency (#5455)
* chore(deps): update devdependency gh-pages to v3
* Remove `gh-pages` dependency
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore(deps): update all non-major dependencies (#5458)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* Update all bootstrap doc links to latest version (#5450)
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore(deps): update devdependency rollup to ^2.12.1 (#5463)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update all non-major dependencies (#5466)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency @nuxtjs/sitemap to ^2.3.1 (#5468)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency lint-staged to ^10.2.9 (#5470)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(b-avatar): convert line endings to Unix (#5469)
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore: convert all line endings to unix (#5474)
* chore(deps): update all non-major dependencies (#5478)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update all non-major dependencies (#5482)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency eslint-plugin-import to ^2.21.2 (#5487)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency @testing-library/jest-dom to ^5.10.0 (#5493)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update all non-major dependencies (#5495)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* first attempt (#5462)
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore(deps): update all non-major dependencies (#5499)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency eslint-plugin-prettier to ^3.1.4 (#5501)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency @nuxtjs/sitemap to ^2.3.2 (#5503)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency terser to ^4.8.0 (#5505)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update all non-major dependencies (#5508)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(docs): fix typo in sidebar README (#5494) (#5510)
* chore: update auto format config (#5526)
* chore(deps): update all non-major dependencies (#5511)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore(deps): update all non-major dependencies (#5531)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* fix typo (#5534)
* remove mention of `router-tag` from button docs (#5535)
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* fix(b-table): prevent endless reevaluation when using v-model and object/array literal prop values (#5554)
* Update devDependency sass-loader to v9 (#5546)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* fix(b-img): Allow empty `alt` prop (fixes #5524) (#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 <jacob.mueller.elz@gmail.com>
* 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 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] <support@github.com>
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 #5425) (#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 <jacob.mueller.elz@gmail.com>
* chore(deps): update all non-major dependencies (#5533)
* chore(deps): update all non-major dependencies
* Bump BundleWatch limits for new Bootstrap Icons
* Regenerate icon files
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* 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üller <jacob.mueller.elz@gmail.com>
* chore(deps): update devdependency @nuxtjs/google-analytics to ^2.4.0 (#5583)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* fix(b-icon): use `aria-label` attribute instead of `alt` (#5581)
* 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 avoid issues with custom rendering
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore(docs): improve icons page (#5579)
* feat(docs): improve icons page
* Actually use `bootstrapIconsCount` variable
* Move icon explorer to the bottom
* chore: regenerate `yarn.lock` (#5585)
* fix(b-form-tags): unit test (#5586)
* chore(deps): update devdependency rollup to ^2.22.0 (#5589)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update all non-major dependencies (#5590)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* feat(docs): launch themes page with first BootstrapVue theme (#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 <jacob.mueller.elz@gmail.com>
* 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 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 #5561
* Use own `cssEscape()` util + use/test everywhere needed
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore(ci): update `actions/cache` to v2 (#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 (#5596)
* chore: replace `packagequality` badge with `codacy` in README
* Update README.md
* chore(deps): update devdependency rollup to ^2.22.2 (#5597)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update devdependency rollup to ^2.23.0 (#5603)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* remove redundant height declaration in .b-sidebar (#5606)
* chore(deps): update devdependency eslint-plugin-jest to ^23.18.2 (#5607)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
* chore(deps): update all non-major dependencies (#5609)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* 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 (#5611)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore: add script to generate release notes (#5612)
* chore: bump version to 2.16.0 and update changelog (#5614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Troy Morehouse <troymore@nbnet.nb.ca>
Co-authored-by: TitanFighter <bear_ukraine@bigmir.net>
Co-authored-by: Hiws <rni@nova-c.dk>
Co-authored-by: Vitaly Slobodin <vitaly_slobodin@fastmail.com>
Co-authored-by: Sergey Skrynnikov <minotaar.hh@gmail.com>
Co-authored-by: James George <jamesgeorge998001@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paweł Tatarczuk <paweltatarczuk@gmail.com>
Co-authored-by: Ivan Gonzalez <scratchmex@gmail.com>
Co-authored-by: Hiws <hiws@live.dk>
Co-authored-by: Nazare Emanuel-Ioan <emanuelioannazare@gmail.com>
Co-authored-by: Dieter Geerts <dieter@dworks.be>
Co-authored-by: michel milano <mmilano@users.noreply.github.com>1 parent ae18d46 commit d956a33
File tree
100 files changed
+31881
-9428
lines changed- .github/workflows
- docs
- assets
- components
- content/themes
- markdown
- intro
- reference
- accessibility
- starter-templates
- theming
- utility-classes
- validation
- pages
- docs
- icons
- scripts
- src
- components
- aspect
- avatar
- button
- card
- carousel
- form-checkbox
- form-group
- form-rating
- form-tags
- form
- image
- input-group
- layout
- overlay
- sidebar
- table/helpers
- directives/toggle
- icons
- helpers
- mixins
- utils
- static
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
100 files changed
+31881
-9428
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 48 | | |
80 | 49 | | |
81 | 50 | | |
82 | 51 | | |
83 | | - | |
84 | 52 | | |
85 | 53 | | |
86 | 54 | | |
| |||
97 | 65 | | |
98 | 66 | | |
99 | 67 | | |
100 | | - | |
101 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
102 | 74 | | |
103 | | - | |
104 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
105 | 84 | | |
106 | 85 | | |
107 | 86 | | |
108 | 87 | | |
109 | 88 | | |
110 | | - | |
111 | 89 | | |
112 | 90 | | |
113 | 91 | | |
| |||
124 | 102 | | |
125 | 103 | | |
126 | 104 | | |
127 | | - | |
128 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
129 | 111 | | |
130 | | - | |
131 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
132 | 121 | | |
133 | 122 | | |
134 | 123 | | |
135 | 124 | | |
136 | 125 | | |
137 | 126 | | |
138 | | - | |
| 127 | + | |
139 | 128 | | |
140 | 129 | | |
141 | 130 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
0 commit comments