Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/9.1.0 #1919

Merged
merged 23 commits into from
May 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
# Release 9.1.0

## Major features and improvements
- Implement toggle to expand and collapse all pipelines in the utility bar. (#1858)
- Introduce the toggle to expand and collapse all pipelines button in the utility bar. (#1858)
- Allow Kedro-Viz commands to run from any sub directory within Kedro project. (#1871)

## Bug fixes and other changes
- Fix broken URL when active pipeline name changes on initial load. (#1914)
- Fix bug related to tag filtering and sharing with stateful URL. (#1878)
- Update settings panel design (#1875)
- Migrate from CircleCi to Github Actions. (#1876)
- Migrate from CircleCi to GitHub Actions. (#1876)
- Include expandAllPipelines in initial state. (#1896)
- Refactor backend integration with Kedro by replacing bootstrap_project with configure_project. (#1796)
- Enhance kedro-viz doc integration. (#1874)
Huongg marked this conversation as resolved.
Show resolved Hide resolved
- Enhance Kedro-Viz documentation by using Kedro-sphinx-theme. (#1898)
- Remove default props from functional components. (#1906)
Huongg marked this conversation as resolved.
Show resolved Hide resolved
- Fix for schema change in strawberry-graphql JSON scalar. (#1903)
- Fix messaging level when package compatibility is not satisfied. (#1904)
- Upgrade Gitpod to include Node 18 and Python 3.11. (#1862)
- Add utility functions related to transcoding to Kedro viz. (#1928)
- Upgrade GitPod to include Node 18 and Python 3.11. (#1862)
- Add utility functions related to Transcoding to Kedro viz. (#1928)

Check warning on line 29 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L29

[Kedro-viz.Spellings] Did you really mean 'Transcoding'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'Transcoding'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 29, "column": 36}}}, "severity": "WARNING"}
Huongg marked this conversation as resolved.
Show resolved Hide resolved
- Include JSON dataset in the demo-project. (#1930)

# Release 9.0.0
Expand Down
Loading