Skip to content

Commit 9ac0506

Browse files
committed
Released 0.13.6.
1 parent f2a4868 commit 9ac0506

15 files changed

+480
-478
lines changed

dist/css/selectize.bootstrap2.css

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

dist/css/selectize.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/selectize.legacy.css

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

dist/js/selectize.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* selectize.js (v0.13.5)
2+
* selectize.js (v0.13.6)
33
* Copyright (c) 2013–2015 Brian Reavis & contributors
4-
* Copyright (c) 2020 Selectize Team & contributors
4+
* Copyright (c) 2020-2022 Selectize Team & contributors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
77
* file except in compliance with the License. You may obtain a copy of the License at:
@@ -13,7 +13,7 @@
1313
* governing permissions and limitations under the License.
1414
*
1515
* @author Brian Reavis <brian@thirdroute.com>
16-
* @author Ris Adams <selectize@risadams.com>
16+
* @author Ris Adams <selectize@risadams.com>
1717
*/
1818

1919
/*jshint curly:false */
@@ -3333,6 +3333,7 @@
33333333

33343334
});
33353335

3336+
33363337
Selectize.define('remove_button', function(options) {
33373338
options = $.extend({
33383339
label : '&#xd7;',

dist/js/selectize.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)