Skip to content

Commit

Permalink
Release/9.1.0 (#1919)
Browse files Browse the repository at this point in the history
* v9.1.0

* update version to be 9.1.0

Signed-off-by: huongg <huongg1409@gmail.com>

* update reminder-content

Signed-off-by: huongg <huongg1409@gmail.com>

* remove unused variables

Signed-off-by: huongg <huongg1409@gmail.com>

* update release note

Signed-off-by: huongg <huongg1409@gmail.com>

* first draft of the copy

Signed-off-by: huongg <huongg1409@gmail.com>

* updae copy

Signed-off-by: huongg <huongg1409@gmail.com>

* include image

Signed-off-by: huongg <huongg1409@gmail.com>

* Update RELEASE.md

Co-authored-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com>
Signed-off-by: Huong Nguyen <32060364+Huongg@users.noreply.github.com>

* include missing dot

Signed-off-by: huongg <huongg1409@gmail.com>

* update release note

Signed-off-by: huongg <huongg1409@gmail.com>

* update release note

Signed-off-by: huongg <huongg1409@gmail.com>

* update release note

Signed-off-by: huongg <huongg1409@gmail.com>

* update reminder content date

Signed-off-by: huongg <huongg1409@gmail.com>

* Update RELEASE.md

Co-authored-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com>
Signed-off-by: Huong Nguyen <32060364+Huongg@users.noreply.github.com>

* include 1858 in the release note

Signed-off-by: huongg <huongg1409@gmail.com>

* update release note

Signed-off-by: huongg <huongg1409@gmail.com>

* fix grammar

Signed-off-by: huongg <huongg1409@gmail.com>

* include 1911 and 1923

Signed-off-by: huongg <huongg1409@gmail.com>

---------

Signed-off-by: huongg <huongg1409@gmail.com>
Signed-off-by: Huong Nguyen <32060364+Huongg@users.noreply.github.com>
Co-authored-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com>
  • Loading branch information
Huongg and rashidakanchwala authored May 30, 2024
1 parent 979d2e6 commit 6881cb4
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 22 deletions.
19 changes: 14 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,29 @@ Please follow the established format:
-->
# Next release

# Release 9.1.0

## Major features and improvements
- 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

- 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 with stateful URL. (#1878)
- Update settings panel design (#1875)
- 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)
- 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)
- 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)
- Add utility functions related to Transcoding to Kedro viz. (#1928)
- Include JSON dataset in the demo-project. (#1930)
- Update intersphinx_mapping of kedro-datasets. (#1911)
- Add GitPod to the local hosts list. (#1923)

# Release 9.0.0

Expand Down
2 changes: 1 addition & 1 deletion demo-project/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0
9.1.0
2 changes: 1 addition & 1 deletion demo-project/lightsail.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"serviceName": "kedro-viz-live-demo",
"containers": {
"kedro-viz-live-demo": {
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:9.0.0",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:9.1.0",
"ports": {
"4141": "HTTP"
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantumblack/kedro-viz",
"version": "9.0.0",
"version": "9.1.0",
"description": "Kedro-Viz is an interactive development tool for building data science pipelines with Kedro.",
"main": "lib/components/app/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion package/kedro_viz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
import warnings

__version__ = "9.0.0"
__version__ = "9.1.0"


class KedroVizPythonVersionWarning(UserWarning):
Expand Down
31 changes: 19 additions & 12 deletions src/components/update-reminder/update-reminder-content.js

Large diffs are not rendered by default.

0 comments on commit 6881cb4

Please sign in to comment.