diff options
| author | Mark Otto <[email protected]> | 2021-05-04 20:42:06 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-05 06:42:06 +0300 |
| commit | e2df73fa9a2062ed5489a1bd80b9d0ddbf211a53 (patch) | |
| tree | 531a2599185da72254236746597bc3307734d3d3 | |
| parent | 1e6356ab43df6ca3e0c05499a4d690235fbd6fc7 (diff) | |
| download | bootstrap-e2df73fa9a2062ed5489a1bd80b9d0ddbf211a53.tar.xz bootstrap-e2df73fa9a2062ed5489a1bd80b9d0ddbf211a53.zip | |
Update migration guide for some v5 changes (#33829)
* Update migration guide for some v5 changes
* Update migration.md
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/migration.md | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 3ee604d44..7037c1de8 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -9,9 +9,28 @@ toc: true ## v5.0.0 +### Components + +- Added new `.offcanvas-top` modifier class to round out offcanvas placement options. +- Offcanvas header elements are now vertically aligned with one another. +- Alerts now have [examples with icons]({{< docsref "/components/alerts#icons" >}}). +- Improved spinner vertical alignment. + +### Forms + +- Validation icons are no longer applied to `<select>`s with `muliptle`. + ### JavaScript -- Dropdowns now have one more option (`autoClose`) to handle the [auto close behavior]({{< docsref "/components/dropdowns#auto-close-behavior" >}}). You can use this option to accept the click inside or outside the dropdown menu to make it interactive. +- Dropdown menus can now be clickable with a new `autoClose` option to handle the [auto close behavior]({{< docsref "/components/dropdowns#auto-close-behavior" >}}). You can use this option to accept the click inside or outside the dropdown menu to make it interactive. +- Dropdowns now support `.dropdown-item`s wrapped in `<li>`s. +- Fixed offcanvas focus issues when scrolling is allowed. +- Fixed click handling on tabs. + +### Sass + +- Added new `color-scheme` mixin +- Update the `make-col` mixin to default to equal widths without a specified size ## v5.0.0-beta3 |
