- Make Kedro-Viz shareable via a hosted URL. (1487)
Bug fixes and other changes
- Updated dependencies to ensure compatibility with Vite and Next.js environments; combine CSS into a single file when used as a React component. (1510) - Fix for Kedro Viz Connection Error. (1507) - Fix display of modular pipeline nodes that are associated with tags. (1542) - Remove GraphQL subscription. (1554)
6.5.0
Major features and improvements
- Add support for Python 3.11 (1502)
Bug fixes and other changes
- Fix to search for a '<lambda' Python function in the sidebar. (1497) - Add favicon to Kedro-Viz. (1509) - Remove python upper-bound requirements and add KedroVizPythonVersion warning. (1506)
6.4.0
Major features and improvements
- Add feature hint cards to illuminate features of the app. (1454) - Add support for displaying dataset statistics in the metadata panel. (1472)
Bug fixes and other changes
- Fix dataset and global toolbar error with standalone React component (1351) - Fix incorrect rendering of datasets in modular pipelines. (1439) - Fix broken SVG/PNG exports in light theme. (1463) - Fix `ImportError` as kedro-datasets is now lazily loaded (1481). - Fix Sidebar search result based on Pretty name setting (1485) - Fix issue of encountering a blank page in Safari when interacting with modular pipelines. (1488)
6.3.4
Bug fixes and other changes
- Ensure URL parameters and parameter nodes are in sync and enable caching in the filter panel for task, data, and parameter nodes set by the user. (1449) - Relax `semver` requirement bound. (1452) - Improve the code block spacing and width. (1455)
6.3.3
Bug fixes and other changes
- Bump `strawberry-graphql` to at least version 0.192 to support the new `strawberry.union` syntax. (1441) - Resolve the incompatibility between Kedro-Viz and Kedro versions prior to 0.18.11. (1445)
6.3.2
Bug fixes and other changes
- Add validation for layers in transcoding datasets.(1406) - Fix bug where flowchart wasn't updating on back/forward clicks after selecting a registered pipeline. (1422) - Fix bug in layout for large pipeline warning message. (1428)