Socket
Socket
Sign inDemoInstall

react-aria-menubutton

Package Overview
Dependencies
8
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

7.0.3

Diff

Changelog

Source

7.0.3

  • Fixes onSelection doesn't update on prop change issue #142
shirshendu
published 7.0.2 •

Changelog

Source

7.0.2

  • Fix blur handler breaking due to unavailability of button
shirshendu
published 7.0.1 •

Changelog

Source

7.0.1

  • Added React v17+ in peer dependency
shirshendu
published 7.0.0 •

Changelog

Source

7.0.0

  • Breaking: Removed usage of ReactDOM.findDOMNode and create-react-context. This will no longer support older versions of React, it now requires ^16.3.0
shirshendu
published 6.3.0 •

Changelog

Source

6.3.0

  • Removed usage of legacy React context API, the package now use create-react-context which uses new context API if available else fallsback to the legacy API.
davidtheclark
published 6.2.0 •

Changelog

Source

6.2.0

  • Bind Home key to jump to first item in the current menu.
  • Bind End key to jump to the last item in the current menu.
  • Removed use of deprecated React lifecycle methods.
davidtheclark
published 6.1.0 •

Changelog

Source

6.1.0

  • Add closeOnBlur prop.
davidtheclark
published 6.0.1 •

Changelog

Source

6.0.1

  • Chore: Use loose mode for Babel compilation.
davidtheclark
published 6.0.0 •

Changelog

Source

6.0.0

  • Breaking: Pass disabled attribute to Button component's inner element if it is a regular HTML element that supports disabled. Considered a potentially breaking (though positive) change because it may affect behavior and styling of your UI.
davidtheclark
published 5.1.1 •

Changelog

Source

5.1.1

  • Fix keydown behavior of link menu items, so Enter and Space open the link the same way a click does.
  • Make prop onSelection optional, because it's not necessary if your menu items are link.
2345Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc