|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/).
|
4 | 4 |
|
| 5 | +## [0.40.3] - 2018-12-07 |
| 6 | +### Added |
| 7 | +- Source map [#404](https://github.com/plotly/dash-core-components/issues/404) |
| 8 | + Related Dash issue [#480](https://github.com/plotly/dash/issues/480) |
| 9 | + |
5 | 10 | ## [0.40.2] - 2018-12-04
|
6 | 11 | ### Fixed
|
7 | 12 | - Put Input value set in onBlur/onSubmit under a debounce check [#384](https://github.com/plotly/dash-core-components/pull/384)
|
@@ -64,7 +69,7 @@ See https://github.com/plotly/dash-core-components/pull/182.
|
64 | 69 |
|
65 | 70 | ## [0.36.0] - 2018-11-01
|
66 | 71 | ### Fixed
|
67 |
| -- The `npm start` command now runs the Demo app again [#346](https://github.com/plotly/dash-core-components/issues/346) |
| 72 | +- The `npm start` command now runs the Demo app again [#346](https://github.com/plotly/dash-core-components/issues/346) |
68 | 73 |
|
69 | 74 | ## [0.36.0] - 2018-10-31
|
70 | 75 | ### Updated
|
@@ -187,7 +192,7 @@ See https://github.com/plotly/dash-core-components/pull/182.
|
187 | 192 | ## [0.33.0] -- 2018-10-04
|
188 | 193 | ### Added
|
189 | 194 |
|
190 |
| -- Upgraded Plotly.js, the underlying library behind the dash_core_components.Graph component, to version 1.41.3. See https://github.com/plotly/plotly.js/releases/tag/v1.41.3 for the official notes. |
| 195 | +- Upgraded Plotly.js, the underlying library behind the dash_core_components.Graph component, to version 1.41.3. See https://github.com/plotly/plotly.js/releases/tag/v1.41.3 for the official notes. |
191 | 196 | Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
|
192 | 197 |
|
193 | 198 | ### Fixed
|
@@ -236,7 +241,7 @@ As part of plotly.js release:
|
236 | 241 | ## [0.29.0] -- 2018-09-13
|
237 | 242 | ### Added
|
238 | 243 |
|
239 |
| -- Upgraded Plotly.js, the underlying library behind the dash_core_components.Graph component, to version 1.41.0. See https://github.com/plotly/plotly.js/releases/tag/v1.41.0 for the official notes. |
| 244 | +- Upgraded Plotly.js, the underlying library behind the dash_core_components.Graph component, to version 1.41.0. See https://github.com/plotly/plotly.js/releases/tag/v1.41.0 for the official notes. |
240 | 245 | Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
|
241 | 246 |
|
242 | 247 | As part of plotly.js release:
|
@@ -289,7 +294,7 @@ As part of plotly.js release:
|
289 | 294 | ## [0.28.3] - 2018-09-07
|
290 | 295 | ### Changed
|
291 | 296 | - The `Interval` component's `max_interval` prop can now be used to stop/restart the interval. Fixes [#266](https://github.com/plotly/dash-core-components/issues/266)
|
292 |
| -- The `Graph` component's `id` is now not required to be set. |
| 297 | +- The `Graph` component's `id` is now not required to be set. |
293 | 298 | ### Fixed
|
294 | 299 | - Fixed bug where Graph would resize randomly when rerendered, for example in a dcc.Tabs component.
|
295 | 300 |
|
@@ -394,7 +399,7 @@ supported [#2697](https://github.com/plotly/plotly.js/pull/2697)
|
394 | 399 | - Fix colorbar edits for parcoords and histogram traces [#2681](https://github.com/plotly/plotly.js/pull/2681)
|
395 | 400 | - Fix bandwidth for single-value violins [#2775](https://github.com/plotly/plotly.js/pull/2775)
|
396 | 401 | - Make Plots.resize work when layout attribute is gone from graph div [#2710](https://github.com/plotly/plotly.js/pull/2710)
|
397 |
| -- Fix colorscale attribute descriptions [#2658](https://github.com/plotly/plotly.js/pull/2658) |
| 402 | +- Fix colorscale attribute descriptions [#2658](https://github.com/plotly/plotly.js/pull/2658) |
398 | 403 |
|
399 | 404 | ## [0.23.0]
|
400 | 405 | ### Added
|
|
0 commit comments