|
1 | | -## [2.2.5] - 2025-11-15 |
| 1 | +## [2.2.6] - 2025-11-27 |
2 | 2 |
|
3 | 3 | ### Features |
4 | 4 |
|
5 | | -* Merge pull request #74 from delegateas/features/analyzer-work ([91831d3](https://github.com/delegateas/DataModelViewer/commit/91831d3)) |
6 | | -* plot for publishers on the insights page ([f7e36b3](https://github.com/delegateas/DataModelViewer/commit/f7e36b3)) |
7 | | -* .NET 10 C# script to read Delegate XrmFramework and XrmBedrock webresource folder structures and analyse more consistently for correct entity schemanames. Enforcment of this new method by deprecation of old method. ([90d0baa](https://github.com/delegateas/DataModelViewer/commit/90d0baa)) |
8 | | -* support multiple publishers ([bce76ae](https://github.com/delegateas/DataModelViewer/commit/bce76ae)) |
9 | | -* Power Automate analyzer recreation, from Thyge's ExpressionEngine and PA MockUp repos. ([b91c6ec](https://github.com/delegateas/DataModelViewer/commit/b91c6ec)) |
| 5 | +* additional activity standard attribute metadata filters ([48e0d48](https://github.com/delegateas/DataModelViewer/commit/48e0d48)) |
| 6 | +* homepage update and navigation "new" markers ([42a1c5f](https://github.com/delegateas/DataModelViewer/commit/42a1c5f)) |
| 7 | +* added workflows and business rules to the process view. And fixed the circle size in the card component. ([e3d231a](https://github.com/delegateas/DataModelViewer/commit/e3d231a)) |
| 8 | +* more relationship logic showing N:1, 1:N correctly. And also using chips that are disabled for targets not in solution ([76b35f0](https://github.com/delegateas/DataModelViewer/commit/76b35f0)) |
| 9 | +* refactored the MUI matrix into Nivo heatmap ([45d2e83](https://github.com/delegateas/DataModelViewer/commit/45d2e83)) |
| 10 | +* Added solution information to components and swapped chord chart for an interactive matrix. ([d87a276](https://github.com/delegateas/DataModelViewer/commit/d87a276)) |
| 11 | +* info texts on graphs in insights ([4f5c326](https://github.com/delegateas/DataModelViewer/commit/4f5c326)) |
| 12 | +* workflow dependencies from microsoft retrieved in generator. Flag for implicit/explicit components. ([f8d6b8a](https://github.com/delegateas/DataModelViewer/commit/f8d6b8a)) |
| 13 | +* new generator logic to show inclusion type and visually the same as the make portal ([9492036](https://github.com/delegateas/DataModelViewer/commit/9492036)) |
10 | 14 |
|
11 | 15 | ### Bug Fixes |
12 | 16 |
|
13 | | -* moved .NET 10 script to sharedporject to not bug out the entire repo :D ([a969a3b](https://github.com/delegateas/DataModelViewer/commit/a969a3b)) |
14 | | -* multiline and xrmquery initial linebreak fixes in regex ([7e97da9](https://github.com/delegateas/DataModelViewer/commit/7e97da9)) |
15 | | -* include solutions that just contain flows. ([885132f](https://github.com/delegateas/DataModelViewer/commit/885132f)) |
| 17 | +* heatmap missing from lock ([02bc756](https://github.com/delegateas/DataModelViewer/commit/02bc756)) |
| 18 | +* global search disabled pointer events on the table search ([a1d7de2](https://github.com/delegateas/DataModelViewer/commit/a1d7de2)) |
| 19 | +* build errors ([b969d09](https://github.com/delegateas/DataModelViewer/commit/b969d09)) |
| 20 | +* unnessecary attribute filters, extension method to fet userlocalized label and exceptions checks for relationships. ([c7a38e9](https://github.com/delegateas/DataModelViewer/commit/c7a38e9)) |
| 21 | +* Argument exception when no plural name exists for entity ([4142117](https://github.com/delegateas/DataModelViewer/commit/4142117)) |
| 22 | +* solutiontype in generated data is not the same data in grouptype. Removed the SolutionType and keeping data inside groups. This will break chord chart. ([b951ea4](https://github.com/delegateas/DataModelViewer/commit/b951ea4)) |
| 23 | +* workflow dependencies incorrectly found ([ae61b86](https://github.com/delegateas/DataModelViewer/commit/ae61b86)) |
16 | 24 |
|
17 | 25 | ### Code Refactoring |
18 | 26 |
|
19 | | -* minor refactor of analyzers. ([c7762ea](https://github.com/delegateas/DataModelViewer/commit/c7762ea)) |
20 | | -* moved pipelines into Setup Folder to cleanup root git directory ([6302dc0](https://github.com/delegateas/DataModelViewer/commit/6302dc0)) |
| 27 | +* cleanup in tool scripts and fixed WR description script issue (needed PublishAot=false to construct serviceclient) ([a81323e](https://github.com/delegateas/DataModelViewer/commit/a81323e)) |
| 28 | +* refactored dataverseservice into smaller services ([698f250](https://github.com/delegateas/DataModelViewer/commit/698f250)) |
21 | 29 |
|
22 | 30 | ### Other Changes |
23 | 31 |
|
24 | | -* fixing tests just 1 left to fix ([f90da97](https://github.com/delegateas/DataModelViewer/commit/f90da97)) |
25 | | -* old console job instead of .NET 10 script (serviceclient not yet supported) ([0bbb56c](https://github.com/delegateas/DataModelViewer/commit/0bbb56c)) |
26 | | -* gitignore update ([aa373da](https://github.com/delegateas/DataModelViewer/commit/aa373da)) |
27 | | -* initial tests for Generator ([2db1b20](https://github.com/delegateas/DataModelViewer/commit/2db1b20)) |
28 | | -* gitignore update ([166eb45](https://github.com/delegateas/DataModelViewer/commit/166eb45)) |
| 32 | +* Update README.md ([d1aafd9](https://github.com/delegateas/DataModelViewer/commit/d1aafd9)) |
| 33 | +* missing nivo/heatmap from dependencies ([0d957ff](https://github.com/delegateas/DataModelViewer/commit/0d957ff)) |
| 34 | +* minor graph adjustments ([77ea09f](https://github.com/delegateas/DataModelViewer/commit/77ea09f)) |
| 35 | +* TS type changes ([8207554](https://github.com/delegateas/DataModelViewer/commit/8207554)) |
| 36 | +* adjustments to search box on metadata ([7772903](https://github.com/delegateas/DataModelViewer/commit/7772903)) |
| 37 | +* tooltips on header buttons ([1d5bfd0](https://github.com/delegateas/DataModelViewer/commit/1d5bfd0)) |
| 38 | +* hotfix: missing enum value in Types.ts ([522c0e8](https://github.com/delegateas/DataModelViewer/commit/522c0e8)) |
29 | 39 |
|
30 | 40 |
|
0 commit comments