validateInputOnBlur
use-form now supports validateInputOnBlur
option,
it works similar to validateInputOnChange
:
Non-linear Slider scale
Slider and RangeSlider components now support non-linear scale:
1 MB
1 MB
1 GB
Switch.Group component
New Switch.Group component lets you organize Switch
components the same way as Checkbox.Group
and Radio.Group
:
Select your favorite framework/library
This is anonymous
Orientation
Spacing
xs
sm
md
lg
xl
Offset
xs
sm
md
lg
xl
Size
xs
sm
md
lg
xl
Controlled Select/MultiSelect search value
Select and MultiSelect search value can now be controlled:
Controlled PasswordInput visibility
PasswordInput now supports controlled visibility state with visible
and onVisibilityChange
props,
for example, the props can be used to sync visibility state between two inputs:
New Mantine UI components
10 new components were added to Mantine UI, view changelog here
Other changes
- It is now possible to change static classes prefix with emotion cache key
- use-local-storage hook now supports removing value from
localStorage
- Pagination component now supports
disabled
prop - ColorPicker and ColorInput components now support
onChangeEnd
callback - Group component now uses child selector instead of passing
className
to children - Dropzone component now supports
useFsAccessApi
prop - SimpleGrid component now supports
verticalSpacing
prop - ThemeIcon component now supports
variant="default"