diff --git a/OpenMaui.Controls.Linux.csproj b/OpenMaui.Controls.Linux.csproj index 7ae1bf9..c3d5c70 100644 --- a/OpenMaui.Controls.Linux.csproj +++ b/OpenMaui.Controls.Linux.csproj @@ -9,10 +9,12 @@ true true $(NoWarn);CS0108;CS1591;CS0618 + false + false OpenMaui.Controls.Linux - 1.0.0-preview.4 + 1.0.0-rc.1 MarketAlly LLC, David H. Friedel Jr. MarketAlly LLC OpenMaui Linux Controls @@ -23,7 +25,7 @@ https://git.marketally.com/open-maui/maui-linux.git git maui;linux;desktop;skia;gui;cross-platform;dotnet;x11;wayland;openmaui - Preview 4: Fixed handler rendering for layouts, text wrapping, and scrollbar measurement issues. + RC1: Full XAML support with BindableProperty for all controls, Visual State Manager integration, data binding, and XAML styles. README.md icon.png false diff --git a/README.md b/README.md index 00e3ac5..59a7eb6 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,52 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f └─────────────────────────────────────────────────┘ ``` +## Styling and Data Binding + +OpenMaui supports the full MAUI styling and data binding infrastructure: + +### XAML Styles +```xml + + + #5C6BC0 + + + +``` + +### Data Binding +```xml +