@smui/slider
Advanced tools
Comparing version 3.0.3 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.3](https://github.com/hperrin/svelte-material-ui/compare/v3.0.2...v3.0.3) (2021-04-22) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@smui/slider", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "Svelte Material UI - Slider", | ||
@@ -33,6 +33,6 @@ "type": "module", | ||
"dependencies": { | ||
"@material/dom": "^10.0.0", | ||
"@material/slider": "^10.0.0", | ||
"@smui/common": "^3.0.2", | ||
"@smui/ripple": "^3.0.3" | ||
"@material/dom": "^11.0.0", | ||
"@material/slider": "^11.0.0", | ||
"@smui/common": "^3.1.0", | ||
"@smui/ripple": "^3.1.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "61986e7ac1f6d27ace5082198d0746f7196fa461" | ||
"gitHead": "d67e50ef816785bd88a6eed400e0b5eb7ea49841" | ||
} |
@@ -41,2 +41,2 @@ # Svelte Material UI - Slider | ||
See [Slider](https://github.com/material-components/material-components-web/tree/v10.0.0/packages/mdc-slider) in MDC-Web for information about the upstream library's architecture. | ||
See [Slider](https://github.com/material-components/material-components-web/tree/v11.0.0/packages/mdc-slider) in MDC-Web for information about the upstream library's architecture. |
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
59847
627
+ Added@material/elevation@11.0.0(transitive)
+ Added@material/rtl@11.0.0(transitive)
+ Added@material/slider@11.0.0(transitive)
+ Added@material/typography@11.0.0(transitive)
- Removed@material/animation@10.0.0(transitive)
- Removed@material/base@10.0.0(transitive)
- Removed@material/dom@10.0.0(transitive)
- Removed@material/elevation@10.0.0(transitive)
- Removed@material/feature-targeting@10.0.0(transitive)
- Removed@material/ripple@10.0.0(transitive)
- Removed@material/rtl@10.0.0(transitive)
- Removed@material/slider@10.0.0(transitive)
- Removed@material/theme@10.0.0(transitive)
- Removed@material/typography@10.0.0(transitive)
- Removedtslib@1.14.1(transitive)
Updated@material/dom@^11.0.0
Updated@material/slider@^11.0.0
Updated@smui/common@^3.1.0
Updated@smui/ripple@^3.1.0