This pull request includes updates to dependencies and the addition of a new configuration option in the App component. The most important changes include updating the @quantumblack/kedro-viz dependency and adding a behaviour configuration to the App component.
Development notes
webview/package.json: Updated @quantumblack/kedro-viz dependency from version ^10.0.0 to ^10.1.0.
webview/src/App.jsx: Added a new behaviour configuration with reFocus set to false in the App component.
Note:
Please merge this PR only after Kedro-Viz 10.1.0 release.
Description
Resolves https://github.com/kedro-org/vscode-kedro/issues/153
This pull request includes updates to dependencies and the addition of a new configuration option in the
App
component. The most important changes include updating the@quantumblack/kedro-viz
dependency and adding abehaviour
configuration to theApp
component.Development notes
webview/package.json
: Updated@quantumblack/kedro-viz
dependency from version^10.0.0
to^10.1.0
.webview/src/App.jsx
: Added a newbehaviour
configuration withreFocus
set tofalse
in theApp
component.Note: Please merge this PR only after Kedro-Viz 10.1.0 release.