V0.15.0
0.15.0
Check out the 0.15.0 Release Announcement in Discussions for details and examples.
Changed
- Breaking Change: Renamed
DatePicker
toDatePickerInput
to align with the upstream Mantine library. #414 - Upgraded to Mantine 7.14.1.
Added
-
Enhancements to Date Components #405
DatePickerInput
: Added thedebounce
prop, 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
highlightToday
prop 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
icon
andindeterminateIcon
props, allowing you to fully customize Checkbox icons.
- Added
-
New Props:
barLabelColor
forBarChart
.restrictToMarks
forSlider
.
#416
-
Notification Component Improvements:
- Added the
position
prop, allowing notifications to be displayed anywhere on the screen.
#419
- Added the
Fixed
-
MultiSelect:
- Resolved an issue where
debounce
wasn’t working when deleting items with the dropdown closed anddebounce
was set to a number. #407
- Resolved an issue where
-
Select and MultiSelect:
- Fixed a regression that prevented updating both
value
anddata
in the same callback. #412.
- Fixed a regression that prevented updating both
-
Tooltip:
- Fixed a console warning by adding a key to the wrapper
Box
element. #418
- Fixed a console warning by adding a key to the wrapper
Full Changelog: 0.14.7...0.15.0