|
9 | 9 | * **Breaking:** Chart methods now have static type annotations, which may lead to incompatibilities in some cases
|
10 | 10 | * **Breaking:** Rename ChartDescription type: `Plotly.NET.ChartDescription.Description` -> `Plotly.NET.ChartDescription`
|
11 | 11 | * [**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) |
13 | 12 | * **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)
|
14 | 13 | * **Breaking**: Many Parameters of `init` and `style` functions have been changed to PascalCase, this is ongoing and will be breaking eregularily until unified.
|
15 | 14 | * 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.
|
16 | 15 | * **Breaking**: Layout and trace object abstractions are now in new namespaces: `Plotly.NET.LayoutObjects`/`Plotly.NET.TraceObjects`
|
17 | 16 | * **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 |
19 | 18 | * [**Breaking**: POC of multivalue support (breaks Bar charts)](https://github.com/plotly/Plotly.NET/commit/c5f6fbb6e3ac14bae06192d696dcf8637dcaa21e)
|
20 | 19 |
|
21 | 20 | **Major Additions:**
|
|
65 | 64 | * [Add indicator charts](https://github.com/plotly/Plotly.NET/pull/207)
|
66 | 65 | * [Add icicle charts](https://github.com/plotly/Plotly.NET/pull/210)
|
67 | 66 | * [Add Chart.AnnotatedHeatmap](https://github.com/plotly/Plotly.NET/pull/234)
|
| 67 | + * [Add Chart.PointDensity](https://github.com/plotly/Plotly.NET/commit/8533cbb555ac51e7b9aa77c8599ebcb66cd552e2) |
68 | 68 |
|
69 | 69 | **Minor Additions/fixes:**
|
70 | 70 |
|
|
99 | 99 | * Full trace style args for geo traces: [#246](https://github.com/plotly/Plotly.NET/pull/246)
|
100 | 100 | * Full trace style args for mapbox traces: [#247](https://github.com/plotly/Plotly.NET/pull/247)
|
101 | 101 | * 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) |
103 | 104 |
|
104 | 105 | **Other notable changes**
|
105 | 106 |
|
|
0 commit comments