Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: remove develop from release config * ci: fix missing `npx` * polish: remove css stylesheet because it's never used * style: rework styling a little to make external customization easier * test: adapt tests to styling changes * docs: adapt docs to styling changes * feature: add types to build * feat: add types to build * fix: missing types * fix: build Multiselect types correctly (#39) * fix some infinite scroll issues (#54) (#55) * fix: loadMore is only emitted once * fix: multiselect isn't cleared if options are removed in infinite mode * fix: don't emit 'loadMore' if options are currently loading * feat: performance rework * fix: if-condition * fix: remember selected options in infinite mode * chore: remove duplicate code * chore: remove unnecessary comments Co-authored-by: Merlin Flach <merlin.flach@singular-it.de> Co-authored-by: Merlin Flach <merlin.flach@singular-it.de> * Revert "fix some infinite scroll issues (#54) (#55)" (#56) This reverts commit 618dde0. * fix some infinite scroll issues (#54) (#57) * fix: loadMore is only emitted once * fix: multiselect isn't cleared if options are removed in infinite mode * fix: don't emit 'loadMore' if options are currently loading * feat: performance rework * fix: if-condition * fix: remember selected options in infinite mode * chore: remove duplicate code * chore: remove unnecessary comments Co-authored-by: Merlin Flach <merlin.flach@singular-it.de> Co-authored-by: Moerlin1337 <105291378+Moerlin1337@users.noreply.github.com> Co-authored-by: Merlin Flach <merlin.flach@singular-it.de> * fix: bump version (#60) * fix some infinite scroll issues (#54) * fix: loadMore is only emitted once * fix: multiselect isn't cleared if options are removed in infinite mode * fix: don't emit 'loadMore' if options are currently loading * feat: performance rework * fix: if-condition * fix: remember selected options in infinite mode * chore: remove duplicate code * chore: remove unnecessary comments Co-authored-by: Merlin Flach <merlin.flach@singular-it.de> * feat: performance adjustments * fix: bump version (#59) Co-authored-by: Merlin Flach <merlin.flach@singular-it.de> Co-authored-by: Moerlin1337 <105291378+Moerlin1337@users.noreply.github.com> Co-authored-by: Merlin Flach <merlin.flach@singular-it.de> Co-authored-by: Robin Kehl <robin.kehl@singular-it.de> Co-authored-by: OrbisK <37191683+OrbisK@users.noreply.github.com> Co-authored-by: Merlin Flach <merlin.flach@singular-it.de> Co-authored-by: Moerlin1337 <105291378+Moerlin1337@users.noreply.github.com> Co-authored-by: Tim Streicher <tim.streicher@singular-it.de>
- Loading branch information