<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bootstrap Blog</title>
    <link>https://blog.getbootstrap.com/</link>
    <description>Recent content on Bootstrap Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 20 Feb 2024 15:22:00 +0000</lastBuildDate>
    <atom:link href="https://blog.getbootstrap.com/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Bootstrap 5.3.3</title>
      <link>https://blog.getbootstrap.com/2024/02/20/bootstrap-5-3-3/</link>
      <pubDate>Tue, 20 Feb 2024 15:22:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2024/02/20/bootstrap-5-3-3/</guid>
      <description>&lt;p&gt;Bootstrap v5.3.3 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights!&lt;/p&gt;&#xA;&lt;h2 id=&#34;highlights&#34;&gt;Highlights&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fixed a breaking change introduced with color modes where it was required to manually import &lt;code&gt;variables-dark.scss&lt;/code&gt; when building Bootstrap with Sass. Now, &lt;code&gt;_variables.scss&lt;/code&gt; will automatically import &lt;code&gt;_variables-dark.scss&lt;/code&gt;. If you were already importing &lt;code&gt;_variables-dark.scss&lt;/code&gt; manually, you should keep doing it as it won&amp;rsquo;t break anything and will be the way to go in v6.&lt;/li&gt;&#xA;&lt;li&gt;Fixed a regression in the selector engine that wasn&amp;rsquo;t able to handle multiple IDs anymore.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;color-modes&#34;&gt;Color modes&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Badges now use the &lt;code&gt;.text-bg-*&lt;/code&gt; text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).&lt;/li&gt;&#xA;&lt;li&gt;Fixed our &lt;code&gt;color-modes.js&lt;/code&gt; script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply &lt;a href=&#34;https://github.com/twbs/bootstrap/commit/73e1dcf43eff8371dde52ce41bd1d9fdc2b47d1f&#34;&gt;this change&lt;/a&gt; to your own script.&lt;/li&gt;&#xA;&lt;li&gt;Fixed color schemes description in the color modes documentation to show that &lt;code&gt;color-scheme()&lt;/code&gt; only accept &lt;code&gt;light&lt;/code&gt; and &lt;code&gt;dark&lt;/code&gt; values as parameters.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;miscellaneous&#34;&gt;Miscellaneous&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Allowed &lt;code&gt;&amp;lt;dl&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;dt&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;dd&amp;gt;&lt;/code&gt; in the sanitizer.&lt;/li&gt;&#xA;&lt;li&gt;Dropped evenly items distribution for modal and offcanvas headers.&lt;/li&gt;&#xA;&lt;li&gt;Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.&lt;/li&gt;&#xA;&lt;li&gt;Fixed the focus box-shadow for the validation stated form controls.&lt;/li&gt;&#xA;&lt;li&gt;Fixed the focus ring on focused checked buttons.&lt;/li&gt;&#xA;&lt;li&gt;Fixed the product example mobile navbar toggler.&lt;/li&gt;&#xA;&lt;li&gt;Changed the RTL processing of carousel control icons.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;docs&#34;&gt;Docs&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Dropped unnecessary right margin for example code blocks.&lt;/li&gt;&#xA;&lt;li&gt;Fixed emphasis text utilities usage in &lt;a href=&#34;https://getbootstrap.com/docs/5.3/utilities/background/#background-color&#34;&gt;background utilities examples&lt;/a&gt; section.&lt;/li&gt;&#xA;&lt;li&gt;Added an technical explanation on how to render an accordion expanded by default.&lt;/li&gt;&#xA;&lt;li&gt;Changed Vite config path import in Vite guide.&lt;/li&gt;&#xA;&lt;li&gt;Enhanced the card image description of the &lt;code&gt;.card-img-*&lt;/code&gt; classes.&lt;/li&gt;&#xA;&lt;li&gt;Mentioned &lt;code&gt;shift-color()&lt;/code&gt; function in the Sass customization page among &lt;code&gt;tint-color()&lt;/code&gt; and &lt;code&gt;shade-color()&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Added missing &lt;code&gt;type=&amp;quot;button&amp;quot;&lt;/code&gt; attribute to the Cheatsheet examples navigation buttons.&lt;/li&gt;&#xA;&lt;li&gt;Updated the colors table in the customization page to be responsive.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;get-the-release&#34;&gt;Get the release&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Head to &lt;a href=&#34;https://getbootstrap.com&#34;&gt;https://getbootstrap.com&lt;/a&gt; for the latest.&lt;/strong&gt; It&amp;rsquo;s also been pushed to npm:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap 5.3.2</title>
      <link>https://blog.getbootstrap.com/2023/09/14/bootstrap-5-3-2/</link>
      <pubDate>Thu, 14 Sep 2023 14:30:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2023/09/14/bootstrap-5-3-2/</guid>
      <description>&lt;p&gt;Bootstrap v5.3.2 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights!&lt;/p&gt;&#xA;&lt;h2 id=&#34;highlights&#34;&gt;Highlights&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Passing a percentage unit to the global &lt;code&gt;abs()&lt;/code&gt; is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the &lt;code&gt;divide()&lt;/code&gt; function. The &lt;code&gt;divide()&lt;/code&gt; function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won&amp;rsquo;t be an issue as we plan to drop support for node-sass.&lt;/li&gt;&#xA;&lt;li&gt;Using multiple ids in a collapse target wasn&amp;rsquo;t working anymore and has been fixed.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;color-modes&#34;&gt;Color modes&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Increased color contrast of form range track background in light and dark modes.&lt;/li&gt;&#xA;&lt;li&gt;Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast.&lt;/li&gt;&#xA;&lt;li&gt;Allow &lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt; color customization for color modes.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;docs&#34;&gt;Docs&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Added alternative CDNs section in &lt;a href=&#34;https://getbootstrap.com/docs/5.3/getting-started/download/#alternative-cdns&#34;&gt;Getting started -&amp;gt; Download&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Added Discord and Bootstrap subreddit links in &lt;a href=&#34;https://github.com/twbs/bootstrap/blob/main/README.md&#34;&gt;README&lt;/a&gt; and &lt;a href=&#34;https://getbootstrap.com/docs/5.3/getting-started/introduction/&#34;&gt;Getting started -&amp;gt; Introduction&lt;/a&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://discord.gg/bZUvakRU3M&#34;&gt;Discord&lt;/a&gt; maintained by the community&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.reddit.com/r/bootstrap/&#34;&gt;Bootstrap subreddit&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;get-the-release&#34;&gt;Get the release&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Head to &lt;a href=&#34;https://getbootstrap.com&#34;&gt;https://getbootstrap.com&lt;/a&gt; for the latest.&lt;/strong&gt; It&amp;rsquo;s also been pushed to npm:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap Icons v1.11.0</title>
      <link>https://blog.getbootstrap.com/2023/09/12/bootstrap-icons-1-11-0/</link>
      <pubDate>Tue, 12 Sep 2023 00:01:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2023/09/12/bootstrap-icons-1-11-0/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://icons.getbootstrap.com&#34;&gt;Bootstrap Icons v1.11.0&lt;/a&gt; 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&amp;rsquo;re now at &lt;strong&gt;over 2,000 icons&lt;/strong&gt;!&lt;/p&gt;&#xA;&lt;h2 id=&#34;100-new-icons&#34;&gt;100 new icons&lt;/h2&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a quick look at all the new icons in v1.11.0:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://blog.getbootstrap.com/assets/img/2023/09/icons-1-11-0.png&#34; class=&#34;d-block img-fluid mb-2 rounded border&#34; alt=&#34;New icons in v1.11.0&#34; width=&#34;1920&#34; height=&#34;648&#34; loading=&#34;lazy&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/twbs/icons/pull/1792&#34;&gt;Check out the pull request&lt;/a&gt; for all the details on which icons were added and which were updated.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap 5.3.1</title>
      <link>https://blog.getbootstrap.com/2023/07/26/bootstrap-5-3-1/</link>
      <pubDate>Wed, 26 Jul 2023 08:05:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2023/07/26/bootstrap-5-3-1/</guid>
      <description>&lt;p&gt;Bootstrap v5.3.1 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights!&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Color modes:&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Increased color contrast for dark mode by replacing &lt;code&gt;$gray-500&lt;/code&gt; with &lt;code&gt;$gray-300&lt;/code&gt; for the body color&lt;/li&gt;&#xA;&lt;li&gt;Added our color mode switcher JavaScript to our examples ZIP download&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Components:&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Improved disabled styling for all &lt;code&gt;.nav-link&lt;/code&gt;s, providing &lt;code&gt;.disabled&lt;/code&gt; and &lt;code&gt;:disabled&lt;/code&gt; for use with anchors and buttons&lt;/li&gt;&#xA;&lt;li&gt;Add support for &lt;code&gt;Home&lt;/code&gt; and &lt;code&gt;End&lt;/code&gt; keys for navigating tabs by keyboard&lt;/li&gt;&#xA;&lt;li&gt;Added some basic styling to toggle buttons when no modifier class is present&lt;/li&gt;&#xA;&lt;li&gt;Fixed carousel colors in dark mode&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Forms:&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fixed floating label disabled text color&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Utilities:&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;.text-bg-*&lt;/code&gt; utilities now use CSS variables&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Sass:&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Add new &lt;code&gt;$navbar-dark-icon-color&lt;/code&gt; Sass variable&lt;/li&gt;&#xA;&lt;li&gt;Removed duplicate &lt;code&gt;$alert&lt;/code&gt; Sass variables&lt;/li&gt;&#xA;&lt;li&gt;Added a new variable for &lt;code&gt;$vr-border-width&lt;/code&gt; to customize the vertical rule helper width&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Documentation:&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Added search to our homepage&lt;/li&gt;&#xA;&lt;li&gt;Improved responsive behavior on Dashboard example&lt;/li&gt;&#xA;&lt;li&gt;Improved dark mode rendering of Cheatsheet examples&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;get-the-release&#34;&gt;Get the release&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Head to &lt;a href=&#34;https://getbootstrap.com&#34;&gt;https://getbootstrap.com&lt;/a&gt; for the latest.&lt;/strong&gt; It&amp;rsquo;s also been pushed to npm:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap 5.3.0</title>
      <link>https://blog.getbootstrap.com/2023/05/30/bootstrap-5-3-0/</link>
      <pubDate>Tue, 30 May 2023 07:35:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2023/05/30/bootstrap-5-3-0/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s official, the final stable release of v5.3.0 has landed! It&amp;rsquo;s been a monumental effort to revamp our codebase for CSS variables and color modes, one that will see continued changes leading up to an eventual Bootstrap 6. And we&amp;rsquo;re so excited to finally ship it!&lt;/p&gt;&#xA;&lt;p&gt;On top of all the work that&amp;rsquo;s gone into this release, a lot has happened behind the scenes since we shipped our pre-releases. Keep reading to learn everything that&amp;rsquo;s new in v5.3.0.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap 5.3.0-alpha3</title>
      <link>https://blog.getbootstrap.com/2023/04/03/bootstrap-5-3-0-alpha3/</link>
      <pubDate>Mon, 03 Apr 2023 07:35:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2023/04/03/bootstrap-5-3-0-alpha3/</guid>
      <description>&lt;p&gt;Hot on the heels of our second alpha, we&amp;rsquo;re releasing a third (and unexpected) alpha for v5.3.0 today with some fixes for some Node Sass compilation errors. In addition, we&amp;rsquo;ve added a handful of other updates. We&amp;rsquo;re still on target to ship our stable release soon!&lt;/p&gt;&#xA;&lt;p&gt;Once again, if you&amp;rsquo;re new to the v5.3.0 alpha releases, please read through the &lt;a href=&#34;https://getbootstrap.com/docs/5.3/migration/#v530-alpha1&#34;&gt;Migration guide&lt;/a&gt; for the first alpha and last month&amp;rsquo;s &lt;a href=&#34;https://getbootstrap.com/docs/5.3/migration/#v530-alpha2&#34;&gt;second alpha&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a look at what&amp;rsquo;s changed in this quick release:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap 5.3.0-alpha2</title>
      <link>https://blog.getbootstrap.com/2023/03/24/bootstrap-5-3-0-alpha2/</link>
      <pubDate>Fri, 24 Mar 2023 14:40:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2023/03/24/bootstrap-5-3-0-alpha2/</guid>
      <description>&lt;p&gt;Our second alpha release of v5.3.0 has landed with a ton of enhancements and bug fixes for our new color modes! There&amp;rsquo;s still more to come, but we&amp;rsquo;ve held off shipping until we ironed out enough issues. Huzzah, we have!&lt;/p&gt;&#xA;&lt;p&gt;This v5.3.0 release is a monumental update for Bootstrap 5. It&amp;rsquo;s big enough that it could&amp;rsquo;ve been a v6 on its own, but we wanted to do right by the community and get color modes out the door without the massive major release upgrade. We&amp;rsquo;re getting super close now, so bear with us as we continue to chip away at this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap 5.3.0-alpha1</title>
      <link>https://blog.getbootstrap.com/2022/12/24/bootstrap-5-3-0-alpha1/</link>
      <pubDate>Sat, 24 Dec 2022 08:00:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2022/12/24/bootstrap-5-3-0-alpha1/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s a Christmas miracle—Bootstrap v5.3.0-alpha1 has arrived just in time for the holiday break! This release brings new color mode support, an expanded color palette with variables and utilities, and more.&lt;/p&gt;&#xA;&lt;p&gt;We&amp;rsquo;re keeping things short and simple in this blog post with deeper dives into the new color modes and more coming in future posts. For now, we want you to enjoy the holiday break and come back next year feeling refreshed and rejuvenated. Keep reading for what&amp;rsquo;s new and we&amp;rsquo;ll see you next year!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap 5.2.3</title>
      <link>https://blog.getbootstrap.com/2022/11/22/bootstrap-5-2-3/</link>
      <pubDate>Tue, 22 Nov 2022 08:00:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2022/11/22/bootstrap-5-2-3/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve deviated from developing v5.3.0 to ship a new patch release, Bootstrap v5.2.3, with a handful of more urgent bug fixes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;highlights&#34;&gt;Highlights&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Added the missing &lt;code&gt;:root&lt;/code&gt; CSS variables to our utilities bundle&lt;/li&gt;&#xA;&lt;li&gt;Fixed the deprecation warning with Sass 1.56.0&lt;/li&gt;&#xA;&lt;li&gt;Fixed the RTL &lt;code&gt;translate()&lt;/code&gt; direction for carousels&lt;/li&gt;&#xA;&lt;li&gt;Fixed tooltip and popover disposal inconsistencies&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;We&amp;rsquo;re heading right back to it with v5.3.0 with support for color modes, new utilities, and more. Look for a pre-release of that soon.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap Icons v1.10.0</title>
      <link>https://blog.getbootstrap.com/2022/11/11/bootstrap-icons-1-10-0/</link>
      <pubDate>Fri, 11 Nov 2022 00:01:00 +0000</pubDate>
      <guid>https://blog.getbootstrap.com/2022/11/11/bootstrap-icons-1-10-0/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://icons.getbootstrap.com&#34;&gt;Bootstrap Icons v1.10.0&lt;/a&gt; is here with nearly 150 new icons. This release includes tons of new variants for person, building, and database icons, plus new brands, rockets, road signs, globes, and many more. We&amp;rsquo;re now at &lt;strong&gt;over 1,900 icons&lt;/strong&gt;!&lt;/p&gt;&#xA;&lt;h2 id=&#34;150-new-icons&#34;&gt;150 new icons&lt;/h2&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a quick look at all the new icons in v1.10.0:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://blog.getbootstrap.com/assets/img/2022/11/bootstrap-icons-v1100.png&#34; class=&#34;d-block img-fluid mb-2 rounded border&#34; alt=&#34;New love icons in v1.10.0&#34; width=&#34;1520&#34; height=&#34;1664&#34; loading=&#34;lazy&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Some highlights for the new icons include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;22 new person icons&lt;/li&gt;&#xA;&lt;li&gt;26 new house icons&lt;/li&gt;&#xA;&lt;li&gt;24 new building icons, including a renamed &lt;code&gt;building&lt;/code&gt; to &lt;code&gt;buildings&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;22 new database icons&lt;/li&gt;&#xA;&lt;li&gt;24 new street sign icons&lt;/li&gt;&#xA;&lt;li&gt;New globe icons&lt;/li&gt;&#xA;&lt;li&gt;New EV, taxi, bus, and scooter transportation icons&lt;/li&gt;&#xA;&lt;li&gt;New rockets&lt;/li&gt;&#xA;&lt;li&gt;and more!&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;We also fixed the fill rules for several  some issues across the docs, including:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
