From db62adc18b5f76717d065cfc1fd6148256e2c97d Mon Sep 17 00:00:00 2001 From: harryturr Date: Mon, 18 Jan 2021 10:06:59 -0500 Subject: [PATCH] Add changelog entry for dcc#888 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 998577aae..e17539a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Patch Release [1.58.4](https://github.com/plotly/plotly.js/releases/tag/v1.58.4) - Patch Release [1.58.3](https://github.com/plotly/plotly.js/releases/tag/v1.58.3) +### Added +- [#888](https://github.com/plotly/dash-core-components/pull/888) Adds a `drag_value` prop to `dcc.Slider`to be able to fire callbacks from dragging and releasing the slider. + ## [1.14.1] - 2020-12-09 ### Updated - [#898](https://github.com/plotly/dash-core-components/pull/898)