Skip to content

Commit

Permalink
docs(changelog): updating with text-highlight tree-shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
kdinev committed Feb 16, 2024
1 parent 876d545 commit e0e5cf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ All notable changes for each version of this project will be documented in this
- `IgxForOf`
- Unified logic for vertical and horizontal virtualization such as - caching, updating, max browser size exceeding.
- 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.


- `IgxTextHighlightDirective` is now correctly tree-shaken out of the bundle when not used.
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
- Tree-shaking of the grids has been improved:
- The `igx-paginator`, `igx-grid-toolbar` and `igx-action-strip` components should now correctly tree-shake when not used in a grid.
Expand Down

0 comments on commit e0e5cf7

Please sign in to comment.