XamlCSS.XamarinForms
2.0.0-pre1
See the version list below for details.
dotnet add package XamlCSS.XamarinForms --version 2.0.0-pre1
NuGet\Install-Package XamlCSS.XamarinForms -Version 2.0.0-pre1
<PackageReference Include="XamlCSS.XamarinForms" Version="2.0.0-pre1" />
paket add XamlCSS.XamarinForms --version 2.0.0-pre1
#r "nuget: XamlCSS.XamarinForms, 2.0.0-pre1"
// Install XamlCSS.XamarinForms as a Cake Addin #addin nuget:?package=XamlCSS.XamarinForms&version=2.0.0-pre1&prerelease // Install XamlCSS.XamarinForms as a Cake Tool #tool nuget:?package=XamlCSS.XamarinForms&version=2.0.0-pre1&prerelease
Style XamarinForms-apps with Css
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet is compatible. |
MonoAndroid | monoandroid10 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
All Frameworks
- PCLStorage (>= 1.0.2)
- Xamarin.Forms (>= 2.3.3.180)
- XamlCSS (>= 2.0.0-pre1)
-
MonoAndroid 1.0
- PCLStorage (>= 1.0.2)
- Xamarin.Forms (>= 2.3.3.180)
- XamlCSS (>= 2.0.0-pre1)
-
UAP 10.0
- PCLStorage (>= 1.0.2)
- Xamarin.Forms (>= 2.3.3.180)
- XamlCSS (>= 2.0.0-pre1)
-
WindowsPhone 8.0
- PCLStorage (>= 1.0.2)
- Xamarin.Forms (>= 2.3.3.180)
- XamlCSS (>= 2.0.0-pre1)
-
WindowsPhoneApp 8.1
- PCLStorage (>= 1.0.2)
- Xamarin.Forms (>= 2.3.3.180)
- XamlCSS (>= 2.0.0-pre1)
-
Xamarin.iOS 1.0
- PCLStorage (>= 1.0.2)
- Xamarin.Forms (>= 2.3.3.180)
- XamlCSS (>= 2.0.0-pre1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.1-pre2 | 469 | 5/1/2020 |
2.2.1-pre1 | 461 | 4/4/2020 |
2.2.0 | 1,477 | 2/10/2019 |
2.2.0-pre7 | 740 | 9/5/2018 |
2.2.0-pre6 | 660 | 8/31/2018 |
2.2.0-pre5 | 874 | 5/12/2018 |
2.2.0-pre4 | 803 | 5/6/2018 |
2.2.0-pre3 | 895 | 5/1/2018 |
2.2.0-pre2 | 861 | 4/30/2018 |
2.2.0-pre1 | 886 | 2/11/2018 |
2.1.0 | 1,334 | 12/9/2017 |
2.0.1 | 1,099 | 7/23/2017 |
2.0.0 | 1,004 | 5/21/2017 |
2.0.0-pre1 | 857 | 2/9/2017 |
1.0.6 | 1,010 | 1/22/2017 |
1.0.4 | 1,020 | 12/18/2016 |
1.0.3 | 984 | 11/29/2016 |
1.0.2 | 958 | 11/29/2016 |
1.0.1 | 968 | 11/22/2016 |
0.9.0-beta-1 | 797 | 9/10/2016 |
0.9.0-alpha-5 | 848 | 6/27/2016 |
0.9.0-alpha-4 | 818 | 6/26/2016 |
0.9.0-alpha-3 | 795 | 6/24/2016 |
0.9.0-alpha-2 | 835 | 6/17/2016 |
0.9.0-alpha | 849 | 5/22/2016 |
0.8.0 | 1,039 | 5/21/2016 |
0.8.0-beta-3 | 845 | 5/18/2016 |
0.8.0-beta | 1,272 | 5/16/2016 |
2.0.0-pre1
- #11 Nested selectors, css-variables
- #23 Css imports
- #24 Sass-like mixins
- #27 Support triggers (property, data, event)
- #28 Fixed bracket parsing
- Dependency on PCLStorage
1.0.6
- #20 Performance: Selectors are parsed too often
- #21 [XamarinForms] UI Timer can overtake itself
- #22 [XamarinForms] ListView Cells broken again in 1.0.5
1.0.5
- #13 Xamarin.Forms: Style disappears when resuming Android app
- #19 Decimal Number not parsed correctly
- #18 Class not properly parsed in grouped selectors
- #13 CSS-Parser: Broken String-Literal Handling
1.0.4
- Fixed: Css namespacing support fixed
- Fixed: Style disappears when resuming Android app
- Fixed: Css.Initialize(Application.Current) doesn't always enable styling
- Fixed: CarouselPage is not supported
1.0.3
- Fixed NullReferenceException
1.0.2
- CssParser Tokenizer fixed
- Better Logical-/Visual-Tree handling
1.0.1
- Define stylesheet in Xaml-files with css text
- Fixed selector specificity
1.0.0
- Performance/memory improvements: Caching dom-elements, dom-children,...
- Batch-Rendering
- Better support for MarkupExtensions
- Xamarin.Forms 2.3.2.127
0.9.0-beta-1
- Added better css-quotes support
- Support modal pages
- fixed bool value support
- Fixed VisualTreeCell.Include="true"
- Performance improvement
- AngleSharp 0.9.8
- Xamarin.Forms 2.3.1.114
0.9.0-alpha-5
- Fix partial updates: not finding all parents while executing css-parser
0.9.0-alpha-4
- VisualTreeHelper.Include didn't work due to bug converting Element to VisualElement - always resulted in null
0.9.0-alpha-3
- Support more general UI types
0.9.0-alpha-2
- fixed NullReferenceException
0.9.0-alpha
- experimental support for MarkupExtensions
0.8.0
- Support for attached properties
- Support for CSS-namespaces