Skip to content

@reactg-md/core@6.2.0

Latest
Compare
Choose a tag to compare
@mlaursen mlaursen released this 13 Jun 18:59
· 1 commit to main since this release
3289c93

"@react-md/core": minor
"@react-md/material-icons": minor
"react-md": minor

Features

  • All hooks, components, and utils that required a TextExtractor now support item.name and item.label by default
    • Autocomplete
    • alphaNumericSort
    • fuzzySearch
    • caseInsensitiveSearch
  • The Avatar color can now be type-safe with module augmentation and the new AvatarColorOverrides interface
  • The Box gridName can now be type-safe with module augmentation and the new BoxGridNameOverrides interface
  • Added missing circularProgress and linearProgress class name utility functions
  • (internal): Updated the PropsWithRef utility type to automatically infer the element type