Open
Conversation
ab82cb7 to
21f8421
Compare
21f8421 to
7ed6bd4
Compare
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
@cloudflare/kumo@1.19.0
Minor Changes
4785c43: feat(tooltip, popover): deprecate
asChildin favor ofrenderpropUnifies composition patterns across the library by adopting Base UI's
renderprop pattern. TheasChildprop is now deprecated on:TooltipPopover.TriggerPopover.CloseMigration:
The
asChildprop remains functional for backward compatibility but will be removed in a future major version.a0f2b18: feat(popover): expose
anchorprop onPopover.Contentfor virtual positioningForwards Base UI's
anchorprop throughPopover.Contentto the underlyingPositioner, enabling popover positioning against custom elements, refs, or virtual points (e.g., aDOMRectfromgetBoundingClientRect()). This is useful when the popover trigger and the desired anchor are in different component trees, or when anchoring to a coordinate rather than a DOM element.0cae077: feat(Select): add size prop (xs/sm/base/lg) matching Input and Combobox heights
Patch Changes
9eb1306: fix(chart): escape HTML in tooltip series name and values
Escapes HTML entities in TimeseriesChart tooltip series names and values before rendering.
4565baa: fix(combobox): make TriggerInput caret button clickable for Playwright tests
4dfdc3f: fix(dropdown): pass children through when render prop is provided on DropdownMenu.Trigger
9c3cdbf: Fix sidebar collapsible content snapping shut instead of animating smoothly when closing.
27bcd59: fix(table): align sticky column colors with compact header variant
a8adf02: fix(tokens): correct text-kumo-subtle dark mode value to provide visible contrast
547c7fa: Updated the token value for
kumo-lineandkumo-hairlinein dark mode so they are more visible.kumo-lineusages withkumo-hairlineacross Kumo components and docs UI/content stylesring-kumo-linefor shadowed surfaces (for example combobox, dialog, select, dropdown, toast, and related surface wrappers)9fbde51: fix(pagination, input): accessibility and i18n improvements
Pagination:
labelsprop for internationalization of aria-label stringsfirstPage,previousPage,nextPage,lastPage,pageNumber,pageSizePagination.Infochildren for "Showing X of Y" textPagination.PageSizelabel prop for "Per page:" textInput:
placeholderANDaria-labelaria-labelalone is sufficient (correct per WCAG)Example i18n usage:
@cloudflare/kumo-docs-astro@1.3.18
Patch Changes
547c7fa: Updated the token value for
kumo-lineandkumo-hairlinein dark mode so they are more visible.kumo-lineusages withkumo-hairlineacross Kumo components and docs UI/content stylesring-kumo-linefor shadowed surfaces (for example combobox, dialog, select, dropdown, toast, and related surface wrappers)Updated dependencies [4785c43]
Updated dependencies [a0f2b18]
Updated dependencies [9eb1306]
Updated dependencies [4565baa]
Updated dependencies [4dfdc3f]
Updated dependencies [9c3cdbf]
Updated dependencies [27bcd59]
Updated dependencies [a8adf02]
Updated dependencies [547c7fa]
Updated dependencies [9fbde51]
Updated dependencies [0cae077]
@cloudflare/kumo-figma@0.3.23
Patch Changes