Skip to content

Bump MathConverter from 2.1.0-alpha0001 to 2.2.0 in /DependencyProperties/DependencyProperties #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps MathConverter from 2.1.0-alpha0001 to 2.2.0.

Release notes

Sourced from MathConverter's releases.

v2.2.0

What's new in v2.2.0:

  • Add ConvertExtension: a MarkupExtension that serves as a wrapper around MultiBinding, with better syntax
  • Add AllowUnsetValue property, which allows prevention of implicitly converting UnsetValue to null
  • MathConverter.Maui now uses older Windows SDK: windows10.0.19041 instead of windows10.0.22621.0

v2.1.1 adds support for .NET MAUI

v2.1.0 supports WPF and XamarinForms on a variety of targets.

Breaking changes:

  • Function names are now case-sensitive.
  • e, pi, null, true, and false keywords are now required to be lower-case.
  • VisibleOrCollapsed and VisibleOrHidden functions were deprecated, and will be removed in a future release. You should change your conversions from VisibleOrCollapsed(x) to x ? `Visible` : `Collapsed`
  • There are several small differences in how/when types are converted. For example, we no longer convert from int to double unless it needs to be used as an operand in an operator such as +, *, etc.
Commits
  • f6d3ab5 Support older Win10 SDK on Maui
  • 813bb89 Update readme/demo with Convert MarkupExtension
  • a65ef7d Bump version number
  • 507b229 Add math:Convert MarkupExtension to simplify the syntax for creating a MultiB...
  • b0cbeae Rename "TestCommonTypes" test
  • 1672bf2 Allow for opt-in usage of UnsetValue, where we can prevent UnsetValue from be...
  • d90f762 Add documentation comments for CustomFunctions
  • b8e37fe Log that Visibility functions are deprecated
  • 4fe1837 Add .MathConverter.Maui to README
  • 8e3193a Add README.md file to nuget package
  • 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 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)

Bumps [MathConverter](https://github.com/hexinnovation/MathConverter) from 2.1.0-alpha0001 to 2.2.0.
- [Release notes](https://github.com/hexinnovation/MathConverter/releases)
- [Commits](hexinnovation/MathConverter@v2.1.0-alpha0001...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants