@smui/linear-progress
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [3.1.0](https://github.com/hperrin/svelte-material-ui/compare/v3.0.3...v3.1.0) (2021-04-22) | ||
### Features | ||
* update to MDC 11, new fullscreen dialogs ([ee962bc](https://github.com/hperrin/svelte-material-ui/commit/ee962bc9cd654423322330a7f786ce2c350e3e49)) | ||
### Reverts | ||
* Revert "v3.1.0" ([ade5890](https://github.com/hperrin/svelte-material-ui/commit/ade589069db4f68f21815138dfc86805bac11774)) | ||
## [3.0.2](https://github.com/hperrin/svelte-material-ui/compare/v3.0.1...v3.0.2) (2021-04-21) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@smui/linear-progress", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Svelte Material UI - Linear Progress", | ||
@@ -33,4 +33,4 @@ "type": "module", | ||
"dependencies": { | ||
"@material/linear-progress": "^10.0.0", | ||
"@smui/common": "^3.0.2" | ||
"@material/linear-progress": "^11.0.0", | ||
"@smui/common": "^3.1.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c8a34d0b6e17873e0654a3098226e5c3c18d82ef" | ||
"gitHead": "d67e50ef816785bd88a6eed400e0b5eb7ea49841" | ||
} |
@@ -58,2 +58,2 @@ # Svelte Material UI - Linear Progress | ||
See [Linear Progress](https://github.com/material-components/material-components-web/tree/v10.0.0/packages/mdc-linear-progress) in MDC-Web for information about the upstream library's architecture. | ||
See [Linear Progress](https://github.com/material-components/material-components-web/tree/v11.0.0/packages/mdc-linear-progress) in MDC-Web for information about the upstream library's architecture. |
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
37279
255
+ Added@material/animation@11.0.0(transitive)
+ Added@material/base@11.0.0(transitive)
+ Added@material/linear-progress@11.0.0(transitive)
+ Added@material/progress-indicator@11.0.0(transitive)
+ Added@material/rtl@11.0.0(transitive)
+ Added@material/theme@11.0.0(transitive)
- Removed@material/animation@10.0.0(transitive)
- Removed@material/base@10.0.0(transitive)
- Removed@material/feature-targeting@10.0.0(transitive)
- Removed@material/linear-progress@10.0.0(transitive)
- Removed@material/progress-indicator@10.0.0(transitive)
- Removed@material/rtl@10.0.0(transitive)
- Removed@material/theme@10.0.0(transitive)
- Removedtslib@1.14.1(transitive)
Updated@smui/common@^3.1.0