Skip to content

Commit a0a5cba

Browse files
author
syshex
committed
about to release 1.1.10
1 parent e157c48 commit a0a5cba

6 files changed

+70
-15
lines changed

CHANGELOG.md

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

3+
### 1.1.10 (July 19, 2018)
4+
5+
* Bug fix - Delegate true and false behaviours leading to not loading data
6+
* Bug fix - Ajax redundant fetch when not needed
7+
* Enhancement - #14 - Adding support for default ordering
8+
* Enhancement - Documentation of code
9+
310
### 1.1.9 (July 19, 2018)
411

512
* Bug fix - Support for IE11 (maybe fixed for IE10 aswell)

README.md

Lines changed: 1 addition & 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 2 : 1.1.9
5+
### VUE 2 : 1.1.10
66

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

dist/vue-bootstrap-table.js

Lines changed: 56 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

dist/vue-bootstrap-table.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)