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.35 #197

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 2 weeks ago

Bumps ScottPlot.WPF from 4.1.68 to 5.0.35.

Release notes

Sourced from ScottPlot.WPF's releases.

ScottPlot 5.0.35

  • Legend: Added Plot.ShowLegend() overload that accepts an Edge for quickly adding a legend outside the data area (#3672, #3635)
  • Radar Plot: New plot type (also called a spider charts or star charts) for representing multi-axis data as a 2D shape on a circular axis system (#3457, #3780) @​bclehmann
  • Coxcomb Plot: New plot type like a pie graph where the angle of slices is constant but the radii are not (#3457, #3780) @​bclehmann
  • Axes: Added LabelFormatter property to DateTimeAutomatic for custom formatting of DateTime tick labels (#3783) @​loyvsc
  • Rendering: Improve how backgrounds are drawn on on plots using a custom ScaleFactor (#3818) @​MCF
  • Plot: Added Plot.Clear<T>() as an alias for Plot.Remove<T>() to remove all plottables of the given type (#3820, #3804) @​CoderPM2011
  • Axes: Added ScottPlot.AxisPanels.Experimental namespace with examples in the demo app and cookbook (#3823) @​EricEzaM
  • Rendering: Added Plot.RenderManager.RemoveAction<T>() for easily removing specific actions from the render sequence
  • SVG: Fixed issue where plots would have a black outline in some browsers (#3709) @​sproott @​KennyTK @​aespitia
  • Controls: Add "open in new window" to right-click menu for WinForms and WPF controls (#3730)
  • Cookbook: Demonstrate how to achieve a frameless heatmap (#3828) @​itsmygam3
  • Cookbook: Demonstrate Heatmap.CellAlignment to achieve heatmaps that do not extend past their boundaries (#3806) @​FengQingYangDad
  • Signal: Improve support for datasets with no elements (#3797)
  • Scatter: Improved line clipping when fill mode is enabled (#3792) @​BendRocks @​CoderPM2011
  • Signal and Scatter: Added MinRenderIndex and MaxRenderIndex properties as shortcuts to those in the Data property (#3798)
  • Scatter: Improve appearance when FillY is enabled and all data is on one side of FillYValue (#3791) @​BendRocks
  • Axes: Added SetTicks() shortcut for quickly switching to a manual tick generator pre-loaded with the given tick positions and labels (#3831) @​Giviruk
  • Legend: Clip the legend area so it does not flow outside the data area on extremely small plots (#3833) @​drolevar
  • Controls: Made axis locking methods virtual inside InputBindings to facilitate custom behavior (#3838) @​JinjieZhao
  • Fonts: Improved support for true-type font files and custom typefaces (#3841) @​kebox7 @​bclehmann
  • Axis: Simplified strategy for achieving shared axis limits between multiple controls as seen in the demo application (#3873) @​StendProg
  • Controls: Improved Plot.Interactions.Disable() behavior so interactivity can be restored with Plot.Interactions.Enable() (#3879) @​StendProg @​KroMignon
  • Controls: Improved mouse zoom behavior for plots with custom scale factors (#3887, #3886) @​BrianAtZetica
  • Text: Improve support for text objects containing null strings (#3892, #3861) @​sdpenner
  • Controls: Improve behavior of Alt + Left-Click-Drag zoom rectangle (#3896, #3845) @​MCF
  • Label: Improve support for text positioning when custom offsets are in use (#3898, #3865, #3836) @​ValeraTychov, @​bclehmann, @​VibrationAnalystCN
  • Avalonia: Enable Focusable to improve support for passing keyboard events (#3899) @​bclehmann
  • ImageMarker: New plot type for displaying an image at a point (#3904) @​levipara
  • SignalXY: Added GetNearestX() to the data source to help locate the point closest to the cursor's X position (#3807) @​cataclism
  • Scatter: Added GetNearestX() to the data source to help locate the point closest to the cursor's X position (#3807) @​MatKinPro
  • Controls: Disable middle-click-drag zooming on axes which have no data (#3810, #3897) @​MCF
  • DataLogger: Create Add() overloads which accept fixed-length arrays (#3555) @​h25019871990
  • SignalXY: Ensure the final point is always drawn in high density mode (#3812, #3918, #3921)
  • Axes: Improved exception messages when calling Zoom() methods with invalid scale factors (#3813) @​KennyTK
  • WinForms: Exposed SKControl so users may bind to its events (#3819) @​CD-SailingPerf
  • Scatter: Added support for Scale and Offset properties (#3835) @​bukkideme
  • Axis Lines: Separated LegendText from LabelText so items may be configured separately
  • Heatmap: Exposed CellWidth and CellHeight as an alternative sizing strategy to setting Extent (#3869) @​alexisvrignaud
  • ImageRect: New plot type that places an image inside a defined rectangle on the plot (#3870) @​sdpenner
  • Axis Rules: Improved behavior of snapping rules and improve smoothness of panning rules (#3919, #3547, #3701) @​BrianAtZetica
  • SignalXY: Improved appearance of rotated plots when low density mode is in use (#3921) @​BrianAtZetica
  • Heatmap: Added ManualRange so users can specify a range spanned by the colormap (#3922) @​sdpenner
  • Color: Fix infinite loop in the Color.FromARGB() overload that accepts an int argument (#3924) @​r-j-s
  • Heatmap: Added cookbook recipe demonstrating how to use custom tick formatter (#3844) @​mawbydp
  • DataLogger: Improved automatic axis management for loggers with empty datasets (#3880) @​TenebrosFR
  • SignalXY: Improved interpolation of edge points when step mode is enabled (#3894) @​seishinkouki @​StendProg
  • SignalXY: Improve behavior of off-screen single-point signals (#3926) @​githubkau
  • SignalXY: Improved cookbook recipe demonstrating SignalXY plots with markers at each point

... (truncated)

Changelog

Sourced from ScottPlot.WPF's changelog.

ScottPlot 5.0.35

Published on NuGet on 2024-06-10

  • Legend: Added Plot.ShowLegend() overload that accepts an Edge for quickly adding a legend outside the data area (#3672, #3635)
  • Radar Plot: New plot type (also called a spider charts or star charts) for representing multi-axis data as a 2D shape on a circular axis system (#3457, #3780) @​bclehmann
  • Coxcomb Plot: New plot type like a pie graph where the angle of slices is constant but the radii are not (#3457, #3780) @​bclehmann
  • Axes: Added LabelFormatter property to DateTimeAutomatic for custom formatting of DateTime tick labels (#3783) @​loyvsc
  • Rendering: Improve how backgrounds are drawn on on plots using a custom ScaleFactor (#3818) @​MCF
  • Plot: Added Plot.Clear<T>() as an alias for Plot.Remove<T>() to remove all plottables of the given type (#3820, #3804) @​CoderPM2011
  • Axes: Added ScottPlot.AxisPanels.Experimental namespace with examples in the demo app and cookbook (#3823) @​EricEzaM
  • Rendering: Added Plot.RenderManager.RemoveAction<T>() for easily removing specific actions from the render sequence
  • SVG: Fixed issue where plots would have a black outline in some browsers (#3709) @​sproott @​KennyTK @​aespitia
  • Controls: Add "open in new window" to right-click menu for WinForms and WPF controls (#3730)
  • Cookbook: Demonstrate how to achieve a frameless heatmap (#3828) @​itsmygam3
  • Cookbook: Demonstrate Heatmap.CellAlignment to achieve heatmaps that do not extend past their boundaries (#3806) @​FengQingYangDad
  • Signal: Improve support for datasets with no elements (#3797)
  • Scatter: Improved line clipping when fill mode is enabled (#3792) @​BendRocks @​CoderPM2011
  • Signal and Scatter: Added MinRenderIndex and MaxRenderIndex properties as shortcuts to those in the Data property (#3798)
  • Scatter: Improve appearance when FillY is enabled and all data is on one side of FillYValue (#3791) @​BendRocks
  • Axes: Added SetTicks() shortcut for quickly switching to a manual tick generator pre-loaded with the given tick positions and labels (#3831) @​Giviruk
  • Legend: Clip the legend area so it does not flow outside the data area on extremely small plots (#3833) @​drolevar
  • Controls: Made axis locking methods virtual inside InputBindings to facilitate custom behavior (#3838) @​JinjieZhao
  • Fonts: Improved support for true-type font files and custom typefaces (#3841) @​kebox7 @​bclehmann
  • Axis: Simplified strategy for achieving shared axis limits between multiple controls as seen in the demo application (#3873) @​StendProg
  • Controls: Improved Plot.Interactions.Disable() behavior so interactivity can be restored with Plot.Interactions.Enable() (#3879) @​StendProg @​KroMignon
  • Controls: Improved mouse zoom behavior for plots with custom scale factors (#3887, #3886) @​BrianAtZetica
  • Text: Improve support for text objects containing null strings (#3892, #3861) @​sdpenner
  • Controls: Improve behavior of Alt + Left-Click-Drag zoom rectangle (#3896, #3845) @​MCF
  • Label: Improve support for text positioning when custom offsets are in use (#3898, #3865, #3836) @​ValeraTychov, @​bclehmann, @​VibrationAnalystCN
  • Avalonia: Enable Focusable to improve support for passing keyboard events (#3899) @​bclehmann
  • ImageMarker: New plot type for displaying an image at a point (#3904) @​levipara
  • SignalXY: Added GetNearestX() to the data source to help locate the point closest to the cursor's X position (#3807) @​cataclism
  • Scatter: Added GetNearestX() to the data source to help locate the point closest to the cursor's X position (#3807) @​MatKinPro
  • Controls: Disable middle-click-drag zooming on axes which have no data (#3810, #3897) @​MCF
  • DataLogger: Create Add() overloads which accept fixed-length arrays (#3555) @​h25019871990
  • SignalXY: Ensure the final point is always drawn in high density mode (#3812, #3918, #3921)
  • Axes: Improved exception messages when calling Zoom() methods with invalid scale factors (#3813) @​KennyTK
  • WinForms: Exposed SKControl so users may bind to its events (#3819) @​CD-SailingPerf
  • Scatter: Added support for Scale and Offset properties (#3835) @​bukkideme
  • Axis Lines: Separated LegendText from LabelText so items may be configured separately
  • Heatmap: Exposed CellWidth and CellHeight as an alternative sizing strategy to setting Extent (#3869) @​alexisvrignaud
  • ImageRect: New plot type that places an image inside a defined rectangle on the plot (#3870) @​sdpenner
  • Axis Rules: Improved behavior of snapping rules and improve smoothness of panning rules (#3919, #3547, #3701) @​BrianAtZetica
  • SignalXY: Improved appearance of rotated plots when low density mode is in use (#3921) @​BrianAtZetica
  • Heatmap: Added ManualRange so users can specify a range spanned by the colormap (#3922) @​sdpenner
  • Color: Fix infinite loop in the Color.FromARGB() overload that accepts an int argument (#3924) @​r-j-s
  • Heatmap: Added cookbook recipe demonstrating how to use custom tick formatter (#3844) @​mawbydp
  • DataLogger: Improved automatic axis management for loggers with empty datasets (#3880) @​TenebrosFR
  • SignalXY: Improved interpolation of edge points when step mode is enabled (#3894) @​seishinkouki @​StendProg
  • SignalXY: Improve behavior of off-screen single-point signals (#3926) @​githubkau
  • SignalXY: Improved cookbook recipe demonstrating SignalXY plots with markers at each point

... (truncated)

Commits
  • f0279f2 ScottPlot 5.0.35
  • 4950111 SignalXY: Improved cookbook recipe demonstrating SignalXY plots with markers ...
  • 480c67e Sandbox: simplify app
  • 3a5890b SignalXY: fix GetRangeY() scaling bug
  • a57f27f SignalXY: Improve behavior of off-screen single-point signals
  • 44d40d0 SignalXY: improve interpolation of edge points when step mode is enabled
  • 17d15eb SignalXY: add scaling and offset to last point
  • 78262f5 DataLogger and DataStreamer: do not manage axes if data is empty
  • 0bcede8 CI: autoformat
  • 362ed83 Cookbook: heatmap with custom tick formatter
  • 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 6 days ago

Superseded by #203.