Skip to content

Commit 8afaf8e

Browse files
authored
add post for icons (#503)
1 parent 832af73 commit 8afaf8e

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
author: mdo
3+
date: "2025-05-09T00:01:00Z"
4+
title: Bootstrap Icons v1.12 and v1.13
5+
keywords:
6+
- icons
7+
- release
8+
---
9+
10+
In the last few weeks, a handful of new [Bootstrap Icons](https://icons.getbootstrap.com) releases have gone out. Here's a recap of what's new in our v1.12.x and v1.13.x releases so far.
11+
12+
## v1.12
13+
14+
v1.12.0 added a single icon, mostly because people wouldn't stop asking for it haha, and v1.12.1 added a page to the docs for it. That was all for [Bluesky](https://icons.getbootstrap.com/icons/bluesky/).
15+
16+
## v1.13.0 and v1.13.1
17+
18+
New in v1.13.0 are several icons, some guidance around how to use Sass files with Vite, and a few little bug fixes to some fill rules. v1.13.1 was a hotfix to resolve an issue with search on our docs.
19+
20+
Here are the new icons in v1.13.0:
21+
22+
![New icons in v1.13.0](/assets/img/2025/05/icons-1-13-0.png)
23+
24+
[Check out the pull request](https://github.com/twbs/icons/pull/2147) for all the details on which icons were added and which were updated.
25+
26+
*Looking for more new icons? Head to the [issue tracker](https://github.com/twbs/icons/issues) to check for open requests or submit a new one.*
27+
28+
## Install
29+
30+
To get started, install or update via npm:
31+
32+
```sh
33+
npm i bootstrap-icons
34+
```
35+
36+
Or Composer:
37+
38+
```sh
39+
composer require twbs/bootstrap-icons
40+
```
41+
42+
You can also [download the release from GitHub](https://github.com/twbs/icons/releases/tag/v1.13.1), or [download just the SVGs and fonts](https://github.com/twbs/icons/releases/download/v1.11.0/bootstrap-icons-1.13.1.zip) (without the rest of the repository files).
43+
44+
## Figma
45+
46+
The Figma file is now published to the Figma Community! It's the same [Bootstrap Icons Figma file](https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons) you've seen from previous releases, just a little more accessible to those using the app.
8.56 KB
Loading

0 commit comments

Comments
 (0)