Skip to content

Releases: VirtoCommerce/vc-platform

3.896.0

15 Jul 15:31

Choose a tag to compare

🎯 Development

  • Add LocalizedStringEntity abstract class. (#2925)

3.895.0

15 Jul 15:06
a37cba9

Choose a tag to compare

🎯 Development

  • Add LocalizedStringEntity abstract class. (#2925)

3.894.0

10 Jul 13:29
50908ef

Choose a tag to compare

🎯 Development

  • Update Microsoft.Identity.Client Package

3.854.8

10 Jul 09:33

Choose a tag to compare

🎯 Development

  • Update Microsoft.Identity.Client Package

3.832.16

10 Jul 09:26

Choose a tag to compare

🎯 Development

  • Update Microsoft.Identity.Client Package

3.893.0

04 Jul 12:42
e43594e

Choose a tag to compare

🎯 Development

  • Fix ui-scroll-drop-down and va-setting-value-select (#2922)

3.892.0

27 Jun 07:26
b677970

Choose a tag to compare

🐞 Bug fixes

  • Use different models for password reset and password reset confirmation (#2921)

3.891.0

25 Jun 09:45
8c617c8

Choose a tag to compare

🎯 Development

  • Prevent loading stale .html templates (#2916)

We recommend updating webpack.config.js in the custom module on new version of webpack.config.js. A new version packs .html templates into dist\app.js to prevent loading stale .html templates. Development mode will still read the HTML file from disk.

🎯 Development

  • Added `platformWebApp.dynamicTemplateService` that allows to ensure that the template is loaded and compiled, regardless of cache status and override an existing template with a custom one. (#2916)

Use ensureTemplateLoaded to ensure that the template is already loaded:

dynamicTemplateService.ensureTemplateLoaded('Modules/$(VirtoCommerce.Marketing)/Scripts/dynamicConditions/templates.html');

Use overrideTemplate to override the template from extension:

dynamicTemplateService.overrideTemplate('Modules/$(VirtoCommerce.Marketing)/Scripts/dynamicConditions/templates.html', 'ExtensionModules/$(MyCommerce.Marketing)/Scripts/dynamicConditions/templates.html');

3.832.15

10 Jun 09:13

Choose a tag to compare

🎯 Development

  • Add missing permission checks (#2907)

3.890.0

09 Jun 14:14
3a362b7

Choose a tag to compare

🎯 Development

  • fix wrong order in uiScrollDropDown control (#2919)
  • Set SqlServer.CompatibilityLevel=120 by default (#2918)