Skip to content

Commit 13f8eed

Browse files
committed
update release notes
1 parent 8533cbb commit 13f8eed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
* **Breaking:** Chart methods now have static type annotations, which may lead to incompatibilities in some cases
1010
* **Breaking:** Rename ChartDescription type: `Plotly.NET.ChartDescription.Description` -> `Plotly.NET.ChartDescription`
1111
* [**Possibly breaking:** target netstandad 2.0](https://github.com/plotly/Plotly.NET/commit/0fd6d42d755c060f42cf48465cbcfd02e0a07088)
12-
* [**Possibly breaking:** target net5.0 as well](https://github.com/plotly/Plotly.NET/commit/4f0633f0481df91cb2e310da61175d7ddb26ee11)
1312
* **Breaking:** Many functions of the Chart API have been changed to be in lower camelCase (e.g `Chart.Show` -> `Chart.show`, `Chart.withX_Axis` -> `Chart.withXAxis`, etc.) see full set of changes in that category [here](https://github.com/plotly/Plotly.NET/pull/114), thanks [@WhiteBlackGoose](https://github.com/WhiteBlackGoose)
1413
* **Breaking**: Many Parameters of `init` and `style` functions have been changed to PascalCase, this is ongoing and will be breaking eregularily until unified.
1514
* SubPlotIds are now unified under the `StyleParam.SubPlotId` type which is used to assign subplots anchors (e.g. scenes for 3d charts, polar for polar charts) This change will be reflectes in trace type modeling in a later release.
1615
* **Breaking**: Layout and trace object abstractions are now in new namespaces: `Plotly.NET.LayoutObjects`/`Plotly.NET.TraceObjects`
1716
* **Breaking**: every argument/parameter concerned with color has been changed to use the new Color type isntead of a plain string.
18-
* **Breaking**: The underlying plotly.js version is now correctly pinned at 2.42
17+
* **Breaking**: The underlying plotly.js version is now pinned at 2.6.3
1918
* [**Breaking**: POC of multivalue support (breaks Bar charts)](https://github.com/plotly/Plotly.NET/commit/c5f6fbb6e3ac14bae06192d696dcf8637dcaa21e)
2019

2120
**Major Additions:**
@@ -65,6 +64,7 @@
6564
* [Add indicator charts](https://github.com/plotly/Plotly.NET/pull/207)
6665
* [Add icicle charts](https://github.com/plotly/Plotly.NET/pull/210)
6766
* [Add Chart.AnnotatedHeatmap](https://github.com/plotly/Plotly.NET/pull/234)
67+
* [Add Chart.PointDensity](https://github.com/plotly/Plotly.NET/commit/8533cbb555ac51e7b9aa77c8599ebcb66cd552e2)
6868

6969
**Minor Additions/fixes:**
7070

@@ -99,7 +99,8 @@
9999
* Full trace style args for geo traces: [#246](https://github.com/plotly/Plotly.NET/pull/246)
100100
* Full trace style args for mapbox traces: [#247](https://github.com/plotly/Plotly.NET/pull/247)
101101
* Full trace style args for domain traces: [#250](https://github.com/plotly/Plotly.NET/pull/250)
102-
102+
* All Chart constructors are now fully documented with XML docs
103+
* Trace and Layout types have been expanded with important get/set/update methods (this is only important internally)
103104

104105
**Other notable changes**
105106

0 commit comments

Comments
 (0)