📦 Release 6.4.6 - #5513
Open
Pavel910 wants to merge 7 commits into
Open
Conversation
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
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 6.4.6
Docs PR: https://github.com/webiny/docs.webiny.com/pulls?q=Release+6.4.6