You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix issue with native context menu appearing in React 18 <PRLinkid={1378} />
25
26
- Add `data-highlighted` attribute to support styling <PRLinkid={1388} />
26
27
-[**Breaking**] Improve indirect nesting of context menus. Submenus must now be created using explicit parts. <PRLinkid={1394} />
27
-
-[**Breaking**]Move`allowPinchZoom` to root. <PRLinkid={1400} />
28
+
-[**Breaking**]Remove`allowPinchZoom`prop, now defaults to `true` <PRLinkid={1514} />
28
29
-[**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. <PRLinkid={1429} />
29
30
- Add `data-state` attribute to `Trigger` part <PRLinkid={1455} />
30
31
31
32
<PackageReleasename="Dialog"version="0.1.8" />
32
33
33
34
- Improve compatibility with JS animation libraries with `forceMount` on `Dialog.Portal` <PRLinkid={1075} />
- Add `data-highlighted` attribute to support styling <PRLinkid={1388} />
39
41
-[**Breaking**] Improve indirect nesting of dropdown menus. Submenus must now be created using explicit parts. <PRLinkid={1394} />
40
-
-[**Breaking**]Move`allowPinchZoom` to root <PRLinkid={1400} />
42
+
-[**Breaking**]Remove`allowPinchZoom`prop, now defaults to `true` <PRLinkid={1514} />
41
43
- Prevent escape key from exiting fullscreen mode in Firefox & Safari <PRLinkid={1423} />
42
44
-[**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. <PRLinkid={1429} />
43
45
@@ -52,7 +54,7 @@ metaDescription: Radix Primitives releases and their changelogs.
52
54
53
55
<PackageReleasename="Popover"version="0.1.7" />
54
56
55
-
-[**Breaking**]Move`allowPinchZoom` to root <PRLinkid={1400} />
57
+
-[**Breaking**]Remove`allowPinchZoom`prop, now defaults to `true` <PRLinkid={1514} />
56
58
-[**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. <PRLinkid={1425} />
57
59
58
60
<PackageReleasename="Portal"version="0.1.5" />
@@ -78,7 +80,6 @@ metaDescription: Radix Primitives releases and their changelogs.
78
80
- Add support for placeholder via `placeholder` prop on `Select.Value` <PRLinkid={1384} />
79
81
- Resolve value mismatch with underlying native select <PRLinkid={1421} />
80
82
-[**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. <PRLinkid={1459} />
81
-
- Add pinch to zoom support via `allowPinchZoom` prop on `Select.Root` <PRLinkid={1459} />
0 commit comments