Skip to content

Update to 4.3 #7

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

Draft
wants to merge 191 commits into
base: master
Choose a base branch
from
Draft

Update to 4.3 #7

wants to merge 191 commits into from

Conversation

karljj1
Copy link

@karljj1 karljj1 commented May 15, 2025

Updated to 4.3.

TylerBrinks and others added 30 commits October 27, 2016 19:16
configured for net standard 1.1 support
Added netstandard2.0 as a target framework so that this library can be consumed within Xamarin apps.
Added netstandard2.0 as a target framework.
cwall-dev and others added 22 commits October 14, 2024 10:07
Updated OpacityPropertyTests to include additional test cases for parsing opacity values and modified expected results for existing tests. Added ToPercentOrNumber method to ValueExtensions for parsing tokens as percentages or numbers. Introduced PercentOrNumberConverter and OptionalPercentOrNumberConverter in Converters, with the latter providing a default value of 1. Modified OpacityProperty to use OptionalPercentOrNumberConverter. Updated Number class to include a Percent as an unit in the Unit enum and modified ToString methods to append '%' for Percent unit.
…ntageoptimization

Refactor opacity parsing and add percent/number converters
…e of an UnknownValue (AllowInvalidValues = true).

In the following CSS, the value is recognized as unknown, but important is ignored.

.moderntable > .moderntable-caption {
  width: min-content !important;
}
…unkownvalues

BugFix: Important get's lost in case of Unknown Values.
…eries

Added support for @container queries and comparison operators
…automatically converted into their longhand.

We need to know the shorthand so we can correctly export in the UI Builder.
# Conflicts:
#	.gitignore
#	ExCSS.sln
#	license.txt
#	readme.md
@karljj1 karljj1 changed the title Karl/update 6 3 merge Update to 4.3 May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.