You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flat context menu — the Navigator right-click menu is now one flat, logically-grouped list (the everyday actions one click away) instead of nested flyout groups. Flyouts are kept only where an action branches (Wrap in…, Save to…); full keyboard support is unchanged.
Move & navigate elements(new toggle) — right-click for Move up / Move down (reorder an element among its siblings) and Select parent.
Unwrap(on the Wrap in… feature) — remove a wrapper element and promote its children up one level, dropping the empty shell.
Rearrange component properties(new toggle) — a rearrange button on a component's properties panel switches into drag mode; drag the properties (or use the arrow keys) into a new order, saved with the component.
HTML attribute helpers(new toggle) — when an element's Advanced panel opens with no HTML attributes, a blank row is ready to type into (removed again if left empty), and the name field suggests common attributes (id, role, aria-*, data-…). Props Tim Gray.
Fixed
Rearrange component properties: an expanded property (which Builderius gives no collapse control) now collapses to a uniform strip during reorder and shows its real name, so it can be grabbed and moved like the others.
Light theme: the component properties panel — the New property button, the property rows and the select-option rows — no longer renders black-on-black; repainted with the theme's surface and text tokens.