Skip to content

2.10.0

Compare
Choose a tag to compare
@romainruaud romainruaud released this 05 Aug 09:31
· 1274 commits to 2.10.x since this release

📦 Main Features :

Magento 2.4.0 compatibility :

For this version we focused mostly on being compatible with Magento 2.4.0.

We decided to create a new release line 2.10.x which is now the default branch and that requires at least Magento 2.4.0

Support for Magento >=2.3.5 and <2.4.0 remains active in the 2.9.x release line.

Fixed :

  • Improved package size by removing documentation assets (#1854)
  • An issue on GraphQl layered navigation with multi store setups (#1896)
  • An issue (#1865) on the indices module (#1899)
  • An issue (#1840) with product URL in virtual categories (#1881)
  • An issue (#1852) on Elasticsearch 7 for spelling type retrieval (#1853)
  • Remove dependency (#1894) on Magento_CatalogGraphQl module for the Smile_ElasticsuiteCatalog module (#1907)
  • An issue (#1823) with backticks on SQL queries fixed by @svencoeck (#1824)
  • An issue (#1861) where price was not explicitely indexed as a float (#1901)
  • A graphQL issue (#1866) when filtering on multiple categories (#1904)
  • An issue (#1855) on category autocomplete (#1906)
  • An issue (#1846) on optimizers preview with specific contexts (#1908)
  • A small improvement on product collection sort order, thanks to @DanieliMi (#1862)
  • Added match operator support in search requests (0f5dae4)
  • Added coverage mechanism for attributes in GraphQl queries (fcfc845)