- Fix multiple RichTextEditor errors and visual bugs
- Add missing accessible role to Pagination (#1432)
- Use
style
instead ofsx
to set thumb position to improve Slider and RangeSlider performance (#1437) - Allow the
-
symbol in an empty NumberInput (#1445) - Fix incorrect
sx
array type for strict TypeScript mode (#1447) - Clear milliseconds value on input value change in TimeInput (#1464)
- Allow hex colors (and other CSS values) in color prop in Divider component
- Fix errors not cleared when value changes in lists in use-form hook (#1438)
- Fix action not registered in useEffect with registerSpotlightActions function in
@mantine/spotlight