|
3 | 3 | ## 3.9.1
|
4 | 4 |
|
5 | 5 | ### UPDATES
|
6 |
| -- Refactored the Autocomplete to provide an extensible model for function-based templates utilizing tagged template literals. The approach supports the use of RequireJS mixins for overriding template functionality and additional bug fixes in the Autocomplete. |
7 |
| - - Autocomplete category links not preselecting facets on the target URL |
8 |
| - - Standardizes template function naming conventions for all autocomplete template types |
9 |
| - - Provides better scoping of variables and reducing dependencies on globals and the window object |
10 |
| - - Fixed bug related to conjunctive facets and adaptive images |
11 |
| - |
12 |
| -- Update the synonym area text in the Magento configuration to point customers to use the Algolia dashboard |
| 6 | +- Refactored the Autocomplete to provide an extensible model for function-based templates by utilizing tagged template literals. The approach supports the use of RequireJS mixins for overriding the template functionality. |
| 7 | +- Update the synonym area text in the Magento configuration to point customers to use the Algolia dashboard as Synonym management from Magento Dashboard will be deprecated in a future release |
13 | 8 | - Refactored the casting Attributes
|
| 9 | +- Managing Max record size via the admin |
14 | 10 |
|
15 | 11 |
|
16 | 12 |
|
17 | 13 | ### FIXES
|
| 14 | +- Autocomplete category links not preselecting facets on the target URL |
| 15 | +- Fixed bug related to conjunctive facets and adaptive images in autocomplete |
18 | 16 | - When autocomplete was disabled __empty__ was showing in the URL
|
19 | 17 | - Instant search fixes when the price was set to retrievable = 'no'
|
20 |
| -- Price attribute fixes in autocomplete, when the price attribute is set to Non-Retrievable |
| 18 | +- Price attribute fixes in autocomplete when the price attribute is set to Non-Retrievable |
21 | 19 | - Add to cart triggering duplicate view event for the Algolia recommend products
|
22 | 20 | - Issues while saving and loading data by the wrong cache key for the popular queries
|
23 | 21 | - Issues with max_retries in clear old jobs function in the queue
|
24 | 22 | - Place Order duplicate Conversion issue for Grouped Product
|
| 23 | +- Fixes the issues with store-specific category index |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
0 commit comments