Skip to content

Commit

Permalink
Bump release to v1.3.7 and do build.
Browse files Browse the repository at this point in the history
  • Loading branch information
truckingsim committed Jun 24, 2016
1 parent f9718c5 commit 1c4c350
Show file tree
Hide file tree
Showing 16 changed files with 127 additions and 29 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ Options can be passed via data attributes or through the JavaScript options obje
> 39: "right",
> 38: "up",
> 40: "down",
> 91: "meta",
> 229: "unknown"
> 91: "meta"
> }
> ```
Expand Down
2 changes: 1 addition & 1 deletion api-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>Classes</h3>



<div id='footer-content' style='display: none'>Generated on Thu 09 Jun 2016 10:00:55 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
<div id='footer-content' style='display: none'>Generated on Fri 24 Jun 2016 13:36:44 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.defaults.js

Large diffs are not rendered by default.

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.3.6",
"version": "1.3.7",
"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.3.6
* @version 1.3.7
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2016 Adam Heim
Expand All @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2016-06-09 10:00:55 AM EDT
* Last build: 2016-06-24 1:36:44 PM 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.3.6
* @version 1.3.7
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2016 Adam Heim
Expand All @@ -12,5 +12,5 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2016-06-09 10:00:55 AM EDT
* Last build: 2016-06-24 1:36:44 PM 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}
10 changes: 4 additions & 6 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.3.6
* @version 1.3.7
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2016 Adam Heim
Expand All @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2016-06-09 10:00:54 AM EDT
* Last build: 2016-06-24 1:36:43 PM EDT
*/
!(function ($, window) {

Expand Down Expand Up @@ -1328,8 +1328,7 @@ $.fn.ajaxSelectPicker.defaults = {
* 39: "right",
* 38: "up",
* 40: "down",
* 91: "meta",
* 229: "unknown"
* 91: "meta"
* }
* ```
*/
Expand All @@ -1343,8 +1342,7 @@ $.fn.ajaxSelectPicker.defaults = {
39: "right",
38: "up",
40: "down",
91: "meta",
229: "unknown"
91: "meta"
},

/**
Expand Down
6 changes: 3 additions & 3 deletions dist/js/ajax-bootstrap-select.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/locale/ajax-bootstrap-select.en-US.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.3.6
* @version 1.3.7
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2016 Adam Heim
Expand All @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2016-06-09 10:00:54 AM EDT
* Last build: 2016-06-24 1:36:43 PM EDT
*/
!(function ($) {
/*
Expand Down
4 changes: 2 additions & 2 deletions dist/js/locale/ajax-bootstrap-select.en-US.min.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.3.6
* @version 1.3.7
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2016 Adam Heim
Expand All @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2016-06-09 10:00:54 AM EDT
* Last build: 2016-06-24 1:36:43 PM EDT
*/
!(function ($) {
/*!
Expand Down
4 changes: 2 additions & 2 deletions dist/js/locale/ajax-bootstrap-select.es-ES.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.3.6
* @version 1.3.7
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2016 Adam Heim
Expand All @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2016-06-09 10:00:54 AM EDT
* Last build: 2016-06-24 1:36:43 PM EDT
*/
!(function ($) {
/*!
Expand Down
4 changes: 2 additions & 2 deletions dist/js/locale/ajax-bootstrap-select.es-ES.min.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.3.6
* @version 1.3.7
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2016 Adam Heim
Expand All @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2016-06-09 10:00:54 AM EDT
* Last build: 2016-06-24 1:36:43 PM EDT
*/
!(function ($) {
/*!
Expand Down
80 changes: 80 additions & 0 deletions dist/js/locale/ajax-bootstrap-select.it-IT.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
/*!
* Ajax Bootstrap Select
*
* Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.
*
* @version 1.3.7
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2016 Adam Heim
* @license Released under the MIT license.
*
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2016-06-24 1:36:43 PM EDT
*/
!(function ($) {
/*!
* Italian translation for the "it-IT" and "it" language codes.
* Luca Longo <[email protected]>
*/
$.fn.ajaxSelectPicker.locale['it-IT'] = {
/**
* @member $.fn.ajaxSelectPicker.locale
* @cfg {String} currentlySelected = 'Currently Selected'
* @markdown
* The text to use for the label of the option group when currently selected options are preserved.
*/
currentlySelected: 'Selezionati',

/**
* @member $.fn.ajaxSelectPicker.locale
* @cfg {String} emptyTitle = 'Select and begin typing'
* @markdown
* The text to use as the title for the select element when there are no items to display.
*/
emptyTitle: 'Clicca qui e scrivi...',

/**
* @member $.fn.ajaxSelectPicker.locale
* @cfg {String} errorText = ''Unable to retrieve results'
* @markdown
* The text to use in the status container when a request returns with an error.
*/
errorText: 'Impossibile recuperare dei risultati',

/**
* @member $.fn.ajaxSelectPicker.locale
* @cfg {String} searchPlaceholder = 'Search...'
* @markdown
* The text to use for the search input placeholder attribute.
*/
searchPlaceholder: 'Cerca...',

/**
* @member $.fn.ajaxSelectPicker.locale
* @cfg {String} statusInitialized = 'Start typing a search query'
* @markdown
* The text used in the status container when it is initialized.
*/
statusInitialized: 'Inizia a digitare...',

/**
* @member $.fn.ajaxSelectPicker.locale
* @cfg {String} statusNoResults = 'No Results'
* @markdown
* The text used in the status container when the request returns no results.
*/
statusNoResults: 'Non ci sono risultati',

/**
* @member $.fn.ajaxSelectPicker.locale
* @cfg {String} statusSearching = 'Searching...'
* @markdown
* The text to use in the status container when a request is being initiated.
*/
statusSearching: 'Ricerca in corso...'
};
$.fn.ajaxSelectPicker.locale.it = $.fn.ajaxSelectPicker.locale['it-IT'];
})(jQuery);
22 changes: 22 additions & 0 deletions dist/js/locale/ajax-bootstrap-select.it-IT.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*!
* Ajax Bootstrap Select
*
* Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.
*
* @version 1.3.7
* @author Adam Heim - https://github.com/truckingsim
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
* @copyright 2016 Adam Heim
* @license Released under the MIT license.
*
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2016-06-24 1:36:43 PM EDT
*/
!(function ($) {
/*!
* Italian translation for the "it-IT" and "it" language codes.
* Luca Longo <[email protected]>
*/
$.fn.ajaxSelectPicker.locale["it-IT"]={currentlySelected:"Selezionati",emptyTitle:"Clicca qui e scrivi...",errorText:"Impossibile recuperare dei risultati",searchPlaceholder:"Cerca...",statusInitialized:"Inizia a digitare...",statusNoResults:"Non ci sono risultati",statusSearching:"Ricerca in corso..."},$.fn.ajaxSelectPicker.locale.it=$.fn.ajaxSelectPicker.locale["it-IT"];})(jQuery);
3 changes: 1 addition & 2 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ Options can be passed via data attributes or through the JavaScript options obje
> 39: "right",
> 38: "up",
> 40: "down",
> 91: "meta",
> 229: "unknown"
> 91: "meta"
> }
> ```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ajax-bootstrap-select",
"title": "Ajax Bootstrap Select",
"description": "Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.",
"version": "1.3.6",
"version": "1.3.7",
"author": {
"name": "Adam Heim",
"url": "https://github.com/truckingsim"
Expand Down

0 comments on commit 1c4c350

Please sign in to comment.