Skip to content

1.9.0

Compare
Choose a tag to compare
@sawyerh sawyerh released this 03 Jan 13:44

🚀 Added

  • Added onComponentBlur prop to <DateField>
  • also added dayInvalid, monthInvalid, yearInvalid boolean props added to DateField to support error styling on the individual input elements

💅 Changes

  • <Autocomplete>'s items prop is now optional
  • Updated the DateField hint to include slashes, based on feedback from the CMS content team. It's now For example: 4/25/1986
  • Changed weight of requirementLabel in FormLabel from bold to normal

🛠 Fixed

  • Fixed invalid HTML in MonthPicker list #218
  • Some props that were passed through to a child component were stricter than the original PropType. These were loosened in most cases from string to node.
  • Added number as a valid PropType to TextField's defaultValue and value.