diff --git a/Neos.Neos/Documentation/Appendixes/ChangeLogs/8012.rst b/Neos.Neos/Documentation/Appendixes/ChangeLogs/8012.rst new file mode 100644 index 00000000000..21d68280681 --- /dev/null +++ b/Neos.Neos/Documentation/Appendixes/ChangeLogs/8012.rst @@ -0,0 +1,66 @@ +`8.0.12 (2023-09-15) `_ +================================================================================================ + +Overview of merged pull requests +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +`BUGFIX: show title on hover in ImpersonateButton `_ +------------------------------------------------------------------------------------------------------------------- + +**Review instructions** + +Currently if you hovered over the button, the title was not showing up. + +Since the Feature `#3648 `_was introduced in Neos 8.0 I'm open this against the 8.0 Branch. + +### Demo +!`SCR-20230803-nhty `_ + + +* Packages: ``Neos`` + +`BUGFIX: Make getParent work in NodeData `_ +---------------------------------------------------------------------------------------------------------- + +resolved: `#4283 `_ + +**Review instructions** +I am unsure why the dimensions were not passed to findOneByPath, but without it it does not really work. +Also, it is kind of strange that the dimensions in findOneByPath is optional but returns nothing if it is not set. +This fixes it for now. + + +* Packages: ``Neos`` ``ContentRepository`` + +`BUGFIX: Use correct URL to FontAwesome icons `_ +--------------------------------------------------------------------------------------------------------------- + +**Upgrade instructions** + + +* Packages: ``Neos`` + +`BUGFIX: Assign original asset collections to variant `_ +----------------------------------------------------------------------------------------------------------------------- + +* Fixes: `#3560 `_ + +* Packages: ``Neos`` + +`BUGFIX: Fix editing of Electronic Address type in Backend module `_ +----------------------------------------------------------------------------------------------------------------------------------- + +* Fixes: `#4418 `_ + +* Packages: ``Neos`` + +`TASK: Avoid potential deprecation warnings `_ +------------------------------------------------------------------------------------------------------------- + +``trim()`` and ``preg_match()`` expect strings, but Eel with it's loose typing might pass in different types. + + +* Packages: ``Neos`` ``Fusion`` + +`Detailed log `_ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~