Skip to content
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

Port to Avalonia 11.0.1 #37

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

NOoBODDY
Copy link

@NOoBODDY NOoBODDY commented Aug 3, 2023

I'd be glad if you could point out any faults. :)

- Removed interfaces IAvaloniaObject, IControl etc.
- AvaloniaProperty.AddOwner<>() now returns StyledProperty. So that some DirectProperties changed to StyledProperties.
- Popup: PlacementMode -> Placement?, removed StaysOpen property
- ItemsPresenter now don't have ItemsProperty and ItemsTemplateProperty. They are given from ItemControl parent. (HACK: Ribbon now has subscription of TabsProperty to ItemsProperty)
- ItemsControl now have ItemsSource, which is used to set
- Classes property in Control now is readonly. Changed to Classes.Add(_)
- Some little changes
-Stays open was changed to "IsLightDismissEnabled".
-"IsLightDismissEnabled" needs VisualLayerManager
@rainyskye
Copy link

@Splitwirez is there any plan to merge or is there any other work needing to be done?

@Splitwirez
Copy link
Owner

Splitwirez commented Dec 29, 2023

@rainyskye Closer to when this PR was first opened, I spoke with @NOoBODDY on Discord about a few changes which would need to be made, but...it doesn't look like they've pushed anything since then.

@Splitwirez Splitwirez mentioned this pull request Feb 24, 2024
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.

None yet

3 participants