Skip to content

Commit 1092779

Browse files
committed
release v1.13.13
1 parent 1ff4261 commit 1092779

File tree

171 files changed

+676
-596
lines changed

Some content is hidden

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

171 files changed

+676
-596
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v1.13.13 (2020-04-16)
2+
### Bug Fixes
3+
- [#2339]: data-size="false" not working
4+
- [#2337]: calling deselectAll/selectAll immediately after page load throws error
5+
- [#2320]: Dropup becomes a dropdown upon search
6+
- [#2308]: Keyboard control over Bootstrap Dropdown components stops working
7+
- [#2272]: Class bs-placeholder is no longer set on "default" values in 1.13.10
8+
9+
[#2339]: https://github.com/snapappointments/bootstrap-select/issues/2339
10+
[#2337]: https://github.com/snapappointments/bootstrap-select/issues/2337
11+
[#2320]: https://github.com/snapappointments/bootstrap-select/issues/2320
12+
[#2308]: https://github.com/snapappointments/bootstrap-select/issues/2308
13+
[#2272]: https://github.com/snapappointments/bootstrap-select/issues/2272
14+
15+
-------------------
16+
117
# v1.13.12 (2019-10-10)
218
### Bug Fixes
319
- [#2176]: allow was-validated class to work on select elements without selectpicker class

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Bootstrap-select requires jQuery v1.9.1+, Bootstrap’s dropdown.js component, a
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release.](https://github.com/snapappointments/bootstrap-select/archive/v1.13.12.zip)
49+
- [Download the latest release.](https://github.com/snapappointments/bootstrap-select/archive/v1.13.13.zip)
5050
- Clone the repo: `git clone https://github.com/snapappointments/bootstrap-select.git`
5151
- Install with [npm](https://www.npmjs.com/package/bootstrap-select): `npm install bootstrap-select`
5252
- Install with [yarn](https://yarn.pm/bootstrap-select): `yarn add bootstrap-select`
@@ -57,13 +57,13 @@ Several quick start options are available:
5757

5858
```html
5959
<!-- Latest compiled and minified CSS -->
60-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].12/dist/css/bootstrap-select.min.css">
60+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].13/dist/css/bootstrap-select.min.css">
6161

6262
<!-- Latest compiled and minified JavaScript -->
63-
<script src="https://cdn.jsdelivr.net/npm/[email protected].12/dist/js/bootstrap-select.min.js"></script>
63+
<script src="https://cdn.jsdelivr.net/npm/[email protected].13/dist/js/bootstrap-select.min.js"></script>
6464

6565
<!-- (Optional) Latest compiled and minified JavaScript translation files -->
66-
<script src="https://cdn.jsdelivr.net/npm/[email protected].12/dist/js/i18n/defaults-*.min.js"></script>
66+
<script src="https://cdn.jsdelivr.net/npm/[email protected].13/dist/js/i18n/defaults-*.min.js"></script>
6767
```
6868
> 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.
6969

dist/css/bootstrap-select.css

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

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

0 commit comments

Comments
 (0)