From e4c6d4f158848993aafb3eaff8ad3439d5c6c74f Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 28 Nov 2019 14:12:01 +0100 Subject: [PATCH] Add 4.4.1 blog post (#123) --- _posts/2019-11-28-bootstrap-4-4-1.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _posts/2019-11-28-bootstrap-4-4-1.md diff --git a/_posts/2019-11-28-bootstrap-4-4-1.md b/_posts/2019-11-28-bootstrap-4-4-1.md new file mode 100644 index 000000000..07b552887 --- /dev/null +++ b/_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,
+ +[@mdo](https://github.com/mdo) & [team](https://github.com/twbs)