neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
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...
and changes are currently persisted closes #2050 **What I did** Added an `unbeforeunload` handler to the window object **How to verify it** Type, wait until the publishdropdown changes state to...
**What I did** Both resize icons for the left sidebar are now visible (functionality was always there only invisible) Resolves: #3556 **How I did it** Removed the background color from...
### Description While testing the PR #3536 I tried to enable and disable the search box via the feature list. For the `MultiSelectBox` the disabled `SearchBox` was still visible. ####...
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...
This is what we have in mind for now. Feel free to discuss and update. ## Tactical Changes (Features) - [x] https://github.com/neos/neos-ui/issues/3546 - Upgrade React - Upgrade CKEditor (Typescript rewrite...
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...
## Current behaviour As seen in this picture the ellipsis shortens the text even though we would have more space due to the ability of the tree to now scroll...