Releases: MaibornWolff/codecharta
Releases · MaibornWolff/codecharta
1.113.0
Changed
- The Custom Views Feature is now also available outside the Experimental Feature Mode #3079
- Please note that the functionality of downloading cc.json maps will no longer be supported from April 2023. Instead, use the Custom View feature to create and share configurations for different views of your map. #3079
- Change tooltips in the legend to show the metric description #3162
Chore 👨💻 👩💻
1.112.1
1.112.0
1.111.0
Added 🚀
- Add description to every Custom View #3119
- Highlight files and folders with no area metric or an area metric value of zero in the search panel #3126
Changed
- Be aware, that all Custom Views generated with version 1.110.0 or older will be unusable by April 2023 #3119
Fixed 🐞
- Fix Node Context-Menu in Map Tree View opening multiple times #3135
- Fix crashing on focusing or hovering un-rendered buildings #3123
- Fix showing changelog entries in the dialog when a new version is available #3123
Chore 👨💻 👩💻
1.110.0
Changed
- Custom Views are now applicable even if maps or mode are different. Missing maps or map selection mode is displayed in the tooltip #3090
- Be aware, that all Custom Views generated with version 1.109.1 or older will be unusable by April 2023 #3105
Fixed 🐞
- Fix broken link to Custom View documentation #3101
- Don't re-center map after every state change like changing area metric #3109
Chore 👨💻 👩💻
- Adjust Custom View API and maintain old Custom Views until April 2023 #3105
- Migrate codeMap.render.service, codeMap.label.service, codeMap.mouseEvent.service, codeMap.arrow.service, codeCharta.service, sharpnessMode.service, isLoadingFile.service, scaling.service and experimentalFeaturesEnabled.service to Angular #3094
- Extract tree map size into a const as this is never changed 3098
- Migrate markedPackages.service, edges.service, blacklist.service, files.service and injector.service 3106
- Refactor out
LoadInitialFileService
and fix with it loose Promise in tests #3110 - Migrate codeCharta.component, storeService.service and remove AngularJS dual boot from bootstrapping #3114
- Remove obsolete AngularJS dependencies #3115
1.109.1
1.109.0
Added 🚀
- Add description and documentation to Custom View modal #3085
- Add a new button that links the height metric to the color metric so that the colour metric is automatically set to
the selected height metric #3058
Fixed 🐞
- Fix interactive GitLogParser using wrong dialogue with repo-scan subcommand #3073
- Fix CodeCharta Analysis container exiting when detached #3062
- Fix CodeCharta Analysis container not coming with the sonar-scanner pre-installed #3062
- Rerender immediately after marking a folder with a color #3067
- Clicking the 'reset height metric settings' button resets the number of top labels to the dynamic default value #3066
- Unfocus nodes when changing selected files, which prevents the app from crashing #3072
Chore 👨💻 👩💻
- Update Docker Publish Action in Release Pipeline #3060
- Write documentation for docker containers #3063
- Migrate isAttributeSideBarVisible.service, threeScene.service, threeCamera.service and threeStats.service to Angular #3068
- Migrate dialog.service to Angular #3070
- Migrate FocusedNodePathService, LayoutAlgorithmService, ThreeOrbitControlsService and ThreeViewerService to Angular #3072
- Migrate updateAttributeTypes.service to Angular #3082
1.108.1
1.107.0
Added 🚀
- Add subcommand to GitLogParser to run necessary git commands automatically #3041
Changed
- Change default behaviour of GitLogParser to use new subcommands #3041
- Set default value for displaying labels 1 per 100 buildings with a maximum of 10 labels #3046
Fixed 🐞
- Uncheck the box when 'reset invert height' icon is clicked #3048
- Update ReadMe and GitHub pages for MetricGardener #3045
Chore 👨💻 👩💻
1.106.1
Fixed 🐞
- CC-JSON Files not loaded on Safari browser #3042
- Show loading spinners while loading a file #2980
- Prevent clicking on not opened metric options in ribbon bar #3029
- Set cursor to pointer on color settings panel of delta mode #3029
Chore 👨💻 👩💻
- Throttle rendering and migrate codeMap.preRender.service to Angular #2980