Skip to content

V0.15.0

Compare
Choose a tag to compare
@AnnMarieW AnnMarieW released this 19 Nov 14:29
· 73 commits to master since this release
5597d3a

0.15.0

Check out the 0.15.0 Release Announcement in Discussions for details and examples.

Changed

  • Breaking Change: Renamed DatePicker to DatePickerInput to align with the upstream Mantine library. #414
  • Upgraded to Mantine 7.14.1.

Added

  • Enhancements to Date Components #405

    • DatePickerInput: Added the debounce prop, which can now be set to True, False, or a number (ms delay before updating). When True, 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 when clearable=True.
  • Custom Icons for Checkbox #408 by @snehilvj:

    • Added icon and indeterminateIcon props, allowing you to fully customize Checkbox icons.
  • New Props:

    • barLabelColor for BarChart.
    • restrictToMarks for Slider.
      #416
  • Notification Component Improvements:

    • Added the position prop, allowing notifications to be displayed anywhere on the screen.
      #419

Fixed

  • MultiSelect:

    • Resolved an issue where debounce wasn’t working when deleting items with the dropdown closed and debounce was set to a number. #407
  • Select and MultiSelect:

    • Fixed a regression that prevented updating both value and data in the same callback. #412.
  • Tooltip:

    • Fixed a console warning by adding a key to the wrapper Box element. #418

Full Changelog: 0.14.7...0.15.0