From d3f68d67a37d399129a6e233a7e572d93b473eba Mon Sep 17 00:00:00 2001 From: Harrisonn Griffin <36603687+harryturr@users.noreply.github.com> Date: Mon, 18 Jan 2021 10:40:09 -0500 Subject: [PATCH] Add changelog entry for dcc#888 (#915) --- packages/dash-core-components/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/dash-core-components/CHANGELOG.md b/packages/dash-core-components/CHANGELOG.md index 998577aae3..e17539a741 100644 --- a/packages/dash-core-components/CHANGELOG.md +++ b/packages/dash-core-components/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)