Skip to content

Releases: VirtoCommerce/vc-storefront

6.2.0

10 Jul 11:49
da7d847
Compare
Choose a tag to compare

🗿 Chore

  • readme update (#610)

📝 Documentation

6.1.0

27 May 13:13
39aa5ba
Compare
Choose a tag to compare
rename json-preview view to preview (#607)

6.0.0

05 May 09:29
Compare
Choose a tag to compare

🎯 Development

  • Migrate the project to .Net Core 6
  • Return default store values for currency and language
  • Extend theme context with language and currency data (#598)
  • Implement automated deploy to Demo environment (#597)
  • Remove account controller with views (#593)
  • implement the forgot password api
  • (Add DefaultTheme app setting)

📈 Improvements

    🐞 Bug fixes

    • fix tests
    • eliminate code smells
    • encode token for url query param

    🗿 Chore

    • code style fix

    5.8.1

    27 Dec 13:49
    Compare
    Choose a tag to compare

    • Added new app setting VirtoCommerce:DefaultTheme. If set it will override the theme name taken from the admin app.

    5.8.0

    27 Nov 11:56
    96ce60b
    Compare
    Choose a tag to compare

    • Use Forwarded Headers Middleware to forward the scheme for Linux and non-IIS reverse proxies (#561) (96ce60b)
    • Rework ConfirmEmail method to get passed user instead of the current one (#560) (19cbd55)
    • Add additional user headers to every AuthHandler (#559) (0bf1b07)
    • Bump ApplicationInsights to 2.16 (edd8632)
    • Respect IdentityOptions.SignIn.RequireConfirmedEmail on registration (#558) (197638a)

    5.7.0

    11 Nov 11:54
    c3db2e6
    Compare
    Choose a tag to compare

    • Fix empty contact creation after submit form with empty Email (#556) (c3db2e6)
    • Propagate cancellation token messages to backplane (#555) (bb3240a)
    • Updating Github Action workflows. (9524ff2) (41f44d1) (265a00f)

    5.6.0

    23 Oct 07:05
    629d43a
    Compare
    Choose a tag to compare

    • Fix build-image action fail (#554) (629d43a)
    • Remove static route for Contact view (d8ffe5e)
    • Use aggregation field instead of label (#551) (46ad55a)
    • Updating Github Action workflows. (#547) (3637f92)
    • Fix "Collection was modified" exception on cart validation (#549) (9a90b22)

    5.4.0

    09 Sep 14:33
    8dd3614
    Compare
    Choose a tag to compare
    • Fix biug when Category URL doesn't change a second time (#542)
    • Show correct message when try to ResetPassword (#545)
    • Preserve URL parameters while redirecting (#539)
    • Add address to payment (#544)
    • Fix error when user loging via Google account (#541)
    • Fix Login on behalf for non-default stores (#543)
    • Give permission to view org users to b2b roles (#540)
    • Clone source cart before merge to prevent its damage (#538)
    • Add theme replacement for preview purposes (#532)
    • Add "Purchase Order" field (#535)
    • Revert typeName change, add new field for displaying PM name (#537)
    • Return payment method name instead of typeName (#536)
    • Add default shipping address to model (#529)
    • Fix "when request API for search organization members, it always return unsorted results" (#526)
    • Update order payment status and payment method (#534)

    5.3.0

    27 Aug 18:55
    Compare
    Choose a tag to compare
    • Add additional checking of scheme into places with Uri.TryCreate() (#531)
    • Turn back invoice in pdf: turn back manually working with streams in OrdersModuleApi
    • Always display a message when the price is changed instead of only when it increases. (#515)
    • Update storefront VirtoCommerce.Tools dependency to latest v3.4 (#530)
    • Fix 400 error when reset password
    • Publish UserLoginEvent before other actions
    • Manually set User in the HttpContext to avoid issues such as Antiforgery cookies is generated for anonymous within this request despite a user already signed in
    • Add apiWatcher to SlugRouteService (#522)
    • Fix delete cart of Anonymous (#521)
    • Add permission to Purchasing Agent role
    • Suggest changing expired password (#513)

    5.2.0

    17 Aug 18:22
    Compare
    Choose a tag to compare
    • Force re-login when impersonating (#509)
    • Fix expanded passing array query parameters in autorest-generated APIs (#512)
    • Fix autorest.core version and apply transformation directive to eliminate the bug with expanded passing array query parameters
    • Use Lax same site mode for XSRF-TOKEN cookie (#516)
    • Fix: Can not buy product when inventory preorder quantity is null (#514)
    • Set product as non-buyable when ListPrice zero or less (#500)
    • Fix bug: empty inventory causes ability to buy unlimited items (#503)
    • Fix add member (#497)
    • Fix update organization (#494)
    • Prohibit product to buy when preorder is available, in stock qty = 0 and preorder qty = 0 (#492)
    • Add outlines property to product for promotion evaluation (#489)
    • Add checking for TFA, set phoneNumber to unconfirmed on update (#488)
    • Apply condition only to full price (#487)
    • Fix Empty organization creation after registration of personal account.
    • Add API for bulk ChangeCartItemQty (#477)
    • Fix error if collection of the products is empty
    • Add API changes watcher to inventory (#449)