Fix preserved-space wrapping so inserted space runs stay inside editable and static editor widths.
Plate UILatest
PR 5013 · Fix shadcn editor kit install pathsInstall editor kit files through the configured components alias so relative `./plugins/*` imports resolve after shadcn CLI adds.
Show the selected language label in read-only and static rendering. Set `showLanguageLabel={false}` on the component to hide it.
Fix column drag and drop by attaching the DnD drop target ref to the rendered column element so horizontal drop lines can resolve a valid target.