B

Bootstrap

B
Bootstrap Web v5.3.8

v5.3.8

What's Changed Streamline release prep script by @mdo in #41539 Docs: restore local dev port to 9001 by @chalin in #41545 Docs: use Example shortcode instead of divs with only .bd-example class by @julien-deramond in #41556 Docs: fix scss autorecompile in dev mode by @MaxLardenois in #41574 Fix color-contrast() function for WCAG 2.1 compliance by @julien-deramond in #41585 OSSF Scorecard by @mdo i…

B
Bootstrap Web v5.3.7

v5.3.7

📚 Documentation Fixed broken "View on GitHub" URLs Corrected HTML <head> content generated by the "Download examples" button Refined sanitizer documentation for clarity and completeness Improved accessibility in the "On this page" table of contents and section heading anchor links Relocated ads to the right sidebar to minimize content reflow Added a new section on the Download page for the Intelis…

B
Bootstrap Web v5.3.6

v5.3.6

Highlights Ported the docs from Hugo to Astro for our own sanity! Added usage docs for Accordion JavaScript Prevent .visually-hidden overflowing children to become focusable Limit .card-group selectors to immediate children to fix some inheritance issues Changes docs: update readme to include bun install by @Electroid in #41277 Docs: fix specification for getInstance by @fulldecent in #41297 Menti…

B
Bootstrap Web v5.3.5

v5.3.5

Hot fix for a regression from upstream in Autoprefixer. What's Changed Fix floating labels rendering on Firefox by @julien-deramond in #41347 Bump to v5.3.5 by @mdo in #41348 Full Changelog: v5.3.4...v5.3.5

B
Bootstrap Web v5.3.4

v5.3.4

Changes #40888: Dependabot: switch to grouped updates 🚀 Features #41299: Typo fixed #41187: Docs: mention removal of util.js in migration guide #41228: Docs: Simplify ids for checks, radios and switches #41150: Update fixtureId to FIXTURE_ID for consistency #40965: Docs: Use <article> element for example cards #40932: Docs: add ngx-bootstrap to JavaScript frameworks list #40790: Docs: Drop .grid w…

B
Bootstrap Web v5.3.3

v5.3.3

Highlights Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6. Fixed a regression in the…

B
Bootstrap Web v5.3.2

v5.3.2

Highlights Passing a percentage unit to the global abs() 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 divide() function. The divide() function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue…

B
Bootstrap Web v5.3.1

v5.3.1

Highlights Color modes: Increased color contrast for dark mode by replacing $gray-500 with $gray-300 for the body color Added our color mode switcher JavaScript to our examples ZIP download Components: Improved disabled styling for all .nav-links, providing .disabled and :disabled for use with anchors and buttons Add support for Home and End keys for navigating tabs by keyboard Added some basic st…

B
Bootstrap Web v5.3.0

v5.3.0

Release v5.3.0 (#38657) * Bump version to 5.3.0 * Dist

B
Bootstrap Web v5.3.0-alpha3

v5.3.0-alpha3

Fixed wrong interpolated variables with node-sass/Hugo. Added a check for interpolated variables to catch compilation errors with Node Sass when using Sass variables in calc() functions. Started using --bs-border-radius variables across more components. Added .d-inline-grid utility class. Fixed .tooltip-inner placement when using variations in fallbackPlacements. Fix selectors for dark mode carous…