Skip to content

Commit

Permalink
TR elements can now preserve attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
McFizh committed Mar 7, 2016
1 parent 69afc2e commit 354b468
Show file tree
Hide file tree
Showing 9 changed files with 242 additions and 185 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Changelog

+ **v1.2.6** - 7.3.2016
- Now rows (tr in tbody) can also preserve attributes

+ **v1.2.5** - 4.3.2016
- Fixed problem with parsing json data
- Updated packages needed to build minified js
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slimtable",
"version": "1.2.5",
"version": "1.2.6",
"description": "jQuery plugin to create sortable and pageable table.",
"homepage": "http://slimtable.mcfish.org/",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions dist/js/slimtable.min.js

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

2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(grunt){
" *\n" +
" * Licensed under MIT license.\n" +
" *\n" +
" * @version 1.2.5\n" +
" * @version 1.2.6\n" +
" * @author Pekka Harjamäki\n" +
" */"
},
Expand Down
Loading

0 comments on commit 354b468

Please sign in to comment.