From aa00aec32adcbc66ff07a9eb2853fe1407f2fc03 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Tue, 30 Jul 2019 10:12:14 -0400 Subject: Bump Trix to ^1.2.0 Adds an attachment button to the Trix toolbar that improves overall file upload usability, especially on mobile devices where files can't be dragged / dropped. References: - https://github.com/basecamp/trix/releases/tag/1.2.0 - https://github.com/basecamp/trix/pull/619 - https://github.com/basecamp/trix/issues/582 --- actiontext/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actiontext/package.json') diff --git a/actiontext/package.json b/actiontext/package.json index 594cfe16eb..ee44b75d2c 100644 --- a/actiontext/package.json +++ b/actiontext/package.json @@ -24,6 +24,6 @@ "@rails/activestorage": "^6.0.0-alpha" }, "peerDependencies": { - "trix": "^1.0.0" + "trix": "^1.2.0" } } -- cgit v1.2.3