Skip to content

Commit 2ceb3ba

Browse files
committed
MAGE-1117 Updated change log
1 parent 755f488 commit 2ceb3ba

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
## 3.15.0-beta.2
44

55
### Features
6-
- Added support for Multi-Application IDs (see [preview documentation](https://deploy-preview-9699--algolia-docs.netlify.app/doc/integration/magento-2/getting-started/quick-start/?client=php#support-for-multiple-application-ids))
7-
- Refactored frontend library ##TO_BE_DEVELOPED## (see [preview documentation](https://deploy-preview-9690--algolia-docs.netlify.app/doc/integration/magento-2/customize/custom-front-end-events/?client=php))
8-
- Added granular profiling ##TO_BE_DEVELOPED##
6+
- Added support for Multi-Application IDs (see [preview documentation](https://deploy-preview-9703--algolia-docs.netlify.app/doc/integration/magento-2/getting-started/quick-start/#support-for-multiple-application-ids))
7+
- Refactored frontend library to no longer utilize the legacy `algoliaBundle` (see [preview documentation](https://deploy-preview-9703--algolia-docs.netlify.app/doc/integration/magento-2/customize/custom-front-end-events/?client=php#frontend-javascript-libraries-and-the-legacy-bundle))
8+
- Added support for core Algolia UI library overrides via RequireJS
9+
- Added support for mixins through RequireJS in addition to [front end custom events](https://www.algolia.com/doc/integration/magento-2/customize/custom-front-end-events)
10+
- See our `CustomAlgolia` demo extension's [1.4.0 release](https://github.com/algolia/algoliasearch-custom-algolia-magento-2/releases/tag/1.4.0) for examples on how to take advantage of these changes
11+
- Added granular profiling through the [Magento Profiler](https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/setup/mage-profiler) to aid in troubleshooting indexing performance issues
12+
- Added a feature to enable automatic price indexing within the Advanced section of the configuration (This feature should help alleviate issues where missing pricing records prevent Algolia from being able to index products. See [preview documentation](https://deploy-preview-9703--algolia-docs.netlify.app/doc/integration/magento-2/troubleshooting/data-indexes-queues/#price-index-dependencies) for further details.)
913

1014
### Updates
1115
- Tests: Added possibility to run tests with multiple applications IDs.
@@ -15,13 +19,22 @@
1519
- Updated Indexing Queue display in the admin by adding the `class` column
1620
- Updated Indexing Queue `data` column formatting
1721
- Added documentation link on the queue archive page
18-
- Removed `algoliaBundle` package
22+
- Debugging information now writes to `algolia.log`
23+
- Removed dependency on `algoliaBundle` package
24+
- Removed dependency on JavaScript global `window` objects with the exception of `algoliaConfig`
25+
- The Hogan.js library is still packaged for injection as needed but be advised that Mustache.js is now used internally instead (see [preview documentation](https://deploy-preview-9703--algolia-docs.netlify.app/doc/integration/magento-2/customize/instant-search-page/?client=php#mustache-templates))
26+
- JavaScript bundling is supported but to use the RequireJS Optimizer transpiling will be needed for ES6 constructs
1927

2028
### Bug Fixes
21-
- Fixed a bug where admin panels didn't display properly on Magento 2.4.7
29+
- Fixed a bug where admin menus didn't display properly on Magento 2.4.7
2230
- Fixed customer groups prices ranges on configurable products
2331
- Fixed a bug where categories highlighting didn't work as expected on PLP powered by InstantSearch
2432

33+
### Breaking Changes
34+
- If you have customized your front end implementation based on the `algoliaBundle` you may need to shim your application accordingly (Full details are shared in [our preview documentation](https://deploy-preview-9703--algolia-docs.netlify.app/doc/integration/magento-2/troubleshooting/front-end-issues/))
35+
36+
37+
2538
## 3.14.4
2639

2740
### Features

0 commit comments

Comments
 (0)