Skip to content

Conversation

@on3iro
Copy link
Contributor

@on3iro on3iro commented Nov 12, 2025

The Neos 9 compatibility release contained an undocumented breaking change of the Flowpack.Listable:Collection prototype. The collections property changed from collection to items.

I was contemplating if it would be better to rename it back, to be more in line with the other prototypes. However this would introduce another breaking change, which is why I decided to only document the behavior for now.

Let me know what you think and if I should make any changes to my PR :)

The Neos 9 compatibility release contained an undocumented breaking change of the `Flowpack.Listable:Collection` prototype. The collections property changed from `collection` to `items`.
@dlubitz
Copy link
Contributor

dlubitz commented Jan 3, 2026

This is correct, as the underlaying prototype has changed to Neos.Fusion:Loop which uses items instead of collection. Thanks for the PR to make this clear.

@dlubitz dlubitz merged commit 191b671 into Flowpack:main Jan 3, 2026
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.

2 participants