Skip to content

Commit

Permalink
Changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedodd committed Jul 26, 2021
1 parent 54f3b76 commit a011d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This changelog follows the patterns described here: https://keepachangelog.com/e
- 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`.
- Added `horizontal` prop to the `Field` component. This replaces the `FieldHorizontal` component.
- Added `disabled` prop to the `Select` & `MultiSelect` components.
- All components have been updated to accept `yew::Classes` instead of `String` for their `classes` props.

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

0 comments on commit a011d3b

Please sign in to comment.