Skip to content

Commit 1daf214

Browse files
author
syshex
committed
1.1.0
1 parent 0c693ea commit 1daf214

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.0 (May 30, 2017)
4+
5+
* Remote data loading (through ajax call)
6+
* Remote data processing (through ajax calls)
7+
* Loading overlay
8+
39
## 1.0.2 (May 26, 2017)
410

511
* Added Pagination support

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
vue-bootstrap-table is a sortable and searchable table, with Bootstrap styling, for Vue.js.
44

5+
## VUE 1
6+
7+
Use current release : 1.1.0
8+
9+
## VUE 2
10+
11+
Not yet available. Being Developed
512

613
### [Demo](https://jbaysolutions.github.io/vue-bootstrap-table/examples/01-basic.html)
714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-bootstrap-table2",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "A sortable and searchable vue table, as a Vue component, using bootstrap styling.",
55
"keywords": [
66
"table",

0 commit comments

Comments
 (0)