diff options
| author | Martijn Cuppens <[email protected]> | 2020-10-24 18:45:14 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-10-26 15:23:25 -0700 |
| commit | 6df0cfecd163a06d52bb91728cc474b2fae8a2eb (patch) | |
| tree | 98eae14ecdcc44db0b22505f66e2fda4598f0ea3 /site | |
| parent | 568c1d19d32400c69e0e134502e45356e7983a31 (diff) | |
| download | bootstrap-6df0cfecd163a06d52bb91728cc474b2fae8a2eb.tar.xz bootstrap-6df0cfecd163a06d52bb91728cc474b2fae8a2eb.zip | |
Update migration guide
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.0/migration.md | 4 |
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 539f04821..2d30ee004 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 |
