Skip to content

Commit

Permalink
[NU-1881][NU-1895] fix manual window size change and fix Maximum upda…
Browse files Browse the repository at this point in the history
…te depth exceeded (#7254)

* NU-1881 fix manual window size change
* NU-1895 fix Maximum update depth exceeded
  • Loading branch information
Dzuming authored Dec 6, 2024
1 parent b580599 commit e5fbb42
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
46 changes: 23 additions & 23 deletions designer/client/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 designer/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@mui/lab": "5.0.0-alpha.165",
"@mui/material": "5.15.7",
"@touk/federated-component": "1.0.0",
"@touk/window-manager": "1.9.0",
"@touk/window-manager": "1.9.1",
"ace-builds": "1.34.2",
"axios": "1.7.5",
"d3-transition": "3.0.1",
Expand Down
5 changes: 4 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
* [#7269](https://github.com/TouK/nussknacker/pull/7269) Fixed focus scrolling in expression editor
* [#7270](https://github.com/TouK/nussknacker/pull/7270) Savepoint deserialization fixup - some taken savepoints (e.g. for scenarios with async enrichers) were not deserializable which led to errors during redeployments on Flink
* [#7279](https://github.com/TouK/nussknacker/pull/7279) Fixed Flink TaskManager and Designer containers restarts in installation example
* [#7283](https://github.com/TouK/nussknacker/pull/7283) fix deployment status indicator for periodic scenarios type
* [#7283](https://github.com/TouK/nussknacker/pull/7283) Fix deployment status indicator for periodic scenarios type
* [#7254](https://github.com/TouK/nussknacker/pull/7254) Fix “Maximum update depth exceeded” issue when node details window is open and size of the window changed
* [#7254](https://github.com/TouK/nussknacker/pull/7254) Fix manual window size change


### 1.18.0 (22 November 2024)

Expand Down

0 comments on commit e5fbb42

Please sign in to comment.