Skip to content

4.6.0

Compare
Choose a tag to compare
@csandman csandman released this 01 Mar 02:17
· 59 commits to main since this release

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