Skip to content

Releases: csandman/chakra-react-select

4.5.0

22 Feb 00:29
Compare
Choose a tag to compare

What's Changed

  • Fixed grammar and spelling mistakes in README.md by @JackHumphries9 in #217
  • Make the size prop responsive by @csandman in #243
    • Make the size prop responsive, so either a breakpoint object or array can be passed in addition to a normal value.
      • Feature added in response to #241.
      • Also added the @chakra-ui/media-query package in order to accomplish this.
    • Update all packages.
  • Custom Variants by @csandman in #244
    • Add the option to use custom variants for the Input and Tag components, pulled from the theme. This feature isn't widely tested and may not perform exactly how you expect it to.

New Contributors

Full Changelog: v4.4.3...v4.5.0

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