fix(elements): add export for DefaultMergeStrategy - 20.1.x#16335
fix(elements): add export for DefaultMergeStrategy - 20.1.x#16335
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds the missing export for DefaultMergeStrategy in the public API of the igniteui-angular-elements package, addressing issue #16024.
- Added import of
DefaultMergeStrategyfrom the merge-strategy module - Exported
DefaultMergeStrategywith theIgcDefaultMergeStrategyalias
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@IMinchev64 @dkamburov @skrustev Extending the default merge strategy in react works fine now, however when building from this branch and bundling the packages for react manually it seems that merging breaks: Not sure if it's an issue with missing styles or maybe something else that caused issue with the size of the merged cells. Either way it needs more investigation. |
|
Also it works as expected in |
|
Approving since issue might be in the way the wc grid package was combined (with this powershell script: https://github.com/IgniteUI/igniteui-api-analyzer/pull/108). It's possible that something in it is missing. |

Related to #16024
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)