zeit-ui-react v1.6.0 Release Notes

Release Date: 2020-05-28 // almost 4 years ago
  • ๐Ÿ”‹ Features

    • โž• Add forwardRef to Button. #221
    • โž• Add altText prop to User. #227
    • โž• Add size prop to Radio. #230
    • โž• Add size prop to Checkbox. #231
    • ๐Ÿ’ป Multiple selections for Select. #233
    • ๐Ÿ’ป Functional initializer mode for useCurrentValue. #233
    • โž• Add disableMatchWidth to Select for disable dropdown follow parent width. #241
    • โž• Add disableMatchWidth to AutoComplete for disable dropdown follow parent width. #243
    • โž• Add dropdownClassName and dropdownStyle to AutoComplete. #243

    Patches

    • ๐Ÿ›  Fix Modal did not remove hidden when closed.
    • ๐Ÿ›  Fix style imbalance caused by decimal width. Radio #242

    Credits

    Thanks to @kentac55 @PaulPCIO .