Skip to content

Commit

Permalink
Write up v5.3.2 post
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Sep 13, 2023
1 parent ae026e5 commit 60b98f9
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions src/content/posts/2023/bootstrap-5-3-2.md
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.

0 comments on commit 60b98f9

Please sign in to comment.