@material/touch-target
Advanced tools
Comparing version 5.0.0-canary.491fddc31.0 to 5.0.0-canary.525989b5d.0
@@ -6,7 +6,17 @@ # Change Log | ||
# [5.0.0-canary.491fddc31.0](https://github.com/material-components/material-components-web/compare/v4.0.0...v5.0.0-canary.491fddc31.0) (2019-11-08) | ||
# [5.0.0-canary.525989b5d.0](https://github.com/material-components/material-components-web/compare/v4.0.0...v5.0.0-canary.525989b5d.0) (2019-11-14) | ||
### Code Refactoring | ||
* **touchtarget:** Rename mdc-touch-target-component => mdc… ([#5245](https://github.com/material-components/material-components-web/issues/5245)) ([afe0dd1](https://github.com/material-components/material-components-web/commit/afe0dd1)) | ||
### Features | ||
* **fab:** Add support for increased touch target to mini FAB. ([#5231](https://github.com/material-components/material-components-web/issues/5231)) ([0c4d8f3](https://github.com/material-components/material-components-web/commit/0c4d8f3)) | ||
### BREAKING CHANGES | ||
* **touchtarget:** Renames mixin from mdc-touch-target-component => mdc-touch-target-margin |
{ | ||
"name": "@material/touch-target", | ||
"description": "Touch target mixins and variables for Material Components for the web", | ||
"version": "5.0.0-canary.491fddc31.0", | ||
"version": "5.0.0-canary.525989b5d.0", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/feature-targeting": "5.0.0-canary.491fddc31.0" | ||
"@material/feature-targeting": "5.0.0-canary.525989b5d.0" | ||
}, | ||
@@ -24,3 +24,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "36ec62985e32e24263ca2d444e04a01d98ba02eb" | ||
"gitHead": "2fcf375cfb22882468cdbfe126d349a996b450ad" | ||
} |
@@ -77,2 +77,2 @@ <!--docs: | ||
`mdc-touch-target` | Applied to the inner touch target element. | ||
`mdc-touch-target-component` | Applied to the component root element. Adds margin to compensate for the increased touch target. | ||
`mdc-touch-target-margin` | Applied to the component root element. Adds margin to compensate for the increased touch target. |
Sorry, the diff of this file is not supported yet
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
10759
+ Added@material/feature-targeting@5.0.0-canary.525989b5d.0(transitive)
- Removed@material/feature-targeting@5.0.0-canary.491fddc31.0(transitive)