Chore: version packages (alpha) - #274
Merged
Merged
Conversation
villeerikssoncsc
approved these changes
Sep 11, 2026
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@cscfi/csc-ui@4.0.0-alpha.14
Minor Changes
#273
c3725b5Thanks @razorfever! - Addc-tree-select, a single-value field for picking one item from nesteddata of arbitrary depth (ADR-0047) — a stepped listbox in c-autocomplete's
field-plus-panel arrangement.
a breadcrumb climbs back, and the header names the level (
level-labels)with a step counter while the depth is uniform.
with their path; the query matches names and codes of an item and of its
ancestors, a
filterpredicate replaces the default, and matches aremarked (
::part(match)).items(a DOM property) is the tree:{ value, name, code?, disabled?, children? }. The closed field shows the committed item's path above itscode and name;
return-objectemits{ value, name, code, path }.allow-branchlets a branch be committed through a pinned select-branchrow at the top of its level list.
change(with the value),update:valueand a nativeinput— nochangeValue.change:queryreports the query.
panel,card,search,breadcrumb,crumb,header,list,item,select-branch,code,path,match,info. Texts areoverridable through
texts; keyboard: arrows, Enter, ArrowRight /ArrowLeft / Backspace to move between levels, Escape.
Also in this change: the anchored-panel lifecycle and the live status region
c-autocomplete used inline are now shared internals it and c-tree-select
build on, and a click on a disabled option row in c-autocomplete no longer
moves keyboard focus out of the search input.
Patch Changes
#273
d54ae8aThanks @razorfever! - Fix(c-select): the picked option's row ends in a check mark, as inc-autocomplete — for slotted options and
itemsalike. The mark follows thevalue, not the keyboard highlight.
Fix(c-select): a value set from code (an initial
v-model, say) now marks itsoption like a click does, and opening the list with the mouse highlights the
picked option, so the arrow keys continue from it instead of the first row.
@cscfi/csc-ui-react@4.0.0-alpha.14
Minor Changes
#273
c3725b5Thanks @razorfever! - Addc-tree-select, a single-value field for picking one item from nesteddata of arbitrary depth (ADR-0047) — a stepped listbox in c-autocomplete's
field-plus-panel arrangement.
a breadcrumb climbs back, and the header names the level (
level-labels)with a step counter while the depth is uniform.
with their path; the query matches names and codes of an item and of its
ancestors, a
filterpredicate replaces the default, and matches aremarked (
::part(match)).items(a DOM property) is the tree:{ value, name, code?, disabled?, children? }. The closed field shows the committed item's path above itscode and name;
return-objectemits{ value, name, code, path }.allow-branchlets a branch be committed through a pinned select-branchrow at the top of its level list.
change(with the value),update:valueand a nativeinput— nochangeValue.change:queryreports the query.
panel,card,search,breadcrumb,crumb,header,list,item,select-branch,code,path,match,info. Texts areoverridable through
texts; keyboard: arrows, Enter, ArrowRight /ArrowLeft / Backspace to move between levels, Escape.
Also in this change: the anchored-panel lifecycle and the live status region
c-autocomplete used inline are now shared internals it and c-tree-select
build on, and a click on a disabled option row in c-autocomplete no longer
moves keyboard focus out of the search input.
Patch Changes
#273
d54ae8aThanks @razorfever! - Fix(c-select): the picked option's row ends in a check mark, as inc-autocomplete — for slotted options and
itemsalike. The mark follows thevalue, not the keyboard highlight.
Fix(c-select): a value set from code (an initial
v-model, say) now marks itsoption like a click does, and opening the list with the mouse highlights the
picked option, so the arrow keys continue from it instead of the first row.
Updated dependencies [
d54ae8a,c3725b5]: