Skip to content

Releases: csandman/chakra-react-select

4.2.2

09 Sep 01:07
Compare
Choose a tag to compare

What's Changed

  • Fix the menuIsOpen prop by @csandman in #177
    • A fix for the issue mentioned in #176 which was caused by a missing parenthesis...

Full Changelog: v4.2.1...v4.2.2

4.2.1

01 Sep 23:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

4.2.0

01 Sep 22:17
Compare
Choose a tag to compare

What's Changed

  • feat: Adds Variant prop that reflects Chakra UI variants by @picninim in #167
    • See the new docs for usage instructions.

New Contributors

Full Changelog: v4.1.5...v4.2.0

4.1.5

31 Aug 00:26
Compare
Choose a tag to compare
  • Fix: Prevent a selected option from being removed when isDisabled is passed by @csandman in #169
    • Fix the bug allowing users to remove selected options when isDisabled is passed - closes #168
    • Small README edits
      • Add an example CodeSandbox for each of the custom props that are available
      • Change some general wording and explanations in the docs

Full Changelog: v4.1.4...v4.1.5

4.1.4

20 Jul 21:09
Compare
Choose a tag to compare

What's Changed

  • CodeSandbox Badges by @csandman in #160
    • Replace all CodeSandbox example links with linked badges to clean up the look of the README
  • Create styles context by @csandman in #161
    • Remove all instances of createStylesContext [0bbb7ad] - closes #159
    • Add small horizontal spacing around the Input component to better visually match the original react-select

Full Changelog: v4.1.3...v4.1.4

4.1.3

05 Jul 17:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

3.3.8

05 Jul 17:29
Compare
Choose a tag to compare

What's Changed

  • Chakra v2 fixes by @csandman in #153
    • Update all links to their v1 versions in the README and module-augmentation files.
    • Add missing innerProps to components that should have them.

Full Changelog: v3.3.7...v3.3.8

4.1.2

01 Jul 02:04
Compare
Choose a tag to compare

Revert one of the changes from 4.1.1, something got mixed up 😬

Full Changelog: v4.1.1...v4.1.2

4.1.1

30 Jun 23:28
Compare
Choose a tag to compare

What's Changed

  • Focus Visible Fix by @csandman in #146
    • Add the data-focus-visible prop to all components that had data-focus in order to reenable focus styles. The components affected are the Control, ClearIndicator, and MultiValueRemove.

Full Changelog: v4.1.0...v4.1.1

4.1.0

30 Jun 21:33
Compare
Choose a tag to compare

What's Changed

  • Add a useBasicStyles prop + other updates by @csandman in #144
    • Add a useBasicStyles prop which changes the dropdown indicator's styles to match those of Chakra UI's Select component.
    • Update all links to the Chakra website to the new format they've changed them to.
    • Remove the src directory from the files published to NPM.
    • Update react-select to v5.4.0.
    • Update all dev dependencies

use-basic-styles

Full Changelog: v4.0.3...v4.1.0