Skip to content

Commit 214003a

Browse files
committed
Changelog: Automated Update
1 parent fea7bb0 commit 214003a

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

content/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@ Title: ScottPlot Changelog
33
Description: Release notes for every version of ScottPlot
44
---
55

6+
<section class='mb-5'>
7+
<h1 class='mb-0'>ScottPlot 5.0.54</h1>
8+
<div><i>NuGet packages published </i></div>
9+
<div class='mt-1'>
10+
<ul>
11+
<li>Multiplot: Improved API for advanced layout customization. See cookbook and demo application for examples. (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
12+
</li>
13+
<li>Multiplot: Use new shared axis manager. <code>Multiplot.ShareY()</code> is now <code>Multiplot.SharedAxes.ShareY()</code> as seen in demo application. (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
14+
</li>
15+
<li>Multiplot: Moved state management and pixel lookup logic based on previous renders into the <code>IMultiplot.LastRender</code> property (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
16+
</li>
17+
<li>Multiplot: Added <code>Subplots</code> property for plot collection management and replaced <code>IMultiplot.Count</code> with <code>Multiplot.Count()</code> (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
18+
</li>
19+
<li>Axes: Added <code>IAxis.Collapse()</code> helper method to disable tick generation and set size to zero for a given axis (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
20+
</li>
21+
<li>Multiplot: Added <code>CollapseVertically()</code> to collapse space between vertically stacked plots (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>)
22+
</li>
23+
<li>Multiplot: Created <code>DraggableRows()</code> layout to simplify user-resizable multiplots as demonstrated in the demo application (<a href="https://github.com/ScottPlot/ScottPlot/issues/4738">#4738</a>) <a href="https://github.com/VladislavPustovarov"><strong>@VladislavPustovarov</strong></a> <a href="https://github.com/quantfreedom"><strong>@quantfreedom</strong></a>
24+
</li>
25+
<li>Axes: Added <code>LockSize()</code> helper method to quickly set <code>MinimumSize</code> and <code>MaximumSize</code> to the same value
26+
</li>
27+
</ul>
28+
</div>
29+
<h3 class='text-center fw-light'>Contributors</h3>
30+
<div class='text-center'>
31+
<a href='https://github.com/VladislavPustovarov'>@VladislavPustovarov</a>, <a href='https://github.com/quantfreedom'>@quantfreedom</a>, <a href='https://github.com/swharden'>@swharden</a>
32+
</div>
33+
<div class='text-center'>
34+
<a href='https://github.com/VladislavPustovarov'><img src='https://scottplot.net/images/contributors/vladislavpustovarov.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
35+
<a href='https://github.com/quantfreedom'><img src='https://scottplot.net/images/contributors/quantfreedom.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
36+
<a href='https://github.com/swharden'><img src='https://scottplot.net/images/contributors/swharden.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
37+
</div>
38+
39+
</section>
640
<section class='mb-5'>
741
<h1 class='mb-0'>ScottPlot 5.0.53</h1>
842
<div><i>NuGet packages published 2025-01-12</i></div>

content/contributors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Description: Members of the open-source community who contributed to ScottPlot
1010
💖🚀✨
1111
</div>
1212
<div class='avatar-container my-3'>
13+
<a href='https://github.com/VladislavPustovarov'><img src='https://scottplot.net/images/contributors/vladislavpustovarov.png'></a>
14+
<a href='https://github.com/quantfreedom'><img src='https://scottplot.net/images/contributors/quantfreedom.jpg'></a>
1315
<a href='https://github.com/kebox7'><img src='https://scottplot.net/images/contributors/kebox7.png'></a>
1416
<a href='https://github.com/onur-akaydin'><img src='https://scottplot.net/images/contributors/onur-akaydin.png'></a>
1517
<a href='https://github.com/King-Taz'><img src='https://scottplot.net/images/contributors/king-taz.png'></a>
16-
<a href='https://github.com/quantfreedom'><img src='https://scottplot.net/images/contributors/quantfreedom.jpg'></a>
1718
<a href='https://github.com/wi-fr'><img src='https://scottplot.net/images/contributors/wi-fr.png'></a>
1819
<a href='https://github.com/david3951445'><img src='https://scottplot.net/images/contributors/david3951445.png'></a>
1920
<a href='https://github.com/qaz7349134142024'><img src='https://scottplot.net/images/contributors/qaz7349134142024.png'></a>
2021
<a href='https://github.com/zygfrydw'><img src='https://scottplot.net/images/contributors/zygfrydw.jpg'></a>
21-
<a href='https://github.com/VladislavPustovarov'><img src='https://scottplot.net/images/contributors/vladislavpustovarov.png'></a>
2222
<a href='https://github.com/nilsakesson'><img src='https://scottplot.net/images/contributors/nilsakesson.png'></a>
2323
<a href='https://github.com/nightroman'><img src='https://scottplot.net/images/contributors/nightroman.jpg'></a>
2424
<a href='https://github.com/claire0821'><img src='https://scottplot.net/images/contributors/claire0821.jpg'></a>

0 commit comments

Comments
 (0)