- Don't reset the zoom each time a node is selected. (988) - Improve the way runs animate in and out in experiment tracking. (993) - Fix for plots not showing on metadata panel. (1014) - Enhance the display of information in the metadata panel. (1015)
5.0.0
Major features and improvements
- Allow the visualisation of Matplotlib and Plotly plots in experiment tracking. (984) - Remove support for Kedro v16. (998)
- General design-debt fixes. (933, 934, 936, 939, 940) - Ensure `Created by` is set in experiment tracking metadata. (937) - Fix for running Kedro-Viz with a proxy server or different base paths. (941)
4.7.0
Major features and improvements
- Allow the display of Matplotlib images in the metadata panel and modal. (887)
Bug fixes and other changes
- Added warning message when filtered pipeline is empty. (864) - Improve telemetry to track flowchart events. (865) - Disable Uvicorn's logger so that log messages are no longer duplicated. (870) - Fix namespace collision when two different registered pipelines have a modular pipeline with the same name. (871) - Enhance _Apply and close_ behavior of modals. (875) - Enable clicks on the flowchart to expand modular pipelines. (879) - Add --params option to `kedro viz` CLI command. (883) - Improve bundle size of the JavaScript package. (906) - General design-debt fixes. (896, 898, 899, 904, 908, 915, 944)
4.6.0
Major features and improvements
- Added support for all Plotly chart types. (853)
Bug fixes and other changes
- Fix lambda and partial Python functions not rendering correctly on flowchart. (851) - Add tooltip label text to page-navigation links. (846) - Change `Type` naming on metadata Side Panel. (852) - Improve Heap event tracking. (556)