Skip to content

Commit 52c3d89

Browse files
authored
Merge branch 'dev' into use-plotly.js-dist-min
2 parents e9907fd + f24ed34 commit 52c3d89

36 files changed

+326
-806
lines changed

.circleci/config.yml

Lines changed: 139 additions & 188 deletions
Large diffs are not rendered by default.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These owners will be the default owners for everything in
22
# the repo. Unless a later match takes precedence
3-
* @alexcjohnson @Marc-Andre-Rivet @rpkyle
3+
* @alexcjohnson

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6161
return f'You have entered {value}'
6262
```
6363

64+
[#1894](https://github.com/plotly/dash/pull/1894) restricted this feature so auto-generated IDs are not allowed if the app uses `dash_snapshots` (a Dash Enterprise package) or if the component uses `persistence`, as this can create confusing errors. Callback definitions can still reference components in these cases, but those components must have explicit IDs.
65+
6466
## Dash Core Components
6567

6668
### Rearranged Keyword Arguments & Flexible Types
@@ -193,6 +195,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
193195
- [#1778](https://github.com/plotly/dash/pull/1778) DataTable: Fix React warnings stating
194196
that each child in a list should have a unique "key" prop
195197

198+
- [#1895](https://github.com/plotly/dash/pull/1895) Support debug=True if native namespace-packages are present
199+
196200
## [2.0.0] - 2021-08-03
197201

198202
## Dash and Dash Renderer

components/dash-core-components/.circleci/config.yml

Lines changed: 0 additions & 188 deletions
This file was deleted.

components/dash-core-components/.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
This file was deleted.

components/dash-core-components/.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/dash-core-components/dev-requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

components/dash-core-components/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "dash-core-components",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/plotly/dash-core-components.git"
7+
"url": "git://github.com/plotly/dash.git"
88
},
99
"bugs": {
10-
"url": "https://github.com/plotly/dash-core-components/issues"
10+
"url": "https://github.com/plotly/dash/issues"
1111
},
12-
"homepage": "https://github.com/plotly/dash-core-components",
12+
"homepage": "https://github.com/plotly/dash",
1313
"main": "dash_core_components/dash_core_components.js",
1414
"scripts": {
1515
"private::format.black": "black dash_core_components_base/ tests/ setup.py",
1616
"private::format.eslint": "eslint src --fix",
1717
"private::format.prettier": "prettier --config .prettierrc --write src/**/*.js",
18-
"private::lint.black": "if [ \"$PYTHON_VERSION\" != \"py27\" ]; then black --check dash_core_components_base/ tests/ setup.py; fi",
18+
"private::lint.black": "black --check dash_core_components_base/ tests/ setup.py",
1919
"private::lint.eslint": "eslint src",
2020
"private::lint.flake8": "flake8 --exclude=dash_core_components,node_modules,venv",
2121
"private::lint.prettier": "prettier --config .prettierrc src/**/*.js --list-different",
@@ -33,7 +33,7 @@
3333
"lint": "run-s private::lint.*"
3434
},
3535
"author": "Chris Parmer <[email protected]>",
36-
"maintainer": "Ryan Patrick Kyle <ryan@plotly.com>",
36+
"maintainer": "Alex Johnson <alex@plotly.com>",
3737
"license": "MIT",
3838
"dependencies": {
3939
"@fortawesome/fontawesome-svg-core": "^1.2.36",

components/dash-html-components/.circleci/config.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

components/dash-html-components/.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)