@material/list
Advanced tools
Comparing version 4.0.0-canary.199534d61.0 to 4.0.0-canary.22d7ad2fb.0
@@ -6,2 +6,25 @@ # Change Log | ||
# [4.0.0-canary.22d7ad2fb.0](https://github.com/material-components/material-components-web/compare/v3.2.0...v4.0.0-canary.22d7ad2fb.0) (2019-10-15) | ||
### Bug Fixes | ||
* **list:** Add #adapter.listItemAtIndexHasClass to prevent user state change to disabled items ([#4922](https://github.com/material-components/material-components-web/issues/4922)) ([b6d213c](https://github.com/material-components/material-components-web/commit/b6d213c)) | ||
### Features | ||
* **list:** Add density mixin to list ([#5069](https://github.com/material-components/material-components-web/issues/5069)) ([5132f89](https://github.com/material-components/material-components-web/commit/5132f89)) | ||
* **list:** Add mixin for disabled text opacity ([#4861](https://github.com/material-components/material-components-web/issues/4861)) ([d68f8a7](https://github.com/material-components/material-components-web/commit/d68f8a7)) | ||
### BREAKING CHANGES | ||
* **list:** New adapter method listItemAtIndexHasClass | ||
* **list:** Renamed mixin `mdc-list-item-shape-radius()` => `mdc-list-single-line-shape-radius()` | ||
# [4.0.0-canary.199534d61.0](https://github.com/material-components/material-components-web/compare/v3.2.0...v4.0.0-canary.199534d61.0) (2019-09-27) | ||
@@ -8,0 +31,0 @@ |
{ | ||
"name": "@material/list", | ||
"description": "The Material Components for the web list component", | ||
"version": "4.0.0-canary.199534d61.0", | ||
"version": "4.0.0-canary.22d7ad2fb.0", | ||
"license": "MIT", | ||
@@ -21,14 +21,14 @@ "main": "dist/mdc.list.js", | ||
"dependencies": { | ||
"@material/base": "^4.0.0-canary.199534d61.0", | ||
"@material/density": "^4.0.0-canary.199534d61.0", | ||
"@material/dom": "^4.0.0-canary.199534d61.0", | ||
"@material/feature-targeting": "^4.0.0-canary.199534d61.0", | ||
"@material/ripple": "^4.0.0-canary.199534d61.0", | ||
"@material/rtl": "^4.0.0-canary.199534d61.0", | ||
"@material/shape": "^4.0.0-canary.199534d61.0", | ||
"@material/theme": "^4.0.0-canary.199534d61.0", | ||
"@material/typography": "^4.0.0-canary.199534d61.0", | ||
"@material/base": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/density": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/dom": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/feature-targeting": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/ripple": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/rtl": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/shape": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/theme": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/typography": "^4.0.0-canary.22d7ad2fb.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "c35810420b70c99e38a1438e1fd44e4bb84e21be" | ||
"gitHead": "bdc05bd56f8cbc11face1f0f2787fdb17f450fe3" | ||
} |
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
456597
3591