Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document latest ContextMenu changes #414

Merged
merged 1 commit into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/primitives/overview/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ metaDescription: Radix Primitives releases and their changelogs.
- [**Breaking**] Improve indirect nesting of context menus. Submenus must now be created using explicit parts. <PRLink id={1394} />
- [**Breaking**] Move `allowPinchZoom` to root. <PRLink id={1400} />
- [**Breaking**] Add new `Portal` part. To avoid regressions, use this part if you want portalling behavior. Note that `z-index` isn't managed anymore so you have full control of layering. <PRLink id={1429} />
- Add `data-state` attribute to `Trigger` part <PRLink id={1455} />

<PackageRelease name="Dialog" version="0.1.8" />

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@radix-ui/react-avatar": "0.1.5-rc.22",
"@radix-ui/react-checkbox": "0.1.6-rc.22",
"@radix-ui/react-collapsible": "0.1.7-rc.22",
"@radix-ui/react-context-menu": "0.1.7-rc.37",
"@radix-ui/react-context-menu": "0.1.7-rc.38",
"@radix-ui/react-dialog": "0.1.8-rc.34",
"@radix-ui/react-dropdown-menu": "0.1.7-rc.37",
"@radix-ui/react-hover-card": "0.1.6-rc.34",
Expand Down
Loading