Skip to content

Commit 2bf0630

Browse files
authored
Add missing breaking changes to migration guide (#770)
1 parent 7a36c97 commit 2bf0630

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/content/migration-guide.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ the [Bootstrap grid docs](https://getbootstrap.com/docs/5.0/layout/grid/#row-col
9393
- Added `dark` property for dark text, controls, and indicators. This is great for lighter backgrounds.
9494
- Replaced chevron icons for carousel controls with new SVGs from Bootstrap Icons.
9595

96+
### Checkbox
97+
- <span class="badge bg-danger">Breaking</span> Renamed `checked` property to `value`.
98+
99+
### Checklist
100+
- <span class="badge bg-danger">Breaking</span> Dropped `custom` property. As of Bootstrap 5 all radio buttons and checkboxes receive custom styling.
101+
96102
### Col
97103
- <span class="badge bg-danger">Breaking</span> When specifying the `order` of the columns, it accepts the integers 1, ..., 5, only rather than integers 1, ..., 12.
98104
- Added `xxl` prop corresponding to the new `xxl` breakpoint in Bootstrap 5. Allows you to control the layout on extra large screens.
@@ -155,6 +161,12 @@ the [Bootstrap grid docs](https://getbootstrap.com/docs/5.0/layout/grid/#row-col
155161
- Added a `label` property that should be used instead of `children` to render text on the progress bar.
156162
- Added a `hide_label` property to hide the label.
157163

164+
### RadioButton
165+
- <span class="badge bg-danger">Breaking</span> Renamed `checked` property to `value`.
166+
167+
### RadioItems
168+
- <span class="badge bg-danger">Breaking</span> Dropped `custom` property. As of Bootstrap 5 all radio buttons and checkboxes receive custom styling.
169+
158170
### Row
159171
- <span class="badge bg-danger">Breaking</span> Dropped `no_gutters` prop. Use gutter modifier classes instead. See the [docs](/docs/components/layout/) for examples.
160172

0 commit comments

Comments
 (0)