Skip to content

Releases: snehilvj/dash-mantine-components

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

0.11.0 Mantine v5 Stable!

15 Dec 17:43
4cfc578
Compare
Choose a tag to compare

Added

  • Accessibility props in some components.

Thanks to these sponsors for supporting my efforts on dmc:

  1. @AnnMarieW
  2. @halemade

Almost there!

05 Dec 20:00
Compare
Choose a tag to compare
Almost there! Pre-release
Pre-release

Added

  • New components
    • HoverCard #114
    • Stepper #109
    • Notification!!
  • Disable browser autocomplete in input components #111
  • Search value prop for Select and MultiSelect #89
  • Missing persistence props from text inputs
  • Ability to set Select/MultiSelect options using callbacks

Fixed

  • ActionIcon was not reflecting disabled state.

Changed

  • MenuItem links now work like Anchor (which in turn works as dcc.Link now).

Emergency release

15 Nov 18:19
Compare
Choose a tag to compare
Emergency release Pre-release
Pre-release

Fixed

  • Make persistence props optional.

Components + Fixes

14 Nov 20:20
Compare
Choose a tag to compare
Components + Fixes Pre-release
Pre-release

Added

  • New components:
    • Card, CardSection
    • Burger
    • AppShell
  • Persistence props
  • name prop in text inputs for forms. #103
  • Ability to debounce callbacks by specifying a duration in all text inputs. #102

Fixed

  • Button not showing disabled state. #106
  • Inability to move RangeSlider left handle when min prop is set to a negative value. (Fixed in upstream)

Thanks @nlyle01 @mikejturner