mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 09:04:14 +02:00
Add toasts & positioning utilities migration docs
This commit is contained in:
committed by
XhmikosR
parent
6c069b6976
commit
5f89ea3a0f
@@ -61,6 +61,10 @@ Breakpoints specific variants are consequently renamed too (eg. `.text-md-start`
|
|||||||
|
|
||||||
- Renamed `scale-color()` function to `shift-color()` to avoid collision with Sass's own color scaling function.
|
- Renamed `scale-color()` function to `shift-color()` to avoid collision with Sass's own color scaling function.
|
||||||
|
|
||||||
|
### Utilities
|
||||||
|
|
||||||
|
- Added new `.translate-middle-x` & `.translate-middle-y` utilities to horizontally or vertically center absolute/fixed positioned elements.
|
||||||
|
|
||||||
### Components
|
### Components
|
||||||
|
|
||||||
#### Breadcrumbs
|
#### Breadcrumbs
|
||||||
@@ -68,6 +72,10 @@ Breakpoints specific variants are consequently renamed too (eg. `.text-md-start`
|
|||||||
- Simplified the default appearance of breadcrumbs by removing `padding`, `background-color`, and `border-radius`.
|
- 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.
|
- Added new CSS custom property `--bs-breadcrumb-divider` for easy customization without needing to recompile CSS.
|
||||||
|
|
||||||
|
#### Toasts
|
||||||
|
|
||||||
|
- Toasts can now be [positioned]({{< docsref "/components/toasts#placement" >}}) in a `.toast-container` with the help of [positioning utilities]({{< docsref "/utilities/position" >}}).
|
||||||
|
|
||||||
## v5.0.0-alpha3
|
## v5.0.0-alpha3
|
||||||
|
|
||||||
### Browser support
|
### Browser support
|
||||||
|
Reference in New Issue
Block a user