Rating component
New Rating component:
Color
Size
xs
sm
md
lg
xl
Progress sections props
Progress and RingProgress components now support adding props to sections:
Hovered section: none
Hovered section: none
Vertical tabs placement
Vertical Tabs now support placement
prop:
Gallery tab content
Messages tab content
Settings tab content
Placement
use-favicon hook
New use-favicon hook:
Form index reference in validateInputOnBlur and validateInputOnChange
You can now use FORM_INDEX
in use-form to validate nested array fields with validateInputOnBlur
and validateInputOnChange
settings:
use-form transformValues
use-form now supports transformValues
options, it transforms values before they get submitted in onSubmit
handler.
For example, it can be used to merge several fields into one or to convert types:
Other changes
- CloseButton is now a polymorphic component
- Autocomplete, ColorInput, FileInput, JsonInput components now support
readOnly
- FileButton now supports
disabled
prop - MediaQuery component
styles
prop can now usetheme
- use-timeout hook now supports parameters in callback function