Kevin Brown
6661e3d744
Switch remote example to GitHub Search API
...
The previous Rotten Tomatoes API had a hard usage limit per day
that was tied to the API key. It was very common for the usage
limit to be hit by the end of the day, which caused a bad
experience for those interested in trying out Select2 with a remote
API.
The GitHub Search API was chosen as the replacement because it
allows for anonymous usage, so we do not need to tie anything to
tokens, and it is rate-limited to the minute instead of the day.
These two things combined together allows users to use the example
without having to worry as much about it stopping for the rest of
the day.
The formatters and examples were swapped out to use the API, and
a custom formatter was created to replace the old one.
2014-08-01 12:47:33 -04:00
Kevin Brown
1282632b7e
Fix the header sizes on labels
2014-08-01 11:31:49 -04:00
Kevin Brown
1d86c8f364
release 3.5.1
2014-07-22 19:02:10 -04:00
Ermish
8454f34cb6
Added formatAjaxError documentation
...
Added formatAjaxError documentation
2014-06-26 18:31:17 -04:00
Kevin Brown
e66f51d55b
release 3.5.0
2014-06-16 19:33:56 -04:00
Kevin Brown
05babd1285
Documentation changes
...
The documentation now references the `choice` parameter instead of
the now deprecated `object` parameter for events.
This fixes the following issue: https://github.com/ivaynberg/select2/issues/2340
2014-06-11 20:19:01 -04:00
thereloaded
0a3e2d1fe8
updated method signature of ajax results
2014-05-26 10:08:06 +02:00
thereloaded
9ab86f1695
updated ajax results parameter
...
looking at the source, the query.context is not passed to results, so i replaced it with the additional query parameter
2014-05-22 12:09:59 +02:00
Kevin Brown
9b8d186f61
release 3.4.8
2014-05-01 09:51:49 -04:00
Kevin Brown
f3e0abe6bd
Reset the milestone to match 3.4.8/3.4.7
2014-05-01 09:49:37 -04:00
Kevin Brown
8a914be428
release 3.4.7
2014-04-30 19:36:30 -04:00
Kevin Brown
df454ef6b2
Revert "Add documentation for hideSelectionFromResult"
...
This reverts commit 916bb14414
.
New problems found in:
https://github.com/ivaynberg/select2/issues/2196
Original issue:
https://github.com/ivaynberg/select2/issues/1538
Pull request:
https://github.com/ivaynberg/select2/pull/2032
2014-04-05 10:39:25 -04:00
Kevin Brown
729df0cf16
release 3.4.6
2014-03-22 22:37:54 -04:00
Matt Janssen
32746ac223
Added select2-close event to select2-latest.html
...
Added select2-close: Fired after the dropdown is closed.
Also fixed zebra striping in events section.
2014-03-21 20:30:30 -05:00
colemanw
b7fe8595b9
Update docs for localization settings
...
Documentation update suppliments #2092
2014-02-03 09:02:23 -08:00
Eric Dahl
11cd18bd93
Documentation: Remove extraneous non-matching close tags: </code> and </p>
2014-01-26 13:55:16 -06:00
Eric Dahl
61973c4e52
Documentation: Fix typos
2014-01-26 13:43:21 -06:00
Eric Dahl
44d1eab55f
Documentation: Add missing semicolons in examples, and remove an extraneous one
2014-01-26 13:31:44 -06:00
Eric Dahl
fb458d2381
Documentation: Replace duplicated id="lifecycle" with id="drag_drop" for the Drag and Drop Sorting example
2014-01-26 13:23:05 -06:00
Kevin Brown
8b7a773632
Merge pull request #2076 from jeanmonod/gh-pages
...
Documentation for PR #2070
2014-01-24 16:59:30 -08:00
Jeanmonod David
2cd10ba8a4
Documentation for PR #2070
2014-01-25 01:18:13 +01:00
jdecuyper
916bb14414
Add documentation for hideSelectionFromResult
2014-01-21 17:53:33 -06:00
Kevin Brown
62d08a554a
Merge pull request #2058 from sieppl/gh-pages
...
Text change to describe nextSearchTerm feature enhancement
2014-01-20 07:12:15 -08:00
sieppl
e362c4ace1
Update select2-latest.html
2014-01-20 12:15:52 +01:00
sieppl
985485037c
Update for nextSearchTerm feature enhancement
...
https://github.com/ivaynberg/select2/pull/2044
2014-01-20 12:12:33 +01:00
UltCombo
c08295fc3c
Document disabled options; update query options.callback's result.results; closes #1626 (2)
2014-01-20 00:30:42 -02:00
jdecuyper
799791bbe9
Enable nextSearchTerm function for multiple select
...
This closes #2015 . Documentation only added to select2-latest.html as the
function is not available in Select2 3.4.5.
Signed-off-by: Kevin Brown <kbrown@rediker.com>
2014-01-06 20:22:34 -05:00
Igor Vaynberg
9d9aa731ec
add unreleased comment to portion that needs to be stripped when releasing
2013-11-07 10:15:15 -08:00
Igor Vaynberg
f02a3c4048
release 3.4.5
2013-11-04 09:25:51 -08:00
Igor Vaynberg
23b10c9ac4
3.4.4 release
2013-10-24 15:16:30 -07:00
Andrew Velis
855281feea
Documentation of select2-removing event feature.
...
Addition of documentation highlights the new event's purpose and usage.
Code has been added to the "Events Log" section of the documentation to
illustrate usage of the event in practice.
2013-10-08 23:40:03 -07:00
Igor Vaynberg
07d3de0b94
3.4.3 release
2013-09-17 06:57:01 -07:00
Duncan Smart
926d49744b
Updated docs for select2-clearing
event.
2013-08-30 21:16:02 +01:00
jdecuyper
6eeebc325b
Add documentation for the nextSearchTerm function
2013-08-29 16:53:53 -05:00
Igor Vaynberg
917c7614cb
remove some debugging
2013-08-12 15:20:38 -07:00
Igor Vaynberg
11a8b59ad0
update pages to 3.4.2 release
2013-08-12 15:17:11 -07:00
Igor Vaynberg
207d44ba58
fix the docs. closes #1597
2013-08-07 22:19:06 -07:00
Roy Truelove
a44edb1f29
Improved docs for placeholder option ( #155 )
2013-07-12 09:28:46 -04:00
Steve
428bda3747
Fix typo in placeholderOption section
2013-06-30 11:35:08 -05:00
Igor Vaynberg
aca6eb6240
add diacritics support example
2013-06-28 10:05:55 -07:00
Igor Vaynberg
b139f7ae04
3.4.1 release
2013-06-27 21:35:00 -07:00
Igor Vaynberg
f1b92593c3
catch up to master
2013-06-23 14:36:30 -07:00
Igor Vaynberg
d2e13c1f91
catch up to master
2013-06-22 08:00:50 -07:00
Igor Vaynberg
02faf94054
docs for #1365 placeholderOption option
2013-05-31 15:22:16 -07:00
Igor Vaynberg
520c031d37
catch up to master
2013-05-17 08:21:39 -07:00
Igor Vaynberg
01f0d9562e
fixed typos. fixes #1309
2013-05-14 14:07:09 -07:00
Igor Vaynberg
981f2bce57
typo fix
2013-05-14 08:52:15 -07:00
Igor Vaynberg
3ab298c322
catch up to master
2013-05-14 08:50:02 -07:00
Igor Vaynberg
cbfcd5c2e4
wip
2013-05-10 00:19:44 -07:00
Igor Vaynberg
38c09fe7cf
fix demo for loading data via function.
2013-05-08 18:07:52 -07:00