From 8c8cb9fb6cacd4cd57028bfbefbad8c5a1807b2a Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Mon, 28 Nov 2016 09:26:29 -0600 Subject: [PATCH] version 1.9.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 461ac74a..17e8aa33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ember-sortable changelog +### 1.9.1 (2016-11-28) + +- [#119](https://github.com/jgwhite/ember-sortable/pull/119) use document as the scroll parent if the body is the scroll parent [@tim-evans](https://github.com/tim-evans) +- [#120](https://github.com/jgwhite/ember-sortable/pull/120) add support for 'data-test-selector' attribute [@cspanring](https://github.com/cspanring) +- [#114](https://github.com/jgwhite/ember-sortable/pull/114) replace sendAction with ember-invoke-action [@acburdine](https://github.com/acburdine) + ### 1.9.0 (2016-10-27) - [#106](https://github.com/jgwhite/ember-sortable/pull/106) Fix test-helpers in ember-cli-qunit 3.0 [@omghax](https://github.com/omghax) diff --git a/package.json b/package.json index 8099e47f..9e5b6971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-sortable", - "version": "1.9.0", + "version": "1.9.1", "description": "Sortable UI primitives for Ember.", "directories": { "doc": "doc",