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
Added head_classes, body_classes & foot_classes optional properties to the Hero component. These extra classes will be added to the stanard classes assigned to each of the corresponding hero component sections.
Added navburger_classes prop to the Navbar component. These extra classes will be added to the standard classes for the navbar-burger element.
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.