Skip to content

8.1.2 update#609

Merged
AnnMarieW merged 11 commits intosnehilvj:masterfrom
AnnMarieW:8.1.2-update
Jun 30, 2025
Merged

8.1.2 update#609
AnnMarieW merged 11 commits intosnehilvj:masterfrom
AnnMarieW:8.1.2-update

Conversation

@AnnMarieW
Copy link
Copy Markdown
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
Comment thread src/ts/components/dates/DatePicker.tsx Outdated
: resolveProp(disabledDates)
}
{...others}
{...parseFuncProps('DatePicker', others)}
Copy link
Copy Markdown
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
Copy Markdown
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