diff --git a/README.md b/README.md index 3e2d6b9c402..6c294bc2806 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@

- BootstrapVue, with over 40 available plugins, more than 80 custom components, and over 670 icons, - provides one of the most comprehensive implementations of the Bootstrap v4 component and grid - system for Vue.js, complete with extensive and automated WAI-ARIA accessibility markup. + With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, + BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4.5 + component and grid system available for Vue.js v2.6, complete with extensive and automated + WAI-ARIA accessibility markup.


diff --git a/docs/components/icons-table.vue b/docs/components/icons-table.vue index 65bb9852aa5..46b88375d18 100644 --- a/docs/components/icons-table.vue +++ b/docs/components/icons-table.vue @@ -42,18 +42,18 @@ -
+ -
- {{ icon.name }} + + {{ icon.name }}
@@ -121,6 +121,20 @@ .flip-icon-list-leave-active { position: absolute; } + +@media (min-width: 1200px) { + .row-cols-xl-8 > * { + flex: 0 0 12.5%; + max-width: 12.5%; + } +} + +@media (min-width: 1400px) { + .row-cols-xxl-10 > * { + flex: 0 0 10%; + max-width: 10%; + } +} diff --git a/package.json b/package.json index 46e7f12748c..bcfb612081a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-vue", "version": "2.15.0", - "description": "BootstrapVue, with more than 85 custom components, over 45 plugins, several custom directives, and over 670 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.", + "description": "With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extensive and automated WAI-ARIA accessibility markup.", "main": "dist/bootstrap-vue.common.js", "web": "dist/bootstrap-vue.js", "module": "esm/index.js", diff --git a/src/icons/README.md b/src/icons/README.md index c34982c6cc7..ed07c60a4fd 100644 --- a/src/icons/README.md +++ b/src/icons/README.md @@ -12,6 +12,7 @@ installed by default. You do not need `bootstrap-icons` as a dependency. - Icon components were added in BootstrapVue release `v2.2.0`. - Bootstrap Icons `v1.0.0-alpha3` icons were added in BootstrapVue release `v2.8.0`. - Bootstrap Icons `v1.0.0-alpha4` icons were added in BootstrapVue release `v2.15.0`. +- Bootstrap Icons `v1.0.0-alpha5` icons were added in BootstrapVue release `v2.16.0`.

@@ -32,20 +33,13 @@ installed by default. You do not need `bootstrap-icons` as a dependency. names — arrow-up-down renamed arrow-down-up and people-circle renamed person-circle. +

  • + Alpha 5 changes: In addition to over 300 new icons, some icons have changed + names — camera renamed camera2. +
  • -## Icons - -The library includes over 670 icons. Use the explorer below to search and browse the available -icons. - -
    - - -
    -
    - ## Usage BootstrapVue icons are not automatically installed when using BootstrapVue in your project, you must @@ -878,3 +872,12 @@ SVGs are awesome to work with, but they do have some known quirks to work around needed. - **Safari skips `aria-label` when used on non-focusable SVGs.** As such, use the attribute `aria-hidden="true"` when using the icon and use CSS to visually hide the equivalent label. + +## Icons + +The library includes over {{ bootstrapIconsCount }} icons. Use the explorer below to search and +browse the available icons. + + + +