Skip to content

Commit 85df3d6

Browse files
author
Hector Romero
committed
Bump version
1 parent b5ed61e commit 85df3d6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
Please visit the [project page](http://tochoromero.github.com/aurelia-table) for the documentation and examples.
22

3-
## Updating to 0.1.5
4-
There was one breaking change in version 0.1.5.
5-
The Filter Plugin has been updated to allow multiple filters at the same time. The ```filter-text``` and
6-
```filter-keys``` properties <strong>have been replaced</strong> by a ```filters``` property.
7-
Please refer to the [documentation](http://tochoromero.github.com/aurelia-table) to learn how to use it.
8-
93
## Features
104
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.
115
Out of the box you will get:
@@ -15,3 +9,9 @@ Out of the box you will get:
159
- Row Selection
1610

1711
For a complete list of features and examples please visit the [project page](http://tochoromero.github.com/aurelia-table).
12+
13+
### Release Notes
14+
15+
#### 0.1.13
16+
* Disable pagination if Page size is 0. Fixes #32
17+
* Improve support for webpack 2.0. Fixes #38

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-table",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "A simple and powerful data table for Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)