#1531 Update the format of the docstrings to make them easier to read in the reference pages of Dash Docs and in the console. This also addresses #1205
#1553 Increase the z-index of the Dash error menu from 1001 to 1100 in order to make sure it appears above Bootstrap components.
Fixed
#1546 Validate callback request outputs vs output to avoid a perceived security issue.
Dash Core Components
Added
#863 Adds a new Download component. Along with this several utility functions are added to help construct the appropriate data format:
dcc.send_file - send a file from disk
dcc.send_data_frame - send a DataFrame, using one of its writer methods
dcc.send_bytes - send a bytestring or the result of a bytestring writer
dcc.send_string - send a string or the result of a string writer
Changed
#923
Set autoComplete to off in dcc.Dropdown. This fixes #808
Fixed
#930 Fixed a bug #867 with DatePickerRange that would sometimes shift the allowed dates by one day.
#934 Fixed a bug in EnhancedTab component that ignored disabled_className property
Dash HTML Components
Fixed
#179 - Fixes #77 Added allow and referrerPolicy properties to html.Iframe
#178 - Fix #161data property, and fix #129 obsolete, deprecated, and discouraged elements. No elements were removed, but comments were added to the documentation about these elements detailing their limitations.
#878 - update build process to use Webpack 5 and other latest dependencies
Dash v1.19.0
Dash and Dash Renderer
Added
#1508 Fix #1403: Adds an x button
to close the error messages box.
#1525 Adds support for callbacks which have overlapping inputs and outputs. Combined with dash.callback_context this addresses many use cases which require circular callbacks.
Changed
#1503 Fix #1466: loosen dash[testing] requirements for easier integration in external projects. This PR also bumps many dash[dev] requirements.
#1531 Update the format of the docstrings to make them easier to read in the reference pages of Dash Docs and in the console. This also addresses #1205
#1553 Increase the z-index of the Dash error menu from 1001 to 1100 in order to make sure it appears above Bootstrap components.
Fixed
#1546 Validate callback request outputs vs output to avoid a perceived security issue.
Dash Core Components
Added
#863 Adds a new Download component. Along with this several utility functions are added to help construct the appropriate data format:
dcc.send_file - send a file from disk
dcc.send_data_frame - send a DataFrame, using one of its writer methods
dcc.send_bytes - send a bytestring or the result of a bytestring writer
dcc.send_string - send a string or the result of a string writer
Changed
#923
Set autoComplete to off in dcc.Dropdown. This fixes #808
Fixed
#930 Fixed a bug #867 with DatePickerRange that would sometimes shift the allowed dates by one day.
#934 Fixed a bug in EnhancedTab component that ignored disabled_className property
Dash HTML Components
Fixed
#179 - Fixes #77 Added allow and referrerPolicy properties to html.Iframe
#178 - Fix #161data property, and fix #129 obsolete, deprecated, and discouraged elements. No elements were removed, but comments were added to the documentation about these elements detailing their limitations.
#878 - update build process to use Webpack 5 and other latest dependencies
[1.19.0] - 2021-01-19
Dash and Dash Renderer
Added
#1508 Fix #1403: Adds an x button
to close the error messages box.
#1525 Adds support for callbacks which have overlapping inputs and outputs. Combined with dash.callback_context this addresses many use cases which require circular callbacks.
Changed
#1503 Fix #1466: loosen dash[testing] requirements for easier integration in external projects. This PR also bumps many dash[dev] requirements.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps dash from 1.4.1 to 1.20.0.
Release notes
Sourced from dash's releases.
... (truncated)
Changelog
Sourced from dash's changelog.
... (truncated)
Commits
49a80bb
dash 1.20.0 dev to master (#1590)1ba1275
dash 1.19.0 dev to master (#1537)1cc7b3e
dash 1.18.1 dev to master (#1492)1f4f2f3
Update CODEOWNERSf776fa0
dash 1.18.0 dev to master (#1485)78b9832
Merge remote-tracking branch 'origin/dev'6f01d52
stricten verions91682ee
bump version to 1.17.0ab212a3
Merge pull request #1448 from almarklein/forgot-decorator646f4f7
Merge branch 'dev' into forgot-decoratorDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)