Skip to content

📦 Release 6.4.6 - #5513

Open
Pavel910 wants to merge 7 commits into
release/6.4.6-basefrom
release/6.4.6
Open

📦 Release 6.4.6#5513
Pavel910 wants to merge 7 commits into
release/6.4.6-basefrom
release/6.4.6

Conversation

@Pavel910

Copy link
Copy Markdown
Collaborator

webiny-bot and others added 5 commits July 30, 2026 07:37
Empty commit to allow PR creation.
A long unbroken value (e.g. a hashed file name in Background > Image) forced the
SidebarRow content cell wider than the sidebar, pushing the FilePicker's Edit/Remove
actions off-screen. The cell was flex-1 without min-w-0, so it couldn't shrink below
its content's intrinsic width. Adding min-w-0 lets the preview truncate as intended.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Radix DropdownMenu.Item closes the menu on select, so toggling one column
checkbox closed the overlay and blocked multi-select. Add a `preventClose`
prop on DropdownMenu.Item (forwards onSelect preventDefault) and use it for
the column-visibility checkboxes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Resizable columns now absorb the space left by fixed columns, so the table
always fills its container even when columns are hidden. Previously the width
scaling ignored fixed columns, leaving a right-side gap that pulled the
columns-visibility cog leftward as columns were removed.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
fix: DataTable columns menu multi-select + cog stays flush right
adrians5j and others added 2 commits July 31, 2026 12:42
…cker

The Background > Image FilePicker rendered the generic file icon instead of the
image thumbnail. Our stored metadata uses the legacy shape (type, url) but the
FilePicker expects a FileItemDto (mimeType, src), so mimeType came out undefined
and the preview couldn't detect the image. Map the value across before passing it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fix(app-website-builder): truncate long values in sidebar style rows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants