Skip to content

v0.2.0 | Yew 0.18, yew::Classes & other updates

Choose a tag to compare

@github-actions github-actions released this 26 Jul 20:28

0.2.0

added

  • Added support for yew 0.18.x.
  • 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.