Releases: csandman/chakra-react-select
Releases · csandman/chakra-react-select
2.0.1
2.0.0
What's Changed
- Added a new
chakraStyles
prop which takes the place of the built instyles
andtheme
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
1.3.4
1.3.3
1.3.2
1.3.1
What's Changed
- [ImgBot] Optimize images by @imgbot in #9
- Move @types/react-select to dependencies by @csandman in #11
- Move
@types/react-select
fromdevDependencies
todependencies
(mentioned in #10 (comment))
- Move
- Csandman/loading indicator by @csandman in #12
- Remove unused
<MenuPortal />
component - Add a custom
<LoadingIndicator />
component using the Chakra UI Spinner
- Remove unused
Full Changelog: v1.3.0...v1.3.1
1.3.0
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 (whenselectedOptionStyle
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