github snehilvj/dash-mantine-components 2.1.0

latest releases: 2.2.1, 2.2.0, 2.2.0rc1...
2 months ago

🎉 Dash Mantine Components v2 (Powered by Mantine v8)

See the full release announcement with examples!

Added

  • New features for Autocomplete #604 by @ihor-lazariev:

    • Support functions as props in renderOption and filter props
    • Added clearButtonProps and clearable props
  • Added renderNode prop in Tree component, allowing full control over node rendering with a JavaScript function. #608 by @AnnMarieW

  • Added Modal Stack and Drawer Stack components #606 by @AnnMarieW

    • Introduced ModalStack / ManagedModal and DrawerStack / ManagedDrawer for managing stacked modals and drawers.
    • ModalStack and DrawerStack accept the Dash props: open, close, toggle, and closeAll to control visibility, and a read-only state prop to track which children are open.
  • Added Props #609 by @AnnMarieW

    • headerControlOrderProp to calendar components
    • presets to DatePicker and DateTimePicker
    • autoContrast to Tooltip and FloatingTooltip
    • domain to Slider and RangeSlider
    • pushOnOverlap to RangeSlider
    • bdrs new style prop to for borderRadius
    • getYearControlProps, getMonthControlProps, getDayProps, renderDay to date components

Fixed

  • Fixed issue where setting value=None in MultiSelect or CheckboxGroup caused an error #609
  • Makes NotificationContainer compatible with dash 2 by @AnnMarieW in #599

Changed

  • Upgraded to latest Mantine (8.1.2)

New Contributors

Full Changelog: 2.0.0...2.1.0

Don't miss a new dash-mantine-components release

NewReleases is sending notifications on new releases.