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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ All notable changes for each version of this project will be documented in this
35
35
- Unified logic for vertical and horizontal virtualization such as - caching, updating, max browser size exceeding.
36
36
- Added new method - `addScroll` that can shift the scroll thumb by the specified amount in pixels (negative number to scroll to previous, positive to scroll next). Similar to `addScrollTop` but works for both vertical and horizontal virtualization.
37
37
-`IgxTextHighlightDirective` is now correctly tree-shaken out of the bundle when not used.
38
+
-**Breaking Change** A new `IgxTextHighlightService` is now exposed and methods `setActiveHighlight` and `clearActiveHighlight` have been moved to it.
38
39
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
39
40
- Tree-shaking of the grids has been improved:
40
41
- The `igx-paginator`, `igx-grid-toolbar` and `igx-action-strip` components should now correctly tree-shake when not used in a grid.
0 commit comments