Skip to content

Commit

Permalink
Fix beta merge conflict (#64)
Browse files Browse the repository at this point in the history
* 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
6 people committed Dec 7, 2022
1 parent 9c7c731 commit d511f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## Installation

```bash
npm install @singularit/multiselect
npm install @singularit/multiselect@beta
```


Expand Down

0 comments on commit d511f4f

Please sign in to comment.