Skip to content

Releases: csandman/chakra-react-select

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

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