Version Packages - #3274
Open
ct-changesets[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ct-changesets
Bot
force-pushed
the
changeset-release/main
branch
from
July 30, 2026 18:23
cdb2166 to
9e1c412
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
@commercetools-uikit/design-system@20.6.8
Patch Changes
@commercetools-uikit/calendar-time-utils@20.6.8
Patch Changes
@commercetools-uikit/calendar-utils@20.6.8
Patch Changes
#3273
6ded70cThanks @kterry1! - FixTypeError: t.contains is not a functioncrash thrown when a date-input,date-range-input, or date-time-input calendar closes on blur / click-outside
under
downshift>= 9.3.4 (verified againstdownshift9.4.0).CalendarMenu(shared by all three inputs) received downshift's menu ref viagetMenuProps(), but as a class component the ref pointed at the class instance— which has no
.contains(). downshift 9.3.4 removed the guard that previouslytolerated non-DOM refs, so any consumer resolving downshift >= 9.3.4 crashed.
CalendarMenuis now aforwardReffunction component that forwards the refonto the DOM node it already renders, so downshift's ref lands on a real element
with
.contains(). The rendered DOM, roles, ARIA, and behavior are unchanged.Updated dependencies []:
@commercetools-uikit/avatar@20.6.8
Patch Changes
@commercetools-uikit/accessible-button@20.6.8
Patch Changes
@commercetools-uikit/flat-button@20.6.8
Patch Changes
@commercetools-uikit/icon-button@20.6.8
Patch Changes
@commercetools-uikit/link-button@20.6.8
Patch Changes
@commercetools-uikit/primary-button@20.6.8
Patch Changes
@commercetools-uikit/secondary-button@20.6.8
Patch Changes
@commercetools-uikit/secondary-icon-button@20.6.8
Patch Changes
@commercetools-uikit/card@20.6.8
Patch Changes
@commercetools-uikit/collapsible@20.6.8
Patch Changes
@commercetools-uikit/collapsible-motion@20.6.8
Patch Changes
@commercetools-uikit/collapsible-panel@20.6.8
Patch Changes
@commercetools-uikit/constraints@20.6.8
Patch Changes
@commercetools-uikit/data-table@20.6.8
Patch Changes
@commercetools-uikit/data-table-manager@20.6.8
Patch Changes
@commercetools-uikit/dropdown-menu@20.6.8
Patch Changes
@commercetools-uikit/field-errors@20.6.8
Patch Changes
@commercetools-uikit/field-label@20.6.8
Patch Changes
@commercetools-uikit/field-warnings@20.6.8
Patch Changes
@commercetools-uikit/async-creatable-select-field@20.6.8
Patch Changes
@commercetools-uikit/async-select-field@20.6.8
Patch Changes
@commercetools-uikit/creatable-select-field@20.6.8
Patch Changes
@commercetools-uikit/date-field@20.6.8
Patch Changes
6ded70c]:@commercetools-uikit/date-range-field@20.6.8
Patch Changes
6ded70c]:@commercetools-uikit/date-time-field@20.6.8
Patch Changes
6ded70c]:@commercetools-uikit/localized-multiline-text-field@20.6.8
Patch Changes
@commercetools-uikit/localized-text-field@20.6.8
Patch Changes
@commercetools-uikit/money-field@20.6.8
Patch Changes
@commercetools-uikit/multiline-text-field@20.6.8
Patch Changes
@commercetools-uikit/number-field@20.6.8
Patch Changes
@commercetools-uikit/password-field@20.6.8
Patch Changes
@commercetools-uikit/radio-field@20.6.8
Patch Changes
@commercetools-uikit/search-select-field@20.6.8
Patch Changes
@commercetools-uikit/select-field@20.6.8
Patch Changes
@commercetools-uikit/text-field@20.6.8
Patch Changes
@commercetools-uikit/time-field@20.6.8
Patch Changes
@commercetools-uikit/filters@20.6.8
Patch Changes
6ded70c]:@commercetools-uikit/icons@20.6.8
Patch Changes
@commercetools-uikit/async-creatable-select-input@20.6.8
Patch Changes
@commercetools-uikit/async-select-input@20.6.8
Patch Changes
@commercetools-uikit/checkbox-input@20.6.8
Patch Changes
@commercetools-uikit/creatable-select-input@20.6.8
Patch Changes
@commercetools-uikit/date-input@20.6.8
Patch Changes
#3273
6ded70cThanks @kterry1! - FixTypeError: t.contains is not a functioncrash thrown when a date-input,date-range-input, or date-time-input calendar closes on blur / click-outside
under
downshift>= 9.3.4 (verified againstdownshift9.4.0).CalendarMenu(shared by all three inputs) received downshift's menu ref viagetMenuProps(), but as a class component the ref pointed at the class instance— which has no
.contains(). downshift 9.3.4 removed the guard that previouslytolerated non-DOM refs, so any consumer resolving downshift >= 9.3.4 crashed.
CalendarMenuis now aforwardReffunction component that forwards the refonto the DOM node it already renders, so downshift's ref lands on a real element
with
.contains(). The rendered DOM, roles, ARIA, and behavior are unchanged.Updated dependencies [
6ded70c]:@commercetools-uikit/date-range-input@20.6.8
Patch Changes
#3273
6ded70cThanks @kterry1! - FixTypeError: t.contains is not a functioncrash thrown when a date-input,date-range-input, or date-time-input calendar closes on blur / click-outside
under
downshift>= 9.3.4 (verified againstdownshift9.4.0).CalendarMenu(shared by all three inputs) received downshift's menu ref viagetMenuProps(), but as a class component the ref pointed at the class instance— which has no
.contains(). downshift 9.3.4 removed the guard that previouslytolerated non-DOM refs, so any consumer resolving downshift >= 9.3.4 crashed.
CalendarMenuis now aforwardReffunction component that forwards the refonto the DOM node it already renders, so downshift's ref lands on a real element
with
.contains(). The rendered DOM, roles, ARIA, and behavior are unchanged.Updated dependencies [
6ded70c]:@commercetools-uikit/date-time-input@20.6.8
Patch Changes
#3273
6ded70cThanks @kterry1! - FixTypeError: t.contains is not a functioncrash thrown when a date-input,date-range-input, or date-time-input calendar closes on blur / click-outside
under
downshift>= 9.3.4 (verified againstdownshift9.4.0).CalendarMenu(shared by all three inputs) received downshift's menu ref viagetMenuProps(), but as a class component the ref pointed at the class instance— which has no
.contains(). downshift 9.3.4 removed the guard that previouslytolerated non-DOM refs, so any consumer resolving downshift >= 9.3.4 crashed.
CalendarMenuis now aforwardReffunction component that forwards the refonto the DOM node it already renders, so downshift's ref lands on a real element
with
.contains(). The rendered DOM, roles, ARIA, and behavior are unchanged.Updated dependencies [
6ded70c]:@commercetools-uikit/input-utils@20.6.8
Patch Changes
@commercetools-uikit/localized-money-input@20.6.8
Patch Changes
@commercetools-uikit/localized-multiline-text-input@20.6.8
Patch Changes
@commercetools-uikit/localized-rich-text-input@20.6.8
Patch Changes
@commercetools-uikit/localized-text-input@20.6.8
Patch Changes
@commercetools-uikit/money-input@20.6.8
Patch Changes
@commercetools-uikit/multiline-text-input@20.6.8
Patch Changes
@commercetools-uikit/number-input@20.6.8
Patch Changes
@commercetools-uikit/password-input@20.6.8
Patch Changes
@commercetools-uikit/radio-input@20.6.8
Patch Changes
@commercetools-uikit/rich-text-input@20.6.8
Patch Changes
@commercetools-uikit/rich-text-utils@20.6.8
Patch Changes
@commercetools-uikit/search-select-input@20.6.8
Patch Changes
@commercetools-uikit/search-text-input@20.6.8
Patch Changes
@commercetools-uikit/select-input@20.6.8
Patch Changes
@commercetools-uikit/select-utils@20.6.8
Patch Changes
@commercetools-uikit/selectable-search-input@20.6.8
Patch Changes
@commercetools-uikit/text-input@20.6.8
Patch Changes
@commercetools-uikit/time-input@20.6.8
Patch Changes
@commercetools-uikit/toggle-input@20.6.8
Patch Changes
@commercetools-uikit/label@20.6.8
Patch Changes
@commercetools-uikit/link@20.6.8
Patch Changes
@commercetools-uikit/loading-spinner@20.6.8
Patch Changes
@commercetools-uikit/messages@20.6.8
Patch Changes
@commercetools-uikit/notifications@20.6.8
Patch Changes
@commercetools-uikit/pagination@20.6.8
Patch Changes
@commercetools-uikit/primary-action-dropdown@20.6.8
Patch Changes
@commercetools-uikit/progress-bar@20.6.8
Patch Changes
@commercetools-uikit/quick-filters@20.6.8
Patch Changes
@commercetools-uikit/spacings-inline@20.6.8
Patch Changes
@commercetools-uikit/spacings-inset@20.6.8
Patch Changes
@commercetools-uikit/spacings-inset-squish@20.6.8
Patch Changes
@commercetools-uikit/spacings-stack@20.6.8
Patch Changes
@commercetools-uikit/stamp@20.6.8
Patch Changes
@commercetools-uikit/tag@20.6.8
Patch Changes
@commercetools-uikit/text@20.6.8
Patch Changes
@commercetools-uikit/tooltip@20.6.8
Patch Changes
@commercetools-uikit/view-switcher@20.6.8
Patch Changes
@commercetools-uikit/hooks@20.6.8
Patch Changes
@commercetools-uikit/localized-utils@20.6.8
Patch Changes
@commercetools-uikit/buttons@20.6.8
Patch Changes
@commercetools-uikit/fields@20.6.8
Patch Changes
@commercetools-uikit/inputs@20.6.8
Patch Changes
6ded70c]:@commercetools-uikit/spacings@20.6.8
Patch Changes
@commercetools-frontend/ui-kit@20.6.8
Patch Changes
@commercetools-uikit/accessible-hidden@20.6.8
@commercetools-uikit/grid@20.6.8
@commercetools-uikit/i18n@20.6.8
@commercetools-uikit/utils@20.6.8