Skip to content

Commit a55012e

Browse files
author
syshex
committed
1.1.1
1 parent 0fe3b06 commit a55012e

File tree

5 files changed

+28
-37
lines changed

5 files changed

+28
-37
lines changed

CHANGELOG.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
# Changelog
22

3-
## 1.1.0 (May 30, 2017)
3+
## 1.1.1 (June 1, 2017)
44

5-
* Remote data loading (through ajax call)
6-
* Remote data processing (through ajax calls)
7-
* Loading overlay
5+
* Added more Events
86

9-
## 1.0.2 (May 26, 2017)
7+
## 1.1.0 (May 31, 2017)
108

11-
* Added Pagination support
12-
* Added Edit on Table support
13-
14-
## 1.0.1 (Sep 16, 2016)
15-
16-
* bugfix: clear displayCols when columns change
17-
18-
## 1.0.0 (Aug 23, 2016)
19-
20-
* First Version
9+
* Migration of vue-bootstrap-table2 to Vue2

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
# vue-bootstrap-table
1+
# vue2-bootstrap-table
22

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

5-
### VUE 2
6-
7-
Use current release : 1.1.0
5+
### VUE 2 : 1.1.1
86

97
### Vue 1 : [jbaysolutions/vue-bootstrap-table](https://github.com/jbaysolutions/vue-bootstrap-table)
108

11-
Not yet available. Being Developed
12-
139
### [Demo](https://jbaysolutions.github.io/vue2-bootstrap-table/examples/01-basic.html)
1410

1511
<!--
@@ -379,6 +375,10 @@ If you have a feature request, please add it as an issue or make a pull request.
379375

380376
## Changelog
381377

378+
### 1.1.1
379+
380+
* Added more Events
381+
382382
### 1.1.0
383383

384384
* Remote data loading (through ajax call)

dist/vue-bootstrap-table.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ return /******/ (function(modules) { // webpackBootstrap
9090
var hotAPI = require("vue-hot-reload-api")
9191
hotAPI.install(require("vue"), false)
9292
if (!hotAPI.compatible) return
93-
var id = "_v-02b4a2b7/VueBootstrapTable.vue"
93+
var id = "_v-5e967ab2/VueBootstrapTable.vue"
9494
if (!module.hot.data) {
9595
hotAPI.createRecord(id, module.exports)
9696
} else {
@@ -996,9 +996,10 @@ return /******/ (function(modules) { // webpackBootstrap
996996
}
997997
},
998998
events: {}
999+
// </script>
1000+
/* generated by vue-loader */
1001+
9991002
};
1000-
// </script>
1001-
/* generated by vue-loader */
10021003

10031004
/***/ }),
10041005
/* 7 */

dist/vue-bootstrap-table.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,37 @@
2626
"dependencies": {
2727
"babel-runtime": "^6.0.0",
2828
"axios": "^0.16.1",
29-
"qs": "^6.0.0" ,
29+
"qs": "^6.0.0",
3030
"lodash": "^4.17.4"
3131
},
3232
"devDependencies": {
33-
"cross-env": "^2.0.0",
3433
"babel-cli": "^6.5.1",
3534
"babel-core": "^6.x",
3635
"babel-eslint": "^4.1.8",
3736
"babel-loader": "^6.x",
38-
"babel-plugin-transform-runtime": "^6.0.0",
3937
"babel-plugin-transform-flow-comments": "^6.7.0",
38+
"babel-plugin-transform-runtime": "^6.0.0",
4039
"babel-plugin-typecheck": "^3.6.1",
4140
"babel-preset-es2015": "^6.5.0",
4241
"babel-preset-es2015-loose": "^7.0.0",
4342
"babel-preset-stage-1": "^6.5.0",
43+
"bootstrap": "3.3.7",
44+
"cross-env": "^2.0.0",
4445
"css-loader": "^0.23.1",
46+
"ejs": "^2.4.1",
47+
"eslint": "^1.10.3",
48+
"exports-loader": "^0.6.3",
49+
"extract-text-webpack-plugin": "^1.0.1",
50+
"imports-loader": "^0.6.5",
4551
"style-loader": "^0.13.1",
4652
"stylus-loader": "^1.2.1",
53+
"vue": "^2.3.3",
54+
"vue-hot-reload-api": "^1.3.3",
4755
"vue-html-loader": "^1.0.0",
48-
"vue-style-loader": "^1.0.0",
4956
"vue-loader": "^8.5.2",
50-
"vue": "^2.3.3",
51-
"bootstrap": "3.3.7",
57+
"vue-style-loader": "^1.0.0",
5258
"webpack": "^1.13.1",
53-
"webpack-dev-server": "^1.14.1",
54-
"extract-text-webpack-plugin": "^1.0.1",
55-
"ejs": "^2.4.1",
56-
"eslint": "^1.10.3",
57-
"exports-loader": "^0.6.3",
58-
"imports-loader": "^0.6.5"
59+
"webpack-dev-server": "^1.14.1"
5960
},
6061
"license": "MIT"
6162
}

0 commit comments

Comments
 (0)