This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #356 from plotly/input_update
Input component updates
- Loading branch information
Showing
10 changed files
with
463 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dash-core-components", | ||
"version": "0.36.1", | ||
"version": "0.37.0", | ||
"description": "Core component suite for Dash", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -21,8 +21,7 @@ | |
"build:js": "webpack --mode production", | ||
"build:js-dev": "webpack --mode development", | ||
"build:py": "node ./extract-meta src/components > dash_core_components/metadata.json && cp package.json dash_core_components && npm run generate-python-classes", | ||
"build:all": "npm run build:js && npm run build:py", | ||
"build:all-dev": "npm run build:js-dev && npm run build:py", | ||
"build:all": "npm run build:js && npm run build:js-dev && npm run build:py", | ||
"build:watch": "watch 'npm run build:all' src" | ||
}, | ||
"author": "Chris Parmer <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.36.1' | ||
__version__ = '0.37.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dash-core-components", | ||
"version": "0.36.1", | ||
"version": "0.37.0", | ||
"description": "Core component suite for Dash", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -21,8 +21,7 @@ | |
"build:js": "webpack --mode production", | ||
"build:js-dev": "webpack --mode development", | ||
"build:py": "node ./extract-meta src/components > dash_core_components/metadata.json && cp package.json dash_core_components && npm run generate-python-classes", | ||
"build:all": "npm run build:js && npm run build:py", | ||
"build:all-dev": "npm run build:js-dev && npm run build:py", | ||
"build:all": "npm run build:js && npm run build:js-dev && npm run build:py", | ||
"build:watch": "watch 'npm run build:all' src" | ||
}, | ||
"author": "Chris Parmer <[email protected]>", | ||
|
Oops, something went wrong.