Skip to content

Commit 3208309

Browse files
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.vue * Update README.md * Update README.md * Update README.md Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
1 parent 167e29f commit 3208309

File tree

7 files changed

+9697
-1606
lines changed

7 files changed

+9697
-1606
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<br>
77

88
<p align="center">
9-
BootstrapVue, with over 40 available plugins, more than 80 custom components, and over 530 icons,
9+
BootstrapVue, with over 40 available plugins, more than 80 custom components, and over 670 icons,
1010
provides one of the most comprehensive implementations of the Bootstrap v4 component and grid
1111
system for Vue.js, complete with extensive and automated WAI-ARIA accessibility markup.
1212
</p>

docs/pages/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<b-row class="mb-4">
8383
<b-col lg="10" offset-lg="1">
8484
<p class="text-lg-center">
85-
With more than 85 components, over 45 available plugins, several directives, and 500+ icons,
85+
With more than 85 components, over 45 available plugins, several directives, and 670+ icons,
8686
<span class="bd-text-purple-bright">BootstrapVue</span> provides one of the most
8787
comprehensive implementations of the
8888
<span class="bd-text-purple-bright">Bootstrap v{{ bootstrapVersionMinor }}</span> component and grid system

src/icons/README.md

+19-11
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,35 @@ BootstrapVue icon components are built from
99
are opt-in, meaning that they explicitly need to be imported in order to be used. They are not
1010
installed by default. You do not need `bootstrap-icons` as a dependency.
1111

12-
Icon components were added in BootstrapVue release `v2.2.0`. Bootstrap Icons `v1.0.0-alpha3` icons
13-
were added in BootstrapVue release `v2.8.0`.
12+
- Icon components were added in BootstrapVue release `v2.2.0`.
13+
- Bootstrap Icons `v1.0.0-alpha3` icons were added in BootstrapVue release `v2.8.0`.
14+
- Bootstrap Icons `v1.0.0-alpha4` icons were added in BootstrapVue release `v2.15.0`.
1415

1516
<div class="alert alert-info small">
1617
<p class="mb-2">
1718
<strong>Note:</strong>
1819
<a href="https://icons.getbootstrap.com/" target="_blank" rel="noopener">Bootstrap's Icon</a> SVGs
19-
are currently in the <b>alpha release stage</b>, and may be subject to sweeping changes.
20-
</p>
21-
<p class="mb-0">
22-
<strong>Alpha 2 to alpha 3 changes:</strong> In addition to over 200 new icons, some icons have
23-
changed names &mdash; <code>document-*</code> icons renamed <code>file-*</code>;
24-
<code>alert-*</code> icons renamed <code>exclamation-*</code>; <code>columns-gutters</code>
25-
renamed <code>columns-gap</code> and <code>diamond</code> renamed <code>gem</code> (because of
26-
new <code>diamond-*</code> shape icons).
20+
are currently in the <b>alpha release stage</b>, and may be subject to _sweeping_ changes.
2721
</p>
22+
<ul class="mb-0">
23+
<li>
24+
<strong>Alpha 3 changes:</strong> In addition to over 200 new icons, some icons have
25+
changed names &mdash; <code>document-*</code> icons renamed <code>file-*</code>;
26+
<code>alert-*</code> icons renamed <code>exclamation-*</code>; <code>columns-gutters</code>
27+
renamed <code>columns-gap</code> and <code>diamond</code> renamed <code>gem</code> (because of
28+
new <code>diamond-*</code> shape icons).
29+
</li>
30+
<li>
31+
<strong>Alpha 4 changes:</strong> In addition to over 140 new icons, some icons have changed
32+
names &mdash; <code>arrow-up-down</code> renamed <code>arrow-down-up</code> and
33+
<code>people-circle</code> renamed <code>person-circle</code>.
34+
</li>
35+
</ul>
2836
</div>
2937

3038
## Icons
3139

32-
The library includes over 500 icons. Use the explorer below to search and browse the available
40+
The library includes over 670 icons. Use the explorer below to search and browse the available
3341
icons.
3442

3543
<div>

0 commit comments

Comments
 (0)