Open
Description
Note: all new APIs can already be submitted with a PR, but with <MinVersion>
tag, see #380
Total API changes: https://gist.github.com/maxkatz6/a7df42607cc7187b94e2e693ccf15f6d
XAML:
- Warnings support, configurability - @maxkatz6
New services:
New/updated controls:
- HyperlinkButton
- MenuItem ToggleType docs (not a new control, but whole new API surface for menus) - @maxkatz6
- TextBox, NumericUpDown and AutoCompleteBox API changes (do we need TextSelectionHandle docs?)
- Border.BackgroundSizing
- Extended WindowNotificationManager - see Refractor WindowNotificationManager Avalonia#12178
Updated platform options:
- MacOSProperties
- Win32Properties
- X11Properties
- Updated LinuxFramebufferPlatformOptions, iOSPlatformOptions and Win32PlatformOptions (missing docs to begin with)
Misc:
- New Binding features: UpdateSourceTrigger @stevemonaco
- New XYFocus configurability (missing focus documentation to begin with) @stevemonaco
- Document localization of built-in controls, like TimePicker. Custom ResourceProvider implementation. See Improve flexibility with build-in controls localization Avalonia#13773
- Dispatcher UnhandledException and UnhandledExceptionFilter - keep it low key, as not recomended feature, but copy some docs from WPF.
- FontFeature, AppBuilder.WithSystemFontSource (missing more font specific docs)
- DataValidationErrors - ErrorConverterProperty
- TopLevel.AutoSafeAreaPaddingProperty
- New ManagedFileDialogOptions
- New ISkiaSharpPlatformGraphicsApiLease (missing many related graphics APIs)
- Visual Studio specific - feat: Avalonia Properties Page Avalonia#12562
- Various DevTools changes
TV Support:
- Apple TV setup
- Tizen TV setup
- Android TV setup