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