Skip to content

0.7.14

Compare
Choose a tag to compare
released this 27 Jan 23:43

Added

  • Button now has a fullWidth prop that will set the button's width to 100%, filling its parent container.
  • ConfirmLayout - new modal for laying out standard user confirmation dialog content
  • InputChips displays multiple values as Chips inside a text box

Changes

  • Banner children are now wrapped in <Box display="auto"> so they will expand to the full available width.
  • ConfirmationDialog uses ConfirmLayout to render modal content
  • ModalHeader accepts a new headerIcon prop to render next to the title content
  • ModalManager children prop is now optional
  • ModalSurface
    • all consumers now support a responsive maxWidth prop
    • surfaceStyle renamed to surfaceStyles in order to make the modal and DialogManager consistent
  • Edited modal documentation for clarity

Fixed

  • MenuItem improved for use-case where itemRole="link" interacted poorly with unrelated CSS in applying :hover and :focus pseudo-styles