|
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 | 5 |
|
5 | | -* Fixed missing style for dropdown_header plugin [*@fabienwnklr*](https://github.com/fabienwnklr) |
6 | | -* 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 | +- 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) |
| 8 | +- Added option to enable setting the first option in the list as active. |
7 | 9 |
|
| 10 | + _@joshuan92_ |
8 | 11 |
|
9 | 12 | ## v0.13.0 · 03 11 2020 |
10 | 13 |
|
11 | | -* Support for Bootstrap v4.x. |
12 | | - * Adding SASS styles, LESS styles still available for bootstrap 2.x |
13 | | -* Fixed bug (#851) for placeholder text clipping |
14 | | -* Fixed bug (#870) for remove button plugin closing bootstrap modals |
| 14 | +- Support for Bootstrap v4.x. |
| 15 | + - Adding SASS styles, LESS styles still available for bootstrap 2.x |
| 16 | +- Fixed bug (#851) for placeholder text clipping |
| 17 | +- Fixed bug (#870) for remove button plugin closing bootstrap modals |
15 | 18 |
|
16 | | - *@risadams* |
| 19 | + _@risadams_ |
17 | 20 |
|
18 | 21 | ## v0.12.4, v0.12.5 · 27 June 2018 |
19 | 22 |
|
20 | | -* Allow the dropdown to reopen on click if it is closed without losing focus |
21 | | - by closeAfterSelect: true |
22 | | - |
23 | | - *@fishpercolator* |
| 23 | +- Allow the dropdown to reopen on click if it is closed without losing focus |
| 24 | + by closeAfterSelect: true |
24 | 25 |
|
| 26 | + _@fishpercolator_ |
25 | 27 |
|
26 | | -* Fixed bug making `clearOptions` function. Now it doesn't remove already selected options. |
| 28 | +- Fixed bug making `clearOptions` function. Now it doesn't remove already selected options. |
27 | 29 |
|
28 | | - *(thanks @caseymct - #1079)* |
| 30 | + _(thanks @caseymct - #1079)_ |
29 | 31 |
|
30 | | -* New feature: allow to disable single options or complete optgroups |
| 32 | +- New feature: allow to disable single options or complete optgroups |
31 | 33 |
|
32 | | - *@zeitiger* |
| 34 | + _@zeitiger_ |
33 | 35 |
|
34 | 36 | ## v0.12.3 · 24 August 2016 |
35 | | -* Make `label[for]` work after applying Selectize (#755) |
36 | 37 |
|
37 | | - *Barrett Sonntag* (@barretts) |
| 38 | +- Make `label[for]` work after applying Selectize (#755) |
38 | 39 |
|
39 | | -* Output friendly error message when Microplguin is missing (#1137). |
40 | | - Special thanks to @styxxx for proposing the improvement. |
| 40 | + _Barrett Sonntag_ (@barretts) |
41 | 41 |
|
42 | | -* Add local server command `grunt server`. |
| 42 | +- Output friendly error message when Microplguin is missing (#1137). |
| 43 | + Special thanks to @styxxx for proposing the improvement. |
43 | 44 |
|
44 | | -* Stop creating items automatically when text is pasted, only create |
45 | | - them when pasted text contains delimiter. |
| 45 | +- Add local server command `grunt server`. |
46 | 46 |
|
47 | | -* Fix regression 'Required fields can not be focusable' in Chrome |
48 | | - (#733) |
| 47 | +- Stop creating items automatically when text is pasted, only create |
| 48 | + them when pasted text contains delimiter. |
49 | 49 |
|
50 | | -* Fix detection of Validity API, we had false negatives before. |
| 50 | +- Fix regression 'Required fields can not be focusable' in Chrome |
| 51 | + (#733) |
51 | 52 |
|
52 | | - *Jonathan Allard* (@joallard) |
| 53 | +- Fix detection of Validity API, we had false negatives before. |
53 | 54 |
|
54 | | -* Fix open keyboard bug under iOS after closing selection (#1127) |
| 55 | + _Jonathan Allard_ (@joallard) |
55 | 56 |
|
56 | | - *@zeitiger* |
| 57 | +- Fix open keyboard bug under iOS after closing selection (#1127) |
57 | 58 |
|
58 | | -* Fix highlighting more than one character (#1099, #1098) |
| 59 | + _@zeitiger_ |
59 | 60 |
|
60 | | - *@skimi* |
| 61 | +- Fix highlighting more than one character (#1099, #1098) |
61 | 62 |
|
| 63 | + _@skimi_ |
62 | 64 |
|
63 | 65 | ## v0.12.2 · 23 June 2016 |
64 | | -* Fix issue preventing build ("Cannot assign to read only property |
65 | | - 'subarray'") because of bug in uglifyjs. (#1072) |
66 | 66 |
|
67 | | - *@jaridmargolin* |
| 67 | +- Fix issue preventing build ("Cannot assign to read only property |
| 68 | + 'subarray'") because of bug in uglifyjs. (#1072) |
| 69 | + |
| 70 | + _@jaridmargolin_ |
68 | 71 |
|
69 | | -* Fix tabbing issue (#877) on IE11. (#997) |
| 72 | +- Fix tabbing issue (#877) on IE11. (#997) |
70 | 73 |
|
71 | | - *@bwilson-ux* |
| 74 | + _@bwilson-ux_ |
72 | 75 |
|
73 | | -* Fix jQuery initialization for jQuery >= 1.9 (#1045) |
| 76 | +- Fix jQuery initialization for jQuery >= 1.9 (#1045) |
74 | 77 |
|
75 | | - *@mpokrywka* |
| 78 | + _@mpokrywka_ |
76 | 79 |
|
77 | | -* Make `remove_button` work for single-option usage (#848) |
| 80 | +- Make `remove_button` work for single-option usage (#848) |
78 | 81 |
|
79 | | - *@ChoppyThing* |
| 82 | + _@ChoppyThing_ |
80 | 83 |
|
81 | | -* Fixed bug that made `allowEmptyOption: true` useless (#739) |
| 84 | +- Fixed bug that made `allowEmptyOption: true` useless (#739) |
82 | 85 |
|
83 | | - *@mcavalletto* |
| 86 | + _@mcavalletto_ |
84 | 87 |
|
85 | | -* Functions in option `render` can now return a DOM node in addition to |
86 | | - text. (#617) |
| 88 | +- Functions in option `render` can now return a DOM node in addition to |
| 89 | + text. (#617) |
87 | 90 |
|
88 | | - *@topaxi* |
| 91 | + _@topaxi_ |
0 commit comments