Skip to content

Commit 05549df

Browse files
committed
Update release notes
1 parent 0dd0eba commit 05549df

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@
1515
* 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.
1616
* **Breaking**: Layout and trace object abstractions are now in new namespaces: `Plotly.NET.LayoutObjects`/`Plotly.NET.TraceObjects`
1717
* **Breaking**: every argument/parameter concerned with color has been changed to use the new Color type isntead of a plain string.
18-
18+
* **Breaking**: The underlying plotly.js version is now correctly pinned at 2.42
19+
* [**Breaking**: POC of multivalue support (breaks Bar charts)](https://github.com/plotly/Plotly.NET/commit/c5f6fbb6e3ac14bae06192d696dcf8637dcaa21e)
20+
1921
**Major Additions:**
2022

2123
* [Add kernel formatting extension for dotnet interactive notebooks](https://github.com/plotly/Plotly.NET/commit/fa990371dd68ec1f5784288ccd9e2d28d761ac93) (thanks [@WalternativeE](https://github.com/WalternativE))
2224
* [Greatly improve C# interop](https://github.com/plotly/Plotly.NET/commit/c1ed1be0234a4fcfab921acb43f1c0cf128cc233)
2325
* [Add the Plotly.NET.ImageExport project](https://github.com/plotly/Plotly.NET/pull/94) - Render Plotly.NET charts as static images
2426
* [Use a statically typed color representation that is compatible with all ways plotly uses colors](https://github.com/plotly/Plotly.NET/commit/19763db129b9160906964d9831ff3f67279926cc) - thanks [@muehlhaus](https://github.com/muehlhaus)
2527

26-
**New Charts:**
28+
**Plotly.NET now has 100% trace coverage! New Charts:**
2729

2830
* Refactor Chart.Stack into:
2931
* Chart.Grid: Uses the grid object of plotly.js to generate various types of subplot grids
@@ -45,7 +47,7 @@
4547
* ScatterPolar (and derived PointPolar, LinePolar, SplinePolar, BubblePolar)
4648
* BarPolar
4749
* Polar object
48-
* Angula and RadialAxis
50+
* Angular and RadialAxis
4951
* [Add missing 3D charts and related layout options](https://github.com/plotly/Plotly.NET/pull/125)
5052
* Scatter3d derived Point3d, Line3d, Bubble3d
5153
* Cone
@@ -54,7 +56,13 @@
5456
* IsoSurface
5557
* Full Scene support
5658
* [Add Ternary Charts (ScatterTernary and derived PointTernary, LineTernary)](https://github.com/plotly/Plotly.NET/pull/184):
57-
59+
* [Add image charts](https://github.com/plotly/Plotly.NET/pull/188)
60+
* [Add all carpet charts](https://github.com/plotly/Plotly.NET/pull/201)
61+
* Carpet
62+
* ScatterCarpet (and derived PointCarpet, LineCarpet, SplineCarpet, BubbleCarpet)
63+
* ContourCarpet
64+
* [Add indicator charts](https://github.com/plotly/Plotly.NET/pull/207)
65+
* [Add icicle charts](https://github.com/plotly/Plotly.NET/pull/210)
5866

5967
**Minor Additions/fixes:**
6068

@@ -78,6 +86,7 @@
7886
* [Add ToString() and Convert() instance members to StyleParams for better C# interop](https://github.com/plotly/Plotly.NET/commit/cf8658153d6a1af98afe33e41f3735222aed6706)
7987
* [Improve Trace type system](https://github.com/plotly/Plotly.NET/commit/096f4bf7382441b153687835c3d51c9e2e3497ec)
8088
* [Fix incorrect scale used in image export](https://github.com/plotly/Plotly.NET/commit/893cf02a5700ce562c6d67470883123a2d84c3c1) - thanks [@pirrmann](https://github.com/pirrmann)]
89+
* [Improve Chart.Grid](https://github.com/plotly/Plotly.NET/pull/212)
8190

8291
**Other notable changes**
8392

0 commit comments

Comments
 (0)