Skip to content

Commit e927a93

Browse files
authored
v1.10.1: Fix various fill rules (#1488)
* Fix fill rules on new icons * Fix more fill rules * Bump versions * Fix link
1 parent cb6c54d commit e927a93

File tree

133 files changed

+167
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+167
-194
lines changed

bootstrap-icons.svg

Lines changed: 1 addition & 1 deletion
Loading

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ params:
5353
description: "Official open source SVG icon library for Bootstrap"
5454
social_image_path: /assets/img/bootstrap-icons-social.png
5555

56-
version: "1.10.0"
56+
version: "1.10.1"
5757
docs_version: "5.2"
5858

5959
main: "https://getbootstrap.com"

docs/layouts/partials/home/hero.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
alt="Bootstrap Icons" width="450" height="340">
99
</div>
1010
<div class="col-lg-7">
11-
<a class="d-block d-sm-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-3 hero-notice" href="{{ .Site.Params.blog }}/2022/07/13/bootstrap-icons-1-9-0/">
12-
<strong>New in v1.9.0:</strong> 140+ new icons!
11+
<a class="d-block d-sm-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-3 hero-notice" href="{{ .Site.Params.blog }}/2022/11/11/bootstrap-icons-1-10-0/">
12+
<strong>New in v1.10.0:</strong> 140+ new icons!
1313
</a>
1414
<h1 class="f0">Bootstrap Icons</h1>
1515
<p class="mb-4 f3 font-weight-normal">Free, high quality, open source icon library with over 1,800 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without <a href="{{ .Site.Params.main }}/">Bootstrap</a> in any project.</p>
-4.61 KB
Loading

font/bootstrap-icons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@font-face {
22
font-display: block;
33
font-family: "bootstrap-icons";
4-
src: url("./fonts/bootstrap-icons.woff2?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff2"),
5-
url("./fonts/bootstrap-icons.woff?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff");
4+
src: url("./fonts/bootstrap-icons.woff2?24f5f9034842e5d77cd3846dc99a0e8a") format("woff2"),
5+
url("./fonts/bootstrap-icons.woff?24f5f9034842e5d77cd3846dc99a0e8a") format("woff");
66
}
77

88
.bi::before,

font/bootstrap-icons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$bootstrap-icons-font: "bootstrap-icons" !default;
22
$bootstrap-icons-font-dir: "./fonts" !default;
33
$bootstrap-icons-font-file: #{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font} !default;
4-
$bootstrap-icons-font-hash: "2ab2cbbe07fcebb53bdaa7313bb290f2" !default;
4+
$bootstrap-icons-font-hash: "28df46889dced875dea48cfe64755198" !default;
55
$bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}") format("woff2"), url("#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}") format("woff") !default;
66

77
@font-face {

font/fonts/bootstrap-icons.woff

216 Bytes
Binary file not shown.

font/fonts/bootstrap-icons.woff2

376 Bytes
Binary file not shown.

icons/building-add.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/building-check.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)