aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/package.json
diff options
context:
space:
mode:
authorJavan Makhmali <javan@javan.us>2019-07-30 10:12:14 -0400
committerJavan Makhmali <javan@javan.us>2019-07-30 10:12:14 -0400
commitaa00aec32adcbc66ff07a9eb2853fe1407f2fc03 (patch)
tree9f8dcafbe76e0a8fdb20762aee6c594abf228be1 /actiontext/package.json
parent004f223f33447cd2ceed8c5c0f590aa0ce9c043d (diff)
downloadrails-aa00aec32adcbc66ff07a9eb2853fe1407f2fc03.tar.gz
rails-aa00aec32adcbc66ff07a9eb2853fe1407f2fc03.tar.bz2
rails-aa00aec32adcbc66ff07a9eb2853fe1407f2fc03.zip
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
Diffstat (limited to 'actiontext/package.json')
-rw-r--r--actiontext/package.json2
1 files changed, 1 insertions, 1 deletions
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"
}
}