1
0
mirror of synced 2024-11-25 14:26:03 +03:00
Commit Graph

2229 Commits

Author SHA1 Message Date
Kou Tsuneka
7c13ecc795 remove a unnecessary quote marks 2017-09-27 03:29:16 +07:00
alexweissman
16f6b10628 Compile and minify for 4.0.4 release 2017-09-24 12:09:35 -04:00
alexweissman
4780f074aa More link fixes 2017-09-24 12:09:28 -04:00
alexweissman
2855656a2d Merge branch 'hotfix' 2017-09-24 12:03:26 -04:00
alexweissman
41edff388b lock version of node-sass and request to deal with Travis build issues
See https://github.com/sass/node-sass/issues/2100
2017-09-24 11:48:36 -04:00
alexweissman
a4ec7fa0c6 update versions and urls in package configs 2017-09-23 17:07:29 -04:00
alexweissman
904d9b11d1 Merge branch 'master' into hotfix 2017-09-23 16:36:34 -04:00
alexweissman
a12c134c90 Changelog! 2017-09-23 16:30:05 -04:00
alexweissman
5ce020f263 Merge branch 'GitHub-files' of https://github.com/PeterDaveHelloKitchen/select2 into hotfix 2017-09-13 19:56:23 -04:00
Alex Weissman
c4544077ae Merge pull request #4434 from PeterDaveHelloKitchen/GitHub-files
move GitHub related markdown files into .github
2017-09-13 19:55:34 -04:00
Peter Dave Hello
890fe27a21 Move GitHub related markdown files into .github 2017-09-14 07:19:20 +08:00
Alex Weissman
88b84f7474 Merge pull request #5033 from select2/docs-redirect
Replace docs with a redirect
2017-09-10 18:04:00 -04:00
alexweissman
9cf5eb33d5 update README for /docs 2017-09-10 17:57:07 -04:00
alexweissman
4175214444 update links in readme 2017-09-10 17:48:47 -04:00
alexweissman
a3a8de87e3 implement additional redirects for other pages 2017-09-10 17:47:28 -04:00
claudiulodro
67328e3a55 Replace docs with a redirect 2017-09-07 14:24:07 -07:00
alexweissman
2eadef964f update version in package manager config files 2017-09-06 17:05:28 -04:00
alexweissman
06d2293f3e add changelog 2017-09-06 17:03:04 -04:00
alexweissman
ca4de9dcb0 Merge branch 'focus-event' of https://github.com/nino-s/select2 into hotfix 2017-09-06 16:59:54 -04:00
alexweissman
0bbf614ee3 Clarify usage of processResults (#4706) 2017-09-01 13:08:08 -04:00
alexweissman
60e3925128 Provide example code for "can users remove all of their selections" 2017-09-01 12:52:37 -04:00
alexweissman
89c517b589 Merge branch 'patch-1' of https://github.com/ricardokenji/select2 2017-09-01 12:48:33 -04:00
alexweissman
22ac9d5f20 clarify exactly what "tagging" is 2017-09-01 01:18:58 -04:00
alexweissman
b0e5197e00 Merge branch 'patch-1' of https://github.com/marcaparent/select2 2017-09-01 00:32:46 -04:00
alexweissman
0459ac89f5 Results for grouped options (see #4662) 2017-08-31 18:36:44 -04:00
alexweissman
787d20ef0c Fix code highlighting 2017-08-31 18:34:19 -04:00
alexweissman
96f5f724d9 Merge branch 'master' of https://github.com/adw99/select2
Adds information about pagination data
2017-08-31 18:03:22 -04:00
alexweissman
f13ea6f5ff Merge branch 'docs-for-ajax-results-looks-like' of https://github.com/sedrubal/select2 2017-08-31 17:30:22 -04:00
alexweissman
8534d3e2ef Update instructions for building docs locally 2017-08-31 14:00:03 -04:00
Alex Weissman
9a79140920 Merge pull request #4921 from wouter-muller/patch-1
Fix minor typo in README.md
2017-08-31 12:19:56 -04:00
Wouter Muller
d6ccd09f5b Fix minor typo in README.md 2017-05-24 13:20:55 +02:00
Marc-Antoine Parent
a587e39288 Add example for single select element 2017-03-30 16:07:50 -04:00
Marc-Antoine Parent
e5fc98dda9 Update tags.html 2017-03-30 14:04:10 -04:00
Marc-Antoine Parent
d01457702d Add multiple selection specification to docs 2017-03-13 16:21:29 -04:00
Kevin Brown
c155ca5b60 Merge pull request #4794 from crowchirp/patch-2
corrected typo
2017-02-13 17:18:32 -05:00
Chandan Rai
fafcc103a6 corrected typo 2017-02-14 00:33:16 +05:30
Chandan Rai
d54135c444 corrected typo 2017-02-13 13:44:39 +01:00
Olivier Contant
f3d1f5d0b8 Small typo on language (typed lanugage)
Small typo on language (typed lanugage)
2017-02-10 02:21:18 +01:00
Stan Senotrusov
f2ae054f21 Docs, remove mention of private API: jQuery's data in <OPTION> elements 2017-02-09 20:39:28 +01:00
Stan Senotrusov
36927664b3 Correct spelling in documentation. 2017-02-09 20:39:28 +01:00
Stan Senotrusov
bae34d4f8a Add event handler example to documentation on how to programmatically access a selection data. 2017-02-09 20:39:28 +01:00
Stan Senotrusov
576f93778d Add documentation on how to programmatically access a selection data. 2017-02-09 20:39:28 +01:00
James Pic
8dc02bcfb8 Merge pull request #4745 from FROGGS/patch-1
Show same options in example as used in demo
2017-01-30 22:20:16 +01:00
Tobias Leich
4ee9f7b5e2 Show same options in example as used in demo
The templateSelection option was used in the demo, but was not shown in the example code.
This commit fixes it, so that copy&pasting works as expected.
2017-01-11 17:18:16 +01:00
Kevin Brown
04c433d709 Merge pull request #4735 from simi/patch-1
correct typo in pt.js
2016-12-30 12:34:40 -05:00
Josef Šimánek
cd7d4be576 correct typo in pt.js 2016-12-30 18:22:49 +01:00
Kevin Brown
751b36767f Corrected linting issue in Turkish translation 2016-12-30 12:15:56 -05:00
mhamlet
f6fa52dcc0 Added Armenian Localization
This closes https://github.com/select2/select2/pull/3993.
2016-12-30 12:15:25 -05:00
osman orhan
fd4a082531 Add missing errorLoading to Turkish translation
This closes https://github.com/select2/select2/pull/4650.
2016-12-30 11:50:58 -05:00
Kevin Brown
a018dd84a7 Merge pull request #4697 from Shnoulle/patch-1
typo in ISSUE_TEMPLATE.md
2016-12-30 11:47:07 -05:00