Skip to content

Commit

Permalink
Add v4.6.2 blog post (#291)
Browse files Browse the repository at this point in the history
* Add v4.6.2 blog post

* move to 2022

* PR feedback addressed

* Date, time, and some tweaks

* Update bootstrap-4-6-2.md

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
mdo and XhmikosR committed Jul 19, 2022
1 parent 7fa6290 commit fc5d7b6
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/content/posts/2022/bootstrap-4-6-2.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit fc5d7b6

Please sign in to comment.