|
1 | 1 | <!-- Feel free to put either your handle and/or full name, according to
|
2 | 2 | your privacy needs -->
|
3 | 3 |
|
4 |
| -## v0.13.7 · |
| 4 | +## v0.14.0 · 02 10 2022 |
5 | 5 |
|
6 |
| -- Fixed missing style for dropdown_header plugin [_@fabienwnklr_](https://github.com/fabienwnklr) |
7 |
| -- Fixed ([#1818](https://github.com/selectize/selectize.js/issues/1818)) Scroll left when I click on a selectized item and page is scrolled right [_@fabienwnklr_](https://github.com/fabienwnklr) |
| 6 | +- *Breaking change:* Removed the dependencies on MicroPlugin and Sifter - These are now included in the selectize package directly. |
| 7 | + |
| 8 | +- Fixed missing style for dropdown_header plugin [*@fabienwnklr*](https://github.com/fabienwnklr) |
| 9 | +- Fixed ([#1818](https://github.com/selectize/selectize.js/issues/1818)) Scroll left when I click on a selectized item and page is scrolled right [*@fabienwnklr*](https://github.com/fabienwnklr) |
8 | 10 | - Added option to enable setting the first option in the list as active.
|
9 | 11 |
|
10 |
| - _@joshuan92_ |
| 12 | + *@joshuan92* |
11 | 13 |
|
12 | 14 | ## v0.13.0 · 03 11 2020
|
13 | 15 |
|
|
16 | 18 | - Fixed bug (#851) for placeholder text clipping
|
17 | 19 | - Fixed bug (#870) for remove button plugin closing bootstrap modals
|
18 | 20 |
|
19 |
| - _@risadams_ |
| 21 | + *@risadams* |
20 | 22 |
|
21 | 23 | ## v0.12.4, v0.12.5 · 27 June 2018
|
22 | 24 |
|
23 | 25 | - Allow the dropdown to reopen on click if it is closed without losing focus
|
24 | 26 | by closeAfterSelect: true
|
25 | 27 |
|
26 |
| - _@fishpercolator_ |
| 28 | + *@fishpercolator* |
27 | 29 |
|
28 | 30 | - Fixed bug making `clearOptions` function. Now it doesn't remove already selected options.
|
29 | 31 |
|
30 |
| - _(thanks @caseymct - #1079)_ |
| 32 | + *(thanks @caseymct - #1079)* |
31 | 33 |
|
32 | 34 | - New feature: allow to disable single options or complete optgroups
|
33 | 35 |
|
34 |
| - _@zeitiger_ |
| 36 | + *@zeitiger* |
35 | 37 |
|
36 | 38 | ## v0.12.3 · 24 August 2016
|
37 | 39 |
|
38 | 40 | - Make `label[for]` work after applying Selectize (#755)
|
39 | 41 |
|
40 |
| - _Barrett Sonntag_ (@barretts) |
| 42 | + *Barrett Sonntag* (@barretts) |
41 | 43 |
|
42 | 44 | - Output friendly error message when Microplguin is missing (#1137).
|
43 | 45 | Special thanks to @styxxx for proposing the improvement.
|
|
52 | 54 |
|
53 | 55 | - Fix detection of Validity API, we had false negatives before.
|
54 | 56 |
|
55 |
| - _Jonathan Allard_ (@joallard) |
| 57 | + *Jonathan Allard* (@joallard) |
56 | 58 |
|
57 | 59 | - Fix open keyboard bug under iOS after closing selection (#1127)
|
58 | 60 |
|
59 |
| - _@zeitiger_ |
| 61 | + *@zeitiger* |
60 | 62 |
|
61 | 63 | - Fix highlighting more than one character (#1099, #1098)
|
62 | 64 |
|
63 |
| - _@skimi_ |
| 65 | + *@skimi* |
64 | 66 |
|
65 | 67 | ## v0.12.2 · 23 June 2016
|
66 | 68 |
|
67 | 69 | - Fix issue preventing build ("Cannot assign to read only property
|
68 | 70 | 'subarray'") because of bug in uglifyjs. (#1072)
|
69 | 71 |
|
70 |
| - _@jaridmargolin_ |
| 72 | + *@jaridmargolin* |
71 | 73 |
|
72 | 74 | - Fix tabbing issue (#877) on IE11. (#997)
|
73 | 75 |
|
74 |
| - _@bwilson-ux_ |
| 76 | + *@bwilson-ux* |
75 | 77 |
|
76 | 78 | - Fix jQuery initialization for jQuery >= 1.9 (#1045)
|
77 | 79 |
|
78 |
| - _@mpokrywka_ |
| 80 | + *@mpokrywka* |
79 | 81 |
|
80 | 82 | - Make `remove_button` work for single-option usage (#848)
|
81 | 83 |
|
82 |
| - _@ChoppyThing_ |
| 84 | + *@ChoppyThing* |
83 | 85 |
|
84 | 86 | - Fixed bug that made `allowEmptyOption: true` useless (#739)
|
85 | 87 |
|
86 |
| - _@mcavalletto_ |
| 88 | + *@mcavalletto* |
87 | 89 |
|
88 | 90 | - Functions in option `render` can now return a DOM node in addition to
|
89 | 91 | text. (#617)
|
90 | 92 |
|
91 |
| - _@topaxi_ |
| 93 | + *@topaxi* |
0 commit comments