Bump Microsoft.Data.Sqlite, OxyPlot.Core and System.Drawing.Common #108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.Data.Sqlite from 10.0.0 to 10.0.1.
Release notes
Sourced from Microsoft.Data.Sqlite's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated OxyPlot.Core from 2.0.0 to 2.2.0.
Release notes
Sourced from OxyPlot.Core's releases.
2.2.0
What's Changed
New Contributors
... (truncated)
2.1.2
OxyPlot 2.1.2
Small release, with the main purpose of making important bug-fixes available for the WPF provision, and removing a dependency on an insecure version of System.Drawing.Common
Added
MinimumSegmentLengthto series and annotations (#1853)AxisPreferencetoPlotManipulatorChanged
MinimumSegmentLengthto2and remove limits for series and annotations with simple geometry (#1853)StairStepSeries, particularly when zoomed in and X is monotonic or when consecutive points have equal Y componentsStairStepSeriesrenders a horizontal line when a point with a valid X component and invalid Y component follows a valid pointFixed
Full changelog from 2.1.0: oxyplot/oxyplot@v2.1.0...v2.1.2
Note: there is no version 2.1.1
2.1.0
OxyPlot 2.1
The primary goal of the 2.1 release is make the new SkiaSharp provisionals available: most users will be required to make code modifications if they wish to target 2.1. While this looks like a point release, there are some significant breaking changes in the API: some components have been removed, and others have been deprecated, but it should be fairly easy to port any code. Due to API changes, the 2.0 'Platform' libraries (e.g.
OxyPlot.WPFandOxyPlot.WindowsForms) will not work withOxyPlot.Core2.1, and will need to be updated: you cannot mix 2.0 and 2.1 binaries. Further details on compatability will be provided below:OxyPlot.WPFin particular has undergone significant changes.We intend to provide 2.1 releases for
OxyPlot.Avalonia,OxyPlot.Gtk,OyxPlot.Xamarin, andOxyPlot.Windowsin time..NET Versions
Support for .NET Framework 4.0 has been re-introduced for
OxyPlot.WindowsFormsandOxyPlot.WPF. See #1452.Some APIs have been updated to support readonly collections. See #1600.
Support for .NET Core 3.0 has been removed; libraries now target .NET Core 3.1 instead. See #1488.
Core packages are now provided for .NET Standard 2.0 in addition to .NET Standard 1.0. See #1668.
Significant breaking changes (deprecated, removed, moved, or renamed functionality that was not just a bug)
Legend functionality has been overhauled. The many
Legendprefix properties have been removed fromPlotModel. See #644.The same legend properties that previously appeared in
PlotModelare supported in a newLegendclass, along with additional functionality. ThePlotModel.Legendscollection allows the inclusion of multiple legends on one plot.Hidden series are now shown in the legend by default, and visibility can be toggled by clicking on the legend entry. This new behaviour can be disabled by setting
Legend.ShowInvisibleSeries = false. See #1763The
OxyPlot.Wpf.Plotclass and its associated components have been moved toOxyPlot.Contrib.Wpflibrary. A release of this library will be made soon to go with the 2.1 release. The codebase - which allows plot models to be defined in XAML as an alternative to using aPlotModelbound to aPlotView- will no longer be supported as part of the main library, but continues to function for the time being. In future, and issues with these components should be directed to the OxyPlot-Contrib repository, where we will continue to welcome community code submissions. See #1399.In order to make existing code work, it will be necessary to add a reference to the
OxyPlot.Contrib.Wpfnuget package (once it is released), and XAML namespace references will changed to"http://oxyplot.org/wpf/contrib". This changes does not affect code using thePlotViewcomponent, which remains inOxyPlot.WPF.OxyPlot.Wpfhas been split intoOxyPlot.WpfandOxyPlot.Wpf.Shared. The former depends on the latter, and is essential for all functionality.Various events on plot elements have been marked as obsolete. It is better to customise the
PlotControllerto seperate that logic from the plot elements themselves, and to avoid issues with conflicting events. See #111.These events will not be removed in the near future, and you can continue to use them for the time being where necessary.
ColumnSerieshas been removed. You should replace any usage ofColumnSerieswithBarSeries. See #1402.CandleStickAndVolumeSeriesis obsolete. Consider combining seperateCandleStickSeriesandVolumeSeries. See #1661.ErrorColumnSerieshas been renamed toErrorBarSeriesfor consistency. See #1402.OxyPlot.PdfExporterandOxyPlot.Pdf.PdfExporterare obsolete. Consider the newOxyPlot.SkiaSharp.PdfExporteras an alternative. See #1527.Exporter APIs have been simplified and made more consistent. Use
PlotModel.Backgroundto change the background color of export graphics.Reporting functionality has been moved to the
OxyPlot.Reportingpackage. The code resides in the Oxyplot-Reporting repository. See #1403.Various
RenderingExtensionsmethods have been removed. See #1661.The default color palette for color axes has been changed from 'Jet' to 'Viridis'. See #1505.
Axis.DesiredSizeis replaced withAxis.DesiredMargin. See #1562... (truncated)
Commits viewable in compare view.
Updated System.Drawing.Common from 10.0.0 to 10.0.1.
Release notes
Sourced from System.Drawing.Common's releases.
No release notes found for this version range.
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions