Releases: csandman/chakra-react-select
Releases · csandman/chakra-react-select
4.2.1
What's Changed
- Make the
isReadOnly
prop functional by @csandman in #173 (closes #171)- Add new documentation for the prop
Full Changelog: v4.2.0...v4.2.1
4.2.0
4.1.5
- Fix: Prevent a selected option from being removed when isDisabled is passed by @csandman in #169
- Fix the bug allowing users to remove selected options when
isDisabled
is passed - closes #168 - Small README edits
- Add an example CodeSandbox for each of the custom props that are available
- Change some general wording and explanations in the docs
- Fix the bug allowing users to remove selected options when
Full Changelog: v4.1.4...v4.1.5
4.1.4
What's Changed
- CodeSandbox Badges by @csandman in #160
- Replace all CodeSandbox example links with linked badges to clean up the look of the README
- Create styles context by @csandman in #161
Full Changelog: v4.1.3...v4.1.4
4.1.3
What's Changed
- [ImgBot] Optimize images by @imgbot in #149
- Chakra 2 Fixes by @csandman in #150
- A bunch of behind the scenes fixes that can be seen in the original PR
- Add
zod
React Hook form examples to the README - Add missing
innerProps
to components that should have them - closes #152
Full Changelog: v4.1.2...v4.1.3
3.3.8
4.1.2
Revert one of the changes from 4.1.1, something got mixed up 😬
Full Changelog: v4.1.1...v4.1.2
4.1.1
What's Changed
- Focus Visible Fix by @csandman in #146
- Add the
data-focus-visible
prop to all components that haddata-focus
in order to reenable focus styles. The components affected are theControl
,ClearIndicator
, andMultiValueRemove
.
- Add the
Full Changelog: v4.1.0...v4.1.1
4.1.0
What's Changed
- Add a useBasicStyles prop + other updates by @csandman in #144
- Add a
useBasicStyles
prop which changes the dropdown indicator's styles to match those of Chakra UI'sSelect
component. - Update all links to the Chakra website to the new format they've changed them to.
- Remove the
src
directory from thefiles
published to NPM. - Update
react-select
tov5.4.0
. - Update all dev dependencies
- Add a
Full Changelog: v4.0.3...v4.1.0
4.0.3
What's Changed
- Downgrade all Chakra packages to base versions for v2 by @csandman in #141
- The peer deps in
v4.0.2
were pinned at a higher than base version by accident, this lowers them to allow all users of Chakra UI v2 to use them
- The peer deps in
Full Changelog: v4.0.2...v4.0.3