@material/theme
Advanced tools
Comparing version 5.0.0-canary.b5eb51e94.0 to 5.0.0-canary.e89750dc7.0
@@ -6,4 +6,13 @@ # Change Log | ||
# [5.0.0-canary.b5eb51e94.0](https://github.com/material-components/material-components-web/compare/v4.0.0...v5.0.0-canary.b5eb51e94.0) (2019-11-07) | ||
# [5.0.0-canary.e89750dc7.0](https://github.com/material-components/material-components-web/compare/v4.0.0...v5.0.0-canary.e89750dc7.0) (2019-11-27) | ||
**Note:** Version bump only for package @material/theme | ||
### Bug Fixes | ||
* Remove edge detection for CSS custom properties ([#5264](https://github.com/material-components/material-components-web/issues/5264)) ([fe444ac](https://github.com/material-components/material-components-web/commit/fe444ac)) | ||
* **checkbox:** Disabled state colors in IE11 high contrast mode ([#5263](https://github.com/material-components/material-components-web/issues/5263)) ([d6a1d4b](https://github.com/material-components/material-components-web/commit/d6a1d4b)) | ||
### BREAKING CHANGES | ||
* Removed `$edgeOptOut` option from `mdc-theme-prop()` Sass mixin. |
{ | ||
"name": "@material/theme", | ||
"description": "The Material Components for the web theming system", | ||
"version": "5.0.0-canary.b5eb51e94.0", | ||
"version": "5.0.0-canary.e89750dc7.0", | ||
"license": "MIT", | ||
@@ -17,5 +17,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/feature-targeting": "5.0.0-canary.b5eb51e94.0" | ||
"@material/feature-targeting": "5.0.0-canary.e89750dc7.0" | ||
}, | ||
"gitHead": "7e8d43f563cf6b162c2aed47d2a006564994e4d2" | ||
"gitHead": "2a166b3e817207f685f4b112635eeb21f5ef0789" | ||
} |
@@ -107,3 +107,3 @@ <!--docs: | ||
--- | --- | ||
`mdc-theme-prop($property, $style, $important, $edgeOptOut)` | Applies a theme color or a custom color to a CSS property, optionally with `!important`. If `$edgeOptOut` is `true` and a theme color is passed, the style will be wrapped in a `@supports` clause to exclude the style in Edge to avoid issues with its buggy CSS variable support. | ||
`mdc-theme-prop($property, $style, $important)` | Applies a theme color or a custom color to a CSS property, optionally with `!important`. | ||
@@ -110,0 +110,0 @@ #### `mdc-theme-prop` Properties |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
62730
+ Added@material/feature-targeting@5.0.0-canary.e89750dc7.0(transitive)
- Removed@material/feature-targeting@5.0.0-canary.b5eb51e94.0(transitive)