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
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,21 @@ Description: Release notes for every version of ScottPlot
72
72
</li>
73
73
<li>Signal: Improve horizontal range accuracy reported by signal plot data sources (<a href="https://github.com/ScottPlot/ScottPlot/issues/4868">#4868</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/5033">#5033</a>) <a href="https://github.com/CoderPM2011"><strong>@CoderPM2011</strong></a>, <a href="https://github.com/dirk-de-bugger"><strong>@dirk-de-bugger</strong></a>, <a href="https://github.com/StendProg"><strong>@StendProg</strong></a>
74
74
</li>
75
+
<li>Heatmap: Added a <code>RenderStrategy</code> property so users can use custom rendering logic (<a href="https://github.com/ScottPlot/ScottPlot/issues/5035">#5035</a>) <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a>
76
+
</li>
77
+
<li>Heatmap: Added <code>Heatmap.RenderStrategies.Rectangles</code> to improve SVG support by drawing each cell of a heatmap as a distinct rectangle (<a href="https://github.com/ScottPlot/ScottPlot/issues/4950">#4950</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/5020">#5020</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/5035">#5035</a>) <a href="https://github.com/CoderPM2011"><strong>@CoderPM2011</strong></a> <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a> <a href="https://github.com/MRC-Karel"><strong>@MRC-Karel</strong></a>
78
+
</li>
79
+
<li>Color: Added an <code>Opacity</code> property to compliment <code>WithOpacity()</code> which represents opacity as a fractional value (<a href="https://github.com/ScottPlot/ScottPlot/issues/5041">#5041</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/5024">#5024</a>) <a href="https://github.com/aespitia"><strong>@aespitia</strong></a>, <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a>
80
+
</li>
81
+
<li>Axis Line: Improve alignment of horizontal line labels on the right side of multi-axis plots (<a href="https://github.com/ScottPlot/ScottPlot/issues/5052">#5052</a>) <a href="https://github.com/afunc233"><strong>@afunc233</strong></a>
82
+
</li>
83
+
<li>Avalonia: Forward <code>OnLostFocus</code> events to improve mouse/keyboard interactivity following alt+tab window switching (<a href="https://github.com/ScottPlot/ScottPlot/issues/5053">#5053</a>) <a href="https://github.com/afunc233"><strong>@afunc233</strong></a>
0 commit comments