Skip to content

Latest commit

 

History

History
242 lines (122 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

242 lines (122 loc) · 14.1 KB

@sumup/icons

3.0.0-next.0

Major Changes

  • #2061 bc882426 Thanks @connor-baer! - Raised the minimum Node.js version to 16+. This is the first maintained version with support for ES modules.

  • #2061 bc882426 Thanks @connor-baer! - This package is now pure ESM. Please read this.

    • If you use TypeScript, you need to use TypeScript 4.7 or later (ref).
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM. (Next.js supports ESM packages out of the box since v12).
  • #2061 bc882426 Thanks @connor-baer! - Switched to the "exports" field to configure the package entry points. Files that are not explicitly defined in "exports" can no longer be imported.

2.22.0

Minor Changes

  • #2018 03a440d4 Thanks @robinmetral! - Added new icons to the library. Action: Stop in size 16 and 24; Device: CardReaderSoloLite and Tablet in size 24; Miscellaneous: Basket, Briefcase, Clothing, Customize, Health, Mcc and Services in size 24; Notification: Active, Paused and Stopped in size 16 and 24; Product and feature: Promote in size 24.

2.21.0

Minor Changes

  • #2009 b51f23a2 Thanks @tavarest! - Added a new size 24 PaymentLink icon to the Product and feature category.

2.20.0

Minor Changes

  • #1957 f8f266df Thanks @connor-baer! - Added the IconsManifest type to the exports. It describes the shape of @sumup/icons/manifest.json.

2.19.0

Minor Changes

  • #1940 fbaa82b7 Thanks @briannailiev! - Added icons for the Bancontact, Blik, EPS, Giropay, iDeal, MyBank, Przelewy24, and Satispay payment methods.

2.18.0

Minor Changes

2.17.0

Minor Changes

2.15.0

Minor Changes

2.14.0

Minor Changes

2.13.0

Minor Changes

2.12.0

Minor Changes

  • #1648 821532f9 Thanks @hris27! - Added new size 32 card scheme icons: ApplePay, Bancontact, Boleto, GooglePay, Ideal, Klarna and PayPal.

2.11.0

Minor Changes

2.10.0

Minor Changes

2.9.1

Patch Changes

  • #1593 da3cb509 Thanks @tavarest! - Moved the NfcPayment icon to the payment methods category and changed its size to 24.

2.9.0

Minor Changes

2.8.0

Minor Changes

2.7.0

Minor Changes

2.6.0

Minor Changes

2.5.0

Minor Changes

2.4.0

Minor Changes

Patch Changes

2.3.0

Minor Changes

2.2.0

Minor Changes

2.1.0

Minor Changes

  • #1243 a3c04121 Thanks @hris27! - Added support for size 32 icons. Added new card scheme and sales-oriented icons.

2.0.1

Patch Changes

2.0.0

Major Changes

2.0.0-next.1

Patch Changes

2.0.0-next.0

Major Changes

1.9.0

Minor Changes

  • 12ef7cf6 Thanks @connor-baer! - Added classnames to parts of the SumUp logo so they can be targeted for individual styling.

1.9.0-canary.1

Minor Changes

1.9.0-canary.0

Minor Changes

1.8.2

Patch Changes

1.8.1

Patch Changes

1.8.0

Minor Changes

1.7.1

Patch Changes

1.7.0

Minor Changes

1.6.2

Patch Changes

  • #898 02558395 Thanks @connor-baer! - Removed unnecessary mask rules from SVGs. The rule had no visual effect on the SVGs and could cause issues when an icon was used multiple times on a page.

1.6.1

Patch Changes

  • #883 1912119f Thanks @connor-baer! - Removed unnecessary clip-path rules from SVGs. The rule had no visual effect on the SVGs and could cause issues when an icon was used multiple times on a page.