release: prepare v4.5.0 - #2
Merged
Merged
Conversation
Dastari
marked this pull request as ready for review
August 11, 2026 15:17
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.
Summary
Root cause
The scrollbars did not establish a stacking layer above sticky table regions. Fill layout also treated the last visible fixed data column as flexible; although the reserved spacer was already recognized by ordering, export, clipboard, and interaction paths, no internal spacer column was created from the current visible leaf set.
Impact
Consumers can opt into persistent scrollbars with
scrollbarVisibility="always". Fixed-width fill tables now retain their configured widths as column visibility changes, place unused space before right-pinned actions, and preserve horizontal overflow rather than compressing columns. Consumers do not need to define or reference__spacer__.Validation
pnpm test:coverage— 317 tests passedpnpm lintpnpm typecheckpnpm demo:typecheckpnpm buildpnpm api:update && pnpm api:checkpnpm test:consumerpnpm bundle:checkpnpm demo:buildpnpm audit— no known vulnerabilitiesbrowser-tests/data-table.spec.tsThe browser regressions were added and typechecked. Local Chromium execution remains unavailable in this container because the host is missing
libnspr4.so; CI should execute the Playwright suite.