Skip to content

Commit d4a2104

Browse files
committed
docs(*): add changelog
1 parent a65877e commit d4a2104

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ All notable changes for each version of this project will be documented in this
6161
- The `hideDelay` input property now defaults to `300`.
6262
- The `showTooltip` and `hideTooltip` methods do not take `showDelay`/`hideDelay` into account.
6363

64+
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`, `IgxPivotGrid`
65+
- **Sorting improvements**
66+
- Improved sorting algorithm efficiency using Schwartzian transformation. This is a technique, also known as decorate-sort-undecorate, which avoids recomputing the sort keys by temporarily associating them with the original data records.
67+
- Refactored sorting algorithms from recursive to iterative.
68+
- **Groupby improvements**
69+
- Refactored grouping algorithm from recursive to iterative.
70+
- Optimized grouping operations.
71+
6472
## 20.0.6
6573
### General
6674
- `IgxSimpleCombo`

0 commit comments

Comments
 (0)