We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0595c92 commit 20522bbCopy full SHA for 20522bb
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `vue-table-component` will be documented in this file
4
5
+## 1.6.0 - 2017-09-29
6
+- Added `tbody-class` prop
7
+
8
## 1.5.0 - 2017-09-21
9
- Added `thead-class` prop
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "vue-table-component",
- "version": "1.5.0",
+ "version": "1.6.0",
"description": "A straightforward Vue component to filter and sort tables",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
0 commit comments