Skip to content

Commit

Permalink
Create a new dist version 1.3.2 (#148)
Browse files Browse the repository at this point in the history
Collecting:
- Impl [Projects] Add 'Download Yaml' to projects screen (#147)
- Impl [UI] Support DBFS as a data item (#146)
- Fix [Batch run] add vertical scroll to function list (#145)
  • Loading branch information
ilan7empest authored Jul 31, 2023
1 parent 3272606 commit e34047e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
7 changes: 4 additions & 3 deletions commit_message
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@


Create a new dist version 1.3.1
Create a new dist version 1.3.2

Collecting:
- Impl [Icons] Change details view icons (#143)
- Fix [Select] Unclear method options under during the Batch Run setting (#142)
- Impl [Projects] Add 'Download Yaml' to projects screen (#147)
- Impl [UI] Support DBFS as a data item (#146)
- Fix [Batch run] add vertical scroll to function list (#145)
4 changes: 4 additions & 0 deletions dist/components/FormCombobox/formCombobox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,9 @@
&-s3 {
color: $sorbus;
}

&-dbfs {
color: $chateauGreen;
}
}
}
3 changes: 2 additions & 1 deletion dist/components/Wizard/Wizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
overflow-y: auto;
height: 100%;
width: 100%;
padding: 1.5rem 1.5rem 1.5rem 1rem;
padding: 1.5rem 2rem 1.5rem 1rem;
}

.wizard-form__content {
min-width: 350px;
height: 100%;
}
}
3 changes: 3 additions & 0 deletions dist/images/ml-download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iguazio.dashboard-react-controls",
"version": "1.3.1",
"version": "1.3.2",
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit e34047e

Please sign in to comment.