Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed May 18, 2016
1 parent 91c07af commit fd88535
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<a name="1.0.2"></a>
## 1.0.2 (2016-05-18)


### Bug Fixes

* **sorting:** it does not allow multiple columns to sort (fixes [#40](https://github.com/valor-software/ng2-table/issues/40)) ([47256a6](https://github.com/valor-software/ng2-table/commit/47256a6)), closes [#40](https://github.com/valor-software/ng2-table/issues/40)


### Features

* **build:** ng-tables updated to common: ([91c07af](https://github.com/valor-software/ng2-table/commit/91c07af))
* **options:** Allow access to properties that are deeper down the object tree. (fixes [#81](https://github.com/valor-software/ng2-table/issues/81)) ([b7de4ad](https://github.com/valor-software/ng2-table/commit/b7de4ad)), closes [#81](https://github.com/valor-software/ng2-table/issues/81)
* **package:** update to angular 2 rc1 ([#140](https://github.com/valor-software/ng2-table/issues/140)) ([2cade91](https://github.com/valor-software/ng2-table/commit/2cade91))


### BREAKING CHANGES

* build: S:
- selector changed from to ngTable to ng-table



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-table",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple angular2 table components with sorting, filtering...",
"scripts": {
"flow.install:typings": "./node_modules/.bin/typings install",
Expand Down

0 comments on commit fd88535

Please sign in to comment.