Ecosyste.ms: OpenCollective

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

github.com/select2/select2

Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
https://github.com/select2/select2

Update clearing-selections.html

c33ba3117be7ffbc1103e6773d7b1eebd7d9f2f0 authored about 9 years ago by ricardokenji <[email protected]>
Update version identifiers to 4.0.1

bc1996417041d9b6131bd8c2ba911984c7b6f2d9 authored about 9 years ago by Kevin Brown <[email protected]>
Fixed positioning with non-static parents

This fixes an issue with non-static parents (ones that were relatively
or absolutely positioned)...

c9216b4b966653dd63a67e815b47899ef5325298 authored about 9 years ago by Kevin Brown <[email protected]>
Fix selectOnBlur and closeOnSelect combination

This fixes an infinite loop that used to be caused when both
`closeOnSelect` and `selectOnClose`...

393ca4cf7f7f7097d3a994bda3dbf195e945eba1 authored about 9 years ago by Kevin Brown <[email protected]>
Recompile dist with newer dependencies

d504700c53210b3f34ec1fb4c45f2e7709f38762 authored about 9 years ago by Kevin Brown <[email protected]>
Use NPM versions in builds

This changes the Grunt script to automatically pull the locations of the
NPM versions of the Alm...

af97cc99963f7d2a7e321b74751314073419a626 authored about 9 years ago by Kevin Brown <[email protected]>
Explicitly require jquery-mousewheel now

This fixes the implicit requirement of jquery-mousewheel that previously
existed. This was not a...

32b6eae54b6f48004a49ffd31a8a2012b6d076a8 authored about 9 years ago by Kevin Brown <[email protected]>
Add dependencies on Almond and jQuery Mousewheel

These are technically only required when building the final versions,
but if someone is pulling ...

8edf3c64082be59b9506f3ad6dd84073b6eb5841 authored about 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3782 from nopash/patch-1

Correct Typo in noResults

5ca76fda61ffaabb0592e8894049b74da0edee11 authored about 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3933 from Decagon/patch-1

Fix #3932

23743a785cee5bb8cd11d8341539858bceb43d9e authored about 9 years ago by Kevin Brown <[email protected]>
Fixed deep cloning options

In
https://github.com/select2/select2/commit/f1e86470ca08953d802489e6c0e0928674dc08cb
we tried t...

3c8366e8769233a6b20ade934fe629279e7be6ff authored about 9 years ago by Kevin Brown <[email protected]>
Recompiled dist

e2b745ea3e23c8a0eb778d9aa57b9ea0b0cd3443 authored about 9 years ago by Kevin Brown <[email protected]>
Add container to templateResult

This closes https://github.com/select2/select2/issues/3222.

dc516e7073605723be59bc727b96a3b3dea1ae5a authored about 9 years ago by Kevin Brown <[email protected]>
Add tests for accessible search results

7e3d4fb697f20748b991859a32dcf5370fe1cbab authored about 9 years ago by Jono Mingard <[email protected]>
Speak results on selection

This closes https://github.com/select2/select2/issues/3735
This closes https://github.com/select...

9fae3d74e373fc646da4e39a0c2ab11efa808c3f authored about 9 years ago by Jono Mingard <[email protected]>
Tests for the inline search box

This adds tests for the following commits

https://github.com/select2/select2/commit/5f80c5d9f81...

e08222ef158f7898784bdec604c71448d33e0453 authored about 9 years ago by Kevin Brown <[email protected]>
Resize search after removing a choice

This fixes a previous bug with the backspace handler on the multiple
select search box where uns...

5f80c5d9f81f3c5398c3e6e3e84fd6c67c8873f1 authored about 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3946 from manuel-alvarez-alvarez/master

Add the decorator parameter to the handlers for the attach and detach of the dropdown

8763a877793593c0c6545090c41cfd8697de09e4 authored about 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3943 from limonte/sr-Cyrl

Add sr-Cyrl language.

f94b462b152bb419894ed810b11e4e95f0793d96 authored about 9 years ago by Kevin Brown <[email protected]>
Add errorLoading error message to sr, sr-Latin and hr languages.

410916510d8cceb4919b3295f9b9d962c671184e authored about 9 years ago by Limon Monte <[email protected]>
Add sr-Cyrl language.

1c8d1f8e0db70c181e62349ed7a6c1da042b44cc authored about 9 years ago by Limon Monte <[email protected]>
Fixed jshint errors due to too long lines on the attachBody adapter

a06a08a028afaa788db19987b5466afa8f48b715 authored about 9 years ago by Manuel Alvarez Alvarez <[email protected]>
Add the decorator parameter to the handlers for the attach and detach the dropdown (otherwise the container is undefined)

eae4d01158fd7be992fa762032ef1e3d9665024c authored about 9 years ago by Manuel Alvarez Alvarez <[email protected]>
Fix #3932

6dbe2d9164822db27d3e7d3d2040583f38771cf0 authored about 9 years ago by Decagon <[email protected]>
Merge pull request #3926 from stahor/patch-1

Update component.json

7e2ade09652f66f3a70787f6f0e2918d171a6dcb authored about 9 years ago by Kevin Brown <[email protected]>
Update component.json

7eaee2be9eb2f5d5c302ac3a8c04a17a47e65b01 authored about 9 years ago by stahor <[email protected]>
Update version identifiers to 4.0.1-rc.1

87b182fe2ab4ad01081c1b81de4cb5a4009cbb2a authored about 9 years ago by Kevin Brown <[email protected]>
Fix inline search in Safari

This closes https://github.com/select2/select2/issues/3459
This closes https://github.com/select...

31a329eb6d53b1ae26b034847e630d92c1759020 authored about 9 years ago by KahWee Teng <[email protected]>
Fix select2('') calls on multiple elements

This fixes an issue when any of Select2's special options are called on
multiple elements, it wo...

878bb3ab0792197ae74b06f0e8cccb17ef16530e authored about 9 years ago by Quentin Pradet <[email protected]>
Set all AJAX parameters as query string parameters

This will now pass all of the AJAX parameters into the AJAX request as
query string parameters, ...

7c47912b730a5d1eb5e1213d6273e702e8aa0b9f authored about 9 years ago by Kevin Brown <[email protected]>
Corrected Danish translation for results errors

This closes https://github.com/select2/select2/pull/3870

ef508db1615f93f4cb3e0760a8e3ffd2ecee9a74 authored about 9 years ago by Lars Holm Jensen <[email protected]>
Merge pull request #3544 from fk/3306-clear-button-appears-under-long-text

#3306: Position clear button before the inline content of `.select2-selection__rendered`

d0ce218c0bf596630bd7779d4767c8d33af9e1e7 authored about 9 years ago by Kevin Brown <[email protected]>
Fixed incorrect classes on "Loading more results" message

This fixes an issue where the old `option` and `load-more` classes were
not switched over to the...

c53b2dcf11f28d8106a7b7684f503be7cda0b6a1 authored about 9 years ago by Kevin Brown <[email protected]>
Recompile dist

6d91da7e63163e44435335f7f4855e9574666cae authored about 9 years ago by Kevin Brown <[email protected]>
Correct reference for this in AJAX callbacks

Previously `this` would point to the AjaxAdapter that was being used to
process the AJAX, or som...

3037b933e271a51b52e77ca55936e503c7467a81 authored about 9 years ago by SilverFire - Dima Naumenko <[email protected]>
Merge pull request #3859 from ahmadhussain/master

Added arabic language

71cc891b838d9052ffc57d745047c8d7625b5a34 authored about 9 years ago by Kevin Brown <[email protected]>
Corrected a few Hebrew translations

About `errorLoading`:
Before the correction, the translation was: "התוצאות לא נטענו בהלכה".
The...

7974fd166294f1ea8653a8ced5ddb506dd23d532 authored about 9 years ago by Meir Cohen <[email protected]>
Properly disable `input` handlers in IE

Previously we were only disabling the `input` handler when it was
triggered, which caused a race...

ca0fd7c195655ad4ef5906f8ed3f2c1c6a65da1d authored about 9 years ago by Kevin Brown <[email protected]>
added arabic language

09d825dd316397e24de30f11ba31059a7789748a authored about 9 years ago by Ahmad Hussain <[email protected]>
Merge pull request #3851 from yallups/Terminating-script-undefined-args

Fixes an issue of args === undefined and script terminates

6be96cfaa175448ef70b978648de7d6cb5822e89 authored about 9 years ago by Kevin Brown <[email protected]>
Fixes and issue where If args are not present script terminates

f3a29b87e1658e7b7768ecf282366b2b3e1f9ce8 authored about 9 years ago by Shawn <[email protected]>
Correct Typo in noResults

9b020edd80669610ab3f7321c49980816abbd511 authored over 9 years ago by Nopachat Kalayanapan <[email protected]>
Merge pull request #3780 from InWayOpenSource/master

Fix option name in documentation - fix #3470

8ad8f200ba8c9429d636453b8ee3bcf593e8c87a authored over 9 years ago by Kevin Brown <[email protected]>
Fix option name

96fb1bf2d40a36f9887e4430a88f22e175355905 authored over 9 years ago by Sebastian Podjasek <[email protected]>
Merge pull request #3724 from select2/docs-faq

Switch option page to FAQ in docs

19861bfa38e0299a5b9c071b058a2b24fc333193 authored over 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3767 from select2/contributing-guide

Add developer information to the contributing guide

8c26dff2341d23f8747d9ce854452c71e5fdd59f authored over 9 years ago by Kevin Brown <[email protected]>
Rename options-new to options

2b91ac0a2030d1de33e7f76e848bd5505360d6e8 authored over 9 years ago by Kevin Brown <[email protected]>
Migrate old options to options-old

8ac5f1ddf270b6cab8422d7f76410b10cc987455 authored over 9 years ago by Kevin Brown <[email protected]>
Swap mailing list and IRC channel links

These sections were dropped from the README in
https://github.com/select2/select2/commit/5c71e2d...

2ff5f6a24caf11900bfe682f5790e6622d1819b6 authored over 9 years ago by Kevin Brown <[email protected]>
Add section to contributing about patches

ff4b47bf74f387bc1c6eed1330e361895c2ee656 authored over 9 years ago by Kevin Brown <[email protected]>
Added compatibility section

This is the same as the old documentation, it has not been transformed
into a FAQ yet.

b819a495aa50e0f693065d21a9b8aac2f8beea7a authored over 9 years ago by Kevin Brown <[email protected]>
Added note about incomplete documentation

This adds two notes, one pointing to the old documentation and the other
pointing to the communi...

84d121875194cb6aeaf5887e3bcc10630267dae3 authored over 9 years ago by Kevin Brown <[email protected]>
Document data object format

So far this just documents how <select> elements have their options
converted to a data object.

bc82856fb68b53529179b84e1b9617110bed9245 authored over 9 years ago by Kevin Brown <[email protected]>
A bunch of questions are missing answers

These will be filled in at a later point in time, hopefully later today.

46ab1ebc8d25d1d893701d1721a5e35da9214c95 authored over 9 years ago by Kevin Brown <[email protected]>
Add questions about the dropdown

119df9b09f1285fe2e8f2998e0f91045effc2ed4 authored over 9 years ago by Kevin Brown <[email protected]>
Add template for questions without answers

e9b89b4ac11e9760ce4b04c69e243a3da84aae56 authored over 9 years ago by Kevin Brown <[email protected]>
Finish off the core option answers

These were mostly there before, it was just a matter of moving some of
the answers around.

e472cb31f03966d3b812c36ca973a9639e0aca5a authored over 9 years ago by Kevin Brown <[email protected]>
Updated side navigation

Now most of the links works, not including the ones for sections which
don't exist at the moment.

4541d83c5d77c14cb6dc5db2ec285642ed65e46d authored over 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3757 from christophano/master

Use apply when calling methods

4b5743f22e4ede7fb0c9ebeeffb1e9670d9e3e14 authored over 9 years ago by Kevin Brown <[email protected]>
Method called using apply to avoid translating multiple args into single arg. Fixes #3756

441fbc2d737367e6ea157dcd74fe4c841d04c870 authored over 9 years ago by Chris Rodgers <[email protected]>
Answers to some of the questions

c5029611493e33cbc1d270708c3ea352d8f8b884 authored over 9 years ago by Kevin Brown <[email protected]>
Added section for events

Both public jQuery events and internal Select2 events will be
documented.

a96ec9d91ceb56f2a770b412cd685968df3c8457 authored over 9 years ago by Kevin Brown <[email protected]>
Continue building out the FAQ

This adds more questions that will eventually get answers. Most of these
questions are already a...

75abd407c8868c4d9553055784e7398be998ab0f authored over 9 years ago by Kevin Brown <[email protected]>
Set up initial page with some questions

Right now this sets up the new FAQ/Options page with most of the
questions for the how to contro...

41e4795578609d71291994140a66bc1a243eefb1 authored over 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3717 from P0rnflake/patch-1

Add select2.css to composer generated require.css

ea074af14ca601fe2c58d349ec46d8bd72dd27c4 authored over 9 years ago by Kevin Brown <[email protected]>
Add Stylesheet to composer generated require.css

e3920eae441b0e2c820b9fad831a969d44feb4c5 authored over 9 years ago by P0rnflake <[email protected]>
Merge pull request #3698 from jbrown/patch-1

Fix typo

eb47f638d3b391c55e7c2eef41404fac6106b257 authored over 9 years ago by Kevin Brown <[email protected]>
Implement Dropdown.bind

This closes https://github.com/select2/select2/issues/3239

89858c418d511dc3a141c9e62039861431b495d0 authored over 9 years ago by Kevin Brown <[email protected]>
Hide messages when loading results

This closes https://github.com/select2/select2/issues/3343

73e50ae92c71ae829df7eb84b456654ca47d9022 authored over 9 years ago by Kevin Brown <[email protected]>
Recompile dist

b69dd827d02a5b6904ee70e158c561e52e3229d1 authored over 9 years ago by Kevin Brown <[email protected]>
Add tests for 4958961

a86c2e709febf69eb8e2a2b379b0d6c3953aad89 authored over 9 years ago by Kevin Brown <[email protected]>
Handle null being returned from createTag

The `createTag` option does allow for `null` to be returned if a
tag should not be created. The ...

49589611ee0a0b3c7fac88218276a25bc8233146 authored over 9 years ago by Kevin Brown <[email protected]>
Add tests for d08cb87

d9c1cbc976125bc6fef764cb0f845c653e5dee9d authored over 9 years ago by Kevin Brown <[email protected]>
Trigger the `select` event in the tokenizer

This closes https://github.com/select2/select2/issues/3325.
This closes https://github.com/selec...

d08cb874f99ffc9c0359b44282a0072df438d716 authored over 9 years ago by Stretch <[email protected]>
Always pass in a blank object for arguments

This fixes an issue where preventing the default behaviour on some
events would trigger an excep...

71669359582ab04571f13bce8ff5c99318739c7b authored over 9 years ago by Kevin Brown <[email protected]>
Compile dist

8722ae2c81687d047fa86b8d405fc2725073ed9e authored over 9 years ago by Kevin Brown <[email protected]>
Fix input event in IE

This closes https://github.com/select2/select2/issues/3300
This closes https://github.com/select...

66ae2ad1d5a5b6c983b17a342550c61d9cd15a82 authored over 9 years ago by Kevin Brown <[email protected]>
Fix typo

dac09005ad19e8586a6bbba5040e112e4fef7cfb authored over 9 years ago by Justin Brown <[email protected]>
Merge pull request #3692 from Velocity-/patch-1

Fix improper grammar in Dutch i18n file

ab147515072161fca7e4a484ae594963fe151559 authored over 9 years ago by Kevin Brown <[email protected]>
Fix improper grammar in Dutch i18n file

Grammar is incorrect when maximum is 1, 'kunnen' should be 'kan' in that case.

eee70fd9af5a97149513cc434d06a22b78f4196e authored over 9 years ago by Bart Pelle <[email protected]>
Merge pull request #3507 from RyanDale/issue-3503

Fixes #3503: Removes redundant 'open' event trigger

15877088269d4e23cf73fbcc80d5ce73cc01c3dd authored over 9 years ago by Kevin Brown <[email protected]>
Rebuilt dist

989bd0264928564b02d66f926618f1b5c57f0831 authored over 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3605 from molily/master

Multiple select, search field: Removes padding on mobile Safari.

ea538819c3b3d34704180ade42902f6982a3bc61 authored over 9 years ago by Kevin Brown <[email protected]>
Prevent selections from being removed when disabled

This prevents selections from being removed when the container is
disabled. This stops any click...

68d068f1d2c7722d011d285a291d1f974bf09772 authored over 9 years ago by Kevin Brown <[email protected]>
Add tests for removing a selection when disabled

These tests should fail because a selection can be removed even
though the container is disabled...

7d8f86cbf85ebd2179195ff6a2a7a1c5dcb9da58 authored over 9 years ago by Kevin Brown <[email protected]>
Fix memory leak in AttachBody

The `$dropdownContainer` variable wasn't being cleaned up when
Select2 was destroyed, which was ...

671f5a2ce21005090e0b69059799cd3dd1fbbf84 authored over 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3637 from wobbie/master

fix: modify announcement 4.0 doc Tags example

7bc9387de20dae1c67f9c674237b6e6b218be07d authored over 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3654 from wdietz/master

Fix IE 8-11 not showing Chinese characters

700f7908fcf548cfe866dabac5e1fd8a053582b6 authored over 9 years ago by Kevin Brown <[email protected]>
Lock Firefox builds to Linux

Right now Sauce Labs is not triggering builds for Firefox, and that
is causing the automated tes...

716e79b7d4b5c4ba7b700a21d4d6be354394508d authored over 9 years ago by Kevin Brown <[email protected]>
Update grunt-saucelabs version

5021356751a2bd5da6b09a3d0886f91ee39b6fe5 authored over 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3565 from rockshandy/issue-3564

use merged data instead of existingData for ArrayAdapter

47895b1e456afc8079ff19a538d0fab1885f5e51 authored over 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3667 from nikolas/patch-1

Use new travis infrastructure

81a670bd6278ffb17525ea731b69df8a5e2dfe22 authored over 9 years ago by Kevin Brown <[email protected]>
Use new travis infrastructure

e8f4032724e7e8f5d90ab6fe046c35fbfb3d4434 authored over 9 years ago by Nik Nyby <[email protected]>
Skip focus test on IE 8

I can't reproduce this test failure on and IE 8 virtual machine, so
I'm just going to skip it on...

dd2990adead92593a2dffff6ae004ea8b647d130 authored over 9 years ago by Kevin Brown <[email protected]>
Recompiled dist

4a1290b4e9cb6250c115c8f59fd7de010f25a215 authored over 9 years ago by Kevin Brown <[email protected]>
Merge pull request #3665 from AnthonyDiSanti/master

Fixes typos in docs

8a26de7c6029e0709a1ddce9c37a910c384fa2f0 authored over 9 years ago by Kevin Brown <[email protected]>
Fixes typos in docs

* Updates Disabled Mode docs
* Updates Disabled Results docs

4a5d75311282f38427b4454383f4af44d4f81b3b authored over 9 years ago by Anthony DiSanti <[email protected]>
Fix issue in IE 8-11 that prevents typing characters that require multiple key presses to produce a single glyph.

d37d6d6cacb9f82b3c4394500abb58bd734c62e9 authored over 9 years ago by Wayne Dietz <[email protected]>
Merge pull request #3643 from TrySound/npm-files

Add npm files filter

512269fa40669c4fec6caf1c96c41b37d9fd3db1 authored over 9 years ago by Kevin Brown <[email protected]>
Add npm files filter

acfeaaa015ac24729637822a9323ea7ea1cbe377 authored over 9 years ago by Bogdan Chadkin <[email protected]>