From ae026e50e6d2d2c87f9008abbab7d5891a5f3a87 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 12 Sep 2023 08:59:48 -0700 Subject: [PATCH] Update date, add alias just in case --- .../posts/2022/bootstrap-icons-1-11-0.md | 2 + .../posts/2023/bootstrap-icons-1-11-0.md | 44 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 src/content/posts/2023/bootstrap-icons-1-11-0.md diff --git a/src/content/posts/2022/bootstrap-icons-1-11-0.md b/src/content/posts/2022/bootstrap-icons-1-11-0.md index c2ee4d9c4..9190b24a2 100644 --- a/src/content/posts/2022/bootstrap-icons-1-11-0.md +++ b/src/content/posts/2022/bootstrap-icons-1-11-0.md @@ -5,6 +5,8 @@ title: Bootstrap Icons v1.11.0 keywords: - icons - release +aliases: + - /2022/09/12/bootstrap-icons-1-11-0/ --- [Bootstrap Icons v1.11.0](https://icons.getbootstrap.com) has arrived with 100 new icons—including new floppy disk icons, additional brand icons, new person icons, new emojis, some birthday cake, a few new science icons, and more. We're now at **over 2,000 icons**! diff --git a/src/content/posts/2023/bootstrap-icons-1-11-0.md b/src/content/posts/2023/bootstrap-icons-1-11-0.md new file mode 100644 index 000000000..9190b24a2 --- /dev/null +++ b/src/content/posts/2023/bootstrap-icons-1-11-0.md @@ -0,0 +1,44 @@ +--- +author: mdo +date: "2023-09-12T00:01:00Z" +title: Bootstrap Icons v1.11.0 +keywords: + - icons + - release +aliases: + - /2022/09/12/bootstrap-icons-1-11-0/ +--- + +[Bootstrap Icons v1.11.0](https://icons.getbootstrap.com) has arrived with 100 new icons—including new floppy disk icons, additional brand icons, new person icons, new emojis, some birthday cake, a few new science icons, and more. We're now at **over 2,000 icons**! + +## 100 new icons + +Here's a quick look at all the new icons in v1.11.0: + +![New icons in v1.11.0](/assets/img/2023/09/icons-1-11-0.png) + +[Check out the pull request](https://github.com/twbs/icons/pull/1792) for all the details on which icons were added and which were updated. + +I've also started adding a new `added` tag to icon pages with this release. So far I've only tagged v1.10.0 and v1.11.0 versions, but more will come. Once those are all tagged, you'll be able to search for icons added in each release. Stay tuned! + +*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.* + +## Install + +To get started, install or update via npm: + +```sh +npm i bootstrap-icons +``` + +Or Composer: + +```sh +composer require twbs/bootstrap-icons +``` + +You can also [download the release from GitHub](https://github.com/twbs/icons/releases/tag/v1.11.0), or [download just the SVGs and fonts](https://github.com/twbs/icons/releases/download/v1.9.0/bootstrap-icons-1.11.0.zip) (without the rest of the repository files). + +## Figma + +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.