Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/orchidjs/tom-select

Tom Select is a lightweight (~16kb gzipped) hybrid of a textbox and select box. Forked from selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation. Useful for tagging, contact lists, etc.
https://github.com/orchidjs/tom-select

bootstrap 5 input-group styles. Fixes #91

a6677e349c25cd5a6833a7e2b7cd273849c84137 authored over 3 years ago
ability to override themes list

eb57fc120d9e3f3a6c9f419ce809858437f90c9d authored over 3 years ago
bootstrap5 form-control-lg and form-control-sm for #90

6ac11ce29369b473aef2a80941574a7d2f3b9d95 authored over 3 years ago
document firstUrl()

377f1923c224d35158c1e91662eb141e94b688d9 authored over 3 years ago
use -md- col for remote demo

24541b7bdddcf2a3fdf066a1c51d4ff1e8400414 authored over 3 years ago
custom build via npm run

8ef35df790ea6928d2ae48229e322403df7b5608 authored over 3 years ago
fix overly-greedy active_option adjustment

4168af1a127570349840b4b0d35b12203e284863 authored over 3 years ago
getOption() and getItem() as shortcuts to rendered('option') and rendered('item')

57ad20433647f782b48f95eec0f6a17afd952b2c authored over 3 years ago
option node may not exist in updateOption()

1b51d9cf2c0ef7752a230207913bf8735d3a94b3 authored over 3 years ago
updateOption() replaces option node without calling refreshOptions()

b54c708fa6c91b574644e7bfbdf5f9d1759632ce authored over 3 years ago
remove stray variable

f68d920f317e8255a86a2696ea1f96c3c797df7a authored over 3 years ago
track which duplicate is active, unique id for cloned nodes

c93a6d7b19cc5f2888d94d50cfe9677882e2ddc4 authored over 3 years ago
refreshOptions should remember exact active_option

296bcb77cf4e350a2a26c11a4608369c76f3b86d authored over 3 years ago
Removing options from DOM should happen before emptying renderCache

4d43b54acf4728bf740737460fde99bbcd7a0250 authored over 3 years ago
Add rendered() to consolidate duplicate code

613c5fd93a41f897ad2ce224f6d58c1419e7fec8 authored over 3 years ago
move dropdown scrolling logic to scrollToOption()

91c09933969d41344b77999f275c6c7d43fd779c authored over 3 years ago
remove unused variables

bfac4d76efe514e6964c260033c13c175fcc9b0e authored over 3 years ago
setActiveOption() should be after open() to ensure scrolling. fixes #88

79f601796c112d5156eadba3c7a8eed95f8454fb authored over 3 years ago
add .editorconfig

160350b2ba088a032a47bbc9831a5e289bde05f4 authored over 3 years ago
spelling

3ae89793f4bee8295d04128edcc5416cef5fc0b5 authored over 3 years ago
hidden input shouldn't make select area taller on narrow screens. fixes #85

69112f682200c13ae120904b361955e1d5544147 authored over 3 years ago
disabled select should be grayed out. fixes #86

c9e436e47925cdbdd3d6be63bb6d640083271619 authored over 3 years ago
clearCache() and clearCache('option') should remove option from DOM. #87

acc71f1fed2ea9f7418d55950e3a67fa1e786618 authored over 3 years ago
updateOption() and removeOption() should remove option from DOM. #87

28aa87985715fd1eae5ba568e74f24d8e2dde338 authored over 3 years ago
v1.7.0 Release

8c9fd3d2c05531dd4d78684411c41e1b648bd93b authored over 3 years ago
should toggle dropdown when clicking item in single mode

7287675ff70a1f31d4b202454d0b5dc837a0843c authored over 3 years ago
drag-drop examples need jquery

8d5c9b66c453d7382b37c65bd8f2883297fafaa6 authored over 3 years ago
wording

dd3d673f9755235d9649ac3246123d53ee1f2e38 authored over 3 years ago
Merge branch 'virtual_scroll'

38a4a1916435b2190f8733a1ba41beddf5b51489 authored over 3 years ago
expand paste test

0bf4155bd42a929d0a643e434ea397ae57d3df62 authored over 3 years ago
fix typescript notices

7c9b3dcc0119263cf16a08ff74cea02be0febd9f authored over 3 years ago
use escape_regex() from sifter

7ffe06aab71f8851229c7750df33d9413860e731 authored over 3 years ago
add test for onPaste

3f0f051417d6c406ffe7815d133b42430a6f8228 authored over 3 years ago
use dropdown click event for onOptionSelect instead of mousedown

e8549553c34a8b3a622712288993a7dc73695ea4 authored over 3 years ago
remove deprecated onSearchChange and onOptionHover

25accafba3b5a7bb64b1267cc110dc01d908951d authored over 3 years ago
clicking control should toggle

7ca9a802dc8678e254c156a02b08fe9356e438f9 authored over 3 years ago
add test: clearActiveItem on click

4c0bf7adfaf610fb7161dd0edd27b82529347f9e authored over 3 years ago
less jquery in tests

f503e94667922bc53b1172e783545a8d0d783edc authored over 3 years ago
expand typing in input tests

f26af837eb8f19b6b45a553a5ffcad519468c03f authored over 3 years ago
use click() instead of syn.click()

75fad01861593f3ba1f37b918ec919acf8a1fbad authored over 3 years ago
tests: setActiveItem() after click, use native click instead of syn

9fbefe09115535e621bb51b1e80cfccbc4cbcb0d authored over 3 years ago
consolidate open dropdown & close dropdown tests

fbc5588f001b140e5882410b57a97b97054e2e92 authored over 3 years ago
Merge branch 'master' into virtual_scroll

189decb4fb9ade24b8dfa7e1b919dd169f6aa832 authored over 3 years ago
get option from cache if not in dropdown (test added)

1f7b805f9270ee4b2c462df0333c83c4a1fc52da authored over 3 years ago
querySelector for getItem(), getElementWithValue() no longer needed

1bf49e5cc3eaf96c1d9b5c390e3b16900a16bb3f authored over 3 years ago
getOption should respect duplicates and get first option with value

d97fe8b1e2029c47aea06ad6135b91624720e7ce authored over 3 years ago
activeOption should reflect value of single mode select

7b106deacb54fd7b24eaa8993be59a7490118b3e authored over 3 years ago
fix 'implicitly using "default" export mode' rollup notice

f247f7e72b06df651e8a89c5bfa940a9f06ea124 authored over 3 years ago
fix "Missing global variable name" notice from rollup

736ca2d03cf082a8359b84705df7024dbc70a92c authored over 3 years ago
Merge pull request #79 from orchidjs/dependabot/npm_and_yarn/rollup/plugin-commonjs-19.0.0

Bump @rollup/plugin-commonjs from 18.1.0 to 19.0.0

d9154607fd15cd052d1187d0345c09573dd777ae authored over 3 years ago
Merge pull request #80 from orchidjs/dependabot/npm_and_yarn/node-sass-6.0.0

Bump node-sass from 5.0.0 to 6.0.0

ba9bca8de3ae3c0ec6e87ba2601b86ed685c5005 authored over 3 years ago
v1.6.3 Release

37d0120f0b07ffa8a12817fc89e5e427b67b0c6f authored over 3 years ago
'npm run build' instead of grunt

42630e978bca5a063bf01b1498caca21c896565d authored over 3 years ago
upgrade to sifter 0.7.2 for #78

510bc1973950a408c6d4703c9f6767c3fc747206 authored over 3 years ago
Bump node-sass from 5.0.0 to 6.0.0

Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 6.0.0.
- [Release notes](http...

a6a1b5cb30b80b44f0cb06503b93e8da4ce7da30 authored over 3 years ago
Bump @rollup/plugin-commonjs from 18.1.0 to 19.0.0

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) f...

d3f310551082556c913ccbe7c8fc68db77b890c4 authored over 3 years ago
display latest version in jsdelivr example

2cf77ff6e4b8f6dca86ab4984ce0983b85dcfba4 authored over 3 years ago
document virtual scroll plugin

f158374a3a72b12fa89cad044d340bdcf0798d84 authored over 3 years ago
update config_table()

f279d19e3fb623b6c7d7551f173f3969145bf48e authored over 3 years ago
addClasses() missing, longer wait for scroll + data load

b6d9574e503351486d0f76ee865b5f2de818db34 authored over 3 years ago
better TEST_ONE

82a8fc17ce5153c638597491d5bff890d08b65fb authored over 3 years ago
allow for virtual_scroll templates to be null

730e64147854775eae18d7b52a8deeb720b73361 authored over 3 years ago
correct load_calls assertion

f07cef97458e77a736b4f51b8e7f1192b78abd1b authored over 3 years ago
rough method for running one test file

ed6bdd48145b2cf272e6d5295535d5e408c510ec authored over 3 years ago
more virtual_scroll assertions

1d520e426ea21dc0fbe96fe0bf32c8f75491dc90 authored over 3 years ago
async/await for virtual scroll

3421a3a0839dc06c2b7cdcb496f2b86a4eb5fb17 authored over 3 years ago
initial tests for virtual_scroll

4e862c5d0bcac2cb0ef0038153a68289e36a256a authored over 3 years ago
add types

9464d9058787c0162cf4bc328e725a08dba3e040 authored over 3 years ago
clear pagination when new query is started

d14d333ac20aba809f0ac551fbbd8e7a6547d36a authored over 3 years ago
spelling

f4d0a4b37a388a000857dae22546b243a60e0223 authored over 3 years ago
pagination only stores one url at a time per query

0b5cfa519baace6bfd7006467c7119fd0ca48c37 authored over 3 years ago
move virtual_scroll from test to plugin.js

5a02a4d8a5d52c8c7396197ac2306c6c5765da2a authored over 3 years ago
hook-instead for loadCallback rather than before & after. Prevent setting loading_more=true unless needed

8dd2d442b8c77fdf4d7988dd7001d5ef452c55bf authored over 3 years ago
Merge branch 'master' into virtual_scroll

7dca85ce2d90fa372d1b98869f0dbef36fa8d5bf authored over 3 years ago
use data.$order for option id

9d4e449255f2b038209da8e2eb0b079ace12b428 authored over 3 years ago
fix version replacement in doc links for jsfiddle/codepen

88cdea7932764657778195cb86df979fef903562 authored over 3 years ago
v1.6.2 Release

03a5d6aafb276569dfd5889e16742370cb8c35bb authored over 3 years ago
sortField type

daababaa7ff2515f9d9aed4abe94848fd7b19b46 authored over 3 years ago
virtual_scroll plugin: templates, canLoadMore(),

1d9aee74f8f99236e04232c5d8732305f07f1a6f authored over 3 years ago
add canLoad() and bind query value to loadCallback()

7bf50ce3b46576659e7e7359928175cde9d480c0 authored over 3 years ago
fix regression preventing non-string sortField setting. Helps #78

939697b63d1613d7e1f210233928fc1fd2ae5ce0 authored over 3 years ago
update breaking changes

b7964f3361862a3d7c92f481bfea351b688c6a4d authored over 3 years ago
virtual_scroll w/out altering load() functionality

c8390792e7fc6e37657bda97f5c47619f64c446d authored almost 4 years ago
revert code color

e07fb6349168765bc52f25c412ae5d4030e56678 authored almost 4 years ago
brighter navbar text

b268075ef773d0e35ca66bc8850420c1022705d1 authored almost 4 years ago
update doc style, icon-blender.beta.3

d27bd30b7cf8875db18c5338b4235ec70c04e788 authored almost 4 years ago
alt attrs for imgs

cf3ba552156d39672982add7db0f04dba21768c5 authored almost 4 years ago
rollup index.bundle.js for doc site

49bfb932dca4151ed7b35c04daaad16fd736be9d authored almost 4 years ago
add meta description

9a69d22e9d40f9b9f41bd9741357e7fda85494b1 authored almost 4 years ago
optimize documentation site

3ae4ad110fcd3ebe349dede7e731ce00735314f2 authored almost 4 years ago
update bootstrap

45041bb2fbd5a27444659e9742077e3aa8643056 authored almost 4 years ago
build bootstrap.tabs.min.js for documentation

bb421e89b7d564676a5bb9964b4dd13f978ab213 authored almost 4 years ago
Merge branch 'master' of https://github.com/orchidjs/tom-select

16e1900a625318a3ed0cfe6b4626c1ecf3e7c8a0 authored almost 4 years ago
Merge pull request #76 from orchidjs/dependabot/npm_and_yarn/rollup/plugin-node-resolve-13.0.0

Bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0

8baa8e88467d18fdbccbd585639b05b33b19035c authored almost 4 years ago
remove jquery from docs except for drag-drop

b6eb5b2ae1f4e7b670af9942421560a3c9aaf7a1 authored almost 4 years ago
Bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-re...

bdb4d72f1a9401abe7ec4d94ed0318402dd7d3dc authored almost 4 years ago
add visit counter to docs

ad5bd8f478726f3d724e6e59b7eaa8d46c960303 authored almost 4 years ago
document searchField weights

a9652d45f9cc6a5b1a58225153ec3527be617838 authored almost 4 years ago
v1.6.1 Release

bfdbfda43cf155d1c876d2264cdee6c69576c764 authored almost 4 years ago
sifter v0.7.1

0fe260b1437ac0d2fd201018543a697505e1c378 authored almost 4 years ago