v0.2.0
版本发布时间: 2021-07-27 04:28:40
thedodd/ybc最新发布版本:v0.4.0(2023-04-20 23:11:40)
0.2.0
added
- Added support for yew
0.18.x
. - Added
head_classes
,body_classes
&foot_classes
optional properties to theHero
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 theNavbar
component. These extra classes will be added to the standard classes for thenavbar-burger
element. - Added
help_has_error
prop to theField
component. Thisbool
prop will add theis-danger
class to the field's help text whentrue
. - Added
horizontal
prop to theField
component. This replaces theFieldHorizontal
component. - Added
disabled
prop to theSelect
&MultiSelect
components. - All components have been updated to accept
yew::Classes
instead ofString
for theirclasses
props.
removed
- The
FieldHorizontal
component has been removed in favor of thehorizontal
prop of theField
component.