Skip to content

Commit

Permalink
Releasing vis-1.130.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Nov 4, 2024
1 parent a60deb8 commit 204e4e0
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<p align="center">
Latest Release: <br>
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.128.0">1.128.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.129.1">1.129.1</a>
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.128.0">1.128.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.130.0">1.130.0</a>

[comment]: ##################################################################################
[comment]: <Ensure that the words 'latest release' are above the line with the links>
Expand Down
29 changes: 29 additions & 0 deletions gh-pages/_posts/release/2024-11-04-vis_1_130_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
categories:
- Release
- Release-Visualization
tags:
- gh-pages
- release
- visualization

title: Visualization version 1.130.0
---

{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.130.0).
This version brings the following:

### Added 🚀

- Add experimental feature: show buildings with an area metric value of 0 [#3789](https://github.com/MaibornWolff/codecharta/pull/3789)
- Add further functionality for nested data to show popup when comparing files with different complexity metrics [#3791](https://github.com/MaibornWolff/codecharta/pull/3791)
- Add improvements to the migration script for old mcc maps [#3803](https://github.com/MaibornWolff/codecharta/pull/3803)

### Changed

- Revert focus behaviour to old one for stability [#3793](https://github.com/MaibornWolff/codecharta/pull/3793)

### Fixed 🐞

- Fix that default sample files are not removed when a new file is loaded by the user [#3768](https://github.com/MaibornWolff/codecharta/pull/3768)
- When an invisible file is deleted, the shown map is not reloaded anymore [#3788](https://github.com/MaibornWolff/codecharta/pull/3788)
2 changes: 1 addition & 1 deletion gh-pages/visualization/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

<body>
<cc-code-charta></cc-code-charta>
<script src="runtime.6e68b8c922a41154.js" type="module"></script><script src="polyfills.68ea60099120c372.js" type="module"></script><script src="main.a84126decb7682b7.js" type="module"></script></body>
<script src="runtime.6e68b8c922a41154.js" type="module"></script><script src="polyfills.68ea60099120c372.js" type="module"></script><script src="main.bcfebb13cf578abb.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion gh-pages/visualization/app/main.a84126decb7682b7.js

This file was deleted.

1 change: 1 addition & 0 deletions gh-pages/visualization/app/main.bcfebb13cf578abb.js

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions gh-pages/visualization/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-visualization",
"version": "1.129.1",
"version": "1.130.0",
"engines": {
"node": ">=20"
},
Expand Down Expand Up @@ -74,7 +74,6 @@
"@angular/platform-browser-dynamic": "^17.3.3",
"@ngrx/effects": "^17.1.1",
"@ngrx/store": "^17.1.1",
"@ngrx/store-devtools": "^17.1.1",
"@types/d3": "^7.4.3",
"ajv": "^6.12.6",
"color-convert": "^2.0.1",
Expand Down Expand Up @@ -118,7 +117,7 @@
"@types/color-convert": "^2.0.0",
"@types/d3-hierarchy": "^3.0.2",
"@types/expect-puppeteer": "^5.0.2",
"@types/jest-environment-puppeteer": "^5.0.3",
"@types/jest-environment-puppeteer": "^5.0.6",
"@types/node": "^18.0.0",
"@types/three": "^0.168.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
Expand All @@ -133,10 +132,10 @@
"jest": "^29.7.0",
"jest-canvas-mock": "^2.4.0",
"jest-preset-angular": "^14.0.3",
"jest-puppeteer": "^10.0.1",
"jest-puppeteer": "^10.1.3",
"lint-staged": "^13.0.0",
"marked": "^4.3.0",
"puppeteer": "^19.11.1",
"puppeteer": "^23.6.0",
"ts-jest": "^29.0.5",
"typescript": "^5.2.2",
"webpack-glsl-loader": "^1.0.1"
Expand Down
2 changes: 2 additions & 0 deletions visualization/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

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

## [1.130.0] - 2024-11-04

### Added 🚀

- Add experimental feature: show buildings with an area metric value of 0 [#3789](https://github.com/MaibornWolff/codecharta/pull/3789)
Expand Down
4 changes: 2 additions & 2 deletions visualization/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-visualization",
"version": "1.129.1",
"version": "1.130.0",
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit 204e4e0

Please sign in to comment.