Skip to content

Commit

Permalink
update release note
Browse files Browse the repository at this point in the history
Signed-off-by: huongg <[email protected]>
  • Loading branch information
Huongg committed May 22, 2024
1 parent cce026b commit b21e7b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ Please follow the established format:
-->
# Next release

# Release 9.1.0

## Major features and improvements
- Include expandAllPipelines in initial state. (#1896)
- Allow Kedro-Viz commands to run from any sub directory within Kedro project, and implement _is_project and _find_kedro_project to tackle kedro project not found issue. (#1871)

Check warning on line 14 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L14

[Kedro-viz.toowordy] 'implement' is too wordy
Raw output
{"message": "[Kedro-viz.toowordy] 'implement' is too wordy", "location": {"path": "RELEASE.md", "range": {"start": {"line": 14, "column": 84}}}, "severity": "WARNING"}

Check warning on line 14 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L14

[Kedro-viz.Spellings] Did you really mean '_is_project'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean '_is_project'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 14, "column": 95}}}, "severity": "WARNING"}

Check warning on line 14 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L14

[Kedro-viz.Spellings] Did you really mean '_find_kedro_project'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean '_find_kedro_project'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 14, "column": 111}}}, "severity": "WARNING"}

## Bug fixes and other changes

- Upgrade the gitpod workspace-full to a newer version which includes both Node 18 and Python 3.11.5. (#1862)
- Refactor backend integration with Kedro by replacing bootstrap_project with configure_project. (#1796)
- Enhance kedro-viz doc integration. (#1874)
- Fix Kedro-Viz waiting for valid Kedro project. (#1871)
- Include expandAllPipelines in initial state. (#1896)
- Enhance Kedro-Viz documentation by using Kedro-sphinx-theme. (#1898)
- Remove default props from functional components. (#1906)
- Fix for schema change in strawberry-graphql JSON scalar. (#1903)
Expand Down

0 comments on commit b21e7b6

Please sign in to comment.