Skip to content

Commit

Permalink
Releasing vis-1.128.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue authored and IhsenBouallegue committed Sep 18, 2024
1 parent c7408a9 commit 4726185
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 20 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.127.0">1.127.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.127.1">1.127.1</a>
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.127.0">1.127.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.128.0">1.128.0</a>

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

title: Visualization version 1.128.0
---

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

### Added 🚀

- Add feature to zoom at the mouse cursor [#3693](https://github.com/MaibornWolff/codecharta/pull/3693)
- Add a zoom slider under the cube, allowing to zoom in and out while always displaying the current zoom factor. [#3697](https://github.com/MaibornWolff/codecharta/pull/3697)

### Fixed 🐞

- Fix issue where zooming out too much makes the map disappear and zooming in too much causes you to go through the map. [#3697](https://github.com/MaibornWolff/codecharta/pull/3697)
- Camera perspective is correctly adopted from the custom configuration[#3698](https://github.com/MaibornWolff/codecharta/pull/3698)
- Fix camera behavior when `Reset Camera when changing map` option is deactivated [#3699](https://github.com/MaibornWolff/codecharta/pull/3699)

### Changed

- Change OrbitControls to MapControls for improved map navigation [#3693](https://github.com/MaibornWolff/codecharta/pull/3693)
- Remove unnecessary button that opened and closed the file explorer [#3647](https://github.com/MaibornWolff/codecharta/pull/3748)
- Overhaul Focus and Unfocus functionality[#3706](https://github.com/MaibornWolff/codecharta/pull/3706)

### Chore 👨‍💻 👩‍💻

- Bump node version from 18 to 20 [#3690](https://github.com/MaibornWolff/codecharta/pull/3690)
- Enabled view encapsulation for Global Configuration dialog, Ribbon Bar and File Panel [#3712](https://github.com/MaibornWolff/codecharta/pull/3712)
- Enabled view encapsulation for Slider [#3713](https://github.com/MaibornWolff/codecharta/pull/3713)
- Enabled view encapsulation for the Toolbar [#3717](https://github.com/MaibornWolff/codecharta/pull/3717)
- Enabled view encapsulation for the Legend Panel [#3720](https://github.com/MaibornWolff/codecharta/pull/3720)
- Enabled view encapsulation for the Attribute Side Bar [#3726](https://github.com/MaibornWolff/codecharta/pull/3726)
- Enabled view encapsulation for Buttons [#3729](https://github.com/MaibornWolff/codecharta/pull/3729)
- Enabled view encapsulation for the Export 3D Map Dialog [#3732](https://github.com/MaibornWolff/codecharta/pull/3732)
- Enabled view encapsulation for Dialogs [#3736](https://github.com/MaibornWolff/codecharta/pull/3736)
5 changes: 1 addition & 4 deletions gh-pages/visualization/app/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ three
MIT
The MIT License

Copyright © 2010-2021 three.js authors
Copyright © 2010-2023 three.js authors

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 All @@ -1467,9 +1467,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


three-orbit-controls
MIT

uri-js
BSD-2-Clause
Copyright 2011 Gary Court. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions gh-pages/visualization/app/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion gh-pages/visualization/app/main.7b6cd3c9e4173556.js

This file was deleted.

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

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions gh-pages/visualization/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-visualization",
"version": "1.127.1",
"version": "1.128.0",
"engines": {
"node": ">=18"
"node": ">=20"
},
"description": "MaibornWolff CodeCharta",
"files": [
Expand Down Expand Up @@ -74,6 +74,7 @@
"@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 All @@ -98,7 +99,7 @@
"rxjs": "^7.5.1",
"safe-stable-stringify": "^2.4.3",
"shelljs": "^0.8.4",
"three": "^0.126.1",
"three": "^0.156.0",
"three-orbit-controls": "^82.1.0",
"typescript-json-schema": "0.63.0",
"zone.js": "^0.14.4"
Expand All @@ -119,7 +120,7 @@
"@types/expect-puppeteer": "^5.0.2",
"@types/jest-environment-puppeteer": "^5.0.3",
"@types/node": "^18.0.0",
"@types/three": "^0.126.0",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"bestzip": "^2.2.0",
Expand Down
1 change: 1 addition & 0 deletions gh-pages/visualization/app/runtime.6e68b8c922a41154.js

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

1 change: 0 additions & 1 deletion gh-pages/visualization/app/runtime.dfc9d9fad8fea6e6.js

This file was deleted.

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

This file was deleted.

4 changes: 4 additions & 0 deletions gh-pages/visualization/app/styles.e0f6aac8213a8ff5.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.128.0] - 2024-09-18

### Added 🚀

- Add feature to zoom at the mouse cursor [#3693](https://github.com/MaibornWolff/codecharta/pull/3693)
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.127.1",
"version": "1.128.0",
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit 4726185

Please sign in to comment.