Releases: snehilvj/dash-mantine-components
Releases · snehilvj/dash-mantine-components
Wild card attributes
Added
- Wild card aria-* and data-* props to all components
Thanks to these amazing sponsors for supporting my efforts on dmc:
0.13.0a2
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:
0.13.0a1
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:
0.12.1 - bug fixes!
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:
0.12.0
Changed
- Updated to use latest Mantine - v5.10.5
Added
- New Mantine Style props. #142
spellcheck
prop to text input components #133style
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:
0.11.1
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:
0.11.0 Mantine v5 Stable!
Added
- Accessibility props in some components.
Thanks to these sponsors for supporting my efforts on dmc:
Almost there!
Added
- New components
- 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
Fixed
- Make persistence props optional.
Components + Fixes
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