8.1.5 (2023-05-30)

Overview of merged pull requests

BUGFIX: Add translation keys in translation files

The following translation keys are missing their translation in the Main.xlf file.

https://github.com/neos/neos-ui/blob/7.3/packages/neos-ui/src/Containers/LeftSideBar/index.js#L82 https://github.com/neos/neos-ui/blob/7.3/packages/neos-ui/src/Containers/LeftSideBar/NodeTreeToolBar/Buttons/ToggleContentTree/index.js#L39

  • Packages: Neos

BUGFIX: Fix missing icon in case of fusion errors

Change html class for icon which gets rendered if a fusion error occurs.

Closes #4223

  • Packages: Neos Fusion

BUGFIX: make pagination work with Traversable

Fixes a warning: array_slice() expects parameter 1 to be array, object given in /…/Neos_ContentRepository_ViewHelpers_Widget_Controller_PaginateController.php line 124

Variant of #3891 based on the (correct) 7.3 branch.

  • See: #1112

  • Packages: Neos ContentRepository

BUGFIX: Adjust version and release variables

Without the change, the docs will render a wrong version information on the index page.

<img width=”1108” alt=”Screenshot 2023-04-23 at 21 16 52” src=”https://user-images.githubusercontent.com/1014126/233860295-8da2a358-a3c8-420b-bee0-fd61ba1dec59.png”>

  • Packages: Neos

TASK: Require all collection packages as self.version

Any dependency from one package in the collection to another should always be “to the same version”.

This changes makes sure this is the case by using self.version as the required version.

See #4257

Upgrade instructions

  • Packages: Neos CliSetup Fusion.Afx NodeTypes.AssetList NodeTypes.BaseMixins NodeTypes.ColumnLayouts NodeTypes.ContentReferences NodeTypes.Form NodeTypes.Html NodeTypes.Navigation

Detailed log