@smui-extra/accordion
Advanced tools
Comparing version 6.0.0-beta.7 to 6.0.0-beta.8
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.0.0-beta.8](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.7...v6.0.0-beta.8) (2021-12-14) | ||
### Features | ||
* extending accordion panels, better animation, better mobile styling ([635da12](https://github.com/hperrin/svelte-material-ui/commit/635da12815ebcf122a5616ebcda6665687dd73b9)) | ||
# [6.0.0-beta.7](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.6...v6.0.0-beta.7) (2021-12-14) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui-extra/accordion", | ||
"version": "6.0.0-beta.7", | ||
"version": "6.0.0-beta.8", | ||
"description": "Svelte Material UI - Accordion", | ||
@@ -39,2 +39,3 @@ "type": "module", | ||
"dependencies": { | ||
"@material/animation": "^13.0.0", | ||
"@material/elevation": "^13.0.0", | ||
@@ -45,5 +46,5 @@ "@material/feature-targeting": "^13.0.0", | ||
"@material/typography": "^13.0.0", | ||
"@smui/common": "^6.0.0-beta.7", | ||
"@smui/paper": "^6.0.0-beta.7", | ||
"@smui/ripple": "^6.0.0-beta.7", | ||
"@smui/common": "^6.0.0-beta.8", | ||
"@smui/paper": "^6.0.0-beta.8", | ||
"@smui/ripple": "^6.0.0-beta.8", | ||
"svelte2tsx": "^0.4.11" | ||
@@ -58,3 +59,3 @@ }, | ||
}, | ||
"gitHead": "900906aa7161f2f8154ac9e1a6370ccc619956c0" | ||
"gitHead": "f2e069c2dce04d9fdd5d2ae5c322aac58ca8b802" | ||
} |
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
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
106234
1149
10
+ Added@material/animation@^13.0.0
Updated@smui/common@^6.0.0-beta.8
Updated@smui/paper@^6.0.0-beta.8
Updated@smui/ripple@^6.0.0-beta.8