Releases: kedro-org/kedro-viz
Releases · kedro-org/kedro-viz
v4.1.0
Major features and improvements
- Experiment Tracking Front End set of features, as well as GraphQL setup and API integration (#576, #582, #587, #604, #605, #619, #620, #623, #624, #625, #630, #636, #643, #647, #648, #649)
Bug fixes and other changes
- Bug fix for display of JSON tracking data on metadata panel. (#618)
- Fix dependencies for e2e tests. (#637)
- Add extra -a click command for autoreload. (#626)
- Remove notice from PR template. (#632)
- Replace the QB favicon with the Kedro one. (#633)
- Update "Kedro Viz" to "Kedro-Viz". (#634)
- Update loader animation to match kedro branding (#639)
- Upgrade reselect from 4.0.0 to 4.1.0. (#627)
- Upgrade react-redux from 7.2.4 to 7.2.6. (#628)
- Upgrade react-redux from 7.2.4 to 7.2.6. (#628)
- Upgrade redux-thunk from 2.3.0 to 2.4.0. (#629)
- Upgrade redux from 4.1.0 to 4.1.2 (#641)
- Upgrade reselect from 4.1.0 to 4.1.1 (#642)
- Update prettier command and config. (#631)
v4.0.1
v4.0.0
Major features and improvements
- Allow expand and collapse modular pipelines on the graph. (#600)
Bug fixes and other changes
v3.17.1
v3.17.0
v3.16.0
v3.15.0
Major features and improvements
- Visualise related data nodes of a modular pipeline in focus mode. (#530)
- Show parameter names when hovering over parameters indicator in the flowchart. (#512)
Bug fixes and other changes
- Fix the display of transcoded data nodes and their metadata. (#491, #525)
- Remove
newparams
flag. (#528) - Add notice about Kedro-UI deprecation on the Styleguide. (#529)
- Add more eslint rule. (#532)
- Refactor
LazyList
component to fix eslint error. (#539) - Update deprecated
highlight.js
call. (#540) - Unify monospace fonts. (#540)
v.3.14.0
v3.13.1
v3.13.0
Release 3.13.0
Major features and improvements
- Implement new tree list with modular pipelines and search UI for new sidebar navigation. (#479)
- Implement element filters and further design updates to the filter panel for new sidebar navigation. (#454)
- Implement
kedro-telemetry
in production to enable heap analysis for Kedro-Viz. (#481, #487) - Show decorated function's source code on code panel. (#493)
- Enable the display of entire parameter object with react-json-viewer on the metadata panel. (#494)