Skip to content

Releases: csandman/chakra-react-select

3.3.9

22 Dec 22:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.8...v3.3.9

4.4.3

09 Dec 21:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.2...v4.4.3

4.4.2

02 Dec 20:34
Compare
Choose a tag to compare

What's Changed

  • getClassNames fix by @csandman in #224
    • Fix #223
      • Update react-select from ^5.5.7 to 5.7.0
        • Pin react-select version to prevent future updates from causing issues with this package
      • Update cleanCommonProps function to reflect the new version in react-select
        • Update one other place to include getClassNames (custom Group component)
    • Update all dev dependencies

Full Changelog: v4.4.1...v4.4.2

4.4.1

28 Nov 18:55
Compare
Choose a tag to compare

What's Changed

  • fix: hover styling missing by @tzii in #220

New Contributors

  • @tzii made their first contribution in #220

Full Changelog: v4.4.0...v4.4.1

4.4.0

27 Oct 19:53
Compare
Choose a tag to compare

What's Changed

  • Menu shadow fix by @csandman in #209
    • Fix an overflow issue causing MenuList shadow to get cut off - closes #208
  • Default Props from Input by @csandman in #210
    • Use the defaultProps from Chakra's Input component theme to determine the default size and variant that will be applied to the Select - see #207
  • react-select@5.5.7 by @csandman in #211
    • Update react-select to v5.5.7
    • Update all dev dependencies

Full Changelog: v4.3.0...v4.4.0

4.3.0

13 Oct 19:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.6...v4.3.0

4.2.6

11 Oct 18:57
Compare
Choose a tag to compare

What's Changed

  • MenuList width fix by @csandman in #202
    • Change the minW of the MenuList to allow it to be smaller than it is in Chakra's default theme

Full Changelog: v4.2.5...v4.2.6

4.2.5

06 Oct 21:16
Compare
Choose a tag to compare

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

4.2.4

27 Sep 17:49
Compare
Choose a tag to compare

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 the package.json in certain environments.
    • The solution comes from this comment: #187 (comment)
    • See #187 for more info

Full Changelog: v4.2.3...v4.2.4

v4.2.3

26 Sep 19:02
Compare
Choose a tag to compare

What's Changed

  • Add types to the exports field of the package.json by @csandman in #188

Full Changelog: v4.2.2...v4.2.3