From 282df8d9cac3ca1d375f4be528c41798ad9abce1 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Wed, 27 Nov 2019 20:35:16 +0100 Subject: [PATCH 1/5] Add 4.4.1 blog post --- _posts/2019-11-28-bootstrap-4-4-1.md | 10 ++++++++++ 1 file changed, 10 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..1b50f33d9 --- /dev/null +++ b/_posts/2019-11-28-bootstrap-4-4-1.md @@ -0,0 +1,10 @@ +--- +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, we've added new `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 based on `node-sass`, some alert developers [noticed](https://github.com/twbs/bootstrap/issues/29743) thing broke when using another compiler like Dart Sass or Ruby Sass. To resolve this issue, we've tweaked the `add()` function a bit to output what we would expect. + +<3,
+ +[@mdo](https://github.com/mdo) & [team](https://github.com/twbs) From dde62d9bc22d7f5557c42ee6a877d47339c4cfe1 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 28 Nov 2019 12:06:39 +0100 Subject: [PATCH 2/5] Update --- _posts/2019-11-28-bootstrap-4-4-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-11-28-bootstrap-4-4-1.md b/_posts/2019-11-28-bootstrap-4-4-1.md index 1b50f33d9..775fdf7c5 100644 --- a/_posts/2019-11-28-bootstrap-4-4-1.md +++ b/_posts/2019-11-28-bootstrap-4-4-1.md @@ -3,7 +3,7 @@ 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, we've added new `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 based on `node-sass`, some alert developers [noticed](https://github.com/twbs/bootstrap/issues/29743) thing broke when using another compiler like Dart Sass or Ruby Sass. To resolve this issue, we've tweaked the `add()` function a bit to output what we would expect. +Today we're shipping [Bootstrap v4.4.1](https://github.com/twbs/bootstrap/releases/tag/v4.4.1)! In v4.4.0, we've added new `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 based on `node-sass`, some alert developers [noticed](https://github.com/twbs/bootstrap/issues/29743) thing broke when using another 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,
From 34a166d570c564facb5afd7165fc3bbcbe3acfe8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 28 Nov 2019 13:08:25 +0200 Subject: [PATCH 3/5] Update 2019-11-28-bootstrap-4-4-1.md --- _posts/2019-11-28-bootstrap-4-4-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-11-28-bootstrap-4-4-1.md b/_posts/2019-11-28-bootstrap-4-4-1.md index 775fdf7c5..f685457f7 100644 --- a/_posts/2019-11-28-bootstrap-4-4-1.md +++ b/_posts/2019-11-28-bootstrap-4-4-1.md @@ -3,7 +3,7 @@ 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, we've added new `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 based on `node-sass`, some alert developers [noticed](https://github.com/twbs/bootstrap/issues/29743) thing broke when using another 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. +Today we're shipping [Bootstrap v4.4.1](https://github.com/twbs/bootstrap/releases/tag/v4.4.1)! In v4.4.0, we've added new `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 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,
From ab48d3bc55a8f7b4ee458736b90c6f0b768a9356 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 28 Nov 2019 15:04:18 +0200 Subject: [PATCH 4/5] Update 2019-11-28-bootstrap-4-4-1.md --- _posts/2019-11-28-bootstrap-4-4-1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_posts/2019-11-28-bootstrap-4-4-1.md b/_posts/2019-11-28-bootstrap-4-4-1.md index f685457f7..9e8f47a91 100644 --- a/_posts/2019-11-28-bootstrap-4-4-1.md +++ b/_posts/2019-11-28-bootstrap-4-4-1.md @@ -3,7 +3,11 @@ 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, we've added new `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 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. +Today we're shipping [Bootstrap v4.4.1](https://github.com/twbs/bootstrap/releases/tag/v4.4.1)! + +In v4.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 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,
From 04d5a4deb3baa90f7f67b24018ef462ca46b6716 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 28 Nov 2019 15:06:35 +0200 Subject: [PATCH 5/5] Update 2019-11-28-bootstrap-4-4-1.md --- _posts/2019-11-28-bootstrap-4-4-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-11-28-bootstrap-4-4-1.md b/_posts/2019-11-28-bootstrap-4-4-1.md index 9e8f47a91..07b552887 100644 --- a/_posts/2019-11-28-bootstrap-4-4-1.md +++ b/_posts/2019-11-28-bootstrap-4-4-1.md @@ -5,7 +5,7 @@ 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, 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 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. +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.