Skip to content

Commit 81290d3

Browse files
chore(release): release 2.2.7
Release type: patch Previous version: 2.2.6 New version: 2.2.7
1 parent bdaa04e commit 81290d3

5 files changed

Lines changed: 13 additions & 39 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"Website": "2.2.6"
2+
"Website": "2.2.7"
33
}

Website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.7] - 2025-11-29
2+
3+
### Bug Fixes
4+
5+
* fix the N:N relationship visualisation, and hide relationships with entities outside solution by standard ([dbfd599](https://github.com/delegateas/DataModelViewer/commit/dbfd599))
6+
7+
18
## [2.2.6] - 2025-11-27
29

310
### Features

Website/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

temp_changelog.md

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,7 @@
1-
## [2.2.6] - 2025-11-27
2-
3-
### Features
4-
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))
1+
## [2.2.7] - 2025-11-29
142

153
### Bug Fixes
164

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))
24-
25-
### Code Refactoring
26-
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))
29-
30-
### Other Changes
31-
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))
5+
* fix the N:N relationship visualisation, and hide relationships with entities outside solution by standard ([dbfd599](https://github.com/delegateas/DataModelViewer/commit/dbfd599))
396

407

0 commit comments

Comments
 (0)