@smui/menu-surface
Advanced tools
Comparing version 6.0.0-beta.16 to 6.0.0
@@ -6,2 +6,16 @@ # Change Log | ||
# [6.0.0](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.16...v6.0.0) (2022-07-23) | ||
### Bug Fixes | ||
* resolved "max height" typo in menu-surface ([b5f334f](https://github.com/hperrin/svelte-material-ui/commit/b5f334f47a9cbefc1a1cf6ef00f30e02dff6dc7a)) | ||
* set menu surface max height if it changes to zero after initialization ([563163a](https://github.com/hperrin/svelte-material-ui/commit/563163a45bc45d2d0c640d1f3ede32de38e2da5b)) | ||
* update sveltekit and fix package.json ([9dfb3d0](https://github.com/hperrin/svelte-material-ui/commit/9dfb3d03209d62c9a9febf49fff884df3ba96964)), closes [#425](https://github.com/hperrin/svelte-material-ui/issues/425) | ||
* upgrade packages and fix issues with new versions ([67f45cc](https://github.com/hperrin/svelte-material-ui/commit/67f45cc6bd628bd772c8717d20c0699be08e5d0d)) | ||
# [6.0.0-beta.16](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.15...v6.0.0-beta.16) (2022-04-11) | ||
@@ -8,0 +22,0 @@ |
{ | ||
"name": "@smui/menu-surface", | ||
"version": "6.0.0-beta.16", | ||
"version": "6.0.0", | ||
"description": "Svelte Material UI - Menu Surface", | ||
@@ -43,13 +43,13 @@ "type": "module", | ||
"@material/menu-surface": "^13.0.0", | ||
"@smui/common": "^6.0.0-beta.16", | ||
"svelte2tsx": "^0.5.5" | ||
"@smui/common": "^6.0.0", | ||
"svelte2tsx": "^0.5.12" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/svelte": "^3.0.0", | ||
"sass": "^1.49.9", | ||
"sass": "^1.54.0", | ||
"svelte-strip": "^1.0.1", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.6.2" | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
"gitHead": "5c4437761e9b7231457214920367a4feec445e5d" | ||
"gitHead": "06abfba3b8b5464383612c05c4b4ef75c897cd3c" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
65995
2
197
Updated@smui/common@^6.0.0
Updatedsvelte2tsx@^0.5.12