Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Jun 5, 2023
2 parents bec2f51 + 15b2102 commit 50e8b2f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Neos.Neos/Documentation/Appendixes/ChangeLogs/5314.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
`5.3.14 (2022-11-03) <https://github.com/neos/neos-development-collection/releases/tag/5.3.14>`_
================================================================================================

Overview of merged pull requests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`TASK: Render API docs (again) <https://github.com/neos/neos-development-collection/pull/3934>`_
------------------------------------------------------------------------------------------------

* Packages: ``Browser`` ``github`` ``Neos``

`BUGFIX: Fusion Runtime lazy-props evaluation confuses \`getLastEvaluat… <https://github.com/neos/neos-development-collection/pull/3677>`_
--------------------------------------------------------------------------------------------------------------------------------------------

fixes: #3469

doing the check if a render was successful cannot only happen via `$this->getLastEvaluationStatus()`
-> as the render path might contain a lazy-prop (closure) which, when evaluated uses the same runtime.
-> if the last lazy-prop has an `@if` annotation its skipped, but the `$lastEvaluationStatus` is set on the same runtime.
-> there might still be partial successful output (the first values of a lazy-prop eg.) so we need to check additionally if the return value is null.

* Packages: ``Fusion``

`TASK: Adjust Neos.DocTools settings <https://github.com/neos/neos-development-collection/pull/3877>`_
------------------------------------------------------------------------------------------------------

See https://github.com/neos/doctools/pull/4

* Packages: ``Media`` ``Neos``

`Detailed log <https://github.com/neos/neos-development-collection/compare/5.3.13...5.3.14>`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 comments on commit 50e8b2f

Please sign in to comment.