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/0.2/migration-from-boosted.md
+37-14Lines changed: 37 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,10 +132,46 @@ You will have to make some extra Javascript to change the styles and update the
132
132
133
133
### Checks & radios
134
134
135
-
- <spanclass="badge text-bg-status-warning-emphasized">Warning</span> `.form-check`, `.form-check-input`and `.form-check-label` have been changed. Please make sure that the rendering is still fine.
135
+
- <spanclass="badge text-bg-status-negative-emphasized">Breaking</span> Switch and radio buttons and the corresponding class `.form-switch` have been removed.
136
136
137
137
- <spanclass="badge text-bg-status-warning-emphasized">Warning</span> `form-star-rating()` mixin has been removed as it was deprecated in Boosted v5.3.2.
138
138
139
+
140
+
#### Checkbox
141
+
142
+
- <spanclass="badge text-bg-status-positive-emphasized">New</span> `.checkbox-item`, `.checkbox-item-icon-container`, `.checkbox-item-indicator-container`, `.checkbox-item-text`, `.checkbox-label`, `.checkbox-indicator`, `.checkbox-helper`, `.checkbox-item-divider`, `.checkbox-item-inverse` have been added.
143
+
144
+
- <spanclass="badge text-bg-status-negative-emphasized">Breaking</span> Checkbox is a new component compared to Boosted's Check, the DOM is therefore very different.
0 commit comments