8000 Releases · graphcommerce-org/graphcommerce · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: graphcommerce-org/graphcommerce

Release 9.1.0-canary.50

08 Jul 15:34
Compare
Choose a tag to compare
Pre-release

@graphcommerce/magento-category@9.1.0-canary.50

Patch Changes

Release 9.1.0-canary.49

08 Jul 11:04
Compare
Choose a tag to compare
Pre-release

@graphcommerce/magento-category@9.1.0-canary.49

Patch Changes

  • #2533 45c2fbb - Solve issue where in some cases a second ProductList query was made because the category used an eq filter instead of an in filter. (@paales)

@graphcommerce/magento-product@9.1.0-canary.49

Patch Changes

  • #2533 dc3be1d - Solve issue when a user applies their first filter on a category page, a redundant GraphQL call would be made, even though the user was navigating to the /c/[..url] route. (@paales)

  • #2533 45c2fbb - Solve issue where in some cases a second ProductList query was made because the category used an eq filter instead of an in filter. (@paales)

  • #2533 88abcbf - When loading the category/search page in the case that there are no filters applied, the amount or product related queries is reduced from 2 to 1 (ProductFilters is skipped). Pagination, sorting and search terms also do not affect this. When a filter is applied we fall back to the previous functionality and do a second query to retrieve the filters.

    This did not matter when the categories/search pages were served by Magento as Magento would cache the result of the ProductFilters query. When the the catalog is served by an external service like Algolia this might be a problem.

    Implementation details: When filters are applied (e.g., filtering by color:blue), the ProductList query only returns products matching that filter, which means other filter options (like other colors) are excluded from the filter options. This behavior is expected since those other options wouldn't return any products. However, when no filters are applied, the ProductList query returns all products along with all available filter options, eliminating the need for a separate ProductFilters query. (@paales)

@graphcommerce/magento-search@9.1.0-canary.49

Patch Changes

  • #2533 88abcbf - When loading the category/search page in the case that there are no filters applied, the amount or product related queries is reduced from 2 to 1 (ProductFilters is skipped). Pagination, sorting and search terms also do not affect this. When a filter is applied we fall back to the previous functionality and do a second query to retrieve the filters.

    This did not matter when the categories/search pages were served by Magento as Magento would cache the result of the ProductFilters query. When the the catalog is served by an external service like Algolia this might be a problem.

    Implementation details: When filters are applied (e.g., filtering by color:blue), the ProductList query only returns products matching that filter, which means other filter options (like other colors) are excluded from the filter options. This behavior is expected since those other options wouldn't return any products. However, when no filters are applied, the ProductList query returns all products along with all available filter options, eliminating the need for a separate ProductFilters query. (@paales)

@graphcommerce/magento-search-overlay@9.1.0-canary.49

Patch Changes

  • #2533 88abcbf - When loading the category/search page in the case that there are no filters applied, the amount or product related queries is reduced from 2 to 1 (ProductFilters is skipped). Pagination, sorting and search terms also do not affect this. When a filter is applied we fall back to the previous functionality and do a second query to retrieve the filters.

    This did not matter when the categories/search pages were served by Magento as Magento would cache the result of the ProductFilters query. When the the catalog is served by an external service like Algolia this might be a problem.

    Implementation details: When filters are applied (e.g., filtering by color:blue), the ProductList query only returns products matching that filter, which means other filter options (like other colors) are excluded from the filter options. This behavior is expected since those other options wouldn't return any products. However, when no filters are applied, the ProductList query returns all products along with all available filter options, eliminating the need for a separate ProductFilters query. (@paales)

Release 9.1.0-canary.48

04 Jul 13:39
Compare
Choose a tag to compare
Pre-release

@graphcommerce/magento-cart-coupon@9.1.0-canary.48

Patch Changes

  • #2532 4913aee - Resolve issue where a 400 error occurred due to missing coupon code data in the request. The coupon input field was being disabled before form submission, preventing the code from being included in the request payload (@joshdavenport)

Release 9.1.0-canary.47

04 Jul 13:10
Compare
Choose a tag to compare
Pre-release

@graphcommerce/algolia-products@9.1.0-canary.47

Patch Changes

  • 499b30c - Updated used spec for API and expose the multi search endpoint. (@paales)

@graphcommerce/next-ui@9.1.0-canary.47

Patch Changes

  • 4564271 - Created a revalidate method that returns a single value so that it can be overwritten centrally (@paales)

Release 9.1.0-canary.46

27 Jun 09:36
Compare
Choose a tag to compare
Pre-release

@graphcommerce/next-config@9.1.0-canary.46

Patch Changes

Release 9.1.0-canary.45

27 Jun 08:50
Compare
Choose a tag to compare
Pre-release

@graphcommerce/magento-product@9.1.0-canary.45

Patch Changes

  • 7d59e59 - Make sure you are able to set the defaultValue for the ProductPagePrice when running in total mode, so it works for GroupedProducts that might start with a default quantity of zero. (@paales)

  • 7d59e59 - Forward inputProps for AddProductToCartQuantity (@paales)

@graphcommerce/magento-product-grouped@9.1.0-canary.45

Patch Changes

  • f915f65 - Make sure the default quantity is selected on the product page for grouped products. Products are sorted correctly and create a separate GroupedProductItem fragment for easier etensibility. (@paales)

@graphcommerce/next-config@9.1.0-canary.45

Patch Changes

  • f508396 - Solve issue where optional chaining for import.meta.graphCommmerce configuration paths didn't work. (@paales)

Release 9.1.0-canary.44

20 Jun 15:04
Compare
Choose a tag to compare
Pre-release

@graphcommerce/next-ui@9.1.0-canary.44

Patch Changes

  • b423879 - DateTimeFormat, NumberFormat and RelativeTimeFormat (and all derivatives) will now wrap all number parts in a span, so that individual parts can be styled properly. (@paales)

Release 9.1.0-canary.43

19 Jun 09:31
Compare
Choose a tag to compare
Pre-release

@graphcommerce/magento-product-configurable@9.1.0-canary.43

Patch Changes

Release 9.1.0-canary.42

19 Jun 08:51
Compare
Choose a tag to compare
Pre-release

@graphcommerce/magento-product@9.1.0-canary.42

Patch Changes

  • fe2ca31 - Solve issue where ProductListItemReal couldn't be replaced or extended without also replacing ProductListItem (@paales)

Release 9.1.0-canary.41

18 Jun 08:27
Compare
Choose a tag to compare
Pre-release

@graphcommerce/ecommerce-ui@9.1.0-canary.41

Patch Changes

  • #2530 fe48501 - Make sure the increment step of the NumberInputField rounds to the nearest step. (@paales)

@graphcommerce/magento-product@9.1.0-canary.41

Patch Changes

  • #2530 2075f33 - Add support for variant=unit and variant=total rendering of ProductPagePrice to include the quantity or not. (@paales)

  • #2530 4c60c55 - Created a ProductPagePriceLowest component that switches when the configurable option changes. (@paales)

  • #2530 5900c8d - Solve issue where the tier price doesn't get divided by the quantity, thus showing the wrong price. (@paales)

  • #2530 f4a20a7 - Make sure the product price is updated when the quantity of a product is changed. (@paales)

@graphcommerce/magento-product-grouped@9.1.0-canary.41

Patch Changes

  • #2530 7f10a7e - Use ProductListPrice and AddProductsToCartQuantity for grouped product lines (@paales)

@graphcommerce/magento-store@9.1.0-canary.41

Patch Changes

  • #2530 2075f33 - Support asNumber for Money component to easily render all prices as number (@paales)

@graphcommerce/magento-wishlist@9.1.0-canary.41

Patch Changes

0