Closed martijnvdbrug closed 2 weeks ago
The pull request updates the vendure-plugin-picqer
to version 3.4.2, introducing a feature that allows configuration for falling back to a parent product's featured asset when a variant lacks one. It enhances the PicqerService
class with improved asset retrieval logic and error handling. Additionally, the PicqerOptions
interface and PicqerPlugin
class are updated to include new properties for synchronization control, streamlining the initialization process.
File Path | Change Summary |
---|---|
packages/vendure-plugin-picqer/CHANGELOG.md | Updated changelog for version 3.4.2, detailing new feature for fallback to parent product's featured asset and previous version modifications. |
packages/vendure-plugin-picqer/src/api/picqer.service.ts | Modified getFeaturedImageAsBase64 method to include fallback logic for featured assets; enhanced error handling in handlePushVariantsJob method. Updated method signature. |
packages/vendure-plugin-picqer/src/picqer.plugin.ts | Updated PicqerOptions interface with new properties for sync control; modified init method to simplify initialization logic and set default values. Updated method signature. |
PicqerService
class, specifically enhancing the handling of order lines, which is related to the changes made in the main PR regarding the asset retrieval logic and error handling.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Deploy
This needs to happen to deploy this feature, for example:
Checklist
📌 Always:
👍 Most of the time:
📦 For publishable packages:
package.json
CHANGELOG.md
See this example