chore: version packages - #583
Merged
Merged
Conversation
blove
enabled auto-merge (squash)
September 6, 2026 07:25
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Vercel preview readyPreview: https://pretable-es99owjp7-cacheplane.vercel.app Updated automatically by the |
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@pretable/react@0.17.0
Minor Changes
The kit's picker, and the four
<select>elements in the grid rebuilt on it. (#582)PretableSelectis abutton[role="combobox"]that opens a portalled listbox,with
PretableSelectProps,PretableSelectOptionandPretableSelectComponentalongside it and a
Selectslot onPretableComponents—components={{ Select }}on<PretableSurface>and<Pretable>replaces everypicker in the grid, the same way
ButtonandIconButtonalready do.PretableBuiltInButtonSitegains four names:filter-operator,filter-row-column,filter-row-operatorandaggregate.The four pickers are no longer
<select>elements. The filter dialog'soperator, the tool panel's filter column and filter operator, and the grouping
aggregate picker are now
button[role="combobox"]triggers carryingdata-pretable-value, which open a[data-pretable-listbox]of[data-pretable-option][data-value]indocument.body. A test keyed onselect, on.value, on Playwright'sselectOption()or ontoHaveValue()must read the attribute and click the option instead. Every site keeps the
data-pretable-*attribute it already had, and the aggregate picker gainsdata-pretable-aggregate.Keyboard. Arrows, Enter and Space open a closed picker; arrows wrap and skip
disabled options; Home and End jump to the ends; typing a prefix jumps to the
first match (the buffer clears after 500ms); Enter or Space commits; Escape
closes back to the trigger; Tab closes and moves on.
onChangefires only whenthe value actually changes. The trigger is an explicit tab stop in every
browser, which the native control was not in WebKit.
A disabled option is shown, skipped and inert rather than hidden — that is the
aggregate picker's
Customentry, a consumer-written aggregator the griddisplays but never writes back.
Styling. The enum cell editor's list is now the kit list, so
data-pretable-enum-listboxanddata-pretable-enum-optionare gone, replacedby
data-pretable-listboxanddata-pretable-option— plus[data-active]forthe roving highlight and
[aria-selected="true"]for the current value. Tokensare unchanged.
Layout. The tool panel's filter rows wrap less: a picker now sizes to its
own label, with an ellipsis, instead of to its longest option.
Patch Changes
2f4c6fc]:@pretable/ui@0.17.0
Patch Changes
The kit's picker, and the four
<select>elements in the grid rebuilt on it. (#582)PretableSelectis abutton[role="combobox"]that opens a portalled listbox,with
PretableSelectProps,PretableSelectOptionandPretableSelectComponentalongside it and a
Selectslot onPretableComponents—components={{ Select }}on<PretableSurface>and<Pretable>replaces everypicker in the grid, the same way
ButtonandIconButtonalready do.PretableBuiltInButtonSitegains four names:filter-operator,filter-row-column,filter-row-operatorandaggregate.The four pickers are no longer
<select>elements. The filter dialog'soperator, the tool panel's filter column and filter operator, and the grouping
aggregate picker are now
button[role="combobox"]triggers carryingdata-pretable-value, which open a[data-pretable-listbox]of[data-pretable-option][data-value]indocument.body. A test keyed onselect, on.value, on Playwright'sselectOption()or ontoHaveValue()must read the attribute and click the option instead. Every site keeps the
data-pretable-*attribute it already had, and the aggregate picker gainsdata-pretable-aggregate.Keyboard. Arrows, Enter and Space open a closed picker; arrows wrap and skip
disabled options; Home and End jump to the ends; typing a prefix jumps to the
first match (the buffer clears after 500ms); Enter or Space commits; Escape
closes back to the trigger; Tab closes and moves on.
onChangefires only whenthe value actually changes. The trigger is an explicit tab stop in every
browser, which the native control was not in WebKit.
A disabled option is shown, skipped and inert rather than hidden — that is the
aggregate picker's
Customentry, a consumer-written aggregator the griddisplays but never writes back.
Styling. The enum cell editor's list is now the kit list, so
data-pretable-enum-listboxanddata-pretable-enum-optionare gone, replacedby
data-pretable-listboxanddata-pretable-option— plus[data-active]forthe roving highlight and
[aria-selected="true"]for the current value. Tokensare unchanged.
Layout. The tool panel's filter rows wrap less: a picker now sizes to its
own label, with an ellipsis, instead of to its longest option.
@pretable/core@0.17.0
@pretable/stream-adapter@0.17.0