From 11f569a051c7e429bbf5f67ed5b57e4708052599 Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Tue, 23 Aug 2016 08:51:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8F=20=F0=9F=90=9B=20=20Downgrad?= =?UTF-8?q?e=20to=20ember-one-way-controls=200.9.2=20(#219)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes Tryghost/Ghost#7245 Downgrades to `ember-one-way-controls` v0.9.2, as v1.0.1 had a bug when starting to type in the middle of the text inside of the input field. --- ghost/admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 914c217d85..030a5a2be1 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -62,7 +62,7 @@ "ember-light-table": "0.1.9", "ember-load-initializers": "0.5.1", "ember-myth": "0.1.1", - "ember-one-way-controls": "1.0.0", + "ember-one-way-controls": "0.9.2", "ember-power-select": "0.10.11", "ember-resolver": "2.0.3", "ember-route-action-helper": "1.0.0",