Skip to content

v2.16.3

Compare
Choose a tag to compare
@ShimiSun ShimiSun released this 04 Feb 17:54
· 1150 commits to master since this release

General:

  • Changed Calendar to fix an issue with disabling kind Buttons and with bounds without timezones.
  • Added defaultValue prop to Select.
  • Added onChild function to Carousel.
  • Changed Grid to restrict repeated column minimum size to not exceed total width.
  • Changed Text to add more sizes.
  • Changed Chart to support pattern area fill.
  • Changed Distribution to fix an issue with undefined values.
  • Fixed Button pad to be based on the size.

DataTable:

  • Fixed DataTable Header/Footer to adjust on body overflow.
  • Changed DataTable to use onMouseEnter for hover detection.

Form:

  • Improved Form onBlur validation.
  • Fixed component update behavior when used inside an uncontrolled Form.

Layer:

  • Added container.elevation to layer’s theme.
  • Allow onEsc to be applied to Layer when modal={false}.
  • Enhanced Layer to accept background prop and grommet sizes for layer.border.radius.

Menu:

  • Fixed Menu’s drop positioning.
  • Changed the Menu children prop to be typed as either a func or node.

TextInput:

  • Removed custom JSX placeholder from TextInput when input has a value.
  • Added highlightFirstSuggestion prop to TextInput.