Releases: VirtoCommerce/vc-module-experience-api
Releases · VirtoCommerce/vc-module-experience-api
3.810.0
🎯 Development
- add cultureName to ChangeWishlist mutation (#529)
- restrict clone wishlist with another userId (#531)
- fix culture name not being passed in cart mutations (#532)
3.809.0
🎯 Development
- (Added PasswordRequirements (PasswordOptions) to StoreSettings in the Experience API module. This allows to query password requirements on a per-store basis. The PasswordOptions includes settings for minimum length, required unique characters, requirement for non-alphanumeric characters, lowercase and uppercase letters, and digits.)
- add store login validations (#515)
3.800.3
🎯 Development
- fix culture name not being passed in cart mutations (#532)
3.449.4
🎯 Development
- fix culture name not being passed in cart mutations (#532)
3.808.0
🎯 Development
- reduce included fields for cart products (#527)
- remove async code (#521)
- make EvalSearchRequestUserGroupsMiddleware virtual (#528)
3.807.0
🎯 Development
- Extend WishlistUserContext and authorize by wishlist command (#525)
3.806.0
🐞 Bug fixes
- (An issue was identified where the anonymous cart was being reset upon browser refresh. Virto Storefront, Virto Commerce Experience and Profile Experience module should be updated as well.)
3.805.0
🎯 Development
- resolve InWishlists field for organization scoped lists (#524)
🐞 Bug fixes
3.804.0
What's Changed
- VCST-299: disable cart total calculations if no items selected by @ksavosteev in #520
- feat: Added clone wishlist mutation by @Jounik53 in #523
3.800.2
🎯 Development
- disable cart total calculations if no items selected (#520)