From 3e00ade20bb321a7ffe537a6253dbc194564e905 Mon Sep 17 00:00:00 2001 From: offirgolan Date: Fri, 29 Jul 2016 15:47:21 -0700 Subject: [PATCH] Released v1.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d721d8b8..c34236c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +## v1.1.0 + +### Pull Requests + +- [#115](https://github.com/offirgolan/ember-light-table/pull/115) [FEATURE] Style Table Element *by [Offir Golan](https://github.com/offirgolan)* +- [#117](https://github.com/offirgolan/ember-light-table/pull/117) [BUGFIX] onScrolledToBottom doesnt get re-triggered when there arent enough rows in the table *by [Offir Golan](https://github.com/offirgolan)* +- [#122](https://github.com/offirgolan/ember-light-table/pull/122) [BUGFIX] Remove deprecations *by [Offir Golan](https://github.com/offirgolan)* + +#### Commits + +- [8b80d645](https://github.com/offirgolan/ember-light-table/commit/8b80d645c59efbb37d2b92e9e839ec2bbcd29ae2) **make text unselectable if column is sortable** *by [Ben Limmer](https://github.com/blimmer)* + ## v1.0.1 - [#101](https://github.com/offirgolan/ember-light-table/pull/101) Always use Ember object `get` by [@blimmer](https://github.com/blimmer) diff --git a/package.json b/package.json index 9b534b57..2a580d97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-light-table", - "version": "1.0.1", + "version": "1.1.0", "description": "Lightweight, component based table for Ember 2.x", "homepage": "https://github.com/offirgolan/ember-light-table", "directories": {