5.3.2
Patch Changes
- #1280
226f16aThanks @fabianhueske! - Refined several prop types to their literal values so the API reference renders them accurately. Thesizeprop ofmt-text-field,mt-number-field, andmt-unit-fieldis now typed as"small" | "default", and themt-popoverwidthprop is now typed as"dynamic" | "large" | "medium" | "small"to match the value it actually accepts (previously it listed the non-functional"auto"and omitted the"dynamic"default). These are type-only corrections; the runtime behaviour is unchanged. - #1272
1cbcdb8Thanks @keulinho! - Fix number field stepping for values with high fractional precision limits. - #1279
de7628dThanks @alastair-simon! - The collapsible open and close animations now useease-in-outtiming for a smoother transition. - #1275
d292012Thanks @arnoldstoba! - The modal now focuses the dialog container when it opens instead of the first interactive element. This prevents unintended side effects like an accidentally focused link or a tooltip opening together with the modal, while still moving focus into the dialog for keyboard and screen reader users.