Skip to content

Releases: shopware/meteor

@shopware-ag/meteor-component-library@5.2.0

24 Jun 11:32
cf62e82

Choose a tag to compare

Minor Changes

  • #1155 dac8771 Thanks @arnoldstoba! - Added global css adjustments, inter font handling and css preflight reset to the library

Patch Changes

  • #1155 dac8771 Thanks @arnoldstoba! - Scoped the text editor diff modal styles to avoid leaking Tailwind Preflight globally.

  • #1179 f380305 Thanks @fabianhueske! - Fixed mt-card letting full-bleed content overflow its rounded corners by clipping content with overflow: hidden.

  • #1178 e21a76c Thanks @fabianhueske! - Fixed mt-number-field with numberType="float" rounding some values down due to binary floating-point errors (for example 1.035 normalized to 1.03 instead of 1.04). Normalization now rounds on the decimal representation, so half-up rounding is consistent across values.

  • #1178 e21a76c Thanks @fabianhueske! - Fixed mt-number-field with numberType="int" mangling decimal input on blur (for example 1.05 became 105 instead of 1). Decimal and exponent input is now parsed as a float and rounded to the nearest integer.

  • #1177 89e62b3 Thanks @fabianhueske! - Fixed the mt-password-field showing the parent background behind the visibility-toggle button in dark mode. The field now paints a consistent --color-background-primary-default surface across the input and toggle button.

  • #1172 db1cf75 Thanks @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

05 Jun 09:17
c2ddce5

Choose a tag to compare

Minor Changes

@shopware-ag/meteor-component-library@5.1.0

05 Jun 09:17
c2ddce5

Choose a tag to compare

Minor Changes

Patch Changes

  • #1161 10bb170 Thanks @mstegmeyer! - Fix datepicker locale loading for date-fns v4 locale module exports.

  • #1151 a4a236c Thanks @arnoldstoba! - Added optional headline and description props to the mt-loader component

  • #1146 b358e2a Thanks @shyim! - Fixed mt-url-field mangling IP address input. The native URL parser rewrote numeric hosts as IPv4 addresses (e.g. 1920.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 1d8ee80 Thanks @arnoldstoba! - mt-field-error now resolves interpolation params from error.meta.parameters while continuing to support error.parameters.

  • #1157 22a0d25 Thanks @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

13 May 08:47
99790e0

Choose a tag to compare

Minor Changes

  • #1144 d5fe2db Thanks @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 d5fe2db Thanks @alastair-simon! - Modified icons:
    regular-cog-s
    solid-cog-s

@shopware-ag/meteor-component-library@5.0.0

13 May 08:47
99790e0

Choose a tag to compare

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

Patch Changes

@shopware-ag/meteor-component-library@4.28.6

17 Apr 15:02
2d0b555

Choose a tag to compare

Patch Changes

  • Updated dependencies [8bf06e1]:
    • @shopware-ag/meteor-admin-sdk@6.9.0

@shopware-ag/meteor-admin-sdk@6.9.0

17 Apr 15:02
2d0b555

Choose a tag to compare

Minor Changes

@shopware-ag/meteor-component-library@4.28.5

15 Apr 11:44
7f25699

Choose a tag to compare

Patch Changes

  • #1102 924d5cb Thanks @taltholtmann! - Do not pass disabled to mt-field-label in mt-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

15 Apr 11:44
7f25699

Choose a tag to compare

Minor Changes

  • #1119 38dca02 Thanks @SebastianFranze! - Add an experimental consent API to the Admin SDK with sw.consent.status() and
    sw.consent.request(), both returning a typed Consent result.

@shopware-ag/meteor-component-library@4.28.4

13 Apr 09:56
2e60892

Choose a tag to compare

Patch Changes

  • Updated dependencies [e5ed183]:
    • @shopware-ag/meteor-admin-sdk@6.7.4