Skip to content

Commit

Permalink
Releasing vis-1.125.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Apr 24, 2024
1 parent 01c3987 commit cd56fba
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

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

title: Visualization version 1.125.0
---

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

### Added 🚀

- Add search bar for custom configs [#3529](https://github.com/MaibornWolff/codecharta/pull/3529)
- Automatically reverse the metric direction for those where higher values indicate better codequality, such as `branch_coverage` [#3518](https://github.com/MaibornWolff/codecharta/pull/3518)
- Display summary metrics for root node as default [#3525](https://github.com/MaibornWolff/codecharta/pull/3525)
- Remove whitespace on screenshots [#3527](https://github.com/MaibornWolff/codecharta/pull/3527)

### Fixed 🐞

- Fix small style issues [#3544](https://github.com/MaibornWolff/codecharta/pull/3544)
- Fix key handling for selection metrics [#3546](https://github.com/MaibornWolff/codecharta/pull/3546)
- Fix applying default metric templates to ensure options reset correctly [#3560](https://github.com/MaibornWolff/codecharta/pull/3560)

### Chore 👨‍💻 👩‍💻

- Update angular to v17
4 changes: 2 additions & 2 deletions gh-pages/visualization/app/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MIT
MIT
The MIT License

Copyright (c) 2023 Google LLC.
Copyright (c) 2024 Google LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -39,7 +39,7 @@ MIT
MIT
The MIT License

Copyright (c) 2023 Google LLC.
Copyright (c) 2024 Google LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions gh-pages/visualization/app/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

38 changes: 19 additions & 19 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.124.1",
"version": "1.125.0",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -63,16 +63,16 @@
},
"license": "BSD-3-Clause",
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/material": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@ngrx/effects": "^16.3.0",
"@ngrx/store": "^16.3.0",
"@angular/animations": "^17.3.3",
"@angular/cdk": "^17.3.3",
"@angular/common": "^17.3.3",
"@angular/core": "^17.3.3",
"@angular/forms": "^17.3.3",
"@angular/material": "^17.3.3",
"@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^17.3.3",
"@ngrx/effects": "^17.1.1",
"@ngrx/store": "^17.1.1",
"@types/d3": "^7.4.3",
"ajv": "^6.12.6",
"color-convert": "^2.0.1",
Expand All @@ -98,14 +98,14 @@
"three": "^0.126.1",
"three-orbit-controls": "^82.1.0",
"typescript-json-schema": "0.56.0",
"zone.js": "^0.13.3"
"zone.js": "^0.14.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.1",
"@angular-devkit/build-angular": "^16.2.10",
"@angular/cli": "^16.2.10",
"@angular/compiler": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular-builders/custom-webpack": "^17.0.2",
"@angular-devkit/build-angular": "^17.3.3",
"@angular/cli": "^17.3.3",
"@angular/compiler": "^17.3.3",
"@angular/compiler-cli": "^17.3.3",
"@babel/plugin-transform-class-static-block": "^7.23.3",
"@electron/get": "^2.0.3",
"@testing-library/angular": "^14.3.0",
Expand All @@ -127,13 +127,13 @@
"html-loader": "^4.0.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.4.0",
"jest-preset-angular": "^13.1.3",
"jest-preset-angular": "^14.0.3",
"jest-puppeteer": "^10.0.1",
"lint-staged": "^13.0.0",
"marked": "^4.3.0",
"puppeteer": "^19.11.1",
"ts-jest": "^29.0.5",
"typescript": "~4.9.4",
"typescript": "^5.2.2",
"webpack-glsl-loader": "^1.0.1"
}
}
1 change: 1 addition & 0 deletions gh-pages/visualization/app/polyfills.68ea60099120c372.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gh-pages/visualization/app/runtime.dfc9d9fad8fea6e6.js

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

4 changes: 4 additions & 0 deletions gh-pages/visualization/app/styles.903089499cad202a.css

Large diffs are not rendered by default.

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.125.0] - 2024-04-24

### Added 🚀

- Add search bar for custom configs [#3529](https://github.com/MaibornWolff/codecharta/pull/3529)
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.124.1",
"version": "1.125.0",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit cd56fba

Please sign in to comment.