-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae026e5
commit 72f5802
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
author: julien-deramond | ||
date: "2023-09-13T10:22:00Z" | ||
title: Bootstrap 5.3.2 | ||
keywords: | ||
- bootstrap | ||
- release | ||
--- | ||
|
||
Bootstrap v5.3.2 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights! | ||
|
||
## Key changes | ||
|
||
* Passing a percentage unit to the global `abs()` is deprecated from Dart Sass 1.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. `divide()` function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. We plan to make such a change in the next major release. | ||
|
||
* Using multiple ids in a collapse target wasn't working anymore and has been fixed. | ||
|
||
## Color modes | ||
|
||
* Increased color contrast of form range track background in light and dark modes. | ||
* Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast. | ||
* Allow `<mark>` color customization for color modes. | ||
|
||
## Docs | ||
|
||
* Added alternative CDNs section in [Getting started > Download](https://getbootstrap.com/docs/5.3/getting-started/download/#alternative-cdns). | ||
* Added Discord and Bootstrap subreddit links in [README](https://github.com/twbs/bootstrap/blob/main/README.md) and [Getting started > Introduction](https://getbootstrap.com/docs/5.3/getting-started/introduction/): | ||
- [Discord](https://discord.gg/bZUvakRU3M) maintained by the community | ||
- [Bootstrap subreddit](https://reddit.com/r/bootstrap) | ||
|
||
## Get the release | ||
|
||
**Head to <https://getbootstrap.com> for the latest.** It's also been pushed to npm: | ||
|
||
```sh | ||
npm i [email protected] | ||
``` | ||
|
||
[Read the GitHub v5.3.2 changelog](https://github.com/twbs/bootstrap/releases/tag/v5.3.2) for a complete list of changes in this release. | ||
|
||
## Support the team | ||
|
||
Visit our [Open Collective page]({{< param "opencollective" >}}) or our [team members](https://github.com/orgs/twbs/people)' GitHub profiles to help support the maintainers contributing to Bootstrap. |