Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
Signed-off-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com>
  • Loading branch information
rashidakanchwala authored Sep 18, 2024
1 parent 4573902 commit 753d3bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -21,16 +21,17 @@ Please follow the established format:
- Enhance documentation for Dataset previews on Kedro-viz. (#2074)
- Add documentation for Kedro-viz CLI Commands. (#2044)
- Fix design issues in metadata panel. (#2009)
- Migrate `demo.kedro.org` from AWS Lightsail to Github Pages. (#2034, #2084)
- Fix bug where reloading the page reset to the default pipeline instead of retaining the selected one. (#2041)
- Add feedback component for slicing pipeline. (#2085)
- Add `kedro viz --lite` user warning banner UI. (#2092)
- Fixes design issues in metadata panel. (#2009)
- Add `UnavailableDataset` as a default dataset for `--lite` mode. (#2083)
- Fix missing run command in metadata panel for task nodes. (#2055)
- Fix highlight width inconsistency in the Nodelist component.(#2004)

Check warning on line 30 in RELEASE.md

GitHub Actions / vale

[vale] RELEASE.md#L30

[Kedro-viz.Spellings] Did you really mean 'Nodelist'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'Nodelist'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 30, "column": 44}}}, "severity": "WARNING"}
- Migrate `demo.kedro.org` from AWS Lightsail to Github Pages. (#2034, #2084)

Check warning on line 31 in RELEASE.md

GitHub Actions / vale

[vale] RELEASE.md#L31

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

Check warning on line 31 in RELEASE.md

GitHub Actions / vale

[vale] RELEASE.md#L31

[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": 31, "column": 50}}}, "severity": "WARNING"}
- Refactor disable preview feature to run entirely on the frontend without backend calls. (#2067)
- Implement a method to send JSON data to the VSCode integration without running the Kedro-viz server. (#2049)

Check warning on line 33 in RELEASE.md

GitHub Actions / vale

[vale] RELEASE.md#L33

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

Check warning on line 33 in RELEASE.md

GitHub Actions / vale

[vale] RELEASE.md#L33

[Kedro-viz.Spellings] Did you really mean 'VSCode'?
Raw output
{"message": "[Kedro-viz.Spellings] Did you really mean 'VSCode'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 33, "column": 47}}}, "severity": "WARNING"}
- Add `UnavailableDataset` as a default dataset for `--lite` mode. (#2083)
- Fix highlight width inconsistency in the Nodelist component.(#2004)
- Add `kedro viz --lite` user warning banner UI. (#2092)


# Release 9.2.0

0 comments on commit 753d3bc

Please sign in to comment.