You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,24 @@
3
3
## 3.9.1
4
4
5
5
### UPDATES
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
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 notice in the Magento admin to point customers to use the Algolia dashboard for Synonym management as Magento Dashboard will be deprecated in a future release
8
8
- Refactored the casting Attributes
9
9
- Managing Max record size via the admin
10
10
11
11
12
-
13
12
### FIXES
14
13
- Autocomplete category links not preselecting facets on the target URL
15
14
- Fixed bug related to conjunctive facets and adaptive images in autocomplete
16
-
- When autocomplete was disabled __empty__ was showing in the URL
15
+
- Fixed issue with showing __empty__ in the url if autocomplete was disabled
16
+
- Fixed autocomplete suggestions
17
17
- Instant search fixes when the price was set to retrievable = 'no'
18
18
- Price attribute fixes in autocomplete when the price attribute is set to Non-Retrievable
19
19
- Add to cart triggering duplicate view event for the Algolia recommend products
20
20
- Issues while saving and loading data by the wrong cache key for the popular queries
21
21
- Issues with max_retries in clear old jobs function in the queue
22
22
- Place Order duplicate Conversion issue for Grouped Product
23
-
- Fixes the issues with store-specific category index
0 commit comments