Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Sep 5, 2016
1 parent edf3cba commit 9077a57
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/valor-software/ng2-table/compare/v1.0.2...v1.1.0) (2016-09-05)


### Bug Fixes

* **sorting:** bug was allowing to sort columns even when they're set to 'false' ([#155](https://github.com/valor-software/ng2-table/issues/155)) ([9621f91](https://github.com/valor-software/ng2-table/commit/9621f91))


### Features

* **package:** update dependency version, use [@angular](https://github.com/angular)/forms, fix gulp task ([#232](https://github.com/valor-software/ng2-table/issues/232)) ([026ef38](https://github.com/valor-software/ng2-table/commit/026ef38))
* **package:** update to rc.5 and use ng2-webpack-config ([#268](https://github.com/valor-software/ng2-table/issues/268)) ([edf3cba](https://github.com/valor-software/ng2-table/commit/edf3cba))



<a name="1.0.2"></a>
## 1.0.2 (2016-05-18)

Expand Down
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.2",
"version": "1.1.0",
"description": "Simple angular2 table components with sorting, filtering...",
"scripts": {
"flow.install:typings": "./node_modules/.bin/typings install",
Expand Down

0 comments on commit 9077a57

Please sign in to comment.