style
prop in Timeline and TimelineItem.
- Tooltip component was not working properly.
- Typo in
autosize
prop name in Textarea component.
- New components
- Textarea
- Missing id's from Stack and Timeline components.
- New components
- PasswordInput
- Stack
- Pagination
- Input element types for TextInput component
- ActionIcon component
- (Specific to dmc-docs) DemoSlider, ThemeSwitcher
- 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
- New components:
- Menu, MenuItem, MenuLabel Code List, ListItem BackgroundImage
- Chip disabled state was not passed to component.
- New components:
- Kbd
- Avatar, AvatarGroup
- Highlight
- Timeline, TimelineInput
- Mark
- MediaQuery
- DateRangePicker will clean up the half selected range on dropdown close. #47
- DatePicker and DateRangePicker timezone issue. #33
- LoadingOverlay component similar to dcc.Loading
- Persistence in DatePicker, DateRangePicker, MultiSelect, RadioGroup, Select, TimeInput
- Skeleton component was not using loading_states.
- Props in Tooltip
- Underline prop in Text
- Mantine default theme colors.
dmc.theme.DEFAULT_COLORS
- New components:
- NumberInput
- JsonInput
- ThemeIcon
- Table
- RingProgress
- TimeInput
- Props in SimpleGrid, Navbar, Header, Spoiler, and Title.
- Issues in Notifications system.
inline
prop from Center, as it doesn't work right now.
- Corrected props for Datepickers, Notification, and slider.
- Props were not rendered correctly in InputWrapper.
- DatePicker and DateRangePicker will now accept date/dates through callbacks. #23.
- Updated props for some components to follow Mantine components more strictly.
- MantineProvider to allow theming, more specifically dark theme.
- Support for passing and rendering components other than
chidren
. - Transition and shadow props to all components that support them.
- A new Notification component.
- Removed the NotificationHandler component which was not easy to work with.
- DatePicker and DateRangePicker now accept date/dates under the prop name
value
to support pattern matching callbacks and to follow the Mantine convention.