Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 31, 2024

Bumps OxyPlot.Wpf from 2.0.0 to 2.2.0.

Release notes

Sourced from OxyPlot.Wpf's releases.

v2.2.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from OxyPlot.Wpf's changelog.

[2.2.0] - 2024-09-03

Added

  • Example to demonstrate BarSeries HitTest bug (#2038)
  • Example to Show/Hide Legend (#1470)
  • Example of BarSeries stacked and with labels (#1979)
  • Example of issue with AreaSeries tracker (#1982)
  • Example for CategoryAxis with custom MajorStep and uncentered ticks (#1971)
  • BarSeries.LabelAngle property (#1870)
  • Support HiDPI for WinForms examples (#1597)
  • Border properties on PathAnnotation to match functionality in TextAnnotation (#1900)
  • Expanded IntervalBarSeries and TornadoBarSeries to allow for varied label positions and angles (#2027)
  • VectorSeries (#107)
  • LogarithmicColorAxis (#92)
  • DateTimeAxis.DateTimePrecision property (related to #2061)

Changed

  • Make consistent BaseValue and BaseLine across BarSeries, LinearBarSeries, and HistogramSeries
  • Factor out common project properties to Directory.Build.props (#1937)
  • Remove support for .NET Standard 1.X, as .NET Framework 4.6.2 supports .NET Standard 2.0 (#1937)
  • Remove support for .NET Core 3.1, as it is end-of-life soon (#1937)
  • Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Add support for .NET 8.0
  • Update SkiaSharp to Version 2.88.8
  • AxisRendererBase is now generic
  • DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
  • Modify some of the examples to make them deterministic
  • Update SixLabors.ImageSharp.Drawing to non-beta version 1.0.0

Removed

  • Support for .NET Framework 4.0 and 4.5 (#1839)
  • Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
  • AppVeyor build (#2094)

Fixed

  • fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)
  • Placement of BarSeries labels when stacked (#1979)
  • SystemInvalidException in LineSeries when only Double.Nan values are added (#1991)
  • Issue with tracking AreaSeries with monotonic data points (#1982)
  • Incorrect coloring of TwoColorLineSeries
  • HitTest when IsLegendVisible is false (#1975)
  • Font weight not being applied in ImageSharp (#2006)
  • SkiaSharp - Fix use of obsolete functions (#1937)
  • Dashed lines are solid when exporting via SkiaSharp.SvgExporter (#1674)
  • DateTimeAxis.ToDateTime doesn't behave as intended in .NET 8 (#2061)
  • FontFamily ignored by DrawMultilineText

[2.1.2] - 2022-12-03

... (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 <dependency name> 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 31, 2024
Bumps [OxyPlot.Wpf](https://github.com/oxyplot/oxyplot) from 2.0.0 to 2.2.0.
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](oxyplot/oxyplot@v2.0.0...v2.2.0)

---
updated-dependencies:
- dependency-name: OxyPlot.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/OxyPlot.Wpf-2.2.0 branch from f084060 to 54dd84f Compare December 31, 2024 02:55
@madeye madeye merged commit 7dec830 into main Dec 31, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/OxyPlot.Wpf-2.2.0 branch December 31, 2024 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant