From aaf2171dc61ad2c85a8abc8bde72f2ccc1b40a7a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Oct 2022 09:56:42 +0200 Subject: Add v5.2.2 post (#317) * Add post for v5.2.2 * Update bootstrap-5-2-2.md Co-authored-by: XhmikosR --- src/content/posts/2022/bootstrap-5-2-2.md | 45 +++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/content/posts/2022/bootstrap-5-2-2.md diff --git a/src/content/posts/2022/bootstrap-5-2-2.md b/src/content/posts/2022/bootstrap-5-2-2.md new file mode 100644 index 00000000..d902fed5 --- /dev/null +++ b/src/content/posts/2022/bootstrap-5-2-2.md @@ -0,0 +1,45 @@ +--- +author: mdo +date: "2022-10-03T16:00:00Z" +title: Bootstrap 5.2.2 +keywords: + - bootstrap + - release +--- + +Bootstrap v5.2.2 has landed with new bug fixes and documentation updates—keep reading to see what's changed! + +## Highlights + +- **Accordion** + - Use Sass variable for the accordion color instead of an invalid CSS variable +- **Buttons** + - Undo changes to `.btn:hover` from v5.2.1. We now explicitly target `.btn-check` styles instead. +- **Dropdowns** + - Temporarily restore ability for dropdowns to work without an explicit `data` attribute (will be removed again in v6) +- **Modals** + - Improve modal event listeners + - Use `

` for all `.modal-title` instances in our docs +- **Tables** + - Don't redefine `$border-color` in `table-variant()` mixin +- **Tabs** + - Tabs no longer autofocus and cause pages to jump on `tab.show()` + - Fix `.active` class toggling of tabs within dropdowns +- **Toasts** + - Properly set toast `z-index` on `.toast-container` as opposed to individual `.toast`s that don't receive any other positioning +- **Tooltips** + - Fix tooltip selectors with `title` attribute on dynamically created elements + +## Get the release + +**Head to for the latest.** It's also been pushed to npm: + +```sh +npm i bootstrap@v5.2.2 +``` + +[Read the GitHub v5.2.2 changelog](https://github.com/twbs/bootstrap/releases/tag/v5.2.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. -- cgit v1.2.3