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
Kevin Brown
4a594f7a82
Catch up to master
2014-06-11 20:14:20 -04:00
Kevin Brown
aae32d6421
Catch up to master
2014-05-27 18:51:18 -04:00
Kevin Brown
aef09b7ed0
Merge pull request #2396 from thereloaded/gh-pages
...
query as third parameter to ajax results callback documentation
2014-05-27 16:50:57 -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
a8c10cd572
Catch up to master
2014-05-01 09:45:30 -04:00
Kevin Brown
8a914be428
release 3.4.7
2014-04-30 19:36:30 -04:00
Kevin Brown
2671a3d9ad
Catch up to master
2014-04-30 19:33:05 -04:00
Kevin Brown
d9a6f99126
Catch up to master
2014-04-27 13:27:14 -04:00
Kevin Brown
4d1327fba1
Catch up to master
2014-04-05 12:05:14 -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
Kevin Brown
fd50983e21
Merge pull request #2202 from mattjanssen/patch-1
...
Documentation: Added select2-close event to index and select2-latest.
2014-03-21 21:35:23 -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
Matt Janssen
c6a517f463
Added select2-close event to index.html.
...
Added select2-close: Fired after the dropdown is closed.
Also fixed zebra striping in the events.
2014-03-21 20:27:31 -05:00
Kevin Brown
d1bc05630c
Catch up with master again
2014-03-21 19:57:48 -04:00
Kevin Brown
dd504f9def
Catch up to master
2014-03-20 14:23:48 -04:00
Kevin Brown
2733a8c393
Merge pull request #2097 from colemanw/patch-2
...
Update docs for localization settings
2014-02-03 15:41:35 -08:00
colemanw
b7fe8595b9
Update docs for localization settings
...
Documentation update suppliments #2092
2014-02-03 09:02:23 -08:00
Igor Vaynberg
6fb0cea6c6
Merge pull request #2080 from ericdahl/gh-pages
...
Documentation (gh-pages): Fix typos, extraneous tags and a couple other minor issues.
2014-01-26 19:09:26 -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
Kevin Brown
2b486e720c
Merge pull request #2067 from jdecuyper/gh-pages-hideSelectionFromResult-prettyprint
...
Add documentation for hideSelectionFromResult
2014-01-24 07:44:47 -08:00
jdecuyper
916bb14414
Add documentation for hideSelectionFromResult
2014-01-21 17:53:33 -06:00
Kevin Brown
a902d6d99d
Catch up with master
2014-01-20 19:27:29 -05: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
Kevin Brown
ab35f5cfd9
Merge pull request #2052 from UltCombo/disabled
...
Document disabled options [Closes #1626 ]
2014-01-19 18:37:13 -08:00
UltCombo
c08295fc3c
Document disabled options; update query options.callback's result.results; closes #1626 (2)
2014-01-20 00:30:42 -02:00
Kevin Brown
147afc0872
Catch up to master
2014-01-11 21:02:01 -05:00
Kevin Brown
0e15399500
Catch up to master
2014-01-11 18:51:07 -05:00
Kevin Brown
29fc732cf3
Catch up to the master
2014-01-09 15:00:05 -05:00
Kevin Brown
f5be2da746
Catch up to master
2014-01-09 14:48:04 -05: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
bf62173f39
catch up to master
2013-12-03 10:21:29 -08:00
Igor Vaynberg
e4702fd092
catch up to master
2013-12-03 08:33:08 -08:00
Igor Vaynberg
ca7e166a4e
Merge pull request #1898 from dpollock/gh-pages
...
verbiage describe how to use id property with ajax calls.
2013-11-12 11:33:36 -08:00
Daniel Pollock
9f18685cb2
verbiage describe how to use id property with ajax calls.
...
In reference to issue #852
2013-11-12 12:40:23 -06: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
e3bacca741
remove unreleased warning
2013-11-07 10:13:43 -08:00
Igor Vaynberg
2ae2de75fb
catch up to master
2013-11-07 10:09:25 -08:00
Igor Vaynberg
d27d8bd489
catch up to master
2013-11-06 13:43:41 -08:00