Skip to content

Commit

Permalink
release v1.14.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Apr 20, 2022
1 parent 27db378 commit f2a9e82
Show file tree
Hide file tree
Showing 136 changed files with 486 additions and 464 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.14.0-beta3
# v1.14.0-beta3 (2021-04-20)

This comment has been minimized.

Copy link
@nwoltman

nwoltman Apr 27, 2022

Looks like a typo in the year here. It should be 2022.


### Bug fixes

Expand All @@ -12,13 +12,16 @@
- Fix `Cannot read property 'position' of undefined` error
- Fix `Cannot read property 'index' of undefined` error
- Fix several overflow bugs
- [#2659] [#2671] Fix broken Ajax search
- [#2593] Fix maxOptions bugs

### i18n
- [#2625] Add turkmen language
- [#2621] Update deselectAllText turkish translation

### New features
- [#2305] Add new CDN: PageCDN
- Support passing in a boolean `more` argument as an additional argument to the `source.data`/`source.search` callback functions

### Dev
- remove bootstrap 3 test page
Expand All @@ -31,6 +34,24 @@

This project is now mainly maintained by @NicolasCARPi.

[#2634]: https://github.com/snapappointments/bootstrap-select/issues/2634
[#2669]: https://github.com/snapappointments/bootstrap-select/issues/2669
[#2627]: https://github.com/snapappointments/bootstrap-select/issues/2627
[#2616]: https://github.com/snapappointments/bootstrap-select/issues/2616
[#2600]: https://github.com/snapappointments/bootstrap-select/issues/2600
[#2367]: https://github.com/snapappointments/bootstrap-select/issues/2367
[#2585]: https://github.com/snapappointments/bootstrap-select/issues/2585
[#2659]: https://github.com/snapappointments/bootstrap-select/issues/2659
[#2671]: https://github.com/snapappointments/bootstrap-select/issues/2671
[#2593]: https://github.com/snapappointments/bootstrap-select/issues/2593
[#2625]: https://github.com/snapappointments/bootstrap-select/issues/2625
[#2621]: https://github.com/snapappointments/bootstrap-select/issues/2621
[#2305]: https://github.com/snapappointments/bootstrap-select/issues/2305
[#2680]: https://github.com/snapappointments/bootstrap-select/issues/2680
[#2617]: https://github.com/snapappointments/bootstrap-select/issues/2617
[#2678]: https://github.com/snapappointments/bootstrap-select/issues/2678
[#2683]: https://github.com/snapappointments/bootstrap-select/issues/2683

# v1.14.0-beta2 (2021-03-25)

### New Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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.14.0-beta2.zip)
- [Download the latest release.](https://github.com/snapappointments/bootstrap-select/archive/v1.14.0-beta3.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://yarnpkg.com/package/bootstrap-select): `yarn add bootstrap-select`
Expand All @@ -51,13 +51,13 @@ Several quick start options are available:

```html
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]beta2/dist/css/bootstrap-select.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]beta3/dist/css/bootstrap-select.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]beta2/dist/js/bootstrap-select.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]beta3/dist/js/bootstrap-select.min.js"></script>

<!-- (Optional) Latest compiled and minified JavaScript translation files -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]beta2/dist/js/i18n/defaults-*.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]beta3/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
7 changes: 3 additions & 4 deletions docs/docs/dist/css/bootstrap-select.css

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

2 changes: 1 addition & 1 deletion docs/docs/dist/css/bootstrap-select.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/docs/dist/css/bootstrap-select.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit f2a9e82

Please sign in to comment.