Releases: saleor/apps
[email protected]
Patch Changes
- 6e69f4f: Update app-sdk to 0.39.1
- Updated dependencies [6e69f4f]
- @saleor/[email protected]
[email protected]
Patch Changes
- 6e69f4f: Update app-sdk to 0.39.1
- Updated dependencies [6e69f4f]
- @saleor/[email protected]
[email protected]
Patch Changes
- 6e69f4f: Update app-sdk to 0.39.1
- Updated dependencies [6e69f4f]
- @saleor/[email protected]
[email protected]
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
- 6e69f4f: Update app-sdk to 0.39.1
- Updated dependencies [6e69f4f]
- @saleor/[email protected]
[email protected]
Patch Changes
- 6e69f4f: Update app-sdk to 0.39.1
- Updated dependencies [6e69f4f]
- @saleor/[email protected]
@saleor/[email protected]
Patch Changes
- 6e69f4f: Update app-sdk to 0.39.1
[email protected]
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
- Updated dependencies [23b5c70]
- @saleor/[email protected]
[email protected]
Patch Changes
- Updated dependencies [23b5c70]
- @saleor/[email protected]
[email protected]
Patch Changes
- 590150b: Use input component from the shared package.
- Updated dependencies [23b5c70]
- Updated dependencies [8a339fc]
- Updated dependencies [b36502d]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Minor Changes
-
0c8717a: Generated feed XML can now be uploaded to the s3 bucket.
Feed generation is now much faster thanks to implemented caching.
-
4801803: Added Sentry config. If Sentry is configured in ENV, it will use default Sentry configuration for Next.js to send errors to the Sentry
Patch Changes
- ce8d9de: Product description in the feed is now a plaintext instead of JSON.
- Updated dependencies [23b5c70]
- @saleor/[email protected]