Skip to contentSkip to navigationSkip to topbar
Paste DSys

User Dialog

Version 3.0.1GithubDesign assets pendingPeer review pending

User dialog is a menu that contains user profile-related actions.

@twilio-paste/user-dialog

3.0.1

Patch Changes

  • 262c1b715 #4281 Thanks @PixeledCode! - [all packages]: add use client directive to the components and icons. This will make paste library compatible with server components

3.0.0

Major Changes

  • f48211e56 #4258 Thanks @PixeledCode! - [all packages]: Upgrade to React 19 and drop support for React 16. Paste only supports the three latest versions of React. If you're using Paste in a React 17, 18, or 19 app, you should be able to upgrade with full backwards compatibility. If you experience any issues, please let us know on Github.

Patch Changes

2.1.3

Patch Changes

  • 0ed9f3482 #4226 Thanks @PixeledCode! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens

2.1.2

Patch Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

  • b8d79200b #3442 Thanks @TheSisb! - Removed all run-time prop-type checkingfrom Paste components. Paste now ships with only TypeScript types.

    ACTION NEEDED: None. This should be 100% backwards compatible.

Patch Changes

  • e2d2d5c91 #3474 Thanks @SiTaggart! - [User Dialog]: small improvement to the UserDiaglogButton types to omit the color prop type from Global HTML attributes, to prevent a type clash

2.0.1

Patch Changes

  • 81b4c3f18 #3404 Thanks @SiTaggart! - [User Dialog] Fix the positioning of the user dialog by adding back the passing down of calculted styles to Box

2.0.0

Major Changes

  • 733709127 #3395 Thanks @SiTaggart! - Modified the compile target of our JavaScript bundles from node to browser to minimize the risk of clashing with RequireJS. This is marked as a major out of an abundance of caution. You shouldn't need to do anything but we wanted you to be aware of the change on the off chance it has unintended consequences

Patch Changes

1.0.3

Patch Changes

  • 4d1f7c65e #3360 Thanks @SiTaggart! - Improved types where Paste extends the base HTML element that a component is based on, so that the existing blocked styling properties are not exposed as valid properties for the component via Typescript. This leads to less confusion around what is supported by a Paste component.

    Existing blocked component properties include:

    • className
    • style
    • color

1.0.2

Patch Changes

  • e2f12ff7a #3299 Thanks @nkrantz! - [User Dialog] adjust padding of list items to more clearly define item groups

1.0.1

Patch Changes

  • db35f7150 #3217 Thanks @TheSisb! - [User Dialog] ensure the user dialog list is correctly labelled for accessibility reasons

1.0.0

Major Changes