Skip to content

Releases: csandman/chakra-react-select

4.7.0

24 Jul 23:18
Compare
Choose a tag to compare

What's Changed

  • chore: Update packages and simplify ThemeObject type by @csandman in #257
  • fix: Add Chakra Menu to provide context for MenuIcon dependency by @malinskibeniamin in #269
  • chore: Update all dependencies by @csandman in #270
    • This PR also fixes some style issues that are caused by @chakra-ui/[email protected], specifically @chakra-ui/[email protected] in which the theme styles for the Input component were changed, breaking the way they were being used by this package. This change should be backwards compatible with the other 2.x.x versions of Chakra.

New Contributors

Full Changelog: v4.6.0...v4.7.0

4.6.0

01 Mar 02:17
Compare
Choose a tag to compare

What's Changed

  • Value Style Fixes by @csandman in #248
    • Fix various styles, so they line up better with how the original react-select is laid out
      • In response to #246
    • Fix the condition for setting the aria-invalid prop
  • Prop Deprecation by @csandman in #247
    • Add @deprecated flags to both the original styles and theme props to help prevent people from using them by mistake.
      • Unfortunately, these props are not flagged when you attempt to pass them into the component, but at least the @deprecated label shows up when you hover over the prop.
    • Change the prop selectedOptionColor to selectedOptionColorScheme to prevent confusion.
      • The selectedOptionColor prop will still function for the time being, but will be removed in the next major version
    • Remove the documentation for hasStickyGroupHeaders and isFixed as a soft deprecation. They still function for now, but will probably be removed eventually (unless people start complaining).
      • These props were added very early on in this package's development, mostly as a way to try some things myself. Ultimately, they don't make much sense in the scope of other props, and these same customizations can be done from the user's side with custom components and chakraStyles.

Full Changelog: v4.5.0...v4.6.0

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

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
  • [email protected] 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