Skip to content

Releases: csandman/chakra-react-select

3.3.3

06 May 20:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

3.3.2

06 May 16:12
Compare
Choose a tag to compare

What's Changed

  • Package Update by @csandman in #113
    • Add a prepublishOnly script to build before deploying
    • Update react-select to v5.3.1
    • Update all dev dependencies

Full Changelog: v3.3.1...v3.3.2

3.3.1

20 Apr 19:24
Compare
Choose a tag to compare

What's Changed

  • ChakraStylesConfig generic default fix by @csandman in #89
    • Change the default value for the IsMulti generic on the ChakraStylesConfig interface to be boolean instead of false
      • This is to fix any type errors from using the isMulti prop along with a ChakraStylesConfig object
      • This was made in response to #88

Full Changelog: v3.3.0...v3.3.1

3.3.0

18 Apr 20:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

3.2.0

14 Apr 19:46
Compare
Choose a tag to compare

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

3.1.2

18 Mar 20:49
Compare
Choose a tag to compare

What's Changed

This version is entirely behind the scenes, it shouldn't affect the functionality of the component.

Full Changelog: v3.1.1...v3.1.2

3.1.1

11 Mar 23:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

3.1.0

10 Mar 23:07
bb73dc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.6...v3.1.0

3.0.6

03 Mar 18:40
Compare
Choose a tag to compare

What's Changed

  • reduce chakra-ui dep size by @CaitlinSweeney in #60
    • Replace the peer dependency @chakra-ui/react with the specific submodules in Chakra UI that are used by this package

New Contributors

Full Changelog: v3.0.5...v3.0.6

3.0.5

24 Feb 21:16
6b043dc
Compare
Choose a tag to compare

What's Changed

  • MenuPortal Fix by @csandman in #58
    • Allow the styles prop to be forwarded to the inner select in order to style the MenuPortal component
    • Add documentation for styling the MenuPortal component

Full Changelog: v3.0.4...v3.0.5