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.23 #180

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps ScottPlot.WPF from 4.1.68 to 5.0.23.

Release notes

Sourced from ScottPlot.WPF's releases.

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
  • Rendering: Improved canvas state management to prevent duplicate restoration calls (#3527, #3523, #3528) @​BrianAtZetica @​chjrom
  • Signal: Improved performance of large signal plots when zoomed in (#3530, #3229) @​minjjKang

ScottPlot 5.0.22

  • Rendering: Added additional options for gradient fills (#3324) @​KroMignon
  • Plot: Improve GetPixel() behavior when a custom ScaleFactor is in use (#3327) @​MCF
  • Fonts: Improve behavior of cached typefaces (#3334, #3335) @​Milkitic
  • Legend: Added support for horizontal orientation (#3341, #3302, #3280) @​KroMignon
  • Controls: Created AddSeparator() to facilitate creation of custom context menus (#3342) @​MCF
  • Live Data: Improved indexing of the Wipe view to prevent race conditions when displaying live data (#3352) @​drolevar
  • Radial Gauge Plot: Added a new plot type for displaying categorical data as circular gauges (#3358) @​arthurits
  • Generate: Improved RandomNormalSample() behavior by fixing an off-by-one indexing error @​DominicBeer
  • Avalonia: Redraw plots using a non-blocking background thread to improve multi-axis behavior (#3373, #3359) @​oktrue, @​BendRocks, and @​ykarpeev
  • Bar plot: Added a Label property to allow a collection of bars to be displayed as a single item in the legend (#3375) @​fhannan-ti
  • WPF: Redraw plots using a non-blocking background background thread to improve multi-axis behavior (#3373, #3359, #3381) @​drolevar
  • Ellipse: Added LineWidth, LineColor, and FillColor shortcut properties
  • Color: Added Lighten() and Darken() properties (#3387, #3390) @​KroMignon
  • Color: Modified ToHSL() to return improved Hue, Saturation and Luminosity values (#3390) @​KroMignon
  • SignalXY: Improve support for displaying data on inverted axes (#3396, #3400) @​BrianAtZetica
  • Axes: Improved support for ticks and labels on inverted axes (#3401, #3397) @​BrianAtZetica
  • Plot: Added Remove() overloads for Axes, Panels, and Grids (#3402, #3360) @​Excustic, @​redrabbit007, @​csbebetter, @​xichaoqiang
  • Plot: Plot.FigureBackground is now Plot.FigureBackground.Color (and same with DataBackground)
  • Plot: Plot.FigureBackground.Image and Plot.DataBackground.Image can be used to add a background image to plots (#3406, #3405) @​unsigned-ru
  • Axes: Updated the auto-scaler to ignore plottables with visibility disabled (#3407) @​levipara
  • Axes: Restrict pan, zoom, and autoscale to a single dimension if the cursor is over an axis panel (#3410) @​drolevar
  • Controls: Improved behavior of middle-click-drag zoom rectangle actions when CTRL or SHIFT is pressed
  • DataLogger and DataStreamer: Improve support for multi-axis plots (#3411) @​drolevar
  • Controls: Prevent unnecessary zoom rectangle clearing (#3412) @​drolevar
  • Axes: Improve placement of decisecond and centisecond ticks on DateTime axes (#3413) @​drolevar
  • Label: Improved appearance of multiline labels with outlined borders or filled backgrounds (#3415, #3371) @​NicolasLairNET

... (truncated)

Changelog

Sourced from ScottPlot.WPF's changelog.

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
  • 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
  • Rendering: Improved canvas state management to prevent duplicate restoration calls (#3527, #3523, #3528) @​BrianAtZetica @​chjrom
  • Signal: Improved performance of large signal plots when zoomed in (#3530, #3229) @​minjjKang

ScottPlot 4.1.73

Published on NuGet on 2024-03-24

  • Image: Improve automatic axis limit detection for images with manually defined positions (#3529, #3515) @​bukkideme

ScottPlot 5.0.22

Published on NuGet on 2024-03-16

... (truncated)

Commits


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 3 months ago

Superseded by #183.