Skip to content

Commit

Permalink
[Select] Bring parity with other primitives (radix-ui#1459)
Browse files Browse the repository at this point in the history
* Add missing focus guards

* Add support for `allowPinchZoom`

* Expose new portal part

* Copy z-index to wrapper

* Update SSR example

* Add version

* Revert z-index in story
  • Loading branch information
benoitgrelard authored and luisorbaiceta committed Jul 21, 2022
1 parent c14892a commit 4435467
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 468 deletions.
6 changes: 6 additions & 0 deletions .yarn/versions/5b3099df.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
"@radix-ui/react-select": patch

declined:
- primitives
- ssr-testing
1 change: 1 addition & 0 deletions packages/react/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@radix-ui/react-context": "workspace:*",
"@radix-ui/react-direction": "workspace:*",
"@radix-ui/react-dismissable-layer": "workspace:*",
"@radix-ui/react-focus-guards": "workspace:*",
"@radix-ui/react-focus-scope": "workspace:*",
"@radix-ui/react-id": "workspace:*",
"@radix-ui/react-label": "workspace:*",
Expand Down
Loading

0 comments on commit 4435467

Please sign in to comment.