Skip to content

8.1.2 update #609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 30, 2025
Merged

8.1.2 update #609

merged 11 commits into from
Jun 30, 2025

Conversation

AnnMarieW
Copy link
Collaborator

@AnnMarieW AnnMarieW commented Jun 27, 2025

Updated to Mantine 8.1.2:

  • added headerControlOrderProp to calendar components (added example in docs)
  • added presets to DatePicker DateTimePicker` and (undocumented because I think callbacks work better in Dash)
  • added autoContrast to Tooltip and FloatingTooltip
  • added domain to Slider and RangeSlider (added example in docs)
  • added pushOnOverlap to `RangeSlider (added example in docs)
  • added bdrs new style prop (updated docs)

Not new in Mantine 8.1, but added here to make available in the next release:

  • added getYearControlProps, getMonthControlProps, getDayProps, renderDay to date components

docs PR snehilvj/dmc-docs#215

No tests needed since they are all pass-through props

closes #548

  • handles MultiSelect when value=None

Todo

  • changelog

@AnnMarieW AnnMarieW marked this pull request as ready for review June 28, 2025 16:50
@AnnMarieW AnnMarieW requested a review from alexcjohnson June 28, 2025 16:51
@@ -60,7 +58,7 @@ const DatePicker = ({
? isExcluded
: resolveProp(disabledDates)
}
{...others}
{...parseFuncProps('DatePicker', others)}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unintended extra leading space?

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, maybe add a ### Fixed in the changelog for the CheckboxGroupandMultiSelect` fixes?

@AnnMarieW AnnMarieW merged commit a47e185 into snehilvj:master Jun 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] MultiSelect fails to render when default value is None
2 participants