forked from pool/python-dash
- Update to 2.5.0 * #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 and wait_for_contains_class methods to dash.testing * #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. * #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. - Release 2.4.1 * Fix #2045 import error when using pytest but dash[testing] is not installed. - Release 2.4.0 * #1952 Improved callback_context - Closes #1818 Closes #1054 - adds dash.ctx, a more concise name for dash.callback_context - adds ctx.triggered_prop_ids, a dictionary of the component ids and props that triggered the callback. - adds ctx.triggered_id, the id of the component that triggered the callback. OBS-URL: https://build.opensuse.org/request/show/981204 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash?expand=0&rev=3
42 KiB
42 KiB