svelte-select
Advanced tools
Comparing version 3.2.0 to 3.3.0
# svelte-select changelog | ||
## 3.3.0 | ||
* Thanks to @jackc for this update... Added itemFilter method | ||
## 3.2.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "svelte-select", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"repository": "https://rob-balfre@github.com/rob-balfre/svelte-select.git", | ||
@@ -5,0 +5,0 @@ "description": "A <Select> component for Svelte apps", |
@@ -58,2 +58,3 @@ # svelte-select | ||
| isVirtualList | Boolean | false | Uses [svelte-virtual-list](https://github.com/sveltejs/svelte-virtual-list) to render list (experimental) | ||
| itemFilter | Function | (label, filterText, option) => label.toLowerCase().includes(filterText.toLowerCase()) | Item filter function | ||
| groupBy | Function | - | Function to group list items | ||
@@ -60,0 +61,0 @@ | groupFilter | Function | (groups) => groups | Group filter function |
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
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
270384
5715
168