You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue documents what changed regarding fluid viewhelpers.
There might be more new viewhelpers needed to allow all previously usecases again see: #5023
as discussed here there is no 1 to 1 replacement in fluid and also when migrating all code to fusion there is no core replacement either. The package Flowpack.Listable could possibly replace its usages. But as we continue to support plugins in Fusion we could implement a pagination plugin?
<cr:widget.paginateparentNode="{parentNode}" as="paginatedNodes" configuration="{itemsPerPage: 5}">
// use {paginatedNodes} inside a <f:for> loop.
</cr:widget.paginate>
This issue documents what changed regarding fluid viewhelpers.
There might be more new viewhelpers needed to allow all previously usecases again see: #5023
New
Neos\Neos\ViewHelpers\Node\LabelViewHelper
Introduced via #5216
Removed
Neos\ContentRepository\ViewHelpers\Widget\PaginateViewHelper
docs: https://neos.readthedocs.io/en/8.3/References/ViewHelpers/ContentRepository.html#paginateviewhelper
removed via a539168
as discussed here there is no 1 to 1 replacement in fluid and also when migrating all code to fusion there is no core replacement either. The package Flowpack.Listable could possibly replace its usages. But as we continue to support plugins in Fusion we could implement a pagination plugin?
Neos\Neos\ViewHelpers\Backend\ChangeStatsViewHelper
(kinda internal)docs: https://neos.readthedocs.io/en/8.3/References/ViewHelpers/Neos.html#neos-backend-changestats
removed via 5f1e296
The text was updated successfully, but these errors were encountered: