Skip to content

Commit

Permalink
Document latest ContextMenu changes (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitgrelard authored Jun 9, 2022
1 parent c671e26 commit 215a7d7
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 10 deletions.
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

0 comments on commit 215a7d7

Please sign in to comment.