- Added showIndicator prop - thanks to @oharsta
- Fix for containerClasses repeating
- Added containerClasses prop - thanks to @0xCAP
- Fix for loadOptions with items opening list by default
- Fix for groupHeader selection on enter - thanks to @KiwiJuicer
- Added new CSS vars for groupTitleFontWeight, groupItemPaddingLeft and itemColor - thanks to @john-trieu-nguyen
- CSS vars padding default fix
- CSS vars typo fix
- Added CSS vars for input padding and left
- Added Icon and showChevron props
- Bumped version of Svelte to 3.19.1 and fixed up some tests
- Virtual list height fix
- Thanks for @jpz for this update... Fix input blurring issue when within shadow DOM
- MS Edge fix: Replaced object literal spreading
- Fix for fix for a fix for IE11 disable input fix 😿
- Fix for a fix for IE11 disable input fix (don't code tired!)
- IE11 disable input fix
- Thanks to @jackc for this update... Added itemFilter method
- List will now close if active item gets selected
- Thanks to @dimfeld for these updates...
- Removing unused properties from List.svelte
- Fix handling of console message type "warning"
- README updated for Sapper SSR
- added prop listAutoWidth - List width will grow wider than the Select container (depending on list item content length)
- README updated
- selectedValue that are strings now look-up and set correct value
- README / demo updates
- Item created bug fix
- Virtual list scroll fix
- Breaking change: isCreatable refactor
- getCreateLabel has been removed
- If using isCreatable and custom list or item components would need to implement filterText prop
- CSS vars for theme control
- Clear event improved for multi-select support
- Grouping improvements
- Svelte v3 upgrade bug fixes
- allow html content in multi selection
- CSS height bug fix
- Fix for Async loading (again)
- Nothing, just npm being weird!
- Upgrade to Svelte v3
- Added isCreatable
- Fix for Async loading
- Security patch
- Disabled colour values updated
- Fix for destroy method
- Fix for isOutOfViewport.js import typo
- Moved svelte-virtual-list into source
- Fix for svelte-virtual-list
- Multi-select bug fixes
- Added hasError prop and styles
- Added isVirtualList prop (Experimental)
- Added menuPlacement
- isMulti on:select bug fix
- Set background default to #fff
- Only fire select event when a new item is selected
- Removed unused class causing warnings
- README typo
- Reset highlighted item index to 0 when list updates or filters
- Fix for npm publish missing a file
- Added events for select and clear
- Updated README
- Added tests
- Added hideEmptyState
- Updated README
- Added tests
- Updated README
- Updated filtering with loadOptions
- LeftArrow and RightArrow now remove highlight from list items
- Added tests
- Updated examples
- Updated README
- Added Async (loadOptions)
- Added noOptionsMessage
- Bug fixes
- Updated examples
- Updated README
- Added Multi-select
- Added Grouping
- IE11 support
- First release