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.
Patch Changes
- #1259
0b11681Thanks @alastair-simon! - Removed@shopware-ag/meteor-icon-kitfrompeerDependenciesto prevent unwanted major version bumps. Because Changesets treats any non-patch bump of a peer dependency as a breaking change for the dependent package, a minor release of the icon kit forced a major release of the component library. The icon kit remains a regular dependency, so resolution is unchanged. - #1261
e5c28e0Thanks @alastair-simon! - Fixedmt-number-fieldinconsistently parsing pasted values with mixed decimal and grouping separators. Values such as333,33and1.333,33could silently become wrong amounts. The parser now treats the rightmost.or,as the decimal separator and removes earlier separators as grouping separators, andonInputuses the same parser so editing and blur behavior agree. - #1255
7c9f669Thanks @arnoldstoba! - Various visual and positioning fixes across components:- Fixed
mt-floating-uipopovers landing in the wrong spot and drifting on scroll by pinningpositionto the computed strategy. - Fixed
mt-colorpickerpopover positioning being sensitive to stylesheet source order. - Fixed
mt-action-menuz-index stacking order. - Adjusted
mt-bannerclose icon and spacing. - Adjusted
mt-checkboxandmt-switchicon, spacing, gap and line-height. - Adjusted
mt-selectandmt-buttonfield icons, spacing and active state. - Used tokens for
mt-base-fieldlabel font-size and line-height.
- Fixed
- Updated dependencies [
9eb0c3d]:- @shopware-ag/meteor-admin-sdk@6.9.1