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

1245

6.0.3

Diff

Changelog

Source

6.0.3 (2019-04-11)

  • Fixed compatibility with Flow v0.96.
macil
published 6.0.2 •

Changelog

Source

6.0.2 (2019-01-26)

  • Updated TypeScript and Flow type definitions to expose MenuEvent and ChosenEvent types.
  • Fixed compatibility with Flow v0.87.
macil
published 6.0.1 •

Changelog

Source

6.0.1 (2018-11-08)

  • Fixed an error being logged when a user moved the mouse off of a SubMenuItem quickly before the menu opened.
macil
published 6.0.0 •

Changelog

Source

6.0.0 (2018-10-31)

Breaking Changes

  • react-menu-list now requires React v16.6.0 or above.
  • The component passed to the optional MenuButton prop ButtonComponent must support a domRef prop which is passed as a ref to the button's DOM element.
  • The open method of MenuButton and SubMenuItem no longer takes a callback as a parameter. It returns a Promise now instead.

Improvements

  • No longer uses any deprecated APIs (legacy Context API, lifecycle methods, and ReactDOM.findDOMNode).
  • Added TypeScript type definitions.
agentme
published 3.5.1 •

agentme
published 5.0.1 •

Changelog

Source

5.0.1 (2018-05-15)

  • Fix compatibility with Flow v0.72.
agentme
published 5.0.0 •

Changelog

Source

5.0.0 (2017-10-11)

Breaking Changes

  • SubMenuItem no longer has an inner div element wrapping its children. This change allows it to be styled consistently with MenuItem. This change may break existing users that had CSS depending on the inner element. (If you had a CSS selector that mentioned a class name put onto a SubMenuItem followed by "> div", then this means you! If you didn't, then you probably aren't affected by this change.)

Improvements

  • Fixed AutoComplete example not responding to mouse clicks correctly.
agentme
published 4.0.0 •

Changelog

Source

4.0.0 (2017-10-04)

Breaking Changes

  • react-menu-list now requires React v16.
agentme
published 3.5.0 •

Changelog

Source

3.5.0 (2017-08-23)

  • Use cross-env utility so that example can be built on Windows.
  • Now compatible with Flow v0.53.
agentme
published 3.4.0 •

Changelog

Source

3.4.0 (2017-04-25)

  • No longer uses now-deprecated React.PropTypes. Uses prop-types package now.
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