Added
- #1947 Added
pages
- a better way to build multi-page apps. For more information see the forum post. - #1965 Add component as props.
- #2049 Added
wait_for_class_to_equal
andwait_for_contains_class
methods todash.testing
Changed
- #2050 Changed
find_element
andfind_elements
to accept anattribute
argument that aligns with Selenium'sBy
class, allowing you to search elements by other attributes. Default value isCSS_SELECTOR
to maintain backwards compatibility with previousfind_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.