Skip to content

Releases: snehilvj/dash-mantine-components

0.14.3 TagsInput is now available!

01 May 16:23
Compare
Choose a tag to compare

Added

  • TagsInput component

Changed

  • Corrected transition props.

Thanks to these amazing sponsors for supporting my efforts on dmc:

  1. @AnnMarieW
  2. @apdcode
  3. @rick643charts
  4. @halemade
  5. @martin2097
  6. @j-paro
  7. @markroycejones

0.14.2

20 Apr 17:54
Compare
Choose a tag to compare

Added

  • Burger component
  • Click callback in chart components by subscribing to clickData property. This feature might change in future.

Changed

  • TooltipFloating has been renamed to FloatingTooltip as its not a compound component.

Thanks to these amazing sponsors for supporting my efforts on dmc:

  1. @AnnMarieW
  2. @rick643charts
  3. @halemade
  4. @martin2097
  5. @j-paro
  6. @markroycejones

0.14.1

17 Apr 18:32
Compare
Choose a tag to compare

Changed

  • Corrected prop structure of few components

Thanks to these amazing sponsors for supporting my efforts on dmc:

  1. @AnnMarieW
  2. @rick643charts
  3. @halemade
  4. @martin2097
  5. @j-paro
  6. @markroycejones

0.14.0!

14 Apr 08:16
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE!!
  • Migration Guide
  • Updated to use latest Mantine - v7
  • Detailed changelog for Mantine v7 can be found here: https://mantine.dev/changelog/7-0-0/.
  • Added a bunch of new components like nprogress, charts, carousel, etc.
  • Fixed issues revealed in process of developing 0.13 series based on Mantine v6.

Thanks to these amazing sponsors for supporting my efforts on dmc:

  1. @AnnMarieW
  2. @rick643charts
  3. @halemade
  4. @martin2097
  5. @j-paro
  6. @markroycejones

Wild card attributes

10 Sep 11:50
Compare
Choose a tag to compare
Wild card attributes Pre-release
Pre-release

Added

  • Wild card aria-* and data-* props to all components

Thanks to these amazing sponsors for supporting my efforts on dmc:

  1. @ascend-io
  2. @AnnMarieW
  3. @rick643charts
  4. @halemade
  5. @yanboe
  6. @martin2097

0.13.0a2

12 Aug 04:32
Compare
Choose a tag to compare
0.13.0a2 Pre-release
Pre-release

Added

  • New component:
    • InputWrapper

Fixed

  • Missing input props from TimeInput
  • Pass empty list as default prop for Select and MultiSelect
  • Remove left over MantineProvider from Switch testing

Thanks to these amazing sponsors for supporting my efforts on dmc:

  1. @ascend-io
  2. @AnnMarieW
  3. @rick643charts
  4. @josca42
  5. @halemade
  6. @yanboe
  7. @martin2097
  8. @pip-install-python

0.13.0a1

09 Aug 15:17
Compare
Choose a tag to compare
0.13.0a1 Pre-release
Pre-release

This release is based on Mantine v6.

Added

  • New components
    • Autocomplete
    • Box
    • ColorInput
    • Flex
    • Popover
    • Rating
    • DatePicker (DatePicker has been renamed to DatePickerInput, and DatePicker is a new component now)

Changed

Detailed changelog for Mantine v6 can be found here: https://mantine.dev/changelog/6-0-0/.

Fixed

  • Date components freezing the entire UI

Thanks to these amazing sponsors for supporting my efforts on dmc:

  1. @ascend-io
  2. @AnnMarieW
  3. @rick643charts
  4. @josca42
  5. @halemade
  6. @yanboe
  7. @martin2097
  8. @pip-install-python

0.12.1 - bug fixes!

09 Apr 17:06
Compare
Choose a tag to compare

Added

  • Persistence props for TransferList #171
  • Clearing datepicker via callback #167
  • Trigger callback when new options are created using the creatable prop in Select and MultiSelect #164
  • Add classNames prop to all components

Fixed

  • Disabled dates losing effect in DatePicker and DateRangePicker #137
  • Date range selection issue when selecting adjacent dates #66
  • AppShell prop types #162

Thanks to these amazing sponsors for supporting my efforts on dmc:

  1. @ascend-io
  2. @AnnMarieW
  3. @rick643charts
  4. @josca42
  5. @halemade
  6. @yanboe
  7. @martin2097

0.12.0

03 Mar 14:26
Compare
Choose a tag to compare

Changed

  • Updated to use latest Mantine - v5.10.5

Added

  • New Mantine Style props. #142
  • spellcheck prop to text input components #133
  • style prop for MediaQuery inner box component #148
  • New props to few components because of Mantine version upgrade.
  • New components
    • NavLink
    • TransferList
    • Indicator

Fixed

  • Add disabled property in Checkbox #150
  • Pass initial value to Checkbox component #140
  • Stepper icon bug #146

Thanks to these amazing sponsors for supporting my efforts on dmc:

  1. @ascend-io
  2. @AnnMarieW
  3. @rick643charts
  4. @halemade

0.11.1

02 Jan 15:10
Compare
Choose a tag to compare

Added

  • Missing style props in Notification component.

Fixed

  • Bullet and title were not rendered. #126

Thanks to these sponsors for supporting my efforts on dmc:

  1. @AnnMarieW
  2. @rick643charts
  3. @halemade