Skip to content

Commit 1e38eba

Browse files
Release Visualization 1.139.0 (#4402)
Releasing vis-1.139.0 Co-authored-by: ChristianHuehn <161825497+ChristianHuehn@users.noreply.github.com>
1 parent 328c8a7 commit 1e38eba

File tree

5 files changed

+40
-7
lines changed

5 files changed

+40
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Latest Releases: <br>
1010
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.139.0">
1111
<img alt="Analysis Version Badge" src="https://img.shields.io/badge/1.139.0-x?style=plastic&label=Analysis&color=blue"></a>
12-
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.138.0">
13-
<img alt="Visualization Version Badge" src="https://img.shields.io/badge/1.138.0-x?label=Visualization&style=plastic&color=blue"></a>
12+
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.139.0">
13+
<img alt="Visualization Version Badge" src="https://img.shields.io/badge/1.139.0-x?label=Visualization&style=plastic&color=blue"></a>
1414
</p>
1515

1616
<!-- Links -->
@@ -34,8 +34,8 @@
3434

3535
<!-- Visualization -->
3636
<div>
37-
<a href="https://github.com/MaibornWolff/codecharta/tree/vis-1.138.0">
38-
<img alt="Release Visualization Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/vis-1.138.0?label=Release%20-%20Visualization&style=plastic"></a>
37+
<a href="https://github.com/MaibornWolff/codecharta/tree/vis-1.139.0">
38+
<img alt="Release Visualization Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/vis-1.139.0?label=Release%20-%20Visualization&style=plastic"></a>
3939
<a href="https://sonarcloud.io/dashboard?id=maibornwolff-gmbh_codecharta_visualization">
4040
<img alt="Quality Gate Visualization" src="https://img.shields.io/sonar/quality_gate/maibornwolff-gmbh_codecharta_visualization/main?server=https%3A%2F%2Fsonarcloud.io&label=Quality%20Gate%20Visualization&style=plastic"></a>
4141
<a href="https://sonarcloud.io/project/activity?id=maibornwolff-gmbh_codecharta_visualization&graph=coverage">
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
categories:
3+
- Release
4+
- Release-Visualization
5+
tags:
6+
- gh-pages
7+
- release
8+
- visualization
9+
10+
title: Visualization version 1.139.0
11+
---
12+
13+
{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.139.0).
14+
This version brings the following:
15+
16+
### Added 🚀
17+
18+
- Improve metric search with delimiter-agnostic and word-order independent matching [#4313](https://github.com/MaibornWolff/codecharta/issues/4313)
19+
20+
## Changed
21+
22+
- Demo files now include metrics generated by unifiedParser [#4223](https://github.com/MaibornWolff/codecharta/issues/4223)
23+
24+
### Chore 👨‍💻 👩‍💻
25+
26+
- Bump Angular Version from 18 to 20 this might lead to smaller issues in the design. We will fix those as soon as we notice them.
27+
28+
### Fixed 🐞
29+
- Fix color metric dropdown inconsistently anchoring left when edge metrics are present
30+
- replace material design of color picker, gradiant selector in color metric options and legend block with DaisyUI.
31+
- Node tooltip' attribute side bar migrated to daisyUI

visualization/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
77

88
## [unreleased] (Added 🚀 | Changed | Removed | Fixed 🐞 | Chore 👨‍💻 👩‍💻)
99

10+
## [1.139.0] - 2025-11-20
11+
1012
### Added 🚀
1113

1214
- Improve metric search with delimiter-agnostic and word-order independent matching [#4313](https://github.com/MaibornWolff/codecharta/issues/4313)

visualization/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.

visualization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/MaibornWolff/codecharta.git"
1111
},
1212
"name": "codecharta-visualization",
13-
"version": "1.138.0",
13+
"version": "1.139.0",
1414
"engines": {
1515
"node": ">=20"
1616
},

0 commit comments

Comments
 (0)