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.31 #187

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps ScottPlot.WPF from 4.1.68 to 5.0.31.

Release notes

Sourced from ScottPlot.WPF's releases.

ScottPlot 5.0.31

  • Arrow: Refactored the arrow system to support multiple arrow types including user-provided ones (#3745, #3697)
  • Color: Colors can be created from System.Drawing colors with ScottPlot.Color.FromColor(System.Drawing.Color.Blue) (#3745)
  • Signal and SignalXY: Added YScale parameter to display data vertically scaled by the specified fraction (#3711, #3708) @​feichti92
  • Generate: Added ConsecutiveHours(), ConsecutiveDays(), ConsecutiveWeekdays(), to replace Generate.DateTime methods (#3721)

ScottPlot 5.0.30

  • Bar: Set default line width to 1 so error bars are visible without requiring line customization (#3741) @​Kareltje1980
  • Controls: Added a Interaction.ChangeOpposingAxesTogether flag to enable mouse actions to one axis to be applied to all axes with the same orientation (#3729) @​rubenslkirchner
  • DataLogger: Remove requirement for new data points to contain ascending X values (#3737) @​TenebrosFR
  • RandomWalk2D: Created ScottPlot.DataGenerators.RandomWalk2D for easily generating 2D random data with randomly changing velocity
  • Ticks: Improve tick distribution by using the TickLabelStyle font size to evaluate maximum tick label size (#3736) @​ebarnard

ScottPlot 5.0.29

ScottPlot 5.0.28

  • Marker: Refactored marker system to support improved styling and the ability to use custom markers (#3716, #3141)
  • Interpolation: Improved control points for the first and last points of an interpolated cubic Bézier spline (#3717) @​drolevar
  • FillY: Improved default line style (#3726, #3723) @​SebastianDirks @​Fruchtzwerg94
  • Plot: Added MoveToFront() and MoveToBack() to control the order plottables are rendered
  • Scatter: Disable marker outline visibility by default (#3720)
  • Markers: Disable rendering of lines when LineWidth is 0 (#3720)
  • Scatter: Added support for filling above and below the curve (#3318, #3380) @​xichaoqiang @​Diddlik @​slotinvo
  • DataStreamer: Added ContinuouslyAutoscale flag to allow the vertical range to always tightly fit the data (#3561) @​hazenjaqdx3 @​zhhding @​Xhichn
  • Markers: Added FillOutline flag to make drawing lines on filled markers an opt-in feature

ScottPlot 5.0.27

  • Signal: Corrected floating point error that caused points to be dropped in rare conditions (#3665) @​mjazd
  • DataStreamer: Added an optional argument to ViewWipeRight() that sets the fraction of oldest data to hide (#3668) @​mloppnow
  • Label: Refactored plottables to use consistently named properties. Properties such as plottable.Label.FontColor are now plottable.Label.FontColor, or plottable.LabelStyle.FontColor. Referencing obsolete property names yield build errors with messages that indicate names of the new properties to use. (#3658, #3666)
  • Plottables: Styling objects LabelStyle, LineStyle, MarkerStyle, etc. are now readonly. Their contents may be set, and most plottables expose shortcuts to their properties. (#3658, #3666)
  • Plot: Added RenderInMemory() (alias for GetImage()) so users can force a render as part of their startup process (#3674) Boris
  • Ticks: improve appearance of rotated multiline tick labels (#3673) @​aespitia
  • Demo: Add an example window where the legend is displayed outside the plot control (#3672, #3635) @​mikeKuester @​Graat
  • Demo: Fix mouse tracking logic to improve behavior of the multi-series mouseover demo (#3680, #3684) @​jamaa @​Graat
  • Ticks: Refined tick label measurement for improved tick spacing (#3689)
  • Legend: Added many additional customization options and support for multiple shapes (#3689)
  • Legend: Text appearing in the legend for many plot types has been renamed from Label to LegendText (#3689)
  • Rendering: Added Plot.GetSvgXml() so plots can create SVG images in memory without saving to disk (#3694) @​aespitia
  • Bar: Improved alignment of value labels on horizontal bar charts (#3698) @​aespitia
  • Legend: Created a LegendPanel to allow legends to be displayed outside the data area (#3672, #3635) @​Graat @​mikeKuester
  • Axis: Prevent left axis from appearing if no plottables use it (#3637) @​jpgarza93
  • Label: Added BorderRadius to support backgrounds and outlines with rounded edges (#3659)
  • Axis Rules: Changed behavior of axis rules to reduce reliance on previous renders (#3674, #1966, #3547)

... (truncated)

Changelog

Sourced from ScottPlot.WPF's changelog.

ScottPlot 5.0.31

Published on NuGet on 2024-04-27

  • Arrow: Refactored the arrow system to support multiple arrow types including user-provided ones (#3745, #3697)
  • Color: Colors can be created from System.Drawing colors with ScottPlot.Color.FromColor(System.Drawing.Color.Blue) (#3745)
  • Signal and SignalXY: Added YScale parameter to display data vertically scaled by the specified fraction (#3711, #3708) @​feichti92
  • Generate: Added ConsecutiveHours(), ConsecutiveDays(), ConsecutiveWeekdays(), to replace Generate.DateTime methods (#3721)

ScottPlot 5.0.30

Published on NuGet on 2024-04-26

  • Bar: Set default line width to 1 so error bars are visible without requiring line customization (#3741) @​Kareltje1980
  • Controls: Added a Interaction.ChangeOpposingAxesTogether flag to enable mouse actions to one axis to be applied to all axes with the same orientation (#3729) @​rubenslkirchner
  • DataLogger: Remove requirement for new data points to contain ascending X values (#3737) @​TenebrosFR
  • RandomWalk2D: Created ScottPlot.DataGenerators.RandomWalk2D for easily generating 2D random data with randomly changing velocity
  • Ticks: Improve tick distribution by using the TickLabelStyle font size to evaluate maximum tick label size (#3736) @​ebarnard

ScottPlot 5.0.29

Published on NuGet on 2024-04-26

ScottPlot 5.0.28

Published on NuGet on 2024-04-25

  • Marker: Refactored marker system to support improved styling and the ability to use custom markers (#3716, #3141)
  • Interpolation: Improved control points for the first and last points of an interpolated cubic Bézier spline (#3717) @​drolevar
  • FillY: Improved default line style (#3726, #3723) @​SebastianDirks @​Fruchtzwerg94
  • Plot: Added MoveToFront() and MoveToBack() to control the order plottables are rendered
  • Scatter: Disable marker outline visibility by default (#3720)
  • Markers: Disable rendering of lines when LineWidth is 0 (#3720)
  • Scatter: Added support for filling above and below the curve (#3318, #3380) @​xichaoqiang @​Diddlik @​slotinvo
  • DataStreamer: Added ContinuouslyAutoscale flag to allow the vertical range to always tightly fit the data (#3561) @​hazenjaqdx3 @​zhhding @​Xhichn
  • Markers: Added FillOutline flag to make drawing lines on filled markers an opt-in feature

ScottPlot 5.0.27

Published on NuGet on 2024-04-23

  • Signal: Corrected floating point error that caused points to be dropped in rare conditions (#3665) @​mjazd
  • DataStreamer: Added an optional argument to ViewWipeRight() that sets the fraction of oldest data to hide (#3668) @​mloppnow
  • Label: Refactored plottables to use consistently named properties. Properties such as plottable.Label.FontColor are now plottable.Label.FontColor, or plottable.LabelStyle.FontColor. Referencing obsolete property names yield build errors with messages that indicate names of the new properties to use. (#3658, #3666)
  • Plottables: Styling objects LabelStyle, LineStyle, MarkerStyle, etc. are now readonly. Their contents may be set, and most plottables expose shortcuts to their properties. (#3658, #3666)
  • Plot: Added RenderInMemory() (alias for GetImage()) so users can force a render as part of their startup process (#3674) Boris
  • Ticks: improve appearance of rotated multiline tick labels (#3673) @​aespitia
  • Demo: Add an example window where the legend is displayed outside the plot control (#3672, #3635) @​mikeKuester @​Graat
  • Demo: Fix mouse tracking logic to improve behavior of the multi-series mouseover demo (#3680, #3684) @​jamaa @​Graat
  • Ticks: Refined tick label measurement for improved tick spacing (#3689)
  • Legend: Added many additional customization options and support for multiple shapes (#3689)
  • Legend: Text appearing in the legend for many plot types has been renamed from Label to LegendText (#3689)

... (truncated)

Commits
  • 51bde69 Update CHANGELOG.md
  • 9a56702 ScottPlot 5.0.31
  • 15f8670 LegendItem: use default ArrowStyle
  • b8bf526 Generate: add consecutive DateTime methods
  • 3e3d6d8 CICD: specify exact acceptance type when trigging remote workflow
  • b4c90d3 CICD: specify branch when trigging changelog update workflow
  • 6b86375 Merge pull request #3747 from ScottPlot/3711-signal-scaley
  • fa13768 Cookbook: demonstrate Signal and SignalXY scaling
  • 10afd46 SignalXY: add support for YScale
  • e89660a Signal: add support for YScale
  • 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 #192.