@material/linear-progress
Advanced tools
Comparing version 15.0.0-canary.6c265915c.0 to 15.0.0-canary.6f50071e5.0
@@ -6,7 +6,14 @@ # Change Log | ||
# [15.0.0-canary.6c265915c.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.6c265915c.0) (2023-03-09) | ||
# [15.0.0-canary.6f50071e5.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.6f50071e5.0) (2023-04-20) | ||
### Bug Fixes | ||
* **linearprogress:** Fix `track-color` in Theming API ([79b1b61](https://github.com/material-components/material-components-web/commit/79b1b612b9ec10a42caf5946efdead14e44e7f7a)) | ||
* **linearprogress:** Fix buffer dots animation when track height is increased ([0c53abc](https://github.com/material-components/material-components-web/commit/0c53abc81c05b9afecc127380c700c99fac5d2f8)) | ||
* **linearprogress:** Fix missing buffering keyframes ([ea21914](https://github.com/material-components/material-components-web/commit/ea219142617255a2b365823701b6ea43ff9a9611)) | ||
### Features | ||
* **linearprogress:** Added theme mixin that declares custom properties in MDC linear progress ([d25f340](https://github.com/material-components/material-components-web/commit/d25f3404c0a8658f2639cd7845a98aef62063988)) |
{ | ||
"name": "@material/linear-progress", | ||
"description": "The Material Components for the web linear progress indicator component", | ||
"version": "15.0.0-canary.6c265915c.0", | ||
"version": "15.0.0-canary.6f50071e5.0", | ||
"license": "MIT", | ||
@@ -20,9 +20,9 @@ "main": "dist/mdc.linearProgress.js", | ||
"dependencies": { | ||
"@material/animation": "15.0.0-canary.6c265915c.0", | ||
"@material/base": "15.0.0-canary.6c265915c.0", | ||
"@material/dom": "15.0.0-canary.6c265915c.0", | ||
"@material/feature-targeting": "15.0.0-canary.6c265915c.0", | ||
"@material/progress-indicator": "15.0.0-canary.6c265915c.0", | ||
"@material/rtl": "15.0.0-canary.6c265915c.0", | ||
"@material/theme": "15.0.0-canary.6c265915c.0", | ||
"@material/animation": "15.0.0-canary.6f50071e5.0", | ||
"@material/base": "15.0.0-canary.6f50071e5.0", | ||
"@material/dom": "15.0.0-canary.6f50071e5.0", | ||
"@material/feature-targeting": "15.0.0-canary.6f50071e5.0", | ||
"@material/progress-indicator": "15.0.0-canary.6f50071e5.0", | ||
"@material/rtl": "15.0.0-canary.6f50071e5.0", | ||
"@material/theme": "15.0.0-canary.6f50071e5.0", | ||
"tslib": "^2.1.0" | ||
@@ -33,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "2226d2e658d88eace91ac63729977eb6bd7a9af9" | ||
"gitHead": "0a5eb7e7a96b7f207546983c0f79d6fdf23f5228" | ||
} |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
672004
5849
+ Added@material/animation@15.0.0-canary.6f50071e5.0(transitive)
+ Added@material/base@15.0.0-canary.6f50071e5.0(transitive)
+ Added@material/dom@15.0.0-canary.6f50071e5.0(transitive)
+ Added@material/feature-targeting@15.0.0-canary.6f50071e5.0(transitive)
+ Added@material/progress-indicator@15.0.0-canary.6f50071e5.0(transitive)
+ Added@material/rtl@15.0.0-canary.6f50071e5.0(transitive)
+ Added@material/theme@15.0.0-canary.6f50071e5.0(transitive)
- Removed@material/animation@15.0.0-canary.6c265915c.0(transitive)
- Removed@material/base@15.0.0-canary.6c265915c.0(transitive)
- Removed@material/dom@15.0.0-canary.6c265915c.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.6c265915c.0(transitive)
- Removed@material/progress-indicator@15.0.0-canary.6c265915c.0(transitive)
- Removed@material/rtl@15.0.0-canary.6c265915c.0(transitive)
- Removed@material/theme@15.0.0-canary.6c265915c.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.6f50071e5.0
Updated@material/progress-indicator@15.0.0-canary.6f50071e5.0