5.3.0
Minor Changes
- #1242
db041aeThanks @fabianhueske! - Added a way to enable every future flag at once and introduced two new flags. The Theme Providerfutureprop now accepts{ all: true }to turn on all current and upcoming flags, so flags added in later releases are opted into automatically. Combine it with overrides to fine-tune, for example{ all: true, removeCardWidth: false }to enable everything except a single flag.
New flags:removeSwitchMinHeight: removes the minimum height from a non-borderedmt-switch.bannerFullWidth: makesmt-bannerspan the full width of its container.
All flags remainfalseby default, so behavior is unchanged until you opt in.