Skip to content

Commit da4261e

Browse files
committed
Fix changelog.
1 parent 27751a8 commit da4261e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77
## Added
88
- [#2695](https://github.com/plotly/dash/pull/2695) Adds `triggered_id` to `dash_clientside.callback_context`. Fixes [#2692](https://github.com/plotly/dash/issues/2692)
99
- [#2723](https://github.com/plotly/dash/pull/2723) Improve dcc Slider/RangeSlider tooltips. Fixes [#1846](https://github.com/plotly/dash/issues/1846)
10-
- Add `tooltip.format` a string for the format template, {value} will be formatted with the actual value.
10+
- Add `tooltip.template` a string for the format template, {value} will be formatted with the actual value.
1111
- Add `tooltip.style` a style object to give to the div of the tooltip.
12+
- Add `tooltip.transform` a reference to a function in the `window.dccFunctions` namespace.
1213
- [#2732](https://github.com/plotly/dash/pull/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")})`
1314

1415
## Fixed

0 commit comments

Comments
 (0)