Releases: VirtoCommerce/vc-storefront
Releases · VirtoCommerce/vc-storefront
v4.1.7
- Supported multiple SKUs in Bulk Order (#376)
- Fixed login problem after trying to login to another store (#375)
- Extended cache dependencies for GetAssetHash method with theme settings file. (8942d51)
- Added support of @import directives in sass (#378)
- Disabled ValidateAntiForgeryToken for DesignerPreviewController.Block (a5ab5a9)
- Added
WorkContext.IsPreviewMode
to have a possibility to avoid getting cached resources (bf7a469) - Bug fix 8942d51
- Documentation changes
v4.1.6
v4.1.5
- IdentityModel has been updated to 4.1.1 (fix issue with connection to platform 3.0)
- Cookies storage was turned off for AutoRest clients. ARR Affinity Cookie can be cached at the global level on the first request and storefront worked with a single instance of the platform (#364)
- Improvements of logging for Redis storefront memory cache
- Some fixes for scriban (#363)
- Dependencies of FluentValidation have been updated to v8.6.1 (#365)
v4.1.4
v4.1.3
- Integration with vc-cms-page-designer
v4.1.2
v4.1.1
v4.1.0
- Performance enhancement for theme resources discovery when Azure Blob storage provider is used #287
- Fixed bug with unexpected redirect to login page when the cookies are expired #292
- Do not use status pages for Web API endpoints #291
- Fix bug with redirection to a default store instead of requested for
Login
andForbidden
pages #307 - Add support of fallback routing for SPA themes #317
- Add Hybrid cache mode, this mode will use
Redis
server to keep in consistent state local memory cache of multiple storefront instances. To activate this mode need to setRedisConnectionString
RedisConnectionString = "{your resource name}.redis.cache.windows.net:{port},password={your password},ssl=True,abortConnect=False"
v4.0.0
- Replaced
DotLiquid
with Scriban template engine
#188- Removed duplicated
ShopifyLiquidContext
fromVirtoCommerce.LiquidThemeEngine
project - Increased total rendering performance up to 4 times
- List of all breaking changes and how to migrate existing theme to new 4.x version is described in this article How to: Migrate theme to new 4.х storefront version
- Removed duplicated
- Added Two Factor authentication with SMS and Email providers #195
- Added support for localization of all errors in
AccountController
- Extended authorization for all clients generated by
AutoRest
with authorization based on access token #125