Releases: shopware/meteor
@shopware-ag/meteor-component-library@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
@shopware-ag/meteor-icon-kit@5.8.0
Minor Changes
- #1162
ed965bdThanks @alastair-simon! - Modified icons:
shopware-intelligence
shopware-nexus
shopware-payments
@shopware-ag/meteor-component-library@5.1.0
Minor Changes
- #1142
1ab72fbThanks @alastair-simon! - AddanchorElementanddetachedprops tomt-floating-uifor external anchor positioning.
Patch Changes
-
#1161
10bb170Thanks @mstegmeyer! - Fix datepicker locale loading for date-fns v4 locale module exports. -
#1151
a4a236cThanks @arnoldstoba! - Added optional headline and description props to the mt-loader component -
#1146
b358e2aThanks @shyim! - Fixedmt-url-fieldmangling IP address input. The native URL parser rewrote numeric hosts as IPv4 addresses (e.g.192→0.0.0.192), and IPv6 literals were normalized or rejected mid-typing. The field now preserves the raw host the user typed and keeps the input in sync while a partial address is still being entered. -
#1137
1d8ee80Thanks @arnoldstoba! - mt-field-error now resolves interpolation params from error.meta.parameters while continuing to support error.parameters. -
#1157
22a0d25Thanks @gweiermann! - Prevent mt-number-field from normalizing the displayed decimal value while the user is editing. -
Updated dependencies [
ed965bd]:- @shopware-ag/meteor-icon-kit@5.8.0
@shopware-ag/meteor-icon-kit@5.7.0
Minor Changes
-
#1144
d5fe2dbThanks @alastair-simon! - Added multiple icons:
regular-bitcoin
regular-british-pound
regular-filter-alt
regular-indian-rupee
regular-japanese-yen
regular-shopware-intelligence
regular-shopware-nexus
regular-shopware-payments
regular-swiss-franc
regular-us-dollar
solid-bitcoin
solid-british-pound
solid-filter-alt
solid-indian-rupee
solid-japanese-yen
solid-shopware-intelligence
solid-shopware-nexus
solid-shopware-payments
solid-swiss-franc
solid-us-dollar -
#1144
d5fe2dbThanks @alastair-simon! - Modified icons:
regular-cog-s
solid-cog-s
@shopware-ag/meteor-component-library@5.0.0
Note: Despite the major version bump, this release contains no breaking changes. Changes are limited to internal refactoring with no impact on the public API. Safe to upgrade directly from the previous version.
Minor Changes
-
#1094
5673f08Thanks @alastair-simon! - AddmaxDateprop tomt-datepicker -
#1141
703eccfThanks @alastair-simon! - Addmt-collapsiblecomponent to component-library -
#1094
5673f08Thanks @alastair-simon! - Upgrade @vuepic/vue-datepicker from v10 to v12 (internal dependency update; mt-datepicker API is unchanged)
Patch Changes
-
#1061
d453e51Thanks @alastair-simon! - Moved test and Storybook deps to devDependencies -
#1138
6e8cd79Thanks @alastair-simon! - Fixmt-entity-data-tableStorybook interaction tests by waiting on rendered table content -
#1134
ac54a03Thanks @alastair-simon! - fixed failing interaction tests insidemt-text-editor -
Updated dependencies [
d5fe2db,d5fe2db]:- @shopware-ag/meteor-icon-kit@5.7.0
@shopware-ag/meteor-component-library@4.28.6
Patch Changes
- Updated dependencies [
8bf06e1]:- @shopware-ag/meteor-admin-sdk@6.9.0
@shopware-ag/meteor-admin-sdk@6.9.0
Minor Changes
- #1125
8bf06e1Thanks @quando1910! - Add uiSidebarSetActive type and sender to sidebar module.
@shopware-ag/meteor-component-library@4.28.5
Patch Changes
-
#1102
924d5cbThanks @taltholtmann! - Do not passdisabledtomt-field-labelinmt-switch, so the inheritance toggle remains clickable when the field is disabled -
Updated dependencies [
38dca02]:- @shopware-ag/meteor-admin-sdk@6.8.0
@shopware-ag/meteor-admin-sdk@6.8.0
Minor Changes
- #1119
38dca02Thanks @SebastianFranze! - Add an experimental consent API to the Admin SDK withsw.consent.status()and
sw.consent.request(), both returning a typedConsentresult.
@shopware-ag/meteor-component-library@4.28.4
Patch Changes
- Updated dependencies [
e5ed183]:- @shopware-ag/meteor-admin-sdk@6.7.4