Skip to content

Commit

Permalink
Release v6.3.0 (#1389)
Browse files Browse the repository at this point in the history
* v6.3.0

Signed-off-by: Tynan DeBold <[email protected]>

* Update release notes and lightsail file

Signed-off-by: Tynan DeBold <[email protected]>

* Add line to release notes

Signed-off-by: Tynan DeBold <[email protected]>

* Update favicon

Signed-off-by: Tynan DeBold <[email protected]>

* Small style change to go back btn

Signed-off-by: Tynan DeBold <[email protected]>

* add Excel to deps

Signed-off-by: Rashida Kanchwala <[email protected]>

* Update reminder content and release notes

Signed-off-by: Tynan DeBold <[email protected]>

---------

Signed-off-by: Tynan DeBold <[email protected]>
Signed-off-by: Rashida Kanchwala <[email protected]>
Co-authored-by: Rashida Kanchwala <[email protected]>
  • Loading branch information
tynandebold and rashidakanchwala authored Jun 9, 2023
1 parent ca3d4f4 commit 9fbb1cb
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 13 deletions.
8 changes: 5 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ Please follow the established format:
- Include the ID number for the related PR (or PRs) in parentheses
-->

# Release 6.2.1
# Release 6.3.0

## Major features and improvements

- Add support for new kedro-viz layer configuration in kedro-datasets version 1.3.0 or more.
- Add support for new kedro-viz preview_args configuration in kedro-datasets version 1.3.0 or more.
- Update UI with new Kedro rebrand look and feel. (#1359)
- Add support for new layer configuration in kedro-datasets version >=1.3.0. (#1373)
- Add support for new `preview_args` configuration in kedro-datasets version >=1.3.0. (#1374)

## Bug fixes and other changes

- Fix bug where git caused a Kedro-Viz panic. (#1380)
- Show original node input and output names in metadata panel. (#1381)

# Release 6.2.0

Expand Down
2 changes: 1 addition & 1 deletion demo-project/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0
6.3.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:6.2.0",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:6.3.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": "6.2.0",
"version": "6.3.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
@@ -1,3 +1,3 @@
"""Kedro plugin for visualising a Kedro pipeline"""

__version__ = "6.2.0"
__version__ = "6.3.0"
2 changes: 1 addition & 1 deletion package/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
kedro >=0.17.0
kedro-datasets[pandas.ParquetDataSet, pandas.CSVDataSet, plotly.JSONDataSet]~=1.0
kedro-datasets[pandas.ParquetDataSet, pandas.CSVDataSet, pandas.ExcelDataSet, plotly.JSONDataSet]~=1.0
kedro-telemetry>=0.1.1 # for testing telemetry integration
bandit~=1.7
behave~=1.2
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/components/flowchart-wrapper/flowchart-wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $sidebar-toolbar-width-open: variables.$sidebar-width-open +
opacity: 0;
pointer-events: none;
position: relative;
z-index: 3;

.button button {
background-color: variables.$yellow-300;
Expand Down
23 changes: 19 additions & 4 deletions src/components/update-reminder/update-reminder-content.js

Large diffs are not rendered by default.

0 comments on commit 9fbb1cb

Please sign in to comment.