Skip to content

Commit cd63a51

Browse files
committed
update release notes
1 parent 3787bec commit cd63a51

File tree

4 files changed

+32
-25
lines changed

4 files changed

+32
-25
lines changed

Diff for: src/Plotly.NET.CSharp/RELEASE_NOTES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
### 0.12.0 - TBD
1+
### 0.12.0 - May 27 2024
22

33
- bump version range of Plotly.NET to [5.0.0, 6.0.0)
4+
- Reflect relevant API changes in Plotly.NET 5.0.0 (e.g. in Chart.Grid)
45

56
### 0.11.1 - July 25 2023
67

Diff for: src/Plotly.NET.ImageExport/RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 6.0.0 - TBD
1+
### 6.0.0 - May 27 2024
22

33
- BREAKING: [Add Scale option to all image export extensions](https://github.com/plotly/Plotly.NET/commit/5090570cb0fd8281a4c197421994cec719b82ac9)
44
- BREAKING: Update PuppeteerSharp dependency to 12.0.0

Diff for: src/Plotly.NET.Interactive/RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 5.0.0 - TBD
1+
## 5.0.0 - May 27 2024
22

33
- bump version range of Plotly.NET to [5.0.0, 6.0.0)
44
- Update .NET interactive references

Diff for: src/Plotly.NET/RELEASE_NOTES.md

+28-22
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
### 5.0.0 - TBD
1+
### 5.0.0 - May 27 2024
22

33
Major release with lots of bug fixes, improvements, and upstream feature additions from plotly.js. Many changes are backwards-incompatible with previous versions.
44

55
[Milestone link with all the fixed/closed issues](https://github.com/plotly/Plotly.NET/milestone/5)
66

7+
- [Improve Chart.Grid](https://github.com/plotly/Plotly.NET/pull/453):
8+
- Set individual subplot titles per input chart, fixes [#387](https://github.com/plotly/Plotly.NET/issues/387)
9+
- Fix positioning issues for some subplot types, fixes [#413](https://github.com/plotly/Plotly.NET/issues/413)
10+
711
- [Add Chart.Pareto](https://github.com/plotly/Plotly.NET/pull/431). This contribution started with the [fslab hackathon 2023](https://github.com/orgs/fslaborg/projects/6) and was submitted by [@rockfaith75](https://github.com/rockfaith75) and [@smoothdeveloper](https://github.com/smoothdeveloper), thank you!
812

913
- Make Contours setting directly accessible on all supported traces, fixes [#426](https://github.com/plotly/Plotly.NET/issues/426)
@@ -12,28 +16,30 @@ Major release with lots of bug fixes, improvements, and upstream feature additio
1216

1317
- [Expand DisplayOptions](https://github.com/plotly/Plotly.NET/commit/488568c789fa2fa050fc55f5bff26a8780ba216e) to include direct fields for document title, description, charset, and favicon, fixes [#374](https://github.com/plotly/Plotly.NET/issues/374)
1418

15-
- Keep up with plotlyjs 2.x incremental updates:
16-
- v2.22:
17-
- [Implement multi legend support](https://github.com/plotly/Plotly.NET/issues/406)
18-
- v2.23:
19-
- [add `xref` and `yref` attributes for Legend and ColorBar](https://github.com/plotly/Plotly.NET/commit/a3e1abcfda7b316c704d477471be1294860b48b7)
20-
- v2.24:
21-
- [add pattern to multiple traces](https://github.com/plotly/Plotly.NET/commit/f75125e7e8514299bc794ddddbaee6370e5b420a)
22-
- v2.25:
23-
- [Add "Equal Earth" projection to geo subplots](https://github.com/plotly/Plotly.NET/commit/0ea7d3e0da77937e1b9d31bc4a6552d7499a660a)
24-
- [Complete bindings for geo projections](https://github.com/plotly/Plotly.NET/commit/0ea7d3e0da77937e1b9d31bc4a6552d7499a660a)
25-
- [Add options to include legends for shapes and newshape](https://github.com/plotly/Plotly.NET/commit/0ea7d3e0da77937e1b9d31bc4a6552d7499a660a)
26-
- v2.26:
27-
- [Add new autorange options](https://github.com/plotly/Plotly.NET/commit/92f92a5c9faef6710ef39438f8145183e3054575)
28-
- [Add [n]-sigma (std deviations) box plots](https://github.com/plotly/Plotly.NET/commit/d1c63b97eadd8576d649986ba62f1c4951eda137)
29-
- [Add "top left" & "top center" side options to legend title](https://github.com/plotly/Plotly.NET/commit/bebe507963c4af2a37ec6ad5afd960e1543c161a)
30-
- [Add "false" option to scaleanchor](https://github.com/plotly/Plotly.NET/commit/bad6d531501e37f27b16b11bf83d8711640a7605)
31-
- v2.27:
32-
- [Add insiderange to cartesian axes](https://github.com/plotly/Plotly.NET/commit/f7d24df0e76130a323c52f8f4d57cdbe8622d241)
19+
- Keep up with plotlyjs 2.x incremental updates. Note that v2.28+ will be on Plotly.NET 6.0, as some major changes are needed for supporting it properly (see [#441](https://github.com/plotly/Plotly.NET/issues/441))
20+
- v2.22:
21+
- [Implement multi legend support](https://github.com/plotly/Plotly.NET/issues/406)
22+
- v2.23:
23+
- [add `xref` and `yref` attributes for Legend and ColorBar](https://github.com/plotly/Plotly.NET/commit/a3e1abcfda7b316c704d477471be1294860b48b7)
24+
- v2.24:
25+
- [add pattern to multiple traces](https://github.com/plotly/Plotly.NET/commit/f75125e7e8514299bc794ddddbaee6370e5b420a)
26+
- v2.25:
27+
- [Add "Equal Earth" projection to geo subplots](https://github.com/plotly/Plotly.NET/commit/0ea7d3e0da77937e1b9d31bc4a6552d7499a660a)
28+
- [Complete bindings for geo projections](https://github.com/plotly/Plotly.NET/commit/0ea7d3e0da77937e1b9d31bc4a6552d7499a660a)
29+
- [Add options to include legends for shapes and newshape](https://github.com/plotly/Plotly.NET/commit/0ea7d3e0da77937e1b9d31bc4a6552d7499a660a)
30+
- v2.26:
31+
- [Add new autorange options](https://github.com/plotly/Plotly.NET/commit/92f92a5c9faef6710ef39438f8145183e3054575)
32+
- [Add [n]-sigma (std deviations) box plots](https://github.com/plotly/Plotly.NET/commit/d1c63b97eadd8576d649986ba62f1c4951eda137)
33+
- [Add "top left" & "top center" side options to legend title](https://github.com/plotly/Plotly.NET/commit/bebe507963c4af2a37ec6ad5afd960e1543c161a)
34+
- [Add "false" option to scaleanchor](https://github.com/plotly/Plotly.NET/commit/bad6d531501e37f27b16b11bf83d8711640a7605)
35+
- v2.27:
36+
- [Add insiderange to cartesian axes](https://github.com/plotly/Plotly.NET/commit/f7d24df0e76130a323c52f8f4d57cdbe8622d241)
3337

34-
- [Plotly.NET.ImageExport (4.0.0 -> 5.0.0)](https://github.com/plotly/Plotly.NET/blob/dev/src/Plotly.NET.ImageExport/RELEASE_NOTES.md)
35-
- [Plotly.NET.Interactive (4.1.0 -> 4.2.0)](https://github.com/plotly/Plotly.NET/blob/dev/src/Plotly.NET.Interactive/RELEASE_NOTES.md)
36-
- [Plotly.NET.CSharp (0.10.0 -> 0.11.0)](https://github.com/plotly/Plotly.NET/blob/dev/src/Plotly.NET.CSharp/RELEASE_NOTES.md)
38+
**Additional extension package releases:**:
39+
40+
- [Plotly.NET.ImageExport (5.0.1 -> 6.0.0)](https://github.com/plotly/Plotly.NET/blob/dev/src/Plotly.NET.ImageExport/RELEASE_NOTES.md)
41+
- [Plotly.NET.Interactive (4.2.0 -> 5.0.0)](https://github.com/plotly/Plotly.NET/blob/dev/src/Plotly.NET.Interactive/RELEASE_NOTES.md)
42+
- [Plotly.NET.CSharp (0.11.1 -> 0.12.0)](https://github.com/plotly/Plotly.NET/blob/dev/src/Plotly.NET.CSharp/RELEASE_NOTES.md)
3743

3844
### 4.2.0 - August 02 2023
3945

0 commit comments

Comments
 (0)