Skip to content

Commit

Permalink
Add to migration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored and XhmikosR committed Dec 1, 2020
1 parent 3b015ed commit 08eb922
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions site/content/docs/5.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ toc: true

- Renamed `scale-color()` function to `shift-color()` to avoid collision with Sass's own color scaling function.

### Components

#### Breadcrumbs

- Simplified the default appearance of breadcrumbs by removing `padding`, `background-color`, and `border-radius`.
- Added new CSS custom property `--bs-breadcrumb-divider` for easy customization without needing to recompile CSS.

## v5.0.0-alpha3

### Browser support
Expand All @@ -43,12 +50,6 @@ toc: true
- File inputs now use the `.form-control` class and don't require JavaScript, additional HTML, or additional classes. [See #31955](https://github.com/twbs/bootstrap/pull/31955).
- Added `cursor:pointer` to `.form-control-color` color inputs.

### Components

#### Breadcrumbs

- Set the default padding to `0`, and the background color and border to `null`, for the `.breadcrumb` styles. These can still be overridden using the `$breadcrumb-padding-x`, `$breadcrumb-padding-y`, `$breadcrumb-bg`, and `$breadcrumb-border-radius` variables.

### Utilities

- **Text utilities:**
Expand Down

0 comments on commit 08eb922

Please sign in to comment.