neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
The logic introduced with https://github.com/neos/neos-ui/pull/3833 has a downside ... if a ckeditor plugin is ill-programmed the logic - comparing the transformed html after defocus - rather than if a user...
Resolves: https://github.com/neos/neos-ui/issues/3616 Resolves: https://github.com/neos/neos-ui/issues/3712 See https://github.com/neos/neos-ui/issues/2092#issuecomment-2283775887 for an explanation **What I did** The custom icons are now included into the bundle instead of requested by path. Also to unify things...
Requires: https://github.com/neos/neos-development-collection/pull/5225 Remove deprecated interpretation of inline scripts (`data-neos-nodedata`) https://github.com/neos/neos-ui/pull/3770 **What I did** **How I did it** **How to verify it**
### Description When using the custom Filters options in the left sidebar I would sometimes like to filter by more than only nodeType. For example, filter by a certain folder...
### Description Using Neos Demo when filtering by NodeType it is possible to click on the Home-Element. When doing that, all subitems dissapear. ### Steps to Reproduce 1. Select any...
This is breaking as old style editor paths will not be mapped anymore and would stop working with this change. These were deprecated since Neos 4.3.
Counter-part to https://github.com/neos/neos-development-collection/pull/5146
Solves #3715 . **What I did** - MultiSelectBox will default to non-dragging behavior. **How I did it** - Added new prop for the MultiSelectBox to ALLOW dragging. **How to verify...
This uses some small html hacks to make RightSideBar resizable in a comparable way to LeftSideBar. **What I did** I added the resize-attribute to RightSideBar and moved the resize-handle to...
There is a least one occasion of the select box generating directly nested ``-tags, which is invalid markup. I noticed it in the select box for node tree presets: ![Screenshot_2024-07-11_20-00-32...