Skip to content

3.2.0

Compare
Choose a tag to compare
@csandman csandman released this 14 Apr 19:46
· 255 commits to main since this release

What's Changed

  • [ImgBot] Optimize images by @imgbot in #76
  • New react-select version + Minor tweaks by @csandman in #84
    • Update react-select to 5.3.0
    • Update all dev dependencies
    • The isReadOnly and isRequired props will not be forwarded from a wrapping form control to the <input> component
      • Only aria-required is added to the input, as it will not actually be filled when submitting a form so it should not block the submission when it is blank
    • Add the class-name-prefix--has-value class to the SelectContainer component when there is a value selected

Full Changelog: v3.1.2...v3.2.0