Skip to content

v7.0.0

Compare
Choose a tag to compare
@tynandebold tynandebold released this 19 Dec 10:03
· 151 commits to main since this release
8a34335

Major features and improvements

  • Upgrade to React 18. (#1652)
  • Change CLI command to run Kedro-viz tokedro viz run. (#1671)
  • Add deploy command to the CLI using kedro viz deploy for sharing Kedro-viz on AWS. (#1661)
  • Add support for kedro==0.19and kedro-datasets==2.0. (#1680)
  • Drop support for python=3.7. (#1660)
  • Drop support for kedro==0.17.x. (#1669)

Bug fixes and other changes

  • Fix modular pipelines breaking when collapsed on the flowchart. (#1651)
  • Display hosted URL in CLI while launching Kedro viz. (#1644)
  • Fix Kedro-viz display on Jupyter notebooks. (#1658)
  • Fix zoom issues on the flowchart. (#1672)
  • Fix bug on kedro-viz run --load-file. (#1677)
  • Fix bug on adding timestamps to shareable-viz. (#1679)