#2087 Fix bug #2086 in which using id as a key within a component's id breaks the new callback context's args_grouping function.
#2084 In dash 2.5.0, a default viewport meta tag was added as recommended for mobile-optimized sites by mdn
This feature can be disabled by providing an empty viewport meta tag. e.g. app = Dash(meta_tags=[{"name": "viewport"}])
#2090, #2092. Fixed bug where the path to the pages_folder was incorrect on Windows.
Removed
#2087 Removed the undocumented callback context args_grouping_values property which was incompatible with pattern-matching callbacks.
Dash v2.5.0
Added
#1947 Added pages - a better way to build multi-page apps. For more information see the forum post.
#2049 Added wait_for_class_to_equal and wait_for_contains_class methods to dash.testing
Changed
#2050 Changed find_element and find_elements to accept an attribute argument that aligns with Selenium's By class, allowing you to search elements by other attributes. Default value is CSS_SELECTOR to maintain backwards compatibility with previous find_elements.
Fixed
#2043 Fix bug
#2003 in which
dangerously_allow_html=True + mathjax=True works in some cases, and in some cases not.
#2065 Fix bug #2064 rendering of dcc.Dropdown with a value but no options.
#2047 Fix bug #1979 in which DASH_DEBUG as environment variable gets ignored.
#2070 Fix bug #2066 nested types triggering maximum call stack error when building typescript components.
Dash v2.4.1
Fixed
Fix #2045 import error when using pytest but dash[testing] is not installed.
#2087 Fix bug #2086 in which using id as a key within a component's id breaks the new callback context's args_grouping function.
#2084 In dash 2.5.0, a default viewport meta tag was added as recommended for mobile-optimized sites by mdn
This feature can be disabled by providing an empty viewport meta tag. e.g. app = Dash(meta_tags=[{"name": "viewport"}])
#2090, #2092. Fixed bug where the path to the pages_folder was incorrect on Windows.
Removed
#2087 Removed the undocumented callback context args_grouping_values property which was incompatible with pattern-matching callbacks.
[2.5.0] - 2022-06-07
Added
#1947 Added pages - a better way to build multi-page apps. For more information see the forum post.
#2049 Added wait_for_class_to_equal and wait_for_contains_class methods to dash.testing
Changed
#2050 Changed find_element and find_elements to accept an attribute argument that aligns with Selenium's By class, allowing you to search elements by other attributes. Default value is CSS_SELECTOR to maintain backwards compatibility with previous find_elements.
Fixed
#2043 Fix bug
#2003 in which
dangerously_allow_html=True + mathjax=True works in some cases, and in some cases not.
#2065 Fix bug #2064 rendering of dcc.Dropdown with a value but no options.
#2047 Fix bug #1979 in which DASH_DEBUG as environment variable gets ignored.
#2070 Fix bug #2066 nested types triggering maximum call stack error when building typescript components.
[2.4.1] - 2022-05-11
Fixed
Fix #2045 import error when using pytest but dash[testing] is not installed.
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)
Bumps dash from 1.21.0 to 2.5.1.
Release notes
Sourced from dash's releases.
... (truncated)
Changelog
Sourced from dash's changelog.
... (truncated)
Commits
8c26eeb
Merge pull request #2094 from plotly/master-2.5.1de77d00
Merge branch 'dev' into master-2.5.1760af72
Merge pull request #2093 from plotly/version-2.5.1aba9549
Bump version 2.5.12830cc2
Merge pull request #2087 from AnnMarieW/fix-args_groupingcf221b3
Merge pull request #2092 from AnnMarieW/fix-pages-windows-bug9360e96
fixed pages windows bugc31bffc
updated changelogbd89a51
Merge pull request #2090 from bradley-erickson/patch-184b6b67
refactored args_groupingDependabot 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)