File tree Expand file tree Collapse file tree 5 files changed +40
-7
lines changed
Expand file tree Collapse file tree 5 files changed +40
-7
lines changed Original file line number Diff line number Diff line change 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 -->
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">
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments