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
Copy file name to clipboardExpand all lines: content/changelog.md
+47-2Lines changed: 47 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,59 @@ Description: Release notes for every version of ScottPlot
10
10
<ul>
11
11
<li>WPF: Added autoscale option to the default right-click context menu (<a href="https://github.com/ScottPlot/ScottPlot/issues/4701">#4701</a>) <a href="https://github.com/hsfetterman"><strong>@hsfetterman</strong></a>
12
12
</li>
13
+
<li>Interactivity: Make all user action responses public (<a href="https://github.com/ScottPlot/ScottPlot/issues/4743">#4743</a>) <a href="https://github.com/manaruto"><strong>@manaruto</strong></a> <a href="https://github.com/bwedding"><strong>@bwedding</strong></a>
14
+
</li>
15
+
<li>Shapes: Improved display of newly added Eclipse and Arc shapes (<a href="https://github.com/ScottPlot/ScottPlot/issues/4744">#4744</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4739">#4739</a>) <a href="https://github.com/CoderPM2011"><strong>@CoderPM2011</strong></a>
16
+
</li>
17
+
<li>SignalXY: Improve support for generic X and Y collections (<a href="https://github.com/ScottPlot/ScottPlot/issues/4753">#4753</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4746">#4746</a>) <a href="https://github.com/JoeStoneAT"><strong>@JoeStoneAT</strong></a> <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a>
18
+
</li>
19
+
<li>Axis Rules: Updated minimum and maximum span rules to improve support for inverted axes (<a href="https://github.com/ScottPlot/ScottPlot/issues/4755">#4755</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4735">#4735</a>) <a href="https://github.com/manaruto"><strong>@manaruto</strong></a>
20
+
</li>
21
+
<li>Avalonia: Improved support for transparency at the window level (<a href="https://github.com/ScottPlot/ScottPlot/issues/4759">#4759</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/3444">#3444</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4732">#4732</a>) <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a>
22
+
</li>
23
+
<li>CoordinateRange: Improve NaN support for <code>Extrema()</code> method (<a href="https://github.com/ScottPlot/ScottPlot/issues/4770">#4770</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4665">#4665</a>) <a href="https://github.com/bwedding"><strong>@bwedding</strong></a> <a href="https://github.com/uperp"><strong>@uperp</strong></a>
<li>Rectangular Grid: Improve logic used to identify cells from coordinates, fixing issues associated with contour line plots (<a href="https://github.com/ScottPlot/ScottPlot/issues/4787">#4787</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4791">#4791</a>) <a href="https://github.com/StendProg"><strong>@StendProg</strong></a> <a href="https://github.com/ScottSSapphire"><strong>@ScottSSapphire</strong></a>
28
+
</li>
29
+
<li>Axes: Improve coordinate lookup logic for translating between triangular and Cartesian axes (<a href="https://github.com/ScottPlot/ScottPlot/issues/4797">#4797</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4798">#4798</a>) <a href="https://github.com/manaruto"><strong>@manaruto</strong></a>
30
+
</li>
31
+
<li>SignalXY: Improve performance by reducing allocations and copying inside the render loop (<a href="https://github.com/ScottPlot/ScottPlot/issues/4794">#4794</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4753">#4753</a>) <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a>
<li>Multiplot: Improve interactivity following <code>Reset()</code> and restore cookbook behavior (<a href="https://github.com/ScottPlot/ScottPlot/issues/4793">#4793</a>)
36
+
</li>
37
+
<li>Population: Use stable random number generator for horizontal symbol offsets (<a href="https://github.com/ScottPlot/ScottPlot/issues/4616">#4616</a>) <a href="https://github.com/marklam"><strong>@marklam</strong></a>
38
+
</li>
39
+
<li>Colorbar: Improve support for transparent colormaps (<a href="https://github.com/ScottPlot/ScottPlot/issues/4685">#4685</a>) <a href="https://github.com/Roman-Rak"><strong>@Roman-Rak</strong></a>
40
+
</li>
41
+
<li>Marker: Setting <code>LineColor</code> now sets both line color and outline color to improve support for filled markers with outlines (<a href="https://github.com/ScottPlot/ScottPlot/issues/4715">#4715</a>)
42
+
</li>
43
+
<li>Axes: Exposed <code>GetPanels()</code> and added <code>GetXAxes()</code> and <code>GetYAxes()</code> to facilitate advanced customization (<a href="https://github.com/ScottPlot/ScottPlot/issues/4717">#4717</a>) <a href="https://github.com/hsfetterman"><strong>@hsfetterman</strong></a>
0 commit comments