diff --git a/README.md b/README.md index 308839b..9232dd8 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ Please visit the [project page](http://tochoromero.github.com/aurelia-table) for the documentation and examples. -## Updating to 0.1.5 -There was one breaking change in version 0.1.5. -The Filter Plugin has been updated to allow multiple filters at the same time. The ```filter-text``` and -```filter-keys``` properties have been replaced by a ```filters``` property. -Please refer to the [documentation](http://tochoromero.github.com/aurelia-table) to learn how to use it. - ## Features Aurelia Table is very easy to use, and you have complete control over the look and feel. You can make your table look exactly the way you want using plain html and css. Out of the box you will get: @@ -15,3 +9,9 @@ Out of the box you will get: - Row Selection For a complete list of features and examples please visit the [project page](http://tochoromero.github.com/aurelia-table). + +### Release Notes + +#### 0.1.13 +* Disable pagination if Page size is 0. Fixes #32 +* Improve support for webpack 2.0. Fixes #38 diff --git a/package.json b/package.json index 42463f0..b5bba83 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-table", - "version": "0.1.12", + "version": "0.1.13", "description": "A simple and powerful data table for Aurelia.", "keywords": [ "aurelia",