Skip to content

Commit ada3cee

Browse files
committed
Solved issue #69
1 parent bb47821 commit ada3cee

17 files changed

+40
-29
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ src/*.map
66
*~
77
*.diff
88
*.patch
9-
.DS_Store
9+
.DS_Store
10+
settings.json

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.3.1
4+
5+
### Enhancements & Features
6+
- Replaced href attributes in order to prevent hash tags so *angular JS* works proper; see issue [#69](http://github.com/rstaib/jquery-bootgrid/issues/69) for more details
7+
8+
### Breaking Changes
9+
There are no breaking changes but some HTML templates changed during development. In case you want to use the full new feature set be sure you did not override any affected (actionDropDownItem and paginationItem) templates.
10+
311
## 1.3.0
412

513
### Enhancements & Features

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"accessibility",
1414
"bootstrap"
1515
],
16-
"version": "1.3.0",
16+
"version": "1.3.1",
1717
"authors": [
1818
{
1919
"name": "Rafael Staib",

demo/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
return "<a href=\"#\">" + column.id + ": " + row.id + "</a>";
190190
}
191191
},
192-
rowCount: [-1, 25, 50, 75]
192+
rowCount: [-1, 10, 50, 75]
193193
});
194194
}
195195

dist/jQuery.Bootgrid.1.3.0.nupkg

-26.9 KB
Binary file not shown.

dist/jQuery.Bootgrid.1.3.1.nupkg

26.9 KB
Binary file not shown.

dist/jquery.bootgrid-1.3.0.zip

-28.8 KB
Binary file not shown.

dist/jquery.bootgrid-1.3.1.zip

28.8 KB
Binary file not shown.

dist/jquery.bootgrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Bootgrid v1.3.0 - 09/04/2015
2+
* jQuery Bootgrid v1.3.1 - 09/11/2015
33
* Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com)
44
* Licensed under MIT http://www.opensource.org/licenses/MIT
55
*/

dist/jquery.bootgrid.fa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Bootgrid v1.3.0 - 09/04/2015
2+
* jQuery Bootgrid v1.3.1 - 09/11/2015
33
* Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com)
44
* Licensed under MIT http://www.opensource.org/licenses/MIT
55
*/

0 commit comments

Comments
 (0)