Added
- #2695 Adds
triggered_id
todash_clientside.callback_context
. Fixes #2692 - #2723 Improve dcc Slider/RangeSlider tooltips. Fixes #1846
- 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 thewindow.dccFunctions
namespace.
- Add
- #2732 Add special key
_dash_error
tosetProps
, allowing component developers to send error without throwing in render. Usageprops.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