You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-9Lines changed: 27 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,30 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased]
6
6
### Changed
7
-
-[#766](https://github.com/plotly/dash-core-components/pull/766) Update from React 16.8.6 to 16.13.0
8
7
-[#740](https://github.com/plotly/dash-core-components/pull/740) Keep components that are loading in the DOM, but not visible, as opposed to removing them entirely
9
8
10
9
### Fixed
11
10
-[#740](https://github.com/plotly/dash-core-components/pull/740) Fixed bug in which mapbox `uirevision` was not behaving when inside a `dcc.Loading` component
12
11
12
+
## [1.9.0] - 2020-04-01
13
+
### Changed
14
+
-[#766](https://github.com/plotly/dash-core-components/pull/766) Update from React 16.8.6 to 16.13.0
15
+
-[#768](https://github.com/plotly/dash-core-components/pull/768) Added title property to dcc.Link
16
+
-[#776](https://github.com/plotly/dash-core-components/pull/776) Update dcc.Link to set href as children if children not defined. Makes href a required prop as well.
17
+
-[#767](https://github.com/plotly/dash-core-components/pull/767) Updated dcc.Link to respond to click modifiers, and added a target prop.
18
+
-[#774](https://github.com/plotly/dash-core-components/pull/774) Fixed dcc.Location firing callbacks for wrong property.
19
+
-[772](https://github.com/plotly/dash-core-components/pull/772) Modified dcc.Link to work with absolute paths if refresh=True.
- "hovered data" mode to `spikesnap`[#4665](https://github.com/plotly/plotly.js/pull/4665)
27
+
- "full-json" export format to `Plotly.toImage` and `Plotly.dowloadImage`[#4593](https://github.com/plotly/plotly.js/pull/4593)
28
+
- node.customdata and link.customdata in `sankey` traces [#4621](https://github.com/plotly/plotly.js/pull/4621)
29
+
-`opacityscale` for `surface` traces [#4480](https://github.com/plotly/plotly.js/pull/4480)
30
+
13
31
## [1.8.1] -2020-02-27
14
32
### Added
15
33
-[#760](https://github.com/plotly/dash-core-components/pull/760) Added R examples to package help
@@ -503,7 +521,7 @@ See https://github.com/plotly/dash-core-components/pull/182.
503
521
- A `responsive` plot config option
504
522
- And various other features and bug fixes.
505
523
506
-
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
524
+
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://plotly.com/products/consulting-and-oem
507
525
508
526
## [0.28.3] - 2018-09-07
509
527
### Changed
@@ -576,7 +594,7 @@ adding support for IDE autocomplete etc.
- 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
597
+
- 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://plotly.com/products/consulting-and-oem
580
598
581
599
## [0.23.0]
582
600
### Updated
@@ -664,7 +682,7 @@ removed every time the graph was updated. They are now removed and reattached. #
664
682
- Add official Spanish translation (locale `es`) [plotly.js#2249](https://github.com/plotly/plotly.js/pull/2249)
665
683
- Add official French translation (locale `fr`) [plotly.js#2252](https://github.com/plotly/plotly.js/pull/2252)
666
684
- And numerous other features and bug fixes
667
-
- 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
685
+
- 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://plotly.com/products/consulting-and-oem
668
686
669
687
## [0.17.1] - 2017-01-18
670
688
### Fixed
@@ -751,7 +769,7 @@ Big thanks to community contributor @Akronix!
751
769
752
770
## [0.14.0] - 2017-10-17
753
771
### :sparkles: Added
754
-
- An `Upload` component! :tada: See [https://plot.ly/dash/dash-core-components/upload](https://plot.ly/dash/dash-core-components/upload) for docs.
772
+
- An `Upload` component! :tada: See [https://plotly.com/dash/dash-core-components/upload](https://plotly.com/dash/dash-core-components/upload) for docs.
755
773
756
774
## [0.13.0] - 2017-10-05
757
775
### Updated
@@ -779,7 +797,7 @@ Big thanks to community contributor @Akronix!
779
797
780
798
## [0.12.5] - 2017-09-11
781
799
### :bug: Fixed
782
-
- The `Interval` component was constantly resetting its interval on every update. Initially reported in https://community.plot.ly/t/multiple-interval-object-in-a-single-page/5699/3
800
+
- The `Interval` component was constantly resetting its interval on every update. Initially reported in https://community.plotly.com/t/multiple-interval-object-in-a-single-page/5699/3
783
801
- Removed the used `label` property from the `Slider` component
784
802
- Provide a more descriptive documentation for the `marks` property of the `Slider` component
785
803
@@ -792,11 +810,11 @@ Big thanks to community contributor @Akronix!
792
810
793
811
## [0.12.3] - 2017-08-17
794
812
### Fixed
795
-
- Previously, the `max_date_allowed` could not be selected. This issue has been fixed, issue first reported in https://community.plot.ly/t/solved-datepicker-in-dash/4816/10
813
+
- Previously, the `max_date_allowed` could not be selected. This issue has been fixed, issue first reported in https://community.plotly.com/t/solved-datepicker-in-dash/4816/10
796
814
797
815
## [0.12.2] - 2017-08-10
798
816
### Fixed
799
-
- Previously, when the `options` of a `dcc.Dropdown` would change, the options would no longer be searchable. That has been fixed. Issue was originally reported in https://community.plot.ly/t/dropdown-not-searching-values-when-typing/5323/3
817
+
- Previously, when the `options` of a `dcc.Dropdown` would change, the options would no longer be searchable. That has been fixed. Issue was originally reported in https://community.plotly.com/t/dropdown-not-searching-values-when-typing/5323/3
800
818
801
819
## [0.12.1] - 2017-08-09
802
820
### Fixed
@@ -834,7 +852,7 @@ Big thanks to community contributor @Akronix!
834
852
835
853
## [0.9.0] - 2017-07-28
836
854
### Added
837
-
- A `config` property of the `Graph` component that exposes the [plotly.js config properties](https://plot.ly/javascript/configuration-options/). Here's an example that hides 2 buttons and makes the elements in the graph "editable":
855
+
- A `config` property of the `Graph` component that exposes the [plotly.js config properties](https://plotly.com/javascript/configuration-options/). Here's an example that hides 2 buttons and makes the elements in the graph "editable":
0 commit comments