From: Martijn Cuppens Date: Sat, 24 Oct 2020 16:45:14 +0000 (+0200) Subject: Update migration guide X-Git-Tag: v5.0.0-alpha3~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df0cfecd163a06d52bb91728cc474b2fae8a2eb;p=thirdparty%2Fbootstrap.git Update migration guide --- diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 539f04821b..2d30ee004e 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -21,6 +21,10 @@ toc: true - Introduce `$enable-smooth-scroll`, which applies `scroll-behavior: smooth` globally—except for users asking for reduced motion through `prefers-reduced-motion` media query. [See #31877](https://github.com/twbs/bootstrap/pull/31877) +### Forms + +- The longstanding [Missing border radius on input group with validation feedback bug](https://github.com/twbs/bootstrap/issues/25110) is finally fixed by adding an additional `.has-validation` class to input groups with validation. + ## v5.0.0-alpha2 ### Sass