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