1
0
mirror of synced 2024-11-25 06:16:08 +03:00

Commit Graph

  • a718dc45a0 fix multiselects in IEs. fixes #241 Igor Vaynberg 2012-07-20 00:53:03 +0300
  • 2129a1a409 catch up to master Igor Vaynberg 2012-07-19 11:31:34 +0300
  • 1771c3ba61 fix bug where space was ignored in single selects. fixes #233 Igor Vaynberg 2012-07-19 11:13:02 +0300
  • 1fc09825ed tweak dropdown position. fixes #228 Igor Vaynberg 2012-07-19 11:08:09 +0300
  • a84e41ae16 catch up to master Igor Vaynberg 2012-07-19 10:56:32 +0300
  • 96c0166535 more flexible width strategies. fixes #237 Igor Vaynberg 2012-07-19 10:55:46 +0300
  • 17ffe5772e container receives width style when hidden input has one or via opt Kevin Miller 2012-07-18 10:25:32 -0500
  • 9fa5b7eda9 catch up to master Igor Vaynberg 2012-07-19 01:06:36 +0300
  • 6c330eb53b fixes IE8 bug where the dropdown wouldnt open. it would actually open and close immediately because the body would get a focusin event even after the focus was set on the search field by select2. worked fine in IE9 Igor Vaynberg 2012-07-19 01:06:16 +0300
  • f856157caf updated changelog Igor Vaynberg 2012-07-18 17:45:42 +0300
  • 7181abf5fc catch up to master Igor Vaynberg 2012-07-18 10:33:56 +0300
  • b8c4971856 catch up to master Igor Vaynberg 2012-07-18 10:27:03 +0300
  • 633a6dc901 mark elements as selected when closeOnSelect is false so they cannot be selected again. fixes #229 Igor Vaynberg 2012-07-18 10:26:49 +0300
  • 84ac3c2929 catch up to master Igor Vaynberg 2012-07-18 09:56:17 +0300
  • ad9fac45ae make sure data() returns null instead of undefined when unset. this will prevent chaining which may seem weid. fixes #230 Igor Vaynberg 2012-07-18 09:56:02 +0300
  • de0d11a82b position the dropdown after hiding selected elements so when above it doesnt float away from the control Igor Vaynberg 2012-07-18 00:51:17 +0300
  • 39aa17a790 fixed above/below dropdown opening bug Igor Vaynberg 2012-07-18 00:26:49 +0300
  • c4e681f675 added an example of a custom matcher that uses the option tag Igor Vaynberg 2012-07-17 20:07:58 +0300
  • 8dac088bab catch up to master Igor Vaynberg 2012-07-17 16:45:44 +0300
  • 3a830a2b81 make the option element available to the matcher function when attached to select. can be used to match on option attributes as well as option text. fixes #227 Igor Vaynberg 2012-07-17 16:39:28 +0300
  • 7fd94ce623 Merge pull request #226 from fizker/drop-text-color Igor Vaynberg 2012-07-17 06:01:54 -0700
  • 63fc044915 Added text-color that contrasts with the selected background-color bho 2012-07-17 14:57:51 +0200
  • b731545eea Merge pull request #223 from malekpour/master Igor Vaynberg 2012-07-17 04:54:43 -0700
  • 33e8e20159 optimize global mousemove listener Igor Vaynberg 2012-07-17 12:38:09 +0300
  • 0aea42fe42 give the sizer a higher offset just in case its on a highres screen Igor Vaynberg 2012-07-17 12:10:46 +0300
  • 7947803df4 delay finding the body until it is needed and cache it. Igor Vaynberg 2012-07-17 12:01:22 +0300
  • 01faae3ff7 fix updateResults prevention if dropdown is closed Ali Malrkpour 2012-07-16 15:39:02 -0400
  • df61e1d333 catch up to master Igor Vaynberg 2012-07-16 19:39:18 +0300
  • 3ed2cc091a fixed dropdown alignment in firefox. still need to test IE. #214 Igor Vaynberg 2012-07-16 19:38:02 +0300
  • 69758f0b71 added a little animation for removed multiselect choices Igor Vaynberg 2012-07-16 14:10:56 +0300
  • 4d50464a82 catch up to master Igor Vaynberg 2012-07-16 12:30:03 +0300
  • 0c4888c6ef expose plugin defaults to make configuration easier. fixes #199 Igor Vaynberg 2012-07-16 12:25:12 +0300
  • 2ff3d92f49 word tweak Igor Vaynberg 2012-07-16 11:54:11 +0300
  • 5d2bcd4007 hide things off screen at -10000 px instead of -1000. fixes #220 Igor Vaynberg 2012-07-16 11:41:16 +0300
  • eeb29c3ae2 catch up to master Igor Vaynberg 2012-07-16 11:38:47 +0300
  • c17336d1ac rename tagSeparator to separator. #191 Igor Vaynberg 2012-07-16 11:35:04 +0300
  • 5aae33d789 Add the ability to specify custom tags separator. Grzegorz Kaczan 2012-07-06 14:20:48 +0200
  • 4489ab7769 clean up some comments Igor Vaynberg 2012-07-16 11:24:55 +0300
  • 2befc347c5 Merge pull request #219 from malekpour/master Igor Vaynberg 2012-07-16 01:22:47 -0700
  • a3383141d5 fix body element caching for non attached elements Ali Malrkpour 2012-07-15 23:20:56 -0400
  • 379f2db8d6 imporoved docs Igor Vaynberg 2012-07-16 00:46:55 +0300
  • dd21346e9f catch up to master Igor Vaynberg 2012-07-16 00:36:15 +0300
  • 3d24fbdf29 catch up to master Igor Vaynberg 2012-07-16 00:31:37 +0300
  • d6f506e16b more flexible format helpers. fixes #217 Igor Vaynberg 2012-07-16 00:22:44 +0300
  • 5fe5a3a790 catch up to master Igor Vaynberg 2012-07-15 22:28:46 +0300
  • 1605a631e5 reworked how dropdown is managed in singleselect so the search field has focus even when the dropdown is not opened and can capture te first keypress. fixes #196 Igor Vaynberg 2012-07-15 22:22:38 +0300
  • 3e5ecc45ce catch up to master Igor Vaynberg 2012-07-15 00:43:14 +0300
  • 06ec20dec6 improve keyup-change detection Igor Vaynberg 2012-07-15 00:42:54 +0300
  • cd64a2051b documentation tweaks Igor Vaynberg 2012-07-14 23:40:11 +0300
  • 6f973d6e40 formatSelection() can now return html string, dom, or jquery object in both multi and single select. #188 Igor Vaynberg 2012-07-14 23:35:57 +0300
  • 1a4b523871 -add possibility to return a jQuery object with formatSelection -the close event of the selection is now delegated to the class 'select2-search-choice-close' and not only the a tag Mitko Tschimev 2012-07-05 10:58:25 +0200
  • 67a4069279 catch up to master Igor Vaynberg 2012-07-14 09:24:05 +0300
  • 5a73385474 fixes #194 Igor Vaynberg 2012-07-14 09:23:21 +0300
  • 0f9b2d4522 catch up to master Igor Vaynberg 2012-07-14 00:34:50 +0300
  • 5859dc8149 possible fix for #205 Igor Vaynberg 2012-07-14 00:34:33 +0300
  • 7877755bfb catch up to master Igor Vaynberg 2012-07-14 00:20:49 +0300
  • 4d79adf6ac make keyup-change event work with repeated backspace/delete keys. fixes #211. closes #212 Igor Vaynberg 2012-07-14 00:20:21 +0300
  • 83caadfd03 fixed typo Igor Vaynberg 2012-07-12 23:22:05 +0300
  • 684a01867e add a link to wiki Igor Vaynberg 2012-07-12 23:21:13 +0300
  • 98c0dc5f92 clarify some text in docs Igor Vaynberg 2012-07-12 23:12:47 +0300
  • 482cc409ea dropdown can now open above or below control depending on available screens pace. fixes #120. based on #197 Igor Vaynberg 2012-07-11 12:33:38 +0300
  • 45c891a44c catch up to master Igor Vaynberg 2012-07-10 09:40:18 +0300
  • 2c0344a520 take the outerwidth of the element when sizing so we include padding and border. fixes #213 Igor Vaynberg 2012-07-10 09:40:00 +0300
  • 25d0d9a775 clean up some long-broken css for select 3.0 Igor Vaynberg 2012-07-10 08:20:22 +0300
  • 0538bdcfa6 reposition the dropdown whenever results are changed. this is in preparation for open-on-top issue #197 Igor Vaynberg 2012-07-10 08:10:52 +0300
  • 6f46a3ca0a catch up to master Igor Vaynberg 2012-07-09 23:16:55 +0300
  • 12d2604ff2 boost z-index so select2 shows over dialogs. fixes #200 Igor Vaynberg 2012-07-09 23:16:29 +0300
  • aeea8e5268 catch up to master Igor Vaynberg 2012-07-09 22:20:44 +0300
  • 48fe58dee3 better sizing of the input field in multiselect. fixes #203 Igor Vaynberg 2012-07-09 22:20:20 +0300
  • 1899235557 added changelog item Igor Vaynberg 2012-07-08 10:41:18 +0300
  • ce90bf9385 catch up to master Igor Vaynberg 2012-07-06 23:30:53 +0300
  • a4d496281a fix input sizing when placeholder is set. fixes #192 Igor Vaynberg 2012-07-06 23:30:39 +0300
  • be9b97f4dd added responsive design example. issue #115 Igor Vaynberg 2012-07-06 12:30:51 +0300
  • 77de06ecf3 improve percent width detection. issue #115 Igor Vaynberg 2012-07-06 12:13:12 +0300
  • c2f48e295b catch up to master Igor Vaynberg 2012-07-05 11:28:19 +0300
  • 9c864f1da0 clear the ' ' placeholder on open Igor Vaynberg 2012-07-05 11:24:36 +0300
  • 6a5719db80 added open event Igor Vaynberg 2012-07-05 11:07:31 +0300
  • f272ac9f80 Merge pull request #186 from nutshellcrm/focus-syntax-error-1.6 Igor Vaynberg 2012-07-04 21:50:04 -0700
  • ec08be78e4 jquery < 1.6 compatibility fix (:focus is unavailable) Andy Fowler 2012-07-04 14:48:08 -0400
  • ac8a4db76f bugfix moveHighlight: disabled list elements were highlighted now they are ignored Mitko Tschimev 2012-07-04 13:16:29 +0200
  • cb72651787 Merge pull request #183 from ryfeng/master Igor Vaynberg 2012-07-03 07:52:57 -0700
  • 9baada2a5c Default to auto width if container has 0 width (hidden) Royce Feng 2012-07-03 10:03:21 -0400
  • 26c2d42c22 Merge branch 'gh-pages' of github.com:ivaynberg/select2 into gh-pages Igor Vaynberg 2012-07-03 16:57:33 +0300
  • 7a941e7153 catch up to master Igor Vaynberg 2012-07-03 16:57:01 +0300
  • 9c4a4d1b8a improve whitespace detection Igor Vaynberg 2012-07-03 16:56:42 +0300
  • 7d34bc1212 Merge pull request #179 from inmarelibero/gh-pages Igor Vaynberg 2012-06-30 02:35:28 -0700
  • 87926ad4c8 added 'add reference to original option element' in doc Emanuele Gaspari 2012-06-30 11:03:14 +0200
  • c7254b642c catch up to master Igor Vaynberg 2012-06-29 22:38:47 -0700
  • 83c11b27df fix firefox caret bug. closes #153 Igor Vaynberg 2012-06-29 22:38:34 -0700
  • dc8606c6ef catch up to master Igor Vaynberg 2012-06-29 21:02:22 -0700
  • 4ddcc52635 clear search field when data() is used. #178 Igor Vaynberg 2012-06-29 21:02:03 -0700
  • dc4299a0aa catch up to master Igor Vaynberg 2012-06-29 20:16:02 -0700
  • 95a144d85e highlighting and keyboard navigation improvements to result list that has optgroups Igor Vaynberg 2012-06-29 20:15:45 -0700
  • 2b8b29443a Revert "Merge pull request #177 from inmarelibero/gh-pages. changes applied to the wrong file"" Igor Vaynberg 2012-06-29 19:52:34 -0700
  • f4ddeee6b2 Merge pull request #177 from inmarelibero/gh-pages Igor Vaynberg 2012-06-29 19:45:57 -0700
  • 4c1358a8cf added 'add reference to original option element' in doc Emanuele Gaspari 2012-06-29 22:25:01 +0200
  • feba7892ac added 'add reference to original option element' in doc Emanuele Gaspari 2012-06-29 22:22:23 +0200
  • 2054fd9870 added 'add reference to original option element' in doc Emanuele Gaspari 2012-06-29 22:12:07 +0200
  • d9e78070d7 catch up to master Igor Vaynberg 2012-06-29 05:20:19 -0700
  • adc15e3682 fix page 2+ rendering. fixes #175 Igor Vaynberg 2012-06-29 05:20:06 -0700