Skip to content

Releases: snehilvj/dash-mantine-components

0.11.0a0 Mantine v5 is here!

30 Oct 14:52
Compare
Choose a tag to compare
Pre-release

This is an alpha release based on Mantine v5. This version of dmc is a big overhaul with lots of new features but at the cost of backward compatibility for many components. Documentation for this release can be found here.

Changed

  • Updates for Mantine v5.
    • New component APIs such as for Tabs, Accordion, RadioGroup, etc.
    • Prop names
  • Adopted typescript which simplified the code a lot. Thanks to @plotly team for providing that ability.
  • Organisation of components source code.

Added

  • New components:
    • FloatingTooltip
    • Aside, Footer
    • RangeSlider

Removed

  • Notification and NotificationsProvider component for now, as they are not compiling for some reason.

Special thanks to @AnnMarieW for sponsoring and supporting the development of this project.

0.10.2

08 Jun 18:30
Compare
Choose a tag to compare

Fixed

  • Tooltip component was not working properly.

0.10.1

05 Jun 16:53
Compare
Choose a tag to compare

Fixed

  • Typo in autosize prop name in Textarea component.

0.10.0

05 Jun 16:35
Compare
Choose a tag to compare

Added

  • New components
    • Textarea

Fixed

  • Missing id's from Stack and Timeline components.

0.9.0 New components!

01 Jun 05:37
Compare
Choose a tag to compare

Added

  • New components
    • PasswordInput
    • Stack
    • Pagination
  • Input element types for TextInput component

0.8.0

01 May 08:05
Compare
Choose a tag to compare

Added

  • ActionIcon component
  • DemoSlider, ThemeSwitcher (Specific to dmc-docs)

Fixed

  • Missing default icon bug in Accordion and Blockquote.
  • Slider onChange callbacks
  • New props in various components
  • Add persistence to all inputs as well as tabs

0.7.0 (Mantine 4.0!)

27 Mar 19:49
Compare
Choose a tag to compare

This release is based on Mantine 4.0. So beware of a few backward incompatible changes. Have a look at Mantine changelog before migration.

Added

  • New components:
    • Menu, MenuItem, MenuLabel
    • Code
    • List, ListItem
    • BackgroundImage

Fixed

  • Chip disabled state was not passed to component.

0.6.0 More Components!

08 Mar 18:09
Compare
Choose a tag to compare

Added

  • New components (thanks @kaburelabs):
    • Kbd
    • Avatar, AvatarGroup
    • Highlight
    • Timeline, TimelineInput
    • Mark
    • MediaQuery

Fixed

  • DateRangePicker will clean up the half selected range on dropdown close. #47
  • DatePicker and DateRangePicker timezone issue. #33

0.5.0 Loading Components

21 Feb 16:54
Compare
Choose a tag to compare

Added

  • LoadingOverlay component similar to dcc.Loading
  • Persistence in DatePicker, DateRangePicker, MultiSelect, RadioGroup, Select, TimeInput

Fixed

  • Skeleton component was not using loading_states.

0.4.1 Minor fixes

05 Feb 16:49
Compare
Choose a tag to compare

Fixed

  • Props in Tooltip

Added

  • Underline prop in Text
  • Mantine default theme colors. dmc.theme.DEFAULT_COLORS