@material/menu
Advanced tools
Comparing version 3.1.0-alpha.0 to 3.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.1.0](https://github.com/material-components/material-components-web/compare/v3.0.0...v3.1.0) (2019-07-22) | ||
### Bug Fixes | ||
* **menu:** Vertically center the group icon ([#4862](https://github.com/material-components/material-components-web/issues/4862)) ([d551dfd](https://github.com/material-components/material-components-web/commit/d551dfd)) | ||
# [3.1.0-alpha.0](https://github.com/material-components/material-components-web/compare/v3.0.0...v3.1.0-alpha.0) (2019-07-16) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@material/menu", | ||
"version": "3.1.0-alpha.0", | ||
"version": "3.1.0", | ||
"description": "The Material Components for the web menu component", | ||
@@ -17,15 +17,16 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/material-components/material-components-web.git" | ||
"url": "https://github.com/material-components/material-components-web.git", | ||
"directory": "packages/mdc-menu" | ||
}, | ||
"dependencies": { | ||
"@material/base": "^3.0.0", | ||
"@material/dom": "^3.0.0", | ||
"@material/feature-targeting": "^3.0.0", | ||
"@material/list": "^3.1.0-alpha.0", | ||
"@material/menu-surface": "^3.1.0-alpha.0", | ||
"@material/ripple": "^3.1.0-alpha.0", | ||
"@material/rtl": "^3.0.0", | ||
"@material/base": "^3.1.0", | ||
"@material/dom": "^3.1.0", | ||
"@material/feature-targeting": "^3.1.0", | ||
"@material/list": "^3.1.0", | ||
"@material/menu-surface": "^3.1.0", | ||
"@material/ripple": "^3.1.0", | ||
"@material/rtl": "^3.1.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "42b485550d87a4c3328a07847b4070d15f09af8f" | ||
"gitHead": "6b7e616da1a1ca53df2253f6207642739e13b5dc" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
491624
1
Updated@material/base@^3.1.0
Updated@material/dom@^3.1.0
Updated@material/list@^3.1.0
Updated@material/ripple@^3.1.0
Updated@material/rtl@^3.1.0