Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-menu-list

Package Overview
Dependencies
Maintainers
6
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-menu-list - npm Package Versions

2345

7.2.2

Diff

wegry
published 7.2.1 •

Changelog

Source

7.2.1 (2022-11-10)

  • Added noMouseHighlight prop to MenuItem to allow keyboard highlighting to be tracked separately from mouse hover.
wegry
published 6.2.1 •

wegry
published 7.2.0 •

wegry
published 6.2.0 •

macil
published 7.2.0-beta.0 •

macil
published 7.1.0 •

Changelog

Source

7.1.0 (2022-11-09)

  • MenuList: "keydown" events are now listened for on the MenuList's own div, fixing issues where an ancestor React element could handle the "keydown" event before MenuList does.
  • MenuButton: Enter and space "keydown" events on the button element that toggle it now have stopPropagation() called so that no other components attempt to handle the event redundantly.
  • MenuButton: The third argument of the renderButton prop callback is now onKeyDown, meant to be used as a keydown event handler instead of a keypress event handler. It will still work as a keypress event handler as previously recommended, so this isn't a breaking change.
macil
published 6.2.0-beta.0 •

macil
published 7.1.0-beta.0 •

macil
published 7.0.4 •

Changelog

Source

7.0.4 (2022-08-11)

  • Fixed issue where MenuButton closes its dropdown if the page loses and regains focus.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc