Skip to content

Releases: kedro-org/kedro-viz

v4.1.0

25 Nov 13:32
0a5a505
Compare
Choose a tag to compare

Major features and improvements

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

05 Nov 14:20
2824edc
Compare
Choose a tag to compare

Bug fixes and other changes

  • Display JSON tracking (tracking.JSONDataSet) on the metadata panel. (#608)
  • Fix layers visualisation for transcoded datasets. (#614, #615)

v4.0.0

26 Oct 18:18
e88e231
Compare
Choose a tag to compare

Major features and improvements

  • Allow expand and collapse modular pipelines on the graph. (#600)

Bug fixes and other changes

  • Disable layers visualisation instead of throwing an error when there is a cycle in layers. (#383)
  • Disable layers when their dependency cannot be established in a disjoint graph. (#584)
  • Change syntax for session creation to fix improperly thrown No Active Session error. (#603)

v3.17.1

12 Oct 13:14
391a92a
Compare
Choose a tag to compare

Bug fixes and other changes

  • Relax pandas and plotly versions.

v3.17.0

08 Oct 15:49
0fbd182
Compare
Choose a tag to compare

Major features and improvements

  • Expose metrics data from the latest run as a dataset node. (#554)
  • Visualize and compare metrics from last 10 runs on the metadata panel. (#554)

Bug fixes and other changes

  • Overwrite material UI selected row defaults. (#568)
  • Fix URI param parsing for data source. (#578)
  • Add a graphql test endpoint on Kedro-viz server. (#570)
  • Update the demo dataset on Kedro-viz. (#574)
  • Fix auto-reload for metrics run data. (#572)
  • Refactor tests for metadata panel. (#580)

v3.16.0

20 Sep 16:18
22da9a5
Compare
Choose a tag to compare

Major features and improvements

  • Improve pretty-name algorithm. (#546)
  • Setup CI for automatic deployment. (#555)
  • Turn on/off pretty naming on the settings panel. (#542)

Bug fixes and other changes

  • Fix focus mode search (#549)
  • Fix focus mode error when switching pipelines (#553)
  • Pin dynaconf before Kedro is released. (#559)
  • Refactor colors based on latest palette (#552)

v3.15.0

25 Aug 13:27
92e456f
Compare
Choose a tag to compare

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

28 Jul 14:39
1132551
Compare
Choose a tag to compare

Major features and improvements

  • Implement first version of focus mode feature to allow selective display of modular pipelines on the flowchart. (#514)
  • Add --autoreload to relaunch viz server on file change. (#498)
  • Updated demo data set to shuttle factory example. (#518)

Bug fixes and other changes

  • Removed build/api after running build. (#515)
  • Fix path parsing for PartitionedDataSet (#516)
  • Fix dev server port (#517)

v3.13.1

14 Jul 13:30
8d382ab
Compare
Choose a tag to compare

Bug fixes and other changes

  • Fix running kedro viz with --load-file. (#509)

v3.13.0

13 Jul 15:17
8f22232
Compare
Choose a tag to compare

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)

Bug fixes and other changes

  • Upgrade dev dependencies to solve snyk errors. (#486)
  • Remove the old dagre graphing logic and the 'oldgraph' flag. (#486)
  • Delete 'modularpipeline' flag. (#495)
  • Fix run command suggestion. (#497)