Skip to content

Commit

Permalink
build a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfriend committed Jan 9, 2018
1 parent 73eb9c4 commit 4b9d5eb
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "nya-bootstrap-select",
"version": "2.5.0",
"version": "2.5.1",
"main": [
"dist/js/nya-bs-select.js",
"dist/css/nya-bs-select.css"
Expand Down
2 changes: 1 addition & 1 deletion dist/css/nya-bs-select.css
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.5.0
* @lordfriend/nya-bootstrap-select v2.5.1
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/css/nya-bs-select.min.css

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

3 changes: 2 additions & 1 deletion dist/js/nya-bs-select.js
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.5.0
* @lordfriend/nya-bootstrap-select v2.5.1
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down Expand Up @@ -960,6 +960,7 @@ nyaBsSelect.directive('nyaBsSelect', ['$parse', '$document', '$timeout', '$compi

// if live search enabled. give focus to search box.
if($attrs.liveSearch === 'true') {
reset_search();
searchBox.children().eq(0)[0].focus();
// find the focusable node but we will use active
nyaBsOptionNode = findFocus(true);
Expand Down
4 changes: 2 additions & 2 deletions dist/js/nya-bs-select.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/main.css
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.5.0
* @lordfriend/nya-bootstrap-select v2.5.1
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/css/nya-bs-select.css
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.5.0
* @lordfriend/nya-bootstrap-select v2.5.1
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down
3 changes: 2 additions & 1 deletion docs/dist/js/nya-bs-select.js
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.5.0
* @lordfriend/nya-bootstrap-select v2.5.1
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down Expand Up @@ -960,6 +960,7 @@ nyaBsSelect.directive('nyaBsSelect', ['$parse', '$document', '$timeout', '$compi

// if live search enabled. give focus to search box.
if($attrs.liveSearch === 'true') {
reset_search();
searchBox.children().eq(0)[0].focus();
// find the focusable node but we will use active
nyaBsOptionNode = findFocus(true);
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@lordfriend/nya-bootstrap-select",
"version": "2.5.0",
"version": "2.5.1",
"description": "An angular directive wraps bootstrap-select",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 4b9d5eb

Please sign in to comment.