@@ -9,27 +9,35 @@ BootstrapVue icon components are built from
9
9
are opt-in, meaning that they explicitly need to be imported in order to be used. They are not
10
10
installed by default. You do not need ` bootstrap-icons ` as a dependency.
11
11
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 ` .
14
15
15
16
<div class =" alert alert-info small " >
16
17
<p class =" mb-2 " >
17
18
<strong>Note:</strong>
18
19
<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 — <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.
27
21
</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 — <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 — <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 >
28
36
</div >
29
37
30
38
## Icons
31
39
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
33
41
icons.
34
42
35
43
<div >
0 commit comments