Marc Henry Schultz
Marc Henry Schultz
as described [here](https://github.com/neos/neos-ui/pull/3200/commits/a273b9e0e20347f8cf1295b96a93530b1a249858), we need to use keepNames so that react magic selectors can work. This is done only if the build is made for e2e testing, as this safes...
Currently a mismatch from datasource to current value will be displayed falsely as being empty. We should make it obvious that the value didnt match. ## Simple reproduction have a...
[9.0] DRAFT: Neos Ui should get nodeInformations via fetching the `SubTree` instead of node by node.
Discussion: https://neos-project.slack.com/archives/C3MCBK6S2/p1685686444867379?thread_ts=1685647511.878619&cid=C3MCBK6S2 Related: https://github.com/neos/neos-ui/issues/3231#issuecomment-1531328511 ### Description [Description of the bug or feature] ### Steps to Reproduce 1. [First Step] 2. [Second Step] 3. [and so on...] #### Expected behavior [What...
Neos part: https://github.com/neos/neos-development-collection/pull/4068 Resolves: https://github.com/neos/neos-development-collection/issues/4060 **What I did** Use the same code like for the default tabs, but also check if an editor is set as always properties will be...
see https://github.com/neos/neos-ui/blob/5d69c44b337b77ed344bc100f605a13722e6ecb0/Classes/Domain/Model/Changes/MoveInto.php#L90 ```php $nodeType->isAggregate() ? RelationDistributionStrategy::STRATEGY_SCATTER : RelationDistributionStrategy::STRATEGY_GATHER_ALL ``` Related to https://github.com/neos/neos-development-collection/issues/3340 basically currenlty everything is aggregate ^^ ### Description [Description of the bug or feature] ### Steps to Reproduce...
This is not a real issue but rather a note for people updating their plugins to neos 8.3 without having read the release notes ^^ (that would normally include me...
Implementation https://github.com/neos/neos-ui/pull/3519 Rewrite NodeTemplates https://github.com/Flowpack/Flowpack.NodeTemplates/pull/51
and also port the optimizations from https://github.com/neos/neos-development-collection/pull/4561 (which were ignored in an upmerged) ### Description [Description of the bug or feature] ### Steps to Reproduce 1. [First Step] 2. [Second...
https://github.com/neos/neos-ui/blob/6aa5c74e75e4813ffd798905811d099df30d5705/packages/neos-ui/src/Containers/RightSideBar/Inspector/InspectorEditorEnvelope/index.js#L56 `transientValueRaw` has the type: ```ts type TransientValueRaw = { value: any } ``` and will never equal to the unpacked plain `value` variable should be; ```js if (transientValueRaw.value ===...
we lately needed to adjust the z-indexes of certain parts. This has caused this regression so far: https://github.com/neos/neos-ui/issues/3583 but also as just noted on slack another plugin might be affected:...