material-components-web icon indicating copy to clipboard operation
material-components-web copied to clipboard

Modular and customizable Material Design UI components for the web

Results 224 material-components-web issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.10.0 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [parse-path](https://github.com/IonicaBizau/parse-path) to 7.0.0 and updates ancestor dependency [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna). These dependencies need to be updated together. Updates `parse-path` from 4.0.1 to 7.0.0 Release notes Sourced from parse-path's releases. 7.0.0 Add...

dependencies

## Bug report I want to use the packages in a ES6 environment without a bundler, but only using a importmap. This would work, but all your packages contain imports...

bug

Bumps [webpack](https://github.com/webpack/webpack) from 4.35.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies

Bumps [socket.io](https://github.com/socketio/socket.io) to 4.7.5 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io` from 2.1.1 to 4.7.5 Release notes Sourced from socket.io's releases. 4.7.5 Bug...

dependencies

Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `ws` from 3.3.3 to 8.17.1 Release notes Sourced from ws's releases. 8.17.1 Bug...

dependencies

Bumps [socket.io-parser](https://github.com/Automattic/socket.io-parser) to 4.2.4 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io-parser` from 3.2.0 to 4.2.4 Release notes Sourced from socket.io-parser's releases. 4.2.4 Bug...

dependencies

## Bug report Compiling with "sass": "^1.77.8" produces a lot of deprecation warnings ```log Module Warning (from ../../node_modules/sass-loader/dist/cjs.js): Deprecation Warning on line 168, column 4 of file:///C:/Dev/Dynamik/github/verdipapir/Gui/node_modules/@material/button/_button-base.scss:168:4: Sass's behavior for...

bug

* Added element cache to MDCList listElements getter This fixes performance of complexity O(n^2) operations which call listElements() within a loop. See [MDCListFoundation.getSelectedIndexFromDOM](https://github.com/material-components/material-components-web/blob/9290bd3b0b919a022d6ff0cfd1c27bb66f7fd44b/packages/mdc-list/foundation.ts#L199) which becomes noticeably slow once a list...