Skip to content

4.2.5

Compare
Choose a tag to compare
@csandman csandman released this 06 Oct 21:16
· 276 commits to main since this release

What's Changed

  • Add CodeSandbox CI config by @csandman in #193
  • 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's Input component theme for the Control component's minH instead of using custom heights
      • Use the border radius values from the Input component based on the size prop to style the MenuList to keep them in sync
    • Simplify some of the other custom styles in the various Menu components
    • Update all dev dependencies
      • Replace the now deprecated CSSObject type with its alias SystemStyleObject in all places

Full Changelog: v4.2.4...v4.2.5