Skip to content

Releases: saleor/apps

[email protected]

30 May 20:12
2c1495a
Compare
Choose a tag to compare

Patch Changes

[email protected]

30 May 20:12
2c1495a
Compare
Choose a tag to compare

Patch Changes

[email protected]

30 May 20:12
2c1495a
Compare
Choose a tag to compare

Patch Changes

[email protected]

30 May 20:12
2c1495a
Compare
Choose a tag to compare

Patch Changes

[email protected]

30 May 20:12
2c1495a
Compare
Choose a tag to compare

Patch Changes

[email protected]

30 May 20:12
2c1495a
Compare
Choose a tag to compare

Patch Changes

[email protected]

30 May 20:12
2c1495a
Compare
Choose a tag to compare

Minor Changes

  • 6e69f4f: Implemented [email protected] and used its MetadataManager's "delete" method. Now, app will remove config from metadata using "removePrivateMetadata" mutation, instead of setting it to undefined. Previous behaviour was caused by app-sdk not having "delete" method yet

Patch Changes

[email protected]

30 May 20:12
2c1495a
Compare
Choose a tag to compare

Patch Changes

@saleor/[email protected]

30 May 20:12
2c1495a
Compare
Choose a tag to compare

Patch Changes

  • 6e69f4f: Update app-sdk to 0.39.1

[email protected]

23 May 13:10
8e0b085
Compare
Choose a tag to compare

Minor Changes

  • 23b5c70: Set minimum Saleor version where app can be installed (3.9).

    Previously, app could have been installed in any Saleor, but if required taxes APIs were missing, app would crash

    Now, Saleor will reject installation if possible. If Saleor can't do it, App will check Saleor version during installation and fail it if version doesn't match

  • dd799e6: Adds resolveOptionalOrThrow util that throws when not able to resolve an optional value. Now, when critical values from external APIs are not found, the app will crash instead of falling back to 0s.

Patch Changes