Skip to content

Commit

Permalink
release v1.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Apr 16, 2020
1 parent 1ff4261 commit 1092779
Show file tree
Hide file tree
Showing 171 changed files with 676 additions and 596 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
# v1.13.13 (2020-04-16)
### Bug Fixes
- [#2339]: data-size="false" not working
- [#2337]: calling deselectAll/selectAll immediately after page load throws error
- [#2320]: Dropup becomes a dropdown upon search
- [#2308]: Keyboard control over Bootstrap Dropdown components stops working
- [#2272]: Class bs-placeholder is no longer set on "default" values in 1.13.10

[#2339]: https://github.com/snapappointments/bootstrap-select/issues/2339
[#2337]: https://github.com/snapappointments/bootstrap-select/issues/2337
[#2320]: https://github.com/snapappointments/bootstrap-select/issues/2320
[#2308]: https://github.com/snapappointments/bootstrap-select/issues/2308
[#2272]: https://github.com/snapappointments/bootstrap-select/issues/2272

-------------------

# v1.13.12 (2019-10-10)
### Bug Fixes
- [#2176]: allow was-validated class to work on select elements without selectpicker class
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -46,7 +46,7 @@ Bootstrap-select requires jQuery v1.9.1+, Bootstrap’s dropdown.js component, a

Several quick start options are available:

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

```html
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.12/dist/css/bootstrap-select.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.13/dist/css/bootstrap-select.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.12/dist/js/bootstrap-select.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.13/dist/js/bootstrap-select.min.js"></script>

<!-- (Optional) Latest compiled and minified JavaScript translation files -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.12/dist/js/i18n/defaults-*.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.13/dist/js/i18n/defaults-*.min.js"></script>
```
> 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.
Expand Down
4 changes: 2 additions & 2 deletions dist/css/bootstrap-select.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/bootstrap-select.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1092779

Please sign in to comment.