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 29, 2024
1 parent 7824c50 commit 5ad4a90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ Please follow the established format:
- Allow Kedro-Viz commands to run from any sub directory within Kedro project. (#1871)

## 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)
- Fix broken URL when active pipeline name changes on initial load. (#1914)
- Fix bug related to tag filtering and sharing via stateful URL. (#1878)

Check warning on line 18 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L18

[Kedro-viz.words] Use 'with' or 'through' instead of 'via'.
Raw output
{"message": "[Kedro-viz.words] Use 'with' or 'through' instead of 'via'.", "location": {"path": "RELEASE.md", "range": {"start": {"line": 18, "column": 48}}}, "severity": "WARNING"}
- Update settings panel design (#1875)
- Migrate from CircleCi to Github Actions. (#1876)

Check warning on line 20 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L20

[Kedro-viz.Spellings] Did you really mean 'Github'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'Github'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 20, "column": 28}}}, "severity": "WARNING"}
- Refactor backend integration with Kedro by replacing bootstrap_project with configure_project. (#1796)
- Enhance kedro-viz doc integration. (#1874)
- 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)
- Fix messaging level when package compatibility is not satisfied. (#1904)
- Fix broken URL when active pipeline name changes on initial load. (#1914)
- Upgrade Gitpod to include Node 18 and Python 3.11. (#1862)

Check warning on line 27 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L27

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

# Release 9.0.0

Expand Down
2 changes: 1 addition & 1 deletion src/components/update-reminder/update-reminder-content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ad4a90

Please sign in to comment.