Releases: csandman/chakra-react-select
Releases · csandman/chakra-react-select
2.0.1
2.0.0
What's Changed
- Added a new
chakraStylesprop which takes the place of the built instylesandthemeprops - Add a
focusBorderColorprop which has the same effect as passing the same prop to Chakra's<Input /> - Add an
errorBorderColorprop 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-selectfromdevDependenciestodependencies(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.500in light mode,blue.300in dark mode) - Add the
selectedOptionStyleprop, 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
selectedOptionColorprop which will change the highlight color for selected options (whenselectedOptionStyleis 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
