Skip to content

Commit b561325

Browse files
authored
Merge pull request #1874 from selectize/enable-set-first-option-as-as-active
Copying from #1796 to resolve conflicts
2 parents 9f1d5cc + 8948644 commit b561325

File tree

7 files changed

+543
-524
lines changed

7 files changed

+543
-524
lines changed

CHANGELOG.md

Lines changed: 47 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,91 @@
11
<!-- Feel free to put either your handle and/or full name, according to
22
your privacy needs -->
3+
34
## v0.13.7 ·
45

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.
79

10+
_@joshuan92_
811

912
## v0.13.0 · 03 11 2020
1013

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
1518

16-
*@risadams*
19+
_@risadams_
1720

1821
## v0.12.4, v0.12.5 · 27 June 2018
1922

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
2425

26+
_@fishpercolator_
2527

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.
2729

28-
*(thanks @caseymct - #1079)*
30+
_(thanks @caseymct - #1079)_
2931

30-
* New feature: allow to disable single options or complete optgroups
32+
- New feature: allow to disable single options or complete optgroups
3133

32-
*@zeitiger*
34+
_@zeitiger_
3335

3436
## v0.12.3 · 24 August 2016
35-
* Make `label[for]` work after applying Selectize (#755)
3637

37-
*Barrett Sonntag* (@barretts)
38+
- Make `label[for]` work after applying Selectize (#755)
3839

39-
* Output friendly error message when Microplguin is missing (#1137).
40-
Special thanks to @styxxx for proposing the improvement.
40+
_Barrett Sonntag_ (@barretts)
4141

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.
4344

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`.
4646

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.
4949

50-
* Fix detection of Validity API, we had false negatives before.
50+
- Fix regression 'Required fields can not be focusable' in Chrome
51+
(#733)
5152

52-
*Jonathan Allard* (@joallard)
53+
- Fix detection of Validity API, we had false negatives before.
5354

54-
* Fix open keyboard bug under iOS after closing selection (#1127)
55+
_Jonathan Allard_ (@joallard)
5556

56-
*@zeitiger*
57+
- Fix open keyboard bug under iOS after closing selection (#1127)
5758

58-
* Fix highlighting more than one character (#1099, #1098)
59+
_@zeitiger_
5960

60-
*@skimi*
61+
- Fix highlighting more than one character (#1099, #1098)
6162

63+
_@skimi_
6264

6365
## 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)
6666

67-
*@jaridmargolin*
67+
- Fix issue preventing build ("Cannot assign to read only property
68+
'subarray'") because of bug in uglifyjs. (#1072)
69+
70+
_@jaridmargolin_
6871

69-
* Fix tabbing issue (#877) on IE11. (#997)
72+
- Fix tabbing issue (#877) on IE11. (#997)
7073

71-
*@bwilson-ux*
74+
_@bwilson-ux_
7275

73-
* Fix jQuery initialization for jQuery >= 1.9 (#1045)
76+
- Fix jQuery initialization for jQuery >= 1.9 (#1045)
7477

75-
*@mpokrywka*
78+
_@mpokrywka_
7679

77-
* Make `remove_button` work for single-option usage (#848)
80+
- Make `remove_button` work for single-option usage (#848)
7881

79-
*@ChoppyThing*
82+
_@ChoppyThing_
8083

81-
* Fixed bug that made `allowEmptyOption: true` useless (#739)
84+
- Fixed bug that made `allowEmptyOption: true` useless (#739)
8285

83-
*@mcavalletto*
86+
_@mcavalletto_
8487

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)
8790

88-
*@topaxi*
91+
_@topaxi_

0 commit comments

Comments
 (0)