diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d7656..461b7aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 (May 30, 2017) + +* Remote data loading (through ajax call) +* Remote data processing (through ajax calls) +* Loading overlay + ## 1.0.2 (May 26, 2017) * Added Pagination support diff --git a/README.md b/README.md index 9b731ce..5c9520d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ vue-bootstrap-table is a sortable and searchable table, with Bootstrap styling, for Vue.js. +## VUE 1 + +Use current release : 1.1.0 + +## VUE 2 + +Not yet available. Being Developed ### [Demo](https://jbaysolutions.github.io/vue-bootstrap-table/examples/01-basic.html) diff --git a/package.json b/package.json index 5a453f8..614a1c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-bootstrap-table2", - "version": "1.0.2", + "version": "1.1.0", "description": "A sortable and searchable vue table, as a Vue component, using bootstrap styling.", "keywords": [ "table",