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
Add tooltip.template a string for the format template, {value} will be formatted with the actual value.
Add tooltip.style a style object to give to the div of the tooltip.
Add tooltip.transform a reference to a function in the window.dccFunctions namespace.
#2732 Add special key _dash_error to setProps, allowing component developers to send error without throwing in render. Usage props.setProps({_dash_error: new Error("custom error")})
Fixed
#2732 Sanitize html props that are vulnerable to xss vulnerability if user data is inserted. Fix Validate url to prevent XSS attacks #2729
Changed
#2652 dcc.Clipboard supports htm_content and triggers a copy to clipboard when n_clicks are changed