v0.149.2
Patch Changes
-
#1261
ce4664acThanks @solarrust! -DialogTrigger'smobileTypenow defaults to the same value astypeinstead of silently convertingtype="popover"to a full-screen modal under the 700px breakpoint. That auto-conversion was never an intentional per-consumer choice —FilterPickerandPickerboth inherited it by omission, giving them an unrequested full-screen modal (with a close button) on narrow viewports like the Excel/Google Sheets add-in task pane. Consumers that want a different mobile presentation (e.g.DatePicker'smobileType="tray") are unaffected, since they already set it explicitly.FilterPickeradditionally no longer shows a close button in its popover at all (isDismissable={false}on its own Dialog) — it read as a duplicate of the existing "Clear" action in the header.