0.15.0
Check out the 0.15.0 Release Announcement in Discussions for details and examples.
Changed
- Breaking Change: Renamed
DatePickertoDatePickerInputto align with the upstream Mantine library. #414 - Upgraded to Mantine 7.14.1.
Added
-
Enhancements to Date Components #405
DatePickerInput: Added thedebounceprop, which can now be set toTrue,False, or a number (ms delay before updating). WhenTrue, the value updates on blur.- All date components with calendars now include the
highlightTodayprop to indicate today's date with a border. DateInput: Fixed behavior so it updates properly whenclearable=True.
-
Custom Icons for Checkbox #408 by @snehilvj:
- Added
iconandindeterminateIconprops, allowing you to fully customize Checkbox icons.
- Added
-
New Props:
barLabelColorforBarChart.restrictToMarksforSlider.
#416
-
Notification Component Improvements:
- Added the
positionprop, allowing notifications to be displayed anywhere on the screen.
#419
- Added the
Fixed
-
MultiSelect:
- Resolved an issue where
debouncewasn’t working when deleting items with the dropdown closed anddebouncewas set to a number. #407
- Resolved an issue where
-
Select and MultiSelect:
- Fixed a regression that prevented updating both
valueanddatain the same callback. #412.
- Fixed a regression that prevented updating both
-
Tooltip:
- Fixed a console warning by adding a key to the wrapper
Boxelement. #418
- Fixed a console warning by adding a key to the wrapper
Full Changelog: 0.14.7...0.15.0