Skip to content

0.8.7

Choose a tag to compare

@mdodgelooker mdodgelooker released this 12 Jun 18:05

Added

  • Badge now supports ref assignment (Tooltip badge is now possible)
  • ComboboxMultiInput supports freeInput to allow inputting of values outside of options, using the behavior of InputChips
  • Icon accepts SVG as via artwork prop
  • IconButton now supports tooltipTextAlign
  • InputChips
    • preserves escaped comma and tab characters
    • supports removeOnBackspace (true by default)
  • Icons: TimeZone

Changed

  • AccordionContent & Tree no longer add automatic padding at the container level. Padding happens at the individual item level
  • Icon can now only be sized via size (no height/width since it's a square)
  • InputTime now renders warning icon when validationType="error" is passed
  • FieldInline (FieldCheckbox, FieldRadio & FieldToggleSwitch)
    • Now supports detail property
    • Disabled state slightly more discernable from default state now
  • OptionsGroup (CheckboxGroup, RadioGroup)
    • Now have tighter vertical spacing to feel more connected
    • Supports detail on Options array
  • Status now allows DOM attributes (aria-* and the like)

Fixed

  • Radio & Checkbox disabled states corrected
  • ComponentsProvider actually uses the theme passed in
  • Select selected option check mark icon size
  • ButtonGroup space between rows when wrapping
  • InputChips separates chips by newline when pasting