Skip to content

0.7.23

Choose a tag to compare

released this 09 Mar 19:22

Added

  • ActionList and related sub-components - general layout and base functionality added; currently renders a list with data in columns and associated actions at the item level
  • InputText now supports iconBefore, iconAfter, prefix, suffix properties
  • InputDateRange component
  • Icons ArrowRight, Function, IdeDimension, IdeDimensionGroup, IdeParameter, NotificationBellOff, NotificationBellOn

Changed

  • FieldColor state can now be fully controlled.
  • Icon CaretDown optically centered
  • IconButton tooltip callbacks no longer override passed in callbacks
  • InputChips no longer supports summary prop, and style updates to allow vertical scrolling
  • InputDate now supports controlled component behavior
  • Menu renamed isHovered variable to showDisclosure to make this prop's use alongside MenuDisclosure more obvious
  • MenuContext renamed isHovered property to showDisclosure
  • MenuDisclosure now has focus and blur handlers, which allows for tab-traversal to hidden MenuDisclosure
  • Slider component style updates

Fixed

  • InputDate and InputDateRange test mocks