Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2020-10-24 19:45:14 +0300
committerMark Otto <otto@github.com>2020-10-27 01:23:25 +0300
commit6df0cfecd163a06d52bb91728cc474b2fae8a2eb (patch)
tree98eae14ecdcc44db0b22505f66e2fda4598f0ea3 /site/content
parent568c1d19d32400c69e0e134502e45356e7983a31 (diff)
Update migration guide
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.0/migration.md4
1 files changed, 4 insertions, 0 deletions
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