svelte-select
Advanced tools
Comparing version 3.0.2 to 3.1.0
# svelte-select changelog | ||
## 3.1.0 | ||
* added prop listAutoWidth - List width will grow wider than the Select container (depending on list item content length) | ||
* README updated | ||
## 3.0.2 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "svelte-select", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"repository": "https://rob-balfre@github.com/rob-balfre/svelte-select.git", | ||
@@ -5,0 +5,0 @@ "description": "A <Select> component for Svelte apps", |
@@ -74,2 +74,3 @@ # svelte-select | ||
| inputAttributes | Object | - | Pass in attributes like 'id' to the Select input, for example {id: 'Food Selection', foo: 'something'} | ||
| listAutoWidth | Boolean | true | List width will grow wider than the Select container (depending on list item content length) | ||
@@ -76,0 +77,0 @@ ### Styling |
Sorry, the diff of this file is too big to display
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
269742
5709
165