Skip to content

Commit

Permalink
Bump version to 1.4.2 and run grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
truckingsim committed Nov 1, 2017
1 parent 00fae54 commit 74ff254
Show file tree
Hide file tree
Showing 31 changed files with 187 additions and 77 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ See: [options.locale](#optionslocale)
***
#### locale.statusToShort
#### locale.statusTooShort
> __Type:__ `String`
>
> __Default:__ `'Please enter more characters'`
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" href="styles-3eba09980fa05ead185cb17d9c0deb0f.css" type="text/css" />

<script type="text/javascript" src="extjs/ext-all.js"></script>
<script type="text/javascript" src="data-34ed6c40fb3d5bfc5f39b10386739f55.js"></script>
<script type="text/javascript" src="data-2f7895762948544c8c6c9971c81c14dd.js"></script>

<script type="text/javascript" src="app-0c945a27f43452df695771ddb60b3d14.js"></script>

Expand Down Expand Up @@ -53,7 +53,7 @@ <h3>Classes</h3>



<div id='footer-content' style='display: none'>Generated on Fri 21 Jul 2017 13:08:54 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
<div id='footer-content' style='display: none'>Generated on Wed 01 Nov 2017 11:24:59 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>



Expand Down
2 changes: 1 addition & 1 deletion api-docs/output/$.fn.ajaxSelectPicker.locale.js

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

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ajax-bootstrap-select",
"version": "1.4.1",
"version": "1.4.2",
"description": "Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions dist/css/ajax-bootstrap-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.
*
* @version 1.4.1
* @version 1.4.2
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2017 Adam Heim
Expand All @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2017-07-21 1:08:58 PM GMT-0400
* Last build: 2017-11-01 11:25:00 AM EDT
*/
.bootstrap-select .status {
background: #f0f0f0;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/ajax-bootstrap-select.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.
*
* @version 1.4.1
* @version 1.4.2
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2017 Adam Heim
Expand All @@ -12,5 +12,5 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2017-07-21 1:08:58 PM GMT-0400
* Last build: 2017-11-01 11:25:00 AM EDT
*/.bootstrap-select .status{background:#f0f0f0;clear:both;color:#999;font-size:11px;font-style:italic;font-weight:500;line-height:1;margin-bottom:-5px;padding:10px 20px}
6 changes: 3 additions & 3 deletions dist/js/ajax-bootstrap-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.
*
* @version 1.4.1
* @version 1.4.2
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2017 Adam Heim
Expand All @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2017-07-21 1:08:54 PM GMT-0400
* Last build: 2017-11-01 11:24:59 AM EDT
*/
!(function ($, window) {

Expand Down Expand Up @@ -1601,7 +1601,7 @@ $.fn.ajaxSelectPicker.locale['en-US'] = {

/**
* @member $.fn.ajaxSelectPicker.locale
* @cfg {String} statusToShort = 'Please enter more characters'
* @cfg {String} statusTooShort = 'Please enter more characters'
* @markdown
* The text used in the status container when the request returns no results.
*/
Expand Down
Loading

0 comments on commit 74ff254

Please sign in to comment.