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

Move ItemsRepeater to a dedicated repository #14989

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Conversation

maxkatz6
Copy link
Member

What does the pull request do?

See https://github.com/AvaloniaUI/Avalonia.Controls.ItemsRepeater

In 11.0 we moved ItemsRepeater from the Avalonia package into Avalonia.Controls.ItemsRepeater package, starting migration out of this control.
Primary reason is that ItemsRepeater proved to be a very difficult control, with some major issues in upstream, as well as Avalonia specific problems.
As a result, it was decided to fix our old ItemsControl instead of continuing with ItemsRepeater, which was done for 11.0.
Instead of spending more time on fixing ItemsRepeater, we want to continue improving ItemsControl instead.

Breaking changes

No, since ItemsRepeater was already extracted into a separated nuget package for 11.0.
It will make no difference for the consuming applications.

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.2.999-cibuild0046211-beta. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@maxkatz6 maxkatz6 added this pull request to the merge queue Mar 15, 2024
Merged via the queue into master with commit 5537e97 Mar 15, 2024
7 checks passed
@maxkatz6 maxkatz6 deleted the remove-itemsrepeater branch March 15, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants