-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: refactor Menu to extract trigger prop #536
Conversation
This is a breaking change, but we are in alpha so no major version bump
WalkthroughThe recent updates focus on enhancing the Changes
Recent Review DetailsConfiguration used: .coderabbit.yaml Files selected for processing (3)
Files skipped from review as they are similar to previous changes (1)
Additional comments not posted (14)
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Bundle Size (components)
Overall bundle size: 82.27 KB (+120 B +0.14%) Bundle Size (form components)
Overall bundle size: 49.33 KB (-5 B -0.01%) Bundle Size (system)
Overall bundle size: 54.09 KB |
🤖 I have created a release *beep* *boop* --- <details><summary>ui-components: 5.19.0</summary> ## [5.19.0](ui-components-v5.18.2...ui-components-v5.19.0) (2024-04-28) ### Features * refactor Menu to extract trigger prop ([#536](#536)) ([1818315](1818315)) ### Bug Fixes * **Menu:** return focus to trigger on close ([#538](#538)) ([9d229b0](9d229b0)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: aversini <[email protected]>
This is a breaking change, but we are in alpha so no major version bump
Summary by CodeRabbit
New Features
noInternalClick
to control internal click behavior in buttons for Safari compatibility.Refactor
Documentation