5.2.0
Minor Changes
- #1155
dac8771Thanks @arnoldstoba! - Added global css adjustments, inter font handling and css preflight reset to the library
Patch Changes
- #1155
dac8771Thanks @arnoldstoba! - Scoped the text editor diff modal styles to avoid leaking Tailwind Preflight globally. - #1179
f380305Thanks @fabianhueske! - Fixedmt-cardletting full-bleed content overflow its rounded corners by clipping content withoverflow: hidden. - #1178
e21a76cThanks @fabianhueske! - Fixedmt-number-fieldwithnumberType="float"rounding some values down due to binary floating-point errors (for example1.035normalized to1.03instead of1.04). Normalization now rounds on the decimal representation, so half-up rounding is consistent across values. - #1178
e21a76cThanks @fabianhueske! - Fixedmt-number-fieldwithnumberType="int"mangling decimal input on blur (for example1.05became105instead of1). Decimal and exponent input is now parsed as a float and rounded to the nearest integer. - #1177
89e62b3Thanks @fabianhueske! - Fixed themt-password-fieldshowing the parent background behind the visibility-toggle button in dark mode. The field now paints a consistent--color-background-primary-defaultsurface across the input and toggle button. - #1172
db1cf75Thanks @arnoldstoba! - Adjusted font bundling to import the actual woff2 font files instead of vite bundling them in base64 due to library mode defaults