From 9077a57047688319e5d89d99121cfc55bca5b14c Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Mon, 5 Sep 2016 15:48:43 +0300 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0392b10..0adc0e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [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)) + + + ## 1.0.2 (2016-05-18) diff --git a/package.json b/package.json index d603008..8935459 100644 --- a/package.json +++ b/package.json @@ -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",