Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

transitions prerelease #374

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include dash_core_components/dash_core_components.dev.js
include dash_core_components/metadata.json
include dash_core_components/[email protected]
include dash_core_components/[email protected]
include dash_core_components/plotly-1.42.2.min.js
include dash_core_components/plotly-17875-45646037.js
include dash_core_components/[email protected]
include dash_core_components/[email protected]
include dash_core_components/[email protected]
Expand Down
9 changes: 5 additions & 4 deletions dash_core_components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
import os as _os
import sys as _sys
import dash as _dash

from .version import __version__
NPM_VERSION = '0.39.0-rc3'


# Module imports trigger a dash.development import, need to check this first
if not hasattr(_dash, 'development'):
Expand Down Expand Up @@ -35,8 +36,8 @@

_js_dist = [
{
'external_url': 'https://cdn.plot.ly/plotly-1.42.2.min.js',
'relative_package_path': 'plotly-1.42.2.min.js',
'external_url': 'https://17875-45646037-gh.circle-artifacts.com/0/plotly.min.js',
'relative_package_path': 'plotly-17875-45646037.js',
'namespace': 'dash_core_components'
},
{
Expand All @@ -45,7 +46,7 @@
'external_url': (
'https://unpkg.com/dash-core-components@{}'
'/dash_core_components/dash_core_components.min.js'
).format(__version__),
).format(NPM_VERSION),
'namespace': 'dash_core_components'
}
]
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/dash_core_components.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dash_core_components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.38.0",
"version": "0.39.0-rc3",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"react-select-fast-filter-options": "^0.2.2",
"react-syntax-highlighter": "^5.0.0",
"react-virtualized-select": "^3.1.0",
"style-loader": "^0.21.0",
"style-loader": "^0.23.1",
"styled-jsx": "^3.1.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
Expand Down
187,090 changes: 187,090 additions & 0 deletions dash_core_components/plotly-17875-45646037.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.38.0'
__version__ = '0.39.0rc3'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.38.0",
"version": "0.39.0-rc3",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down