Releases: csandman/chakra-react-select
Releases · csandman/chakra-react-select
4.4.3
4.4.2
What's Changed
- getClassNames fix by @csandman in #224
- Fix #223
- Update
react-select
from^5.5.7
to5.7.0
- Pin
react-select
version to prevent future updates from causing issues with this package
- Pin
- Update
cleanCommonProps
function to reflect the new version inreact-select
- Update one other place to include
getClassNames
(customGroup
component)
- Update one other place to include
- Update
- Update all dev dependencies
- Fix #223
Full Changelog: v4.4.1...v4.4.2
4.4.1
4.4.0
What's Changed
- Menu shadow fix by @csandman in #209
- Fix an overflow issue causing
MenuList
shadow to get cut off - closes #208
- Fix an overflow issue causing
- Default Props from Input by @csandman in #210
- Use the
defaultProps
from Chakra'sInput
component theme to determine the defaultsize
andvariant
that will be applied to theSelect
- see #207
- Use the
- [email protected] by @csandman in #211
- Update
react-select
tov5.5.7
- Update all dev dependencies
- Update
Full Changelog: v4.3.0...v4.4.0
4.3.0
What's Changed
- Add the Package Size GH Action by @csandman in #204
- [email protected] by @csandman in #205
-
Auto-update menu position when using menu portalling - JedWatson/react-select#5256
-
Full Changelog: v4.2.6...v4.3.0
4.2.6
4.2.5
What's Changed
- Add CodeSandbox CI config by @csandman in #193
- Add a CodeSandbox CI config to automatically generate CodeSandboxes for new PRs
- Package Upgrades by @csandman in #195
- Clean up/unify the way some of the styles are customized past using their original theme values (see #194)
- Use the
h
style prop from Chakra'sInput
component theme for theControl
component'sminH
instead of using custom heights - Use the border radius values from the
Input
component based on thesize
prop to style theMenuList
to keep them in sync
- Use the
- Simplify some of the other custom styles in the various
Menu
components - Update all dev dependencies
- Replace the now deprecated
CSSObject
type with its aliasSystemStyleObject
in all places
- Replace the now deprecated
- Clean up/unify the way some of the styles are customized past using their original theme values (see #194)
Full Changelog: v4.2.4...v4.2.5
4.2.4
What's Changed
- Fix the types export in the exports field of the package.json by making it non-last by @csandman in #191
- This fixes a bug caused by #188 that broke the
"exports"
field in thepackage.json
in certain environments. - The solution comes from this comment: #187 (comment)
- See #187 for more info
- This fixes a bug caused by #188 that broke the
Full Changelog: v4.2.3...v4.2.4