Skip to content

Commit

Permalink
about to release 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
syshex committed Jul 19, 2018
1 parent e157c48 commit a0a5cba
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 1.1.10 (July 19, 2018)

* Bug fix - Delegate true and false behaviours leading to not loading data
* Bug fix - Ajax redundant fetch when not needed
* Enhancement - #14 - Adding support for default ordering
* Enhancement - Documentation of code

### 1.1.9 (July 19, 2018)

* Bug fix - Support for IE11 (maybe fixed for IE10 aswell)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

### VUE 2 : 1.1.9
### VUE 2 : 1.1.10

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

Expand Down
64 changes: 56 additions & 8 deletions dist/vue-bootstrap-table.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-bootstrap-table.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/vue-bootstrap-table.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue2-bootstrap-table2",
"version": "1.1.9",
"version": "1.1.10",
"description": "A sortable and searchable vue table, as a Vue component, using bootstrap styling.",
"keywords": [
"table",
Expand Down

0 comments on commit a0a5cba

Please sign in to comment.