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:
authorMark Otto <markd.otto@gmail.com>2021-10-05 18:59:27 +0300
committerGitHub <noreply@github.com>2021-10-05 18:59:27 +0300
commit93705da02885c2b994c16009573d940b041b7147 (patch)
tree93b9e825c5217176f1a1c058a9d3003a023572ca
parent79d0949535dad9af44f8b917fe9e9d917d6af41c (diff)
v5.1.2 post (#240)
* add v5.1.2 post * edit * Update bootstrap-5-1-2.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--src/content/posts/2021/bootstrap-5-1-2.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/content/posts/2021/bootstrap-5-1-2.md b/src/content/posts/2021/bootstrap-5-1-2.md
new file mode 100644
index 00000000..f29b4612
--- /dev/null
+++ b/src/content/posts/2021/bootstrap-5-1-2.md
@@ -0,0 +1,37 @@
+---
+author: mdo
+date: "2021-10-05T00:00:00Z"
+title: Bootstrap 5.1.2
+video: HoQN7K6HdRw
+---
+
+Bootstrap v5.1.2 is here with a handful of improvements across our components, plus a fix for an issue in another project that prevented our Sass from compiling properly. Keep reading for the highlights.
+
+## Highlights
+
+- Temporarily patched a [postcss-values-parser](https://github.com/shellscape/postcss-values-parser/issues/138) issue by rearranging our `calc()` functions that use negative numbers. This should restore the ability to import and compile Bootstrap's Sass in `create-react-app`.
+- Added `border-radius` sizes to small and large `.form-select`s
+- Added `align-self: center` to buttons for improved rendering in flex containers
+- Fixed Collapse regression that prevented toggling between sibling children
+- Updated JS Sanitizer to add `sms` in the `SAFE_URL_PATTERN`
+- Improved docs around `.img-fluid`
+- Added `role="switch"` to our form switches in our docs
+- Implemented GitHub Issue forms to replace our previous issue templates.
+
+## Up next
+
+Up next is our v5.2.0 release, adding more utility improvements and fixing an issue with how [Sass handles re-assigned maps and variables](https://github.com/twbs/bootstrap/issues/34756). Alongside that, we'll be shipping an update to v4 soon as well.
+
+## Get the release
+
+**Head to <https://getbootstrap.com> for the latest.** It's also been pushed to npm:
+
+```sh
+npm i bootstrap
+```
+
+[Review the GitHub v5.1.2 release changelog](https://github.com/twbs/bootstrap/releases/tag/v5.1.2) for a complete list of changes since our last 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.