You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.