Releases: VirtoCommerce/vc-platform
Releases · VirtoCommerce/vc-platform
v2.12.9
- update ui-grid to v4.0.1
- minor ui-grid extension improvements (not it is available to change any grid options from custom module)
- minor modules management UI fixes
- use authorization token to download modules from private GitHub repositories
VirtoCommerce:Modules:GitHubAuthorizationToken
- app setting
v2.12.8
v2.12.7
v2.12.6
v2.12.5
- Add support for stream response in swagger API auto-generated document.
- Allow to use properties with custom types in notifications and use them in the Liquid templates.
Example:
Notification.cs
class OrderNotification { public CustomerOrder Order { get; set; } }
Liquid template
{{ customer_order.total }}
v2.12.4
v2.12.3
v2.12.2
v2.12.1
Improvements
- Added integration with Application Insights. Application Insights helps you detect and diagnose performance issues, and understand what users actually do with your app.
- Added modules dependencies compatibility check in platform initialization. All modules with compatibility errors will be not loaded in runtime.
- New blade scrolling animation
v2.12.0
Improvements
- Metaforms http://docs.virtocommerce.com/display/vc2devguide/Metaform
- AbstractTypeFactory class as main Domain model extension point. Usage example
http://docs.virtocommerce.com/display/vc2devguide/Extending+Members+domain+types - Remove unused Client projects
- Method for bulk dynamic property loading
IDynamicPropertyService.LoadDynamicPropertyValues
- CacheManager allow to cache null values
- DefaultSmtpEmailNotificationSendingGateway fix bug with sending
- Enable CORS
- Security account now allow to remove from details blade