Skip to content

Commit ebf002d

Browse files
author
syshex
committed
1.1.4
1 parent 04919c2 commit ebf002d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
### 1.1.4 (June 12, 2017)
4+
5+
* Fix- delegate now doesn't use echo
6+
37
## 1.1.3 (June 5, 2017)
48

59
* Define a Render Function support by column

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
### VUE 1 : 1.1.3
5+
### VUE 1 : 1.1.4
66

77
### Vue 2 : [jbaysolutions/vue2-bootstrap-table](https://github.com/jbaysolutions/vue2-bootstrap-table)
88

@@ -432,6 +432,16 @@ If you have a feature request, please add it as an issue or make a pull request.
432432

433433
## Changelog
434434

435+
### 1.1.4
436+
437+
* Fix- delegate now doesn't use echo
438+
439+
### 1.1.3
440+
441+
* Define a Render Function support by column
442+
* Define Column Styles by column
443+
* Define Cell Styles by column
444+
435445
### 1.1.2
436446

437447
* Fix to Sorting

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.1.3",
3+
"version": "1.1.4",
44
"description": "A sortable and searchable vue table, as a Vue component, using bootstrap styling.",
55
"keywords": [
66
"table",

0 commit comments

Comments
 (0)