Skip to content

Releases: csandman/chakra-react-select

2.0.1

07 Jan 02:23
f2f2c72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

2.0.0

05 Jan 00:19
19c54b9
Compare
Choose a tag to compare

What's Changed

  • Added a new chakraStyles prop which takes the place of the built in styles and theme props
  • Add a focusBorderColor prop which has the same effect as passing the same prop to Chakra's <Input />
  • Add an errorBorderColor prop which has the same effect as passing the same prop to Chakra's <Input />
  • Updated all documentation

Full Changelog: v1.4.0...v2.0.0

1.4.0

29 Dec 20:12
b38ea9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.4.0

1.3.4

01 Dec 22:17
f647898
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

1.3.3

18 Nov 22:42
8833b84
Compare
Choose a tag to compare

What's Changed

The main change is fixing the menuPlacement prop that is native to react-select

Full Changelog: v1.3.2...v1.3.3

1.3.2

21 Oct 21:00
Compare
Choose a tag to compare

What's Changed

  • Fix an issue with the new <LoadingIndicator /> where extraneous props were being passed to the component (db48cff)

Full Changelog: v1.3.1...v1.3.2

1.3.1

21 Oct 20:48
Compare
Choose a tag to compare

What's Changed

  • [ImgBot] Optimize images by @imgbot in #9
  • Move @types/react-select to dependencies by @csandman in #11
    • Move @types/react-select from devDependencies to dependencies (mentioned in #10 (comment))
  • Csandman/loading indicator by @csandman in #12
    • Remove unused <MenuPortal /> component
    • Add a custom <LoadingIndicator /> component using the Chakra UI Spinner

Full Changelog: v1.3.0...v1.3.1

1.3.0

18 Oct 20:20
Compare
Choose a tag to compare

Changes

  • Style the selected options to match react-select, with a default of a blue highlight (blue.500 in light mode, blue.300 in dark mode)
  • Add the selectedOptionStyle prop, which can be passed "color" (default) or "check" which will change the styling of a selected option to match the Chakra UI menu component
  • Add the selectedOptionColor prop which will change the highlight color for selected options (when selectedOptionStyle is left at its default, "color")
  • Add a roadmap to the README with features that are on the way.

Full Changelog: v1.2.2...v1.3.0

1.2.2

01 Oct 19:23
Compare
Choose a tag to compare
  • Fix an issue with the tagVariant prop where it was defaulting to solid

1.2.1

29 Sep 05:40
b05ea87
Compare
Choose a tag to compare
  • Fix an issue where the color is not being properly changed to be light for the selected single value option when the app is in dark mode:

image