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
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,17 @@ Description: Release notes for every version of ScottPlot
56
56
</li>
57
57
<li>WPF: Added <code>XmlnsDefinition</code> and <code>XmlnsPrefix</code> assembly information to simplify referencing in XAML (<a href="https://github.com/ScottPlot/ScottPlot/issues/4853">#4853</a>) <a href="https://github.com/Muny"><strong>@Muny</strong></a>
58
58
</li>
59
+
<li>Plot: Calling <code>Plot.Title()</code> will always enable its visibility. Call <code>Plot.Title(false)</code> to hide the title. (<a href="https://github.com/ScottPlot/ScottPlot/issues/4804">#4804</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4856">#4856</a>)
60
+
</li>
61
+
<li>Layout: Calling <code>Frameless(false)</code> enables visibility of all panels, undoing the actions of <code>Frameless()</code> (<a href="https://github.com/ScottPlot/ScottPlot/issues/4804">#4804</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4856">#4856</a>) <a href="https://github.com/manaruto"><strong>@manaruto</strong></a> <a href="https://github.com/bouyeijiang"><strong>@bouyeijiang</strong></a>
62
+
</li>
63
+
<li>Generate: Added helper methods for generating collections of <code>DateTimeOffset</code> objects (<a href="https://github.com/ScottPlot/ScottPlot/issues/4863">#4863</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4861">#4861</a>) <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a> <a href="https://github.com/bukowa"><strong>@bukowa</strong></a>
0 commit comments