Skip to content

Commit e2df73f

Browse files
mdoXhmikosR
andauthored
Update migration guide for some v5 changes (#33829)
* Update migration guide for some v5 changes * Update migration.md Co-authored-by: XhmikosR <[email protected]>
1 parent 1e6356a commit e2df73f

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

site/content/docs/5.0/migration.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,28 @@ toc: true
99

1010
## v5.0.0
1111

12+
### Components
13+
14+
- Added new `.offcanvas-top` modifier class to round out offcanvas placement options.
15+
- Offcanvas header elements are now vertically aligned with one another.
16+
- Alerts now have [examples with icons]({{< docsref "/components/alerts#icons" >}}).
17+
- Improved spinner vertical alignment.
18+
19+
### Forms
20+
21+
- Validation icons are no longer applied to `<select>`s with `muliptle`.
22+
1223
### JavaScript
1324

14-
- 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.
25+
- 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.
26+
- Dropdowns now support `.dropdown-item`s wrapped in `<li>`s.
27+
- Fixed offcanvas focus issues when scrolling is allowed.
28+
- Fixed click handling on tabs.
29+
30+
### Sass
31+
32+
- Added new `color-scheme` mixin
33+
- Update the `make-col` mixin to default to equal widths without a specified size
1534

1635
## v5.0.0-beta3
1736

0 commit comments

Comments
 (0)