Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit b58fe71

Browse files
committed
release v1.12.3
1 parent ca929c0 commit b58fe71

File tree

161 files changed

+626
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+626
-315
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ Checkout the [documentation](http://silviomoreto.github.io/bootstrap-select) for
6868

6969
**N.B.**: The CDN is updated after the release is made public, which means that there is a delay between the publishing of a release and its availability on the CDN. Check [the GitHub page](https://github.com/silviomoreto/bootstrap-select/releases) for the latest release.
7070

71-
* [//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/css/bootstrap-select.min.css](//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/css/bootstrap-select.min.css)
72-
* [//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/js/bootstrap-select.min.js](//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/js/bootstrap-select.min.js)
73-
* //cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/js/i18n/defaults-*.min.js (The translation files)
71+
* [//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.3/css/bootstrap-select.min.css](//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.3/css/bootstrap-select.min.css)
72+
* [//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.3/js/bootstrap-select.min.js](//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.3/js/bootstrap-select.min.js)
73+
* //cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.3/js/i18n/defaults-*.min.js (The translation files)
7474

7575
## Bugs and feature requests
7676

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"replacement"
99
],
1010
"homepage": "http://silviomoreto.github.io/bootstrap-select",
11-
"version": "1.12.2",
11+
"version": "1.12.3",
1212
"authors": [
1313
{
1414
"name": "Silvio Moreto",

dist/css/bootstrap-select.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/bootstrap-select.min.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/js/bootstrap-select.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
2+
* Bootstrap-select v1.12.3 (http://silviomoreto.github.io/bootstrap-select)
33
*
44
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
@@ -327,7 +327,7 @@
327327
this.init();
328328
};
329329

330-
Selectpicker.VERSION = '1.12.2';
330+
Selectpicker.VERSION = '1.12.3';
331331

332332
// part of this is duplicated in i18n/defaults-en_US.js. Make sure to update both.
333333
Selectpicker.DEFAULTS = {
@@ -559,9 +559,9 @@
559559
*/
560560
var generateLI = function (content, index, classes, optgroup) {
561561
return '<li' +
562-
((typeof classes !== 'undefined' & '' !== classes) ? ' class="' + classes + '"' : '') +
563-
((typeof index !== 'undefined' & null !== index) ? ' data-original-index="' + index + '"' : '') +
564-
((typeof optgroup !== 'undefined' & null !== optgroup) ? 'data-optgroup="' + optgroup + '"' : '') +
562+
((typeof classes !== 'undefined' && '' !== classes) ? ' class="' + classes + '"' : '') +
563+
((typeof index !== 'undefined' && null !== index) ? ' data-original-index="' + index + '"' : '') +
564+
((typeof optgroup !== 'undefined' && null !== optgroup) ? 'data-optgroup="' + optgroup + '"' : '') +
565565
'>' + content + '</li>';
566566
};
567567

dist/js/bootstrap-select.js.map

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/js/bootstrap-select.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/defaults-ar_AR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
2+
* Bootstrap-select v1.12.3 (http://silviomoreto.github.io/bootstrap-select)
33
*
44
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)

dist/js/i18n/defaults-ar_AR.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
2+
* Bootstrap-select v1.12.3 (http://silviomoreto.github.io/bootstrap-select)
33
*
44
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)

dist/js/i18n/defaults-bg_BG.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
2+
* Bootstrap-select v1.12.3 (http://silviomoreto.github.io/bootstrap-select)
33
*
44
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)

0 commit comments

Comments
 (0)