Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
ref #2318
  • Loading branch information
shaman-apprentice committed Jul 1, 2022
1 parent ad8b51f commit a11d0c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
### Chore 👨‍💻 👩‍💻

- Migrate color settings panel to Angular [#2873](https://github.com/MaibornWolff/codecharta/pull/2873)
- Rework internal camera handling [#2880](https://github.com/MaibornWolff/codecharta/pull/2880)

## [1.99.3] - 2022-06-28

Expand Down
2 changes: 0 additions & 2 deletions visualization/app/codeCharta/util/settingsHelper.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ describe("SettingsHelper", () => {
appSettings: {
scaling: { y: 27 },
invertHeight: false,
camera: { x: 10, y: 20, z: 30 },
amountOfTopLabels: 23
}
}
Expand All @@ -36,7 +35,6 @@ describe("SettingsHelper", () => {
appSettings: {
scaling: new Vector3(1, 27, 1),
invertHeight: false,
camera: new Vector3(10, 20, 30),
amountOfTopLabels: 23
}
}
Expand Down
3 changes: 1 addition & 2 deletions visualization/app/codeCharta/util/usageDataTracker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ describe("UsageDataTracker", () => {
appSettings: {
experimentalFeaturesEnabled: true,
showMetricLabelNameValue: undefined,
isWhiteBackground: false,
camera: { x: 1, y: 2, z: 3 }
isWhiteBackground: false
},
dynamicSettings: {},
fileSettings: {}
Expand Down

0 comments on commit a11d0c3

Please sign in to comment.