Skip to content

Commit

Permalink
Update migration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and mdo committed Oct 20, 2020
1 parent 84f2044 commit 7277b45
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions site/content/docs/5.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ 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)

### Components

#### Input groups

- Drastically reduced supported options, dropping support for:
- Addons on both sides
- Dropdowns and button groups as addons
- Multiple text and button addons
- Multiple form controls
- Replaced `.input-group` with `.input-group-start` and `.input-group-end`. Use one of the two classes depending on where you want your text or button addon.

---

## v5.0.0-alpha2

### Sass
Expand Down Expand Up @@ -257,17 +270,8 @@ Changes to Reboot, typography, tables, and more.
- Dropped `.form-row` for the more flexible grid gutters.
- Dropped `.form-inline` for the more flexible grid.
- Dropped support for `.form-control-plaintext` inside `.input-group`s.
- Form labels now require the `.form-label` class. Sass variables are now available to style form labels to your needs. [See #30476](https://github.com/twbs/bootstrap/pull/30476)

#### Input groups

- Drastically reduced supported options, dropping support for:
- Addons on both sides
- Dropdowns and button groups as addons
- Multiple text and button addons
- Multiple form controls
- Replaced `.input-group` with `.input-group-start` and `.input-group-end`. Use one of the two classes depending on where you want your text or button addon.
- Dropped `.input-group-append` and `.input-group-prepend`. You can now just add buttons and `.input-group-text` as direct children of the input groups.
- Form labels now require the `.form-label` class. Sass variables are now available to style form labels to your needs. [See #30476](https://github.com/twbs/bootstrap/pull/30476)

### Components

Expand Down

0 comments on commit 7277b45

Please sign in to comment.