react-menu-list
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -0,1 +1,5 @@ | ||
## 7.0.1 (2020-09-11) | ||
- Use correct types for events in the Typescript definition of MenuButton's `renderButton` prop. | ||
## 7.0.0 (2020-09-10) | ||
@@ -2,0 +6,0 @@ |
@@ -110,4 +110,4 @@ import * as React from 'react'; | ||
opened: boolean, | ||
onKeyPress: (e: KeyboardEvent) => void, | ||
onMouseDown: (e: MouseEvent) => void | ||
onKeyPress: (e: React.KeyboardEvent) => void, | ||
onMouseDown: (e: React.MouseEvent) => void | ||
) => ReactNode; | ||
@@ -114,0 +114,0 @@ |
{ | ||
"name": "react-menu-list", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "React component for menu lists and submenus", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
242305