@react-md/utils
Advanced tools
Changelog
2.9.0 (2021-07-18)
This release is focused around the FileInput
component in the @react-md/form
package and implementing a useFileUpload
hook to handle uploading/previewing files in the browser. However, there is a notable change in this release for the form documentation since the demos have been split into the following pages:
FileInput
correctly center the icon when children aren't provided (3a6ab33)useLayoutNavigation
possible perf fix (3d65e4e)FileInput
automatically swaps button type to text if children exist (e5585e1)FormMessageCounter
component added to public API (1508812)useFileUpload
hook to upload files to the browser (efb3f2f), closes #1159useDropzone
hook (bc07a1f)useFileUpload
(49ce4d9)useFileUpload
(8f9002e)eslint
error after updating prettier
(75a9b0f)Select
Options Demo (367cc0d)Changelog
2.8.4 (2021-06-10)
Switch
components (8c65df6), closes #1175omit
uses readonly prefix for key list (d3e1ee8)next
and build deps to fix font loading issues (e528617)Changelog
2.8.3 (2021-05-18)
useLayoutConfig
(14e6587)Menu
in Dense Mode (abbe9a9)AppBar
mini layouts (84313fc), closes #1101classnames
dependency (a7a2012), closes #1155AppBar
layouts (d217ac1)typedoc
(84739af)react-md
(a69359b)typedoc
(cf54c35)typedoc
source links when deployed through vercel (a4eed1b)useLayoutNavigation
hook example in creating a new app (1cde856)typedoc
WIP (a7d7429)Changelog
2.8.0 (2021-04-22)
FixedDialog
applies style
prop (bb4ad2f)Form
Menu
Item Components (fed2b9f)useFixedPositioning
to merge style objects (1ab84d7)useFixedPositioning
to support fixedTo ref (ced550a)isFocusable
util (1d92472)typescript
version to v4.2.3 (b094b36)Menu
With Form
Controls Demo (dbc2d21)Tooltip
Hook Example (9783c44)Tooltip
Hook documentation (5447f64)HoverModeProvider
documentation (f42c65c)SwitchTrack
and InputToggleIcon
components (d9278b3)MenuItemRadio
usage to be wrapped in a group for a11y (01caa0b)Configuration
to use new HoverModeProvider
(357f2bf)useTooltip
code (0a6aed9)Tooltip
to use new Hover Mode (386f47b)useOnUnmount
(c758982)Changelog
2.7.1 (2021-03-23)
Select
correctly respects the readOnly
prop (d9a0262), closes #1089Select
correctly updates for the dense
spec (2930595), closes #1089next
(1861731)Changelog
2.7.0 (2021-02-28)
RadioGroup
widget for the radiogroup role (76d6d27)tryToSubmitRelatedForm
util to help with additional a11y (0566e14)loop
util to allow for a specific min value (51bcf92)Changelog
2.6.0 (2021-02-13)
SkipToMainContent
(3f6e866)