Skip to content

Releases: VirtoCommerce/vc-frontend

2.34.0

05 Nov 14:26
bef4ea0

Choose a tag to compare

Compatible environment configuration

What's Changed

New Contributors

Full Changelog: 2.33.0...2.34.0

2.33.0

22 Oct 08:58
eb4c2aa

Choose a tag to compare

Compatible environment configuration

What's Changed

Full Changelog: 2.32.0...2.33.0

2.32.0

07 Oct 15:15
35f0e66

Choose a tag to compare

Compatible environment configuration

What's Changed

Full Changelog: 2.31.0...2.32.0

2.31.0

23 Sep 12:41

Choose a tag to compare

Compatible environment configuration


🔄 Google Analytics: migrate

We are migrating from the property search_terms to search_term.
For now, both properties will exist in parallel.
Starting with v2.34 (planned for early November), search_terms will be removed, leaving only search_term.

⚡ Vue updated - reinstall may be needed

If you encounter build or dependency issues, try running:

rm -rf node_modules
yarn install

📂 New examples folder with code snippets

We’ve introduced a new examples folder containing code snippets and examples for different use cases.


What's Changed

Full Changelog: 2.30.0...2.31.0

2.30.0

09 Sep 16:07
33029fc

Choose a tag to compare

Compatible environment configuration

🚨 Removed: Deprecated Category component

As previously announced in v2.28.0, the deprecated Category component has now been removed (see PR #1904)

  • This change affects only Builder.io pages that used the old Category component.
  • Replace it with the new Category component (place it in Vc Container).
  • Add breadcrumbs via the dedicated breadcrumbs component (if needed).

What's Changed

Full Changelog: 2.29.0...2.30.0

2.29.0

26 Aug 17:12
00d343d

Choose a tag to compare

Comparable environment configuration

What's Changed

Full Changelog: 2.28.0...2.29.0

2.28.0

13 Aug 19:28
274c1c1

Choose a tag to compare

Comparable environment configuration


🚨 Deprecation Notice

Deprecation: Builder.io Category component

  • What’s changing: The legacy Category component used on Builder.io pages is deprecated in favor of a new Category component.
  • Action required:
    • delete old Category component from the page
    • place the Category component on the page - new version will be added automatically
    • ensure you placed it into the Vc Container component
    • If breadcrumbs are needed, add them via a separate component (do not rely on Category to render breadcrumbs).
  • Maintenance timeline: The legacy Category will stop being maintained in v2.30.0 (planned for the 2nd week of September). It will receive no further fixes or enhancements after that version.
  • Reference: See details in PR #1817
  • Impact: Existing Builder.io pages using the legacy Category should be updated to ensure continued support and to avoid logic and layout/breadcrumb regressions.

What's Changed

New Contributors

Full Changelog: 2.27.0...2.28.0

2.27.0

28 Jul 15:22
0a52daf

Choose a tag to compare

Comparable environment configuration


🚨 Deprecation Notice

The “keyword” search parameter and its related APIs have been marked as deprecated and will be removed in version 2.31.0 (scheduled for September):

  • Enum value
    QueryParamName.Keyword is deprecated — use QueryParamName.SearchPhrase instead.

  • Composable APIs in useProducts():

    • keywordQueryParam
    • resetFilterKeyword()
    • the returned keywordQueryParam field

Related PR
PR #1843


⚙️ Default Settings Update

The following default configuration values have been updated in version 2.27.0:

  • Quantity Control
    The product_quantity_control default has been switched from "button" to "stepper". The stepper control is the input with “+” and “–” buttons (introduced in v2.24.0) for easier quantity adjustments.

  • Checkout Flow
    The checkout_multistep_enabled flag has been switched from true to false, enabling a single-page checkout experience by default.

Related PR
PR #1846


What's Changed

New Contributors

Full Changelog: 2.26.0...2.27.0

2.26.1

16 Jul 15:26

Choose a tag to compare

feat: add X-GraphQL-Operation-Type header

Full Changelog: 2.26.0...2.26.1

2.26.0

15 Jul 14:02
3bfb934

Choose a tag to compare

Comparable environment configuration

What's Changed

Full Changelog: 2.25.0...2.26.0