Skip to content

Commit 17e2018

Browse files
chore(release): release 2.2.8
Release type: patch Previous version: 2.2.7 New version: 2.2.8
1 parent e487cdb commit 17e2018

5 files changed

Lines changed: 47 additions & 6 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.7"
2+
"Website": "2.2.8"
33
}

Website/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [2.2.8] - 2025-12-04
2+
3+
### Features
4+
5+
* removed new markers on sidebar ([8914e33](https://github.com/delegateas/DataModelViewer/commit/8914e33))
6+
* rewamp of the process view. ([ba9dc1f](https://github.com/delegateas/DataModelViewer/commit/ba9dc1f))
7+
8+
### Bug Fixes
9+
10+
* use sdkmessage operationtype for plugin types isntead of just using other. ([e6c7840](https://github.com/delegateas/DataModelViewer/commit/e6c7840))
11+
* correct filtered relationship count shown on tab. ([6b327d1](https://github.com/delegateas/DataModelViewer/commit/6b327d1))
12+
13+
### UI/UX Improvements
14+
15+
* replaced UI facing attribute and entity mentions on insights page with column and tables instead. ([190929d](https://github.com/delegateas/DataModelViewer/commit/190929d))
16+
17+
### Other Changes
18+
19+
* eslint error fixes ([e490b20](https://github.com/delegateas/DataModelViewer/commit/e490b20))
20+
* hide base if show standard not set ([5f77ead](https://github.com/delegateas/DataModelViewer/commit/5f77ead))
21+
* tooltip adjustments for primary column icon. ([a76c613](https://github.com/delegateas/DataModelViewer/commit/a76c613))
22+
* tooltip adjustments ([094ba99](https://github.com/delegateas/DataModelViewer/commit/094ba99))
23+
24+
125
## [2.2.7] - 2025-11-29
226

327
### Bug Fixes

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.7",
3+
"version": "2.2.8",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

temp_changelog.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
## [2.2.7] - 2025-11-29
1+
## [2.2.8] - 2025-12-04
2+
3+
### Features
4+
5+
* removed new markers on sidebar ([8914e33](https://github.com/delegateas/DataModelViewer/commit/8914e33))
6+
* rewamp of the process view. ([ba9dc1f](https://github.com/delegateas/DataModelViewer/commit/ba9dc1f))
27

38
### Bug Fixes
49

5-
* fix the N:N relationship visualisation, and hide relationships with entities outside solution by standard ([dbfd599](https://github.com/delegateas/DataModelViewer/commit/dbfd599))
10+
* use sdkmessage operationtype for plugin types isntead of just using other. ([e6c7840](https://github.com/delegateas/DataModelViewer/commit/e6c7840))
11+
* correct filtered relationship count shown on tab. ([6b327d1](https://github.com/delegateas/DataModelViewer/commit/6b327d1))
12+
13+
### UI/UX Improvements
14+
15+
* replaced UI facing attribute and entity mentions on insights page with column and tables instead. ([190929d](https://github.com/delegateas/DataModelViewer/commit/190929d))
16+
17+
### Other Changes
18+
19+
* eslint error fixes ([e490b20](https://github.com/delegateas/DataModelViewer/commit/e490b20))
20+
* hide base if show standard not set ([5f77ead](https://github.com/delegateas/DataModelViewer/commit/5f77ead))
21+
* tooltip adjustments for primary column icon. ([a76c613](https://github.com/delegateas/DataModelViewer/commit/a76c613))
22+
* tooltip adjustments ([094ba99](https://github.com/delegateas/DataModelViewer/commit/094ba99))
623

724

0 commit comments

Comments
 (0)