Releases: kedro-org/kedro-viz
Releases · kedro-org/kedro-viz
v6.6.1
Major features and improvements
- Skip all plugins while running Kedro-Viz using the
--ignore-plugins
option. (#1544)
Bug fixes and other changes
v6.6.0
Major features and improvements
- Make Kedro-Viz shareable via a hosted URL (#1487) and add documentation for the feature.
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)
v6.5.0
v6.4.0
Release 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)
v6.3.4
v6.3.3
v6.3.2
v6.3.1
v6.3.0
Release 6.3.0
Major features and improvements
- Update UI with new Kedro rebrand look and feel. (#1359)
- Add support for new layer configuration in kedro-datasets version >=1.3.0. (#1373)
- Add support for new
preview_args
configuration in kedro-datasets version >=1.3.0. (#1374)