"@react-md/core": minor
Fixed styling issues, added additional configuration props, and added support for non-barrel file behavior
Features
- (Experimental): Added support for non-barrel files for
@react-md/core
to improve build performance in bundlers- i.e.
import { Button } from "@react-md/core/dist/button/Button"
andimport { useToggle } from "@react-md/core/dist/useToggle"
- i.e.
- Added a new
MenuItemCircularProgress
component - Added a
useFuzzyMatch
hook to increase the performance around fuzzy matching in large lists useListboxContext
will now throw an error if a parentListboxProvider
does not exist- Updated the
TableRow
hover state to no longer require theInteractionModeProvider
- Updated the
useDebouncedFunction
anduseThrottledFunction
hooks to support manually cancelling timeouts
Fixes
Label
supportspointer-events
while floatingSelect
no longer displays the soft keyboard on mobile devicesTextArea
allows thecontainerProps
like theTextField
and added some fixes for the resizing behaviorSnackbar
supports absolute positioning
Documentation
- Updated the documentation around using the mocked
ResizeObserver
in tests so that the example is on thesetupResizeObserverMock
instead ofResizeObserverMock.resizeElement