@material/density
Advanced tools
Comparing version 4.0.0-canary.0 to 4.0.0-canary.1
@@ -6,2 +6,36 @@ # Change Log | ||
# [4.0.0-canary.1](https://github.com/material-components/material-components-web/compare/v3.1.1...v4.0.0-canary.1) (2019-09-09) | ||
### Bug Fixes | ||
* **button:** Replace density sets with min & max scales ([#5015](https://github.com/material-components/material-components-web/issues/5015)) ([38fb436](https://github.com/material-components/material-components-web/commit/38fb436)) | ||
* **density:** Fixed density error message for incorrect value ([#5031](https://github.com/material-components/material-components-web/issues/5031)) ([3d9cf0e](https://github.com/material-components/material-components-web/commit/3d9cf0e)) | ||
### Features | ||
* **density:** Add density utility component. ([#4951](https://github.com/material-components/material-components-web/issues/4951)) ([50b18d6](https://github.com/material-components/material-components-web/commit/50b18d6)) | ||
# [4.0.0-canary.1](https://github.com/material-components/material-components-web/compare/v3.1.1...v4.0.0-canary.1) (2019-09-09) | ||
### Bug Fixes | ||
* **button:** Replace density sets with min & max scales ([#5015](https://github.com/material-components/material-components-web/issues/5015)) ([38fb436](https://github.com/material-components/material-components-web/commit/38fb436)) | ||
* **density:** Fixed density error message for incorrect value ([#5031](https://github.com/material-components/material-components-web/issues/5031)) ([3d9cf0e](https://github.com/material-components/material-components-web/commit/3d9cf0e)) | ||
### Features | ||
* **density:** Add density utility component. ([#4951](https://github.com/material-components/material-components-web/issues/4951)) ([50b18d6](https://github.com/material-components/material-components-web/commit/50b18d6)) | ||
# [4.0.0-canary.0](https://github.com/material-components/material-components-web/compare/v3.1.1...v4.0.0-canary.0) (2019-09-05) | ||
@@ -8,0 +42,0 @@ |
{ | ||
"name": "@material/density", | ||
"description": "Density utilities for Material Components for the web", | ||
"version": "4.0.0-canary.0", | ||
"version": "4.0.0-canary.1", | ||
"license": "MIT", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a9e69493144f4246efe28a958126afc2fedebd60" | ||
"gitHead": "edc72a4d7d6a61d61620fd05a80e2491e518bccf" | ||
} |
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
14683