-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Avalonia 12.0 cleanup list #12276
Comments
|
This is a possibility |
Shape.StrokeDashArray should be of IList type, instead of AvaloniaList. Right now, having AvaloniaList, code like `StrokeDashArray="10 5" will always require us to subscribe to the list changes. |
Make DevToolsOptions a record and change the property setter in |
Ideally, this #4443 should be revisited as well. |
See: #17030 (comment) |
Revisiting PasswordChar to support complex emoji is something worth doing, imo. See #17554. This property should be a |
Also consider changing |
Tracking issue for API changes in the distant future, can be safely ignored until mid-2024
The text was updated successfully, but these errors were encountered: