Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content/posts/2022/bootstrap-4-6-2.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/content/posts/2022/bootstrap-4-6-2.md b/src/content/posts/2022/bootstrap-4-6-2.md
new file mode 100644
index 00000000..0a8c974b
--- /dev/null
+++ b/src/content/posts/2022/bootstrap-4-6-2.md
@@ -0,0 +1,37 @@
+---
+author: mdo
+date: "2022-07-19T15:30:00Z"
+title: Bootstrap v4.6.2
+video: EErSKhC0CZs
+video_start: 135
+keywords:
+ - bootstrap
+ - release
+---
+
+After several months, we've finally shipped Bootstrap v4.6.2, one of our last releases for the v4. It's a bit of a maintenance patch featuring bug fixes, dependency updates, and some docs updates.
+
+Read on for the highlights or [head to the v4.6.x docs](https://getbootstrap.com/docs/4.6/) to see the latest in action.
+
+## What's changed
+
+There are two big highlights in v4.6.2:
+
+- First, we've added an example to our Collapse plugin docs to show how to use horizontal collapsing. This has long been possible via our JS, but we never had an official class to utilize it.
+
+- Second, we've replaced the deprecated `color-adjust` with `print-color-adjust` in our Sass files as part of the Autoprefixer v10.4.6 issues. This should quiet the issues folks have seen from that dependency change. _If you're using our distribution CSS files, like `bootstrap.min.css`, you may still see the warning._
+
+Beyond that, we've addressed a few other things:
+
+- Tweaked the size of `small` and `.small` to compute to a whole pixel value (was `12.8px` and now is `14px`).
+- Improved accessibility around our dropdowns, color contrast, and `role` attributes.
+- Fixed some broken links to supporting documentation.
+- Updated dependencies across the board.
+
+[Review the GitHub v4.6.2 release changelog](https://github.com/twbs/bootstrap/releases/tag/v4.6.2) for more details.
+
+From here, we don't expect to ship any meaningful updates to v4.6.x other than major security or dependency updates. Everything will focus on v5 and beyond after this release, starting with the stable release of v5.2.0. Bootstrap 4 will officially end of life January 1, 2023, though you're obviously welcome to continue using it longer than that. Follow our [release repo](https://github.com/twbs/release) to stay in the loop on release maintenance status.
+
+## 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.