Skip to content

Commit 4662a09

Browse files
committed
Merge branch 'dev' into lschmelting-dev
2 parents 6f97dc3 + 998def9 commit 4662a09

31 files changed

+302
-788
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: 2 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

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",

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)