Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 4.4.1 blog post #123

Merged
merged 5 commits into from Nov 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions _posts/2019-11-28-bootstrap-4-4-1.md
@@ -0,0 +1,14 @@
---
layout: post
title: Bootstrap 4.4.1
---

Today we're shipping [Bootstrap v4.4.1](https://github.com/twbs/bootstrap/releases/tag/v4.4.1)!

In [v4.4.0]({% post_url 2019-11-26-bootstrap-4-4-0 %}), we added `add()` and `subtract()` functions to avoid errors when using zero values in CSS's built in `calc()` function. While these functions work as expected with our build system which is based on `node-sass`, some alert developers [noticed](https://github.com/twbs/bootstrap/issues/29743) that things broke when using another Sass compiler like Dart Sass or Ruby Sass. To resolve this issue, we've tweaked these functions a bit to output what we would expect.

Lastly, we also added a theming [fix](https://github.com/twbs/bootstrap/pull/29762) for some custom forms in a disabled fieldset.

<3,<br>

[@mdo](https://github.com/mdo) & [team](https://github.com/twbs)