No structural changes, however, the label now has a new CSS class.
Vanilla markup should be migrated to one shown in carbondesignsystem.com site. React and other framework variants should reflect the change automatically.
New Markup:
<div class="bx--form-item">
<strong class="bx--file--label">Account photo</strong> ...
</div>
Old Markup:
<div class="bx--form-item">
<strong class="bx--label">Account photo</strong> ...
</div>
v9 | v10 | Note |
---|---|---|
- | bx--file—label |
✨New |