Skip to content

Commit 07e3904

Browse files
committed
Released 0.14.0.
1 parent eb62c8a commit 07e3904

16 files changed

+1017
-459
lines changed

CHANGELOG.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<!-- Feel free to put either your handle and/or full name, according to
22
your privacy needs -->
33

4-
## v0.13.7 ·
4+
## v0.14.0 · 02 10 2022
55

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)
810
- Added option to enable setting the first option in the list as active.
911

10-
_@joshuan92_
12+
*@joshuan92*
1113

1214
## v0.13.0 · 03 11 2020
1315

@@ -16,28 +18,28 @@
1618
- Fixed bug (#851) for placeholder text clipping
1719
- Fixed bug (#870) for remove button plugin closing bootstrap modals
1820

19-
_@risadams_
21+
*@risadams*
2022

2123
## v0.12.4, v0.12.5 · 27 June 2018
2224

2325
- Allow the dropdown to reopen on click if it is closed without losing focus
2426
by closeAfterSelect: true
2527

26-
_@fishpercolator_
28+
*@fishpercolator*
2729

2830
- Fixed bug making `clearOptions` function. Now it doesn't remove already selected options.
2931

30-
_(thanks @caseymct - #1079)_
32+
*(thanks @caseymct - #1079)*
3133

3234
- New feature: allow to disable single options or complete optgroups
3335

34-
_@zeitiger_
36+
*@zeitiger*
3537

3638
## v0.12.3 · 24 August 2016
3739

3840
- Make `label[for]` work after applying Selectize (#755)
3941

40-
_Barrett Sonntag_ (@barretts)
42+
*Barrett Sonntag* (@barretts)
4143

4244
- Output friendly error message when Microplguin is missing (#1137).
4345
Special thanks to @styxxx for proposing the improvement.
@@ -52,40 +54,40 @@
5254

5355
- Fix detection of Validity API, we had false negatives before.
5456

55-
_Jonathan Allard_ (@joallard)
57+
*Jonathan Allard* (@joallard)
5658

5759
- Fix open keyboard bug under iOS after closing selection (#1127)
5860

59-
_@zeitiger_
61+
*@zeitiger*
6062

6163
- Fix highlighting more than one character (#1099, #1098)
6264

63-
_@skimi_
65+
*@skimi*
6466

6567
## v0.12.2 · 23 June 2016
6668

6769
- Fix issue preventing build ("Cannot assign to read only property
6870
'subarray'") because of bug in uglifyjs. (#1072)
6971

70-
_@jaridmargolin_
72+
*@jaridmargolin*
7173

7274
- Fix tabbing issue (#877) on IE11. (#997)
7375

74-
_@bwilson-ux_
76+
*@bwilson-ux*
7577

7678
- Fix jQuery initialization for jQuery >= 1.9 (#1045)
7779

78-
_@mpokrywka_
80+
*@mpokrywka*
7981

8082
- Make `remove_button` work for single-option usage (#848)
8183

82-
_@ChoppyThing_
84+
*@ChoppyThing*
8385

8486
- Fixed bug that made `allowEmptyOption: true` useless (#739)
8587

86-
_@mcavalletto_
88+
*@mcavalletto*
8789

8890
- Functions in option `render` can now return a DOM node in addition to
8991
text. (#617)
9092

91-
_@topaxi_
93+
*@topaxi*

dist/css/selectize.bootstrap2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* selectize.css (v0.13.6)
2+
* selectize.css (v0.14.0)
33
* Copyright (c) 2013–2015 Brian Reavis & contributors
44
* Copyright (c) 2020-2022 Selectize Team & contributors
55
*

dist/css/selectize.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/selectize.legacy.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* selectize.css (v0.13.6)
2+
* selectize.css (v0.14.0)
33
* Copyright (c) 2013–2015 Brian Reavis & contributors
44
* Copyright (c) 2020-2022 Selectize Team & contributors
55
*

0 commit comments

Comments
 (0)