Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
44652cf
new pytest doesn't require py workaround
alexcjohnson Nov 7, 2022
a834e5a
Merge pull request #2303 from plotly/new-sugar
alexcjohnson Nov 7, 2022
1657fc4
Remove py2 compatibility section from CONTRIBUTING.md
T4rk1n Nov 17, 2022
d3583c6
Add key to wrapped children props if no id.
T4rk1n Nov 22, 2022
7b2857a
Give name to memo TreeContainer
T4rk1n Nov 22, 2022
650e4af
Refactor Context Consumer to useContext.
T4rk1n Nov 22, 2022
873b3c2
Update changelog.
T4rk1n Nov 22, 2022
f961478
Add test component as props dynamic id
T4rk1n Nov 23, 2022
83ab5f8
Fix inserted dynamic ids in component as props.
T4rk1n Nov 23, 2022
703bf29
Update changelog
T4rk1n Nov 23, 2022
dc73cef
fix callback issue
eff-kay Nov 30, 2022
e1a155b
fix callback issue
eff-kay Nov 30, 2022
9ea684e
Merge pull request #2321 from plotly/remove-py-contrib
T4rk1n Dec 2, 2022
7c71d85
Merge branch 'dev' into fix-2302
T4rk1n Dec 2, 2022
f359ae6
noise
T4rk1n Dec 5, 2022
cf987d1
noise
T4rk1n Dec 5, 2022
af4de81
Merge pull request #2332 from plotly/fix-2302
T4rk1n Dec 5, 2022
7cf40cc
Update tests/integration/renderer/test_component_as_prop.py
T4rk1n Dec 5, 2022
c547765
Merge branch 'dev' into fix-2296
T4rk1n Dec 5, 2022
f096e1a
Merge pull request #2336 from plotly/fix-2296
T4rk1n Dec 5, 2022
3c0e959
simplify chained callback block test
alexcjohnson Dec 6, 2022
5901fcd
fix subselector in cbmt013
alexcjohnson Dec 6, 2022
c366b79
Merge branch 'dev' into 1519-callbacks-waiting-fix
alexcjohnson Dec 7, 2022
2cca167
changelog for dependent callback pruning fix
alexcjohnson Dec 7, 2022
54e0bc3
Merge pull request #2344 from plotly/1519-callbacks-waiting-fix
alexcjohnson Dec 8, 2022
f1191ef
Update plotly.js to 2.16.4
T4rk1n Dec 8, 2022
6d83fa5
Update engine.io to 6.2.1
T4rk1n Dec 8, 2022
c5172d1
Update loader-utils to 2.0.4
T4rk1n Dec 8, 2022
8eeca2b
Update changelog
T4rk1n Dec 9, 2022
05f7639
Merge pull request #2361 from plotly/pjsupd
T4rk1n Dec 9, 2022
00b81c9
Updated html attributes for ol
T4rk1n Dec 9, 2022
4748b22
Update changelog.
T4rk1n Dec 9, 2022
b5afd37
Merge pull request #2363 from plotly/update-html-attributes
T4rk1n Dec 9, 2022
04929f5
Version bump 2.7.1
T4rk1n Dec 12, 2022
819e9f0
Merge pull request #2364 from plotly/version-2.7.1
T4rk1n Dec 12, 2022
8a0602c
Merge branch 'dev' into master-2.7.1
T4rk1n Dec 12, 2022
67d83e6
Version 2.7.1 artifacts
T4rk1n Dec 12, 2022
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
12 changes: 6 additions & 6 deletions @plotly/dash-generator-test-component-nested/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions @plotly/dash-test-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Change Log for Dash
[# Change Log for Dash
All notable changes to `dash` will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [2.7.0] - 2022-12-12

### Fixed

- [#2344](https://github.com/plotly/dash/pull/2344) Fix [#1519](https://github.com/plotly/dash/issues/1519), a case where dependent callbacks can be called too many times and with inconsistent inputs
- [#2332](https://github.com/plotly/dash/pull/2332) Add key to wrapped children props in list.
- [#2336](https://github.com/plotly/dash/pull/2336) Fix inserted dynamic ids in component as props.

### Updated

- [#2361](https://github.com/plotly/dash/pull/2361) Dependencies upgrade.
- Update Plotly.js to v2.16.4 (from v2.16.1): fix several bugs, particularly related to updating mapbox graphs.
- Path release [2.16.4](https://github.com/plotly/plotly.js/releases/tag/v2.16.4)
- Patch release [2.16.3](https://github.com/plotly/plotly.js/releases/tag/v2.16.3)
- Patch release [2.16.2](https://github.com/plotly/plotly.js/releases/tag/v2.16.2)
- [#2363](https://github.com/plotly/dash/pull/2363) Update html attributes for ol

## [2.7.0] - 2022-11-03

### Removed
Expand Down
6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ When a change in renderer code doesn't reflect in your browser as expected, this

Specific details on making changes and contributing to `dcc`, `html`, and `dash_table` can be found within their respective sub-directories in the `components` directory. Once changes have been made in the specific directories, the `dash-update-components` command line tool can be used to update the build artifacts and dependencies of the respective packages within Dash. For example, if a change has been made to `dash-core-components`, use `dash-update-components "dash-core-components"` to move the build artifacts to Dash. By default, this is set to update `all` packages.

## Python 2 And 3 Compatibility

Writing Python 2/3 compatible code might be a challenging task for contributors used to working on one particular version, especially new learners who start directly with Python 3.

We use `python-future` as our tool to mainly write Python 3 code and make it back-compatible to Python 2.7 (the only Python 2 version Dash supports). Please refer to [this list of idioms](https://python-future.org/compatible_idioms.html "https://python-future.org/compatible_idioms.html") for more details on working with `python-future`.

## Git

Use the [GitHub flow](https://guides.github.com/introduction/flow/) when proposing contributions to this repository (i.e. create a feature branch and submit a PR against the default branch).
Expand Down
18 changes: 9 additions & 9 deletions components/dash-core-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/dash-core-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "2.7.0",
"version": "2.7.1",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"mathjax": "^3.2.2",
"moment": "^2.29.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"plotly.js-dist-min": "2.16.1",
"plotly.js-dist-min": "2.16.4",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"rc-slider": "^9.7.5",
Expand Down
16 changes: 8 additions & 8 deletions components/dash-html-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/dash-html-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-html-components",
"version": "2.0.6",
"version": "2.0.7",
"description": "Vanilla HTML components for Dash",
"main": "lib/index.js",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@
"command",
"embed",
"object",
"ol",
"script",
"source",
"style",
Expand Down Expand Up @@ -1125,7 +1126,8 @@
],
"ol": [
"reversed",
"start"
"start",
"type"
],
"col": [
"span"
Expand Down
Loading