Skip to content

Commit 93df047

Browse files
Merge branch 'dev' into fix-graph-animate-frames
2 parents 58ff2ab + c313d1b commit 93df047

40 files changed

+434
-4860
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.

0 commit comments

Comments
 (0)