@material/list
Advanced tools
Comparing version 15.0.0-canary.e8912fd37.0 to 15.0.0-canary.ea2191426.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [15.0.0-canary.e8912fd37.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.e8912fd37.0) (2023-01-26) | ||
# [15.0.0-canary.ea2191426.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.ea2191426.0) (2023-04-11) | ||
@@ -12,6 +12,9 @@ | ||
* **list:** Allow alt + enter to select index for lists. ([113b1a3](https://github.com/material-components/material-components-web/commit/113b1a38e87337fdd00c7495fda3299df2dbc317)) | ||
* **list:** behavior in case of changing focus from -1 to -1 with forceUpdate: true ([ae278a2](https://github.com/material-components/material-components-web/commit/ae278a2fe94fdb8c5d0716fb34cbe84a691d6146)) | ||
* **list:** Fix list leading/trailing icon theming ([36a4cba](https://github.com/material-components/material-components-web/commit/36a4cba9944392b391b86d41405ee21fb97f4c22)) | ||
* **list:** Fixes how list handles `CTRL-A` keyboard interactions for multi-selection lists when there are disabled list items. ([a911b38](https://github.com/material-components/material-components-web/commit/a911b386b2fded69e3468ef42e7ef25eb33fcd70)) | ||
* **list:** Fixing css for calculating `$mdc-list-subheader-margin` param. ([357f2e5](https://github.com/material-components/material-components-web/commit/357f2e5f15f6374c9d93da135a8b070239ba7464)) | ||
* **list:** Initialize selectedIndex as an array for checkbox list ([0347671](https://github.com/material-components/material-components-web/commit/034767110778aab3e5f0a3240937d8a07c21197e)) | ||
* **list:** only set overflow hidden on mdc-list-item--with-leading-image ([033ae08](https://github.com/material-components/material-components-web/commit/033ae083aad9ad4376e64aa328df936c7adb5a32)) | ||
* **list:** rolling back update of list styles since this is causing failures. ([eb103d4](https://github.com/material-components/material-components-web/commit/eb103d4b5d33e0d1535ea28ca0089d2c7002fab6)) | ||
@@ -18,0 +21,0 @@ |
@@ -387,3 +387,4 @@ /** | ||
} | ||
else if ((isEnter || isSpace) && eventHasModifiers([])) { | ||
else if ((isEnter || isSpace) && | ||
(eventHasModifiers([]) || eventHasModifiers(['Alt']))) { | ||
if (isRootListItem) { | ||
@@ -390,0 +391,0 @@ // Return early if enter key is pressed on anchor element which triggers |
{ | ||
"name": "@material/list", | ||
"description": "The Material Components for the web list component", | ||
"version": "15.0.0-canary.e8912fd37.0", | ||
"version": "15.0.0-canary.ea2191426.0", | ||
"license": "MIT", | ||
@@ -20,15 +20,15 @@ "main": "dist/mdc.list.js", | ||
"dependencies": { | ||
"@material/base": "15.0.0-canary.e8912fd37.0", | ||
"@material/density": "15.0.0-canary.e8912fd37.0", | ||
"@material/dom": "15.0.0-canary.e8912fd37.0", | ||
"@material/feature-targeting": "15.0.0-canary.e8912fd37.0", | ||
"@material/ripple": "15.0.0-canary.e8912fd37.0", | ||
"@material/rtl": "15.0.0-canary.e8912fd37.0", | ||
"@material/shape": "15.0.0-canary.e8912fd37.0", | ||
"@material/theme": "15.0.0-canary.e8912fd37.0", | ||
"@material/tokens": "15.0.0-canary.e8912fd37.0", | ||
"@material/typography": "15.0.0-canary.e8912fd37.0", | ||
"@material/base": "15.0.0-canary.ea2191426.0", | ||
"@material/density": "15.0.0-canary.ea2191426.0", | ||
"@material/dom": "15.0.0-canary.ea2191426.0", | ||
"@material/feature-targeting": "15.0.0-canary.ea2191426.0", | ||
"@material/ripple": "15.0.0-canary.ea2191426.0", | ||
"@material/rtl": "15.0.0-canary.ea2191426.0", | ||
"@material/shape": "15.0.0-canary.ea2191426.0", | ||
"@material/theme": "15.0.0-canary.ea2191426.0", | ||
"@material/tokens": "15.0.0-canary.ea2191426.0", | ||
"@material/typography": "15.0.0-canary.ea2191426.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "72b44fe55689bb591aeaddf242920ba73a6e5bb6" | ||
"gitHead": "8723a8c5fa13530d57b1651464ec28e9ed1d4bb2" | ||
} |
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
Sorry, the diff of this file is too big to display
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 too big to display
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
1764524
12675
+ Added@material/animation@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/base@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/density@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/dom@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/elevation@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/feature-targeting@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/ripple@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/rtl@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/shape@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/theme@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/tokens@15.0.0-canary.ea2191426.0(transitive)
+ Added@material/typography@15.0.0-canary.ea2191426.0(transitive)
- Removed@material/animation@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/base@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/density@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/dom@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/elevation@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/ripple@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/rtl@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/shape@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/theme@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/tokens@15.0.0-canary.e8912fd37.0(transitive)
- Removed@material/typography@15.0.0-canary.e8912fd37.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.ea2191426.0