Skip to content

Commit a011d3b

Browse files
committed
Changelog update.
1 parent 54f3b76 commit a011d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This changelog follows the patterns described here: https://keepachangelog.com/e
1212
- Added `help_has_error` prop to the `Field` component. This `bool` prop will add the `is-danger` class to the field's help text when `true`.
1313
- Added `horizontal` prop to the `Field` component. This replaces the `FieldHorizontal` component.
1414
- Added `disabled` prop to the `Select` & `MultiSelect` components.
15+
- All components have been updated to accept `yew::Classes` instead of `String` for their `classes` props.
1516

1617
### removed
1718
- The `FieldHorizontal` component has been removed in favor of the `horizontal` prop of the `Field` component.

0 commit comments

Comments
 (0)