Skip to content

fix(deps): update radix-ui-primitives monorepo#164

Open
MFSGA wants to merge 2 commits into
masterfrom
renovate/radix-ui-primitives-monorepo
Open

fix(deps): update radix-ui-primitives monorepo#164
MFSGA wants to merge 2 commits into
masterfrom
renovate/radix-ui-primitives-monorepo

Conversation

@MFSGA

@MFSGA MFSGA commented Jun 16, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
@radix-ui/react-portal (source) 1.1.111.1.12 age confidence
@radix-ui/react-scroll-area (source) 1.2.111.2.12 age confidence
radix-ui (source) 1.5.01.6.0 age confidence

Release Notes

radix-ui/primitives (@​radix-ui/react-portal)

v1.1.12

  • Updated dependencies: @radix-ui/react-primitive@2.1.6
radix-ui/primitives (@​radix-ui/react-scroll-area)

v1.2.12

  • Stabilized the viewport style tag unless the nonce changes.
  • Fixed Duplicate index signature errors that surfaced when consuming multiple packages together.
  • Updated dependencies: @radix-ui/react-primitive@2.1.6
radix-ui/primitives (radix-ui)

v1.6.0

const Slot = createSlot<HTMLButtonElement, MyCustomButtonProps>('Slot');
Avatar
  • Fixed several edge cases with Avatar's loading state
    • An avatar's fallback would not be displayed again if its image component unmounted. This is now fixed.
    • Rendering multiple Avatar.Image components per Avatar.Root was never supported and results in buggy, unpredictable behavior. We now warn about this in development.
    • Zero-sized images were treated as loading, meaning that onLoadingStatusChange is never called once loaded. A zero-sized image now triggers an error status on load.
Password Toggle Field
  • Renamed misspelled onVisiblityChange prop to onVisibilityChange.
  • Fixed prop type definitions to include asChild for all component parts.
Scroll Area
  • Stabilized the viewport style tag unless the nonce changes.
Slot
  • SlotProps and createSlot now accept generic type arguments to specify the type of element a slot should render, as well as its props.
Toggle Group
  • Updated single-select and multi-select toggle groups to use the radiogroup and toolbar roles, respectively.
Select
  • Allowed a Select.Item with an empty string value to act as a "clear" option. Selecting it resets the selection back to the placeholder, restoring the native <select> behavior for optional selects. Previously using an empty string value would throw an error.
  • Fixed a bug where typeahead search resulted in focusing an element that no longer exists.
Other updates
  • Fixed a regression in that caused submenu misalignment when using custom portals.
  • Removed dev-only warnings for dialogs when title and/or description is not rendered.
  • Fixed a bug where menus and submenus remained open after a window loses focus.
  • Fixed Dismissable Layer so outside interactions stopped by extension UI overlays do not dismiss dialogs or popovers.
  • Fixed Duplicate index signature errors that surfaced when consuming multiple packages together.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants