You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/5.0/migration.md
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,28 @@ toc: true
9
9
10
10
## v5.0.0
11
11
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
+
12
23
### JavaScript
13
24
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
0 commit comments