Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Romero committed Jul 23, 2017
1 parent b5ed61e commit 85df3d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <strong>have been replaced</strong> 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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 85df3d6

Please sign in to comment.