tbrittain / SmbExplorerCompanion

Baseball-Reference style desktop application for Super Mega Baseball 4 franchise playthroughs
MIT License
2 stars 0 forks source link

Bump ScottPlot.WPF from 4.1.68 to 5.0.24 #183

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps ScottPlot.WPF from 4.1.68 to 5.0.24.

Release notes

Sourced from ScottPlot.WPF's releases.

ScottPlot 5.0.24

ScottPlot 5.0.23

  • Plot: Added ShowLegend() overload that does not override the current Orientation (#3450) @​aespitia
  • Grid: The standard grid can be accessed via Plot.Grid instead of GetDefaultGrid()
  • Style: Plot.Style.ColorLegend() is deprecated. Access Plot.Legend properties directly as seen in the cookbook.
  • Style: Plot.Style.ColorAxes() has moved to Plot.Axes.Color()
  • Style: Plot.Style.AxisFrame() has moved to Plot.Axes.Frame()
  • Style: Plot.Style.SetBestFonts() has moved to Plot.Font.Automatic()
  • Grid: Added Plot.Grid with axis-specific styling options as seen in the cookbook (#3291, #3293) @​bjschwarz, @​PaxITIS
  • SignalXY: Fixed a bug where the final line segment was not drawn (#3495, #3423) @​MareMare @​mjazd
  • SignalXY: Improved support for inverted vertical axes (#3495) @​MareMare
  • Controls: Ignore mouse wheel zooming if a zoom rectangle is being drawn (#3498) @​BrianAtZetica
  • Controls: Improve axis lock behavior when dragging the mouse on a control (#3498) @​BrianAtZetica
  • Heatmap: Added Opacity and AlphaMap properties to enhance transparency customization (#3499, #3349) @​BrianAtZetica
  • Heatmap: Intensity values that are double.NaN are now displayed as transparent cells (#3499, #3349) @​BrianAtZetica
  • Text: Added an OffsetX and OffsetY properties for adjusting text position in pixel units (#3506) @​jamaa
  • Demo: Added a demonstration window for highlight the point nearest the cursor across multiple scatter plots (#3507, #3503) @​jamaa @​RubensMigliore
  • Polygon: Improved automatic axis limit detection of polygons (#3501) @​drphobos
  • Annotation: New plot type for adding text labels aligned to the data area which are always visible (#3510, #3356) @​dlampa
  • Ticks: Added MinimumTickSpacing, TickDensity, and TargetTickCount properties to the automatic tick generator (see Cookbook)
  • Avalonia: Fixed transparent background issue introduced in the previous version (#3502, #3516) @​chjrom @​MrOldOwl @​kebox7

... (truncated)

Changelog

Sourced from ScottPlot.WPF's changelog.

ScottPlot 5.0.24

Published on NuGet on 2024-04-07

ScottPlot 5.0.23

Published on NuGet on 2024-03-24

  • Plot: Added ShowLegend() overload that does not override the current Orientation (#3450) @​aespitia
  • Grid: The standard grid can be accessed via Plot.Grid instead of GetDefaultGrid()
  • Style: Plot.Style.ColorLegend() is deprecated. Access Plot.Legend properties directly as seen in the cookbook.
  • Style: Plot.Style.ColorAxes() has moved to Plot.Axes.Color()
  • Style: Plot.Style.AxisFrame() has moved to Plot.Axes.Frame()
  • Style: Plot.Style.SetBestFonts() has moved to Plot.Font.Automatic()
  • Grid: Added Plot.Grid with axis-specific styling options as seen in the cookbook (#3291, #3293) @​bjschwarz @​PaxITIS
  • SignalXY: Fixed a bug where the final line segment was not drawn (#3495, #3423) @​MareMare @​mjazd
  • SignalXY: Improved support for inverted vertical axes (#3495) @​MareMare
  • Controls: Ignore mouse wheel zooming if a zoom rectangle is being drawn (#3498) @​BrianAtZetica
  • Controls: Improve axis lock behavior when dragging the mouse on a control (#3498) @​BrianAtZetica
  • Heatmap: Added Opacity and AlphaMap properties to enhance transparency customization (#3499, #3349) @​BrianAtZetica
  • Heatmap: Intensity values that are double.NaN are now displayed as transparent cells (#3499, #3349) @​BrianAtZetica
  • Text: Added an OffsetX and OffsetY properties for adjusting text position in pixel units (#3506) @​jamaa
  • Demo: Added a demonstration window for highlight the point nearest the cursor across multiple scatter plots (#3507, #3503) @​jamaa @​RubensMigliore
  • Polygon: Improved automatic axis limit detection of polygons (#3501) @​drphobos
  • Annotation: New plot type for adding text labels aligned to the data area which are always visible (#3510, #3356) @​dlampa

... (truncated)

Commits
  • 43835fe Axes.DateTimeTicksBottom(): autoscale after assigning new axis
  • 38573bb Axes.GetLimits(): autoscale if called before first render
  • 14b593c ScottPlot 5.0.24
  • 6e9e994 Merge pull request #3614 from ScottPlot/3308
  • 7b2f65e CoordinateRange: remove MinMaxNan() overload with index limits
  • 2149119 Cookbook: scatter plot with limited render indexes
  • 07a2632 Update CHANGELOG.md
  • c9b8e11 Scatter: support min/max indexes for all source types
  • c2bce28 ExpandingAxisLimits: support IEnumerable<Coordinates>
  • 0fce205 ScatterSource (double array): support min/max indexes
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

Superseded by #185.