@smui/select
Advanced tools
Comparing version 7.0.0-beta.9 to 7.0.0-beta.10
@@ -6,2 +6,22 @@ # Change Log | ||
# [7.0.0-beta.10](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.9...v7.0.0-beta.10) (2023-06-28) | ||
### Bug Fixes | ||
* import ambient types from index files for ts event support ([d62e12c](https://github.com/hperrin/svelte-material-ui/commit/d62e12c212e0fd1ba24d3a4e2af0a4279dc28e5e)) | ||
* move from prop_def to ComponentProps ([191126e](https://github.com/hperrin/svelte-material-ui/commit/191126efb1fa4dc55fdcd0deb3d64080e57374e6)) | ||
* reference ambient types instead of importing them ([2d1193c](https://github.com/hperrin/svelte-material-ui/commit/2d1193cc615060c95fb6965cc10b758af9f92e55)) | ||
* suppress typescript issues with importing svelte internals ([985183c](https://github.com/hperrin/svelte-material-ui/commit/985183ce19213580be9dafd249deefcc82dc3679)) | ||
### Features | ||
* migration to Svelte 4 in components ([51d2411](https://github.com/hperrin/svelte-material-ui/commit/51d2411a5630ca5511ad9e79a2f333339998f939)) | ||
* use new generics definitions for better typing of components with tag prop ([4476f3a](https://github.com/hperrin/svelte-material-ui/commit/4476f3ab3b77df32b53b610c4ce2ecdc3b0fcd96)) | ||
# [7.0.0-beta.9](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2023-06-20) | ||
@@ -8,0 +28,0 @@ |
@@ -0,1 +1,2 @@ | ||
/// <reference types="./ambient-select" /> | ||
import Select from './Select.svelte'; | ||
@@ -2,0 +3,0 @@ import Option from './Option.svelte'; |
{ | ||
"name": "@smui/select", | ||
"version": "7.0.0-beta.9", | ||
"version": "7.0.0-beta.10", | ||
"description": "Svelte Material UI - Select", | ||
@@ -63,10 +63,10 @@ "type": "module", | ||
"@material/theme": "^14.0.0", | ||
"@smui/common": "^7.0.0-beta.9", | ||
"@smui/floating-label": "^7.0.0-beta.9", | ||
"@smui/line-ripple": "^7.0.0-beta.9", | ||
"@smui/list": "^7.0.0-beta.9", | ||
"@smui/menu": "^7.0.0-beta.9", | ||
"@smui/menu-surface": "^7.0.0-beta.9", | ||
"@smui/notched-outline": "^7.0.0-beta.9", | ||
"@smui/ripple": "^7.0.0-beta.9", | ||
"@smui/common": "^7.0.0-beta.10", | ||
"@smui/floating-label": "^7.0.0-beta.10", | ||
"@smui/line-ripple": "^7.0.0-beta.10", | ||
"@smui/list": "^7.0.0-beta.10", | ||
"@smui/menu": "^7.0.0-beta.10", | ||
"@smui/menu-surface": "^7.0.0-beta.10", | ||
"@smui/notched-outline": "^7.0.0-beta.10", | ||
"@smui/ripple": "^7.0.0-beta.10", | ||
"svelte2tsx": "^0.6.15" | ||
@@ -82,3 +82,3 @@ }, | ||
}, | ||
"gitHead": "3e38dc5b1a15551e4d72b091f2a2a56ea951281b" | ||
"gitHead": "874875e3455a21a6620d596a28311b8555b76f45" | ||
} |
@@ -0,1 +1,3 @@ | ||
/// <reference types="./ambient-select" /> | ||
import Select from './Select.svelte'; | ||
@@ -2,0 +4,0 @@ |
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
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
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
699383
16080
+ Addedsvelte2tsx@0.7.26(transitive)
+ Addedtypescript@5.6.3(transitive)
- Removedsvelte2tsx@0.7.28(transitive)
- Removedtypescript@5.7.2(transitive)
Updated@smui/common@^7.0.0-beta.10
Updated@smui/list@^7.0.0-beta.10
Updated@smui/menu@^7.0.0-beta.10
Updated@smui/ripple@^7.0.0-beta.10