GitHub / plotly/dash / commits
Data Apps & Dashboards for Python. No JavaScript Required.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| e88f1448 | merge Merge pull request #3953 from plotly/cam/remove-codeowners-file |
Cameron DeCoster <c****r@g****m>
Committed by: GitHub <n****y@g****m> |
11 days ago | |
| e9a7a7d2 | chore: Remove CODEOWNERS file | Cameron DeCoster <c****r@g****m> | 11 days ago | |
| c06fbe7c | merge Merge pull request #3925 from datenzauberai/compress_payload |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
16 days ago | |
| 9db36ac3 | merge Merge branch 'dev' into compress_payload |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
16 days ago | |
| ce291763 | Use gzip instead of zlib in unit tests (Python 3.9 would fail otherwise) | datenzauberai <b****e@g****e> | 16 days ago | |
| 2beeaa74 | Formatting | datenzauberai <b****e@g****e> | 17 days ago | |
| f548d6ec | Added change log entry. | datenzauberai <b****e@g****e> | 17 days ago | |
| a43f50d1 | Avoid invocation that could trigger unwanted exception | datenzauberai <b****e@g****e> | 17 days ago | |
| 1e7ceddc | Formatting | datenzauberai <b****e@g****e> | 17 days ago | |
| a8bbf98a | merge Merge pull request #3938 from Aaron-Wrote-This/bugfix/patch_reruns_initial_cb... |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
17 days ago | |
| c0ec8b69 | Fix patch asymmetry when an Input is patched but the Output is unchanged | Aaron-Wrote-This <1****s@u****m> | 22 days ago | |
| 8ee87c52 | merge Merge pull request #3941 from plotly/fix/ws-always-on |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
22 days ago | |
| 3d09e617 | merge Merge branch 'dev' into fix/ws-always-on |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
23 days ago | |
| 7ea5f92f | merge Merge pull request #3762 from plotly/create-pull-request/patch |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
23 days ago | |
| dc33b465 | merge Merge branch 'dev' into create-pull-request/patch |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
23 days ago | |
| c9f9a24d | Consolidate clientside and serverside patch apply logic | Aaron-Wrote-This <1****s@u****m> | 25 days ago | |
| ec3eeb0f | Prefer using optional chaining in patchAnalysis | Aaron-Wrote-This <1****s@u****m> | 25 days ago | |
| c956234d | Backfill PR and issue links in changelog entry | philippe <t****k@o****m> | 25 days ago | |
| f45f6f6f | Open FastAPI/Quart websocket only when a websocket callback needs it | philippe <t****k@o****m> | 25 days ago | |
| 85265770 | Decompress with a max_size to protect against zip bomb attacks | datenzauberai <b****e@g****e> | 26 days ago | |
| 8fd588a6 | Use Compression Streams API instead of fflate | datenzauberai <b****e@g****e> | 26 days ago | |
| 3a46345e | merge Merge pull request #3936 from Sanjays2402/fix/jupyter-dash-proxy |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
26 days ago | |
| f3d1ec1f | Use the proxied url as the Jupyter server url | Sanjay Santhanam <5****2@u****m> | 27 days ago | |
| 8cfca43b | Update Dash HTML elements & attributes. |
T4rk1n <T****n@u****m>
Committed by: GitHub <n****y@g****m> |
29 days ago | |
| 0e812bcd | Send as binary instead of Base64 encoded. | datenzauberai <b****e@g****e> | about 1 month ago | |
| 142121f3 | Set default threshold to 5 kB | datenzauberai <b****e@g****e> | about 1 month ago | |
| b533cecc | Test on all backends (flask, quart, fastapi) | datenzauberai <b****e@g****e> | about 1 month ago | |
| 2a72bf80 | 🩹 Fix sonar issues (and use more efficient Base64 encoder) | datenzauberai <b****e@g****e> | about 1 month ago | |
| 3d3a9f70 | merge Merge pull request #3922 from AnnMarieW/fix-input |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 4302682f | Added options to compress callback request body | datenzauberai <b****e@g****e> | about 1 month ago | |
| 0aeec683 |
Update components/dash-core-components/tests/integration/input/test_number_in...
Co-authored-by: Adrian Borrmann <h****o@a****m> |
Ann Marie Ward <7****W@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| d8ed81fa | Replace deprecated onKeyPress with onKeyDown | AnnMarueW <a****d@f****m> | about 1 month ago | |
| c18e7fb2 | lint & changelog | AnnMarueW <a****d@f****m> | about 1 month ago | |
| d63253e0 | Fix number input spinner when only min is set | AnnMarueW <a****d@f****m> | about 1 month ago | |
| 2ef4b253 | merge Merge pull request #3916 from AnnMarieW/fix-upload-drag-drop |
Adrian Borrmann <a****n@p****y>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 0d912b78 | added changelog | AnnMarueW <a****d@f****m> | about 1 month ago | |
| 494d5ff6 | Fix persisted values being wiped from existing components during Patch() | Aaron-Wrote-This <1****s@u****m> | about 1 month ago | |
| c4d44584 | Patch() no longer reruns initial cbs for existing MATCH/ALL elements | Aaron-Wrote-This <1****s@u****m> | about 1 month ago | |
| dbddfe6c | Fix multiple file drag-and-drop in dcc.Upload | AnnMarueW <a****d@f****m> | about 1 month ago | |
| 6ea286ec | merge Merge pull request #3895 from plotly/improve-extract-meta |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| ebbc0841 | merge Merge branch 'dev' into improve-extract-meta |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| e5d9e320 | merge Merge pull request #3880 from plotly/support-react-19 |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 24ee2256 | Share the jsx-runtime external across webpack configs | philippe <t****k@o****m> | about 1 month ago | |
| f02e3cb9 | merge Merge branch 'dev' into support-react-19 |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| ca027f03 | merge Merge pull request #3915 from plotly/bugfix/mcp-kaleido-error |
Adrian Borrmann <a****n@p****y>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 1a8e3565 | merge Merge branch 'dev' into support-react-19 |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| a36444c6 | Fix error exposed by MCP server when chrome not available for kaleido | Adrian Borrmann <h****o@a****m> | about 1 month ago | |
| e06a3511 | merge Merge pull request #3908 from plotly/patch-4.4.1 |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 8f0ec6f5 | Version 4.4.1 | philippe <t****k@o****m> | about 1 month ago | |
| 051be28c | npm audit fix | philippe <t****k@o****m> | about 1 month ago | |
| 505958af | update radix in dcc | philippe <t****k@o****m> | about 1 month ago | |
| d282d937 | merge Merge pull request #3902 from plotly/fix/callback-args-hardening |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| f651bd5d | merge Merge branch 'dev' into fix/callback-args-hardening |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| 27bddaaa | merge Merge pull request #3903 from leontoddjohnson/patch-1 |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| fb1e5a0f | Record operations applied by Patch() | Aaron-Wrote-This <1****s@u****m> | about 1 month ago | |
| 55e8648a | Add 'comm' to install requirements |
leon todd johnson <1****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 month ago | |
| cf6cb453 | fix lint | philippe <t****k@o****m> | about 1 month ago | |
| 6505036e | fix lint | philippe <t****k@o****m> | about 1 month ago | |
| b8ed27cc | fix lint | philippe <t****k@o****m> | about 1 month ago | |
| 0c3d5459 | update changelog | philippe <t****k@o****m> | about 1 month ago | |
| 08cc2b14 | callback args hardening. | philippe <t****k@o****m> | about 1 month ago | |
| f2f3151e | merge Merge pull request #3883 from plotly/fix/double-register |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| a102d22c | canonical import for uvicorn double register on hot reload | philippe <t****k@o****m> | about 2 months ago | |
| d09941b0 | merge Merge branch 'dev' into fix/double-register |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| a49104a9 |
Update CHANGELOG.md
Co-authored-by: Cameron DeCoster <c****r@g****m> |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 8c72a5f7 | merge Merge pull request #3885 from plotly/fix/flask-plugin |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| e65bfe58 | merge Merge branch 'dev' into fix/flask-plugin |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 4d196aea |
Update CHANGELOG.md
Co-authored-by: Cameron DeCoster <c****r@g****m> |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 6f6512e9 | merge Merge pull request #3882 from plotly/fix/relayout |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 44361da0 | merge Merge branch 'dev' into fix/relayout |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| f8f4e7c3 | improved extract-meta errors paths | philippe <t****k@o****m> | about 2 months ago | |
| 78a57368 | Add filepath to extract-meta errors | philippe <t****k@o****m> | about 2 months ago | |
| 8ef6ffed | merge Merge branch 'dev' into fix/flask-plugin |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 985f9dad | merge Merge pull request #3887 from plotly/fix/depbot-again |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| be237591 | merge Merge branch 'dev' into fix/depbot-again |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 0c6b5a05 | merge Merge pull request #3886 from AnnMarieW/fix-changelog |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 600a5c64 | fix dependabot | philippe <t****k@o****m> | about 2 months ago | |
| 8ed1d68d | fix changelog | AnnMarueW <a****d@f****m> | about 2 months ago | |
| 8627811b | Fix Flask-WTF/Quart-WTF CSRF exemptions broken by backend refactor | philippe <t****k@o****m> | about 2 months ago | |
| 0548848d |
Make the jsx-runtime external backward compatible with older Dash
Co-authored-by: Claude Fable 5 <n****y@a****m> |
philippe <t****k@o****m> | about 2 months ago | |
| a0e38209 |
Fix callbacks double-registered when app file is loaded by import string
Co-authored-by: Claude Opus 4.8 <n****y@a****m> |
philippe <t****k@o****m> | about 2 months ago | |
| c07a3195 |
Sync all relayout changes back to the figure prop, not only shapes
Co-authored-by: Claude Opus 4.8 <n****y@a****m> |
philippe <t****k@o****m> | about 2 months ago | |
| 700c7260 |
Support React 19
Co-authored-by: Claude Fable 5 <n****y@a****m> |
philippe <t****k@o****m> | about 2 months ago | |
| 4e0fb906 | merge Merge pull request #3867 from plotly/version-4.4.0 |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 826c080d | version 4.4.0 | philippe <t****k@o****m> | about 2 months ago | |
| 9ba8421f | merge Merge pull request #3862 from plotly/fix/ws-contextvars |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| c79ebf40 | merge Merge branch 'dev' into fix/ws-contextvars |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 7cf426e0 | merge Merge pull request #3860 from plotly/fix/dependabot-spam |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| a33d61d3 | merge Merge branch 'dev' into fix/dependabot-spam |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| d5ffe057 | merge Merge branch 'dev' into fix/ws-contextvars |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 8f38dda2 |
test: fix contextvars ws test for Python 3.9 (janus.Queue needs running loop)
Co-authored-by: Claude Opus 4.8 <n****y@a****m> |
philippe <t****k@o****m> | about 2 months ago | |
| 5dea7b81 | merge Merge pull request #3779 from troclaux/fix/get-logs-return-empty-list |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| c01f7407 |
docs: add CHANGELOG entry for get_logs [] fix (#3779)
Co-authored-by: Claude Opus 4.8 <n****y@a****m> |
philippe <t****k@o****m> | about 2 months ago | |
| 91f880f6 | merge Merge branch 'dev' into fix/get-logs-return-empty-list |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 164579fd | merge Merge pull request #3852 from AnnMarieW/add-clickanywhere-and-hoveranywhere-s... |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| e9aa7e1b | fix copy_context in ws threadpool | philippe <t****k@o****m> | about 2 months ago | |
| 0d552666 | merge Merge branch 'dev' into add-clickanywhere-and-hoveranywhere-support-to-Graph |
Philippe Duval <t****k@o****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 27c7f7f2 | merge Merge pull request #3811 from plotly/bugfix/3425-datepicker-bothdates |
Adrian Borrmann <a****n@p****y>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 1dc3c866 | merge Merge branch 'dev' into bugfix/3425-datepicker-bothdates | Adrian Borrmann <h****o@a****m> | about 2 months ago | |
| 4756d709 | merge Merge branch 'dev' into bugfix/3425-datepicker-bothdates | Adrian Borrmann <h****o@a****m> | about 2 months ago |