Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7967497
test(*): target testing low coverage parts of the code
ChronosSF Aug 26, 2026
bde0b5e
Merge branch 'master' into sstoychev/increase-code-coverage
kdinev Aug 26, 2026
75f01bf
Merge branch 'master' into sstoychev/increase-code-coverage
ChronosSF Aug 26, 2026
2114944
Merge branch 'master' into sstoychev/increase-code-coverage
kdinev Sep 17, 2026
537d6c1
Update pdf-exporter.spec.ts for pivot grid export
kdinev Sep 17, 2026
09d67c0
Merge branch 'master' into sstoychev/increase-code-coverage
kdinev Sep 17, 2026
5590a02
test(data-operations): freeze clock in dateTime conditions spec
Copilot Sep 17, 2026
a996e3a
test(pdf-exporter): isolate row dimension fallback tests
Copilot Sep 17, 2026
e0b56bf
fix(grid): stop neutral drag scrolling
Copilot Sep 17, 2026
441dd2d
test(pdf exporter): fixing pdf exporter tests
kdinev Sep 17, 2026
40412ca
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
kdinev Sep 17, 2026
ace7a7c
test(pdf exporter): adding more thorough checks fix a stack overflow …
kdinev Sep 17, 2026
c5ef43d
Merge branch 'master' into pdf-exporter-tests
kdinev Sep 17, 2026
1556331
feat(pdf exporter): making passing bad font not silently fail
kdinev Sep 17, 2026
c71ff0e
Merge branch 'master' into pdf-exporter-tests
kdinev Sep 17, 2026
99fbfe4
Fix blank cell handling in PDF exporter tests
kdinev Sep 18, 2026
3bd1a78
fix(exporter): do not preserve a loaded custom font on later export
kdinev Sep 18, 2026
489231c
Clean up comments in pdf-exporter-utils.spec.ts
kdinev Sep 18, 2026
3ad09e1
Merge branch 'master' into pdf-exporter-tests
kdinev Sep 18, 2026
e02df26
fix(exporter): isolate PDF font selections
Copilot Sep 18, 2026
01b6f78
fix(pdf exporter): addressing copilot's review comment
kdinev Sep 18, 2026
a13d90b
feat(pdf export): exported summaries now have header background
kdinev Sep 18, 2026
1265d84
feat(pdf export): merging pivot row dimension headers in export
kdinev Sep 18, 2026
3c01bc8
docs(pdf export): adding changelog entry
kdinev Sep 18, 2026
142afa2
chore(pdf exporter): addressing copilot's comment
kdinev Sep 18, 2026
6d2d1f4
Merge branch 'master' into pdf-exporter-tests
kdinev Sep 18, 2026
f8ef51a
Merge branch 'master' into pdf-exporter-tests
kdinev Sep 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ All notable changes for each version of this project will be documented in this
- Fixed remote pages changing position before their replacements arrive and redundant requests for an already loaded initial range. Changes to a positive `totalItemCount` refresh the list without rebinding data; a reduced total excludes out-of-range records before filtering and grouping.
- Reduced selection-resolution work during change detection. Each combo resolves its selection once per check and validates cached primitive-key matches before reusing them. Missing or invalid matches share one fallback scan; object keys retain deep-equality matching. In-place changes that create an earlier duplicate of a cached key are not detected without rebinding data.

### Behavioral Changes

- `IgxPdfExporterService`
- Summary rows are now shaded like the header row of the exported table. A summary closes the rows above it the way the header opens them, so it no longer reads as one more record. As with the header background, the shading follows the `showTableBorders` option.
- The row dimension cells of an `IgxPivotGrid` export are shaded the same way: they head the record they sit on rather than holding one of its values.
- A row dimension value that repeats down consecutive records of an `IgxPivotGrid` export is now drawn once, in a single cell over all of them, the way the grid merges its own row headers. A value merges only under the same parent dimension, so the same date under two different cities still gets a cell each, and a cell that would reach past the bottom of a page is cut off there and opened again under the headers of the next one.

### Breaking Changes

- `IgxButtonDirective`, `IgxIconButtonDirective`
Expand Down
Loading
Loading